@media only screen {

  html,body {

    font-size: 14px;
    overflow: hidden;
    height: 100%;
  }

  body#body {
    overflow: auto;
  }

  #body-wrap {
    overflow-y: visible;
    height: auto;
    background: transparent;
  }

  h3 {
    font-family: BentonSansCondBold,sans-serif;
  }

  p {
    margin-bottom: 2em;
  }

  ul.label-list li span:first-child {
    padding-right: 1em;
    font-size: 1.5em;
    color: #456f96;
    position: relative;
    top: 3px;
    line-height: 1rem;
  }

  ul.label-list li span span {
    display: none;
  }

  #branding-bar  {
    position: relative;
  }

  #branding-bar::after {
    position: relative;
  }

  #branding-bar.hidden::after {
    display: none;
  }

  #branding-bar.locked {
    width: auto;
  }

  #branding-bar #iu-campus {
     line-height: 50px;
  }

  #branding-bar img {
    border-top: 0;
  }

  #branding-bar a:hover img {
    border-top: 5px solid #990000 !important;
    transition: border .25s ease-in-out;
  }

  #container #bg-blur,
  #container #bg-focus {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: auto 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background-position: right center;
  }

  #container #bg-blur {
    z-index: 2;
    opacity: 0;
  }

  #container:before {
	  background: url(../../img/top-gradient.png) repeat-x top left;
		content: " ";
		height: 100px;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1;
	}

	#container .wrapper:before {
		background: url(../../img/footer-shadow.png) repeat-x left bottom;
		content: " ";
		height: 100px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 2;
	}

  .site-header {
    z-index: 503;
  }

  .site-header .unit {
    padding-left: 1.142rem;
  }

  .site-header .site-title {
    line-height: 76px;
    top: 20px;

    line-height: 50px;
    top: 0;
  }

  .site-header .site-title a {
    color: #4d4d4b;
    text-shadow: none;
    line-height: 60px;
    font-size: 1.142rem;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
  }

  #menu-btn {
    width: auto;
    line-height: normal;
  }

  /*
  #menu-btn span:last-child {
    display: none;
  }
  */

  .nav-bg {
    top: 55px;
    width: 100%;
    height: auto;
    border-bottom: 0;
}

.nav-bg,
.site-header .unit{
    width: 30%;
    float: right;
    top: 0;
    position: relative;
  }

  .site-header .unit {
    float: left;
  }

  #search-button a span {
    margin: 0;
    transform: none;
    border-radius: 0;
  }

  .nav-bg ul {
    position: relative;
    right: auto;
    margin: 0;
    display: table;
  }

  .nav-bg li {
    display: none;
  }

  .nav-bg li a.button {
    font-size: .6rem;
  }

  .nav-bg li a {
    margin: 0;
  }

  .nav-bg li a span {
    width: 50px;
  }

  .nav-bg li a span {
    height: 50px;
    line-height: 48px;
    border-left: 1px solid rgba(0,0,0,.05);
  }

  /*
  #menu-btn span:last-child {
    line-height: 48px;
    width: 50px;
  }

  #menu-btn span:last-child span {
    line-height: 50px;
  }
  */

  .nav-bg #search-button {
    display: block;
  }

  .site-header .unit {
    background: none;
  }

  #maurerLoader,
  .loading #maurerLoader,
  .init #maurerLoader,
  .menu-open #maurerLoader,
  #content.home-content {
    top: 0;
  }

  #maurerLoader.hidden {
    top: 100%;
  }

  #content.home-content section:first-child > span > span,
  #maurerLoader > span > span {
    bottom: 30%;
    height: 30%;
    left: 8%;
    right: 8%;
    top: 30%;

    width: 100%
  }

	#content.home-content section:nth-child(2) {
		margin-top: 1000px;
	}

  #maurerLoader > span h2 {
    font-size: 1.5em;
  }

  #maurerLoader.testing > span h2 {
    transition: color .5s ease-in-out, margin-bottom .5s ease-in-out, font-size .5s ease-in-out;
  }

  #maurerLoader.testing.shrink > span h2 {
    color: #0b2c4a;
    font-size: 18px;
    margin-bottom: -11px;
    transition: color .5s ease-in-out, margin-bottom .5s ease-in-out, font-size .5s ease-in-out;
  }

  #maurerLoader.testing .progress-indicator {
    top: 50%;
    margin-bottom: 0;
    transition: top .5s ease-in-out, margin-bottom .5s ease-in-out;
  }

  #maurerLoader.testing .progress-indicator img {
    opacity: 1;
    transition: opacity .5s ease-in-out;
  }

  #maurerLoader.testing.shrink .progress-indicator {
    top: 100%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -45px;
    opacity: 0;
    box-shadow: none;
    background-color: #FFF;
    border-width: 0;
    transition: all .5s ease-in-out;
  }

  #maurerLoader.testing.shrink .progress-indicator img {
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }

  #progress-nav,
  #footer #progress-nav {
    width: 33%;
  }

  .menu-open #content.home-content section > span,
  .menu-open #branding-bar,
  .menu-open header {
    transform: none;
    transition: transform 0.9s ease-in 0s;
  }

  #menu {
    top: 117px;
    bottom: 0;
    height: auto;
  }

  #section-nav {
    height: 0;
  }

  .lead h2, #content.home-content section.lead h2 {
    font: 1.4em/1.1em BentonSansCondBold,Arial,sans-serif;
  }

  #content.home-content section.lead .row .column:first-child, #content.home-content section.lead .row .column:last-child {
    padding:  3rem;
  }

  #alt-menu section > nav {
    width: 50px;
  }

  #alt-menu .menu-header {
    margin-right: 0;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav {
    margin-right: 25px;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav ul a span {
    width: 50px;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav li a {
    padding-right: 60px;
  }

  #content.home-content section,
  #content.home-content .section,
  #content.home-content > section:first-child {

    position: relative;
    margin-bottom: 75%;

  }

  #content.home-content > section:last-child {
    margin-bottom: 0;
  }

  #content.home-content > section:first-child {
    /*margin-bottom: 50%;*/
    position: fixed;
  }

  #content.home-content > section:first-child {
    background: none;
  }

  #content.home-content {
    position: relative;
  }

  #content.home-content .lead-content {
    position: relative;
    text-align: center;
  }

  #content.home-content .section,
  #content.home-content section {
    opacity: 1;
  }

  #content.home-content {
    width: auto;
  }

  #content.home-content section:first-child > span > span,
  #maurerLoader > span > span,
  #introSlide h2,
  #content.home-content section:first-child h2 {
    text-align: center;
  }

  #introSlide h2,
  #content.home-content section:first-child h2,
  #introAction {
    position: relative;
  }

  #introSlide h2,
  #content.home-content section:first-child h2 {
    text-align: left;
    background: url(../../img/maurer-stacked.png) no-repeat center center;
    height: 400px;
    width: 100%;
    background-size: 420px auto;
    text-indent: -99999px;

    position: fixed;
    top: 50%;
    margin-top: -200px;
  }

  #introAction, .initialized #introAction {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 1.5em 0 1em 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    font-size: 1rem;
    border-radius: 0;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    background: linear-gradient(to bottom, rgba(0,0,0,.33) 50%, rgba(0,0,0,0) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    box-shadow: none;
    font-size: 1.1em;
    border: 0;

  }

  #introAction:after, .initialized #introAction:after {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 1.725rem;
    height: 30px;
    line-height: 30px;

  }

  #content.home-content section h2 strong {
    display: inline-block;
  }

  #branding-bar {
    overflow: hidden;
  }

  #main-menu-item {
    width: auto;
    display: table-cell;
  }

  .site-header .unit {
    position: absolute;
    z-index: 302;
    width: auto;
  }

  #menu-btn {
    position: relative;
  }

  #menu-btn .icon-label {
    display: none;
  }

  .nav-bg, .site-header .unit {
    width: auto;
  }

  .nav-bg {
    float: none;
    z-index: 301;
  }

  .nav-bg.search-open {
    z-index: 303;
  }

  .nav-bg ul {
    width: 100%;
  }

  .site-header {
    position: fixed;
    position: relative;
  }

  .site-header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #site-header-wrapper {
    position: fixed;
    background: rgba(255,255,255,0);
    top: 0;
    width: 100%;
  }

  .interior #site-header-wrapper {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
  }

  #progress-nav,
  #footer #progress-nav {
    display: none;
  }

  #content,
  #content.home-content {
    float: none;
    height: auto;
    overflow: hidden;
  }

  #content.home-content section:first-child > span {
    position: relative;
    display: table;
  }

  #content.home-content section:first-child > span > span {
    position: relative;
    height: 100%;
  }

  #content.home-content section:first-child > span > span {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  #footer {
    height: auto;
    position: relative;
  }

  #footer .drawer > a {
    display: none;
  }

  #footer-line {
    display: none;
  }

  #tagline-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../../img/branding-bg.jpg") repeat-x scroll left top;
    background-size: auto 100%;
    color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
  }

  #tagline-footer .tagline {
    background: #7a1705 none repeat scroll 0 0;
    color: #fff;
    font-family: BentonSansCondBold,Arial,serif;
    font-size: 1.375rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 2.5rem;
    margin: 24px auto;
    text-transform: uppercase;
  }

  #tagline-footer .tagline span {
    font-family: GeorgiaProBoldItalic,Georgia,serif;
    font-size: 1rem;
    letter-spacing: 0;
    margin-left: -4px;
    text-transform: lowercase;
    vertical-align: 2px;
  }

  .home #footer .drawer > div {
    position: relative;
  }

  .home #footer > .container > .column {
    width: 100%;
  }

  .home #footer #bottom-links {
    margin: 0;
    top: 0;
  }

  .home #footer .drawer > div {
    left: 0;
    opacity: 1;
    position: relative;
  }

  .home #footer .drawer > div > span {
    width: 100%;
  }

  .lead-content {
    opacity: 1;
    visibility: visible;
  }

  .lead-image-container {
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
  }

  .lead-image-container img {
    width: 120%;
    max-width: 120%;
    left: -10%;
    position: relative;
  }

  .lead-image-container .image-label {
    opacity: 1;
    visibility: visible;
    width: 100%;
    background: rgba(77, 77, 77, 1);
    bottom: auto;
    font-size: .72rem;
  }

  .lead-image-container .image-label strong {
    font-size: 1rem;
  }

  .even .lead-image-container .image-label {
    background: rgba(47, 75, 102, 1);
  }

  .lead h2, #content.home-content section.lead h2 {
    /*
    text-shadow: none;
    color: #000;
    */
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .lead-content {
    bottom: auto;
    margin: 0 15px;
    position: relative;
    width: auto;
  }

  .lead-wrap {
    padding-bottom: 0;
  }

  .lead p, #content.home-content section.lead p {
    font-size: 1em;
    margin: 0 auto;
  }

  .lead-content p {
    opacity: 1;
    visibility: visible;
  }

  .lead a.button.invert {
    border-color: #fff;
    color: #fff;
    margin: 2em auto;
    padding: 1rem 2rem;
    width: auto;
  }

  .even .lead-content {
    margin-left: 15px;
  }

  /*  !header */

    .nav-bg li {
      padding-left: 0;
    }

    #main-menu-item {
      width: 60px;
    }

    #menu-btn > .fa {
      background: none;
      color: #FFF;
      font-size: 1.825rem;
      width: 60px;
    }

    #search-button {
      text-align: right;
      border-right: 1px solid rgba(255,255,255,.1);
      width: 100%;
    }

    #search-button a .fa {
      line-height: 60px;
      height: 60px;
      font-size: 1.775rem;
      width: 50px;
      border: 0;
      background: none;
      color: #fff;
      text-shadow: none;
    }

    .nav-bg ul {
      line-height: 0;
    }

    .interior #menu-btn,
    .interior #menu-btn > .fa,
    .interior #search-button a .fa {
      color: #4d4d4b;
    }

    .interior #search-button {
      border-right: 1px solid rgba(0,0,0,.1);
    }

  /* !menu */

    #alt-menu > #alt-menu-master-close a span {
      display: none;
    }

    #alt-menu section#dynamic > nav > ul a {
      font-size: 1.428rem;
    }

    #alt-menu section > span {
      margin-left: 50px;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav li a em {
  	  font-size: 1rem;
      letter-spacing: 0;
      text-rendering: optimizeLegibility;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a {
  	  padding: 1.5rem;
  	  padding-left: 2rem;
      padding-right: 70px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul li a {
      padding-left: 40px;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul li a {
      padding-left: 50px;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul li a {
  		padding-left: 60px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul li a {
  		padding-left: 70px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul ul li a {
  		padding-left: 80px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul ul ul li a {
  		padding-left: 90px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a.button {

      display: inline-block;
      color: #990000;
      padding: 1.5rem 2rem;
      margin: 0;
      border: 0;
      font-size: 1rem;
      border-top: 1px solid rgba(0,0,0,.1);
      width: 100%;
      text-align: left;
      border-radius: 0;
      font-family: "BentonSansCondBold", sans-serif;

	  }

    #alt-menu > .alt-menu-wrap > section > span > nav li a.button:first-child {
      border: 0;
    }

    #alt-menu .menu-header {
  	  padding: 0;
  	}


  /*  !search  */

      .gsc-control-cse {
        background: none !important;
        border: none !important;
        padding: 0 !important;
      }

      #search-button form input {
        box-shadow: none;
        background: #cbc7be;
        border: 0;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        /*padding-left: 24px; todo */
        color: #4d4d4b;
        text-shadow: none;
        font-size: 1.286rem;
        /*padding: 30px; todo */
      }

      #search-button a.active span {
    	  background-color: #fff;
      }

      #search form input {
    	  height: 60px !important;
    	  background: rgba(0,0,0,.2) !important;
    	}

      #search td.gsc-search-button {
    	  display: none;
    	} /* TODO */

      #search td.gsc-clear-button {
        display: none;
      } /* TODO */


      /*  !page nav */

          #content-section-nav.scroll,
          .site-header #content-section-nav,
          .site-header #content-section-nav.scroll {
            top: 0;
          }

          #content-section-nav.scroll {
            position:relative;
            bottom: auto;
            left: auto;
            right: auto;
            height: auto;
            width: auto;

            padding: 0;
          }

          nav.interior-section-nav {
            display: block;
            max-height: 0;
            height: auto;
            overflow: hidden;
            -moz-transition: max-height .75s ease-out .1s;
            -webkit-transition: max-height .75s ease-out .1s;
            transition: max-height .75s ease-out .1s;
          }

          nav.interior-section-nav.open {
            max-height: 800px;
            -moz-transition: max-height .75s ease-in;
            -webkit-transition: max-height .75s ease-in;
            transition: max-height .75s ease-in;
          }

          nav.interior-section-nav {
            padding: 1.3rem .72rem;
            overflow: hidden;
            background: none;
            padding: 0;
            padding-top: 1rem;
          }

          nav.interior-section-nav ul {
            list-style: none;
            position: relative;

            opacity: 1;
            top: auto;
            display: block;
            margin: 0 2rem;
            padding: 0;
            /*
            margin-top: -100%;
            transition: margin-top .5s ease-in-out;
            */
          }

          nav.interior-section-nav.open ul {
            /*
            margin-top: 0;
            transition: margin-top .5s ease-in-out;
            */
          }

          nav.interior-section-nav li {
            margin: 0;

            display: block;
            padding: 0.325em 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity .75s ease-out, visibility .75s ease-out;
          }

          nav.interior-section-nav.open li {
            opacity: 1;
            visibility: visible;
            transition: opacity .75s ease-in .5s, visiblility .75s ease-in .5s;
          }

          nav.interior-section-nav a {

            display: inline-block;
            vertical-align: top;
            max-width: 250px;
            top: 0;
            position: relative;
            opacity: 1;

            font-size: 1rem;
            padding: 0.4285em 0;
            line-height: 1.5em;
            font-family: BentonSans, sans-serif;
          }

          nav.crumbs {
            position: relative;
            height: auto;
            overflow: hidden;
            box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
          }

          nav.crumbs ul {
            list-style: none;
            margin: 0;
            padding: 0;
            padding: 0;
            overflow: hidden;
            display: table;
            font-size: 1em;
            border-bottom: 1px solid rgba(255,255,255,.6);

            left: 0;
            width: 100%;
            position: relative;
            height: auto;
          }

          nav.crumbs li {
            padding: 0;
            overflow:  hidden;
            font-size: .72rem;
            float: none;
            vertical-align: bottom;

            line-height: normal;
            height: auto;
            display: none;
          }

          nav.crumbs li.last {
            display: block;
          }

          nav.crumbs li.current {
            display: block;
          }

          nav.crumbs a {
            display: block;
            font-family: BentonSansCondRegular, sans-serif;
            letter-spacing: 0;
            min-width: 25px;
            position: relative;
            top: 1px;
            opacity: 1;
            overflow: hidden;
            border-bottom: 0;

            left: 0;
            line-height: 1.1em;
            height: auto;
            font-size: 1.5rem;
            padding: 2rem 60px 2rem 1rem;
          }

          #crumbs:after {
            content: "\f107";
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -30px;
            height: 60px;
            line-height: 60px;
            width: 60px;
            text-align: center;
            font-family: FontAwesome;
            color: #FFF;
            font-size: 2rem;
          }


      /*  !content  */

          #content.new, #content.interior {
            margin: 0 4% 12px;
            overflow: visible;
          }

          #content.interior {
            top: 50%;
            opacity: 0;
          }

          .no-js #content.interior {
            top: auto;
            opacity: 1;
          }

          #content.interior section h2.page-title {
              font-size: 2em;
          }

          .site-header #content-section-nav,
          .site-header #content-section-nav.scroll {
            margin: 60px 0 30px 0;
          }

          #content.interior section .column-wrap {
            padding: 5.5rem 2.5rem;
          }

          .interior #footer {
            margin: 0 20px;
            padding: 1.5rem;
          }

          #content section.intro-story .column:last-child {
            position: relative;
            width: 100% !important;
            right: 0 !important;
          }

          #content section.interior-intro.intro-story .column:last-child .column-wrap,
          #content.interior section.intro-story .column-wrap {
            padding: 0;
            text-align: center;
            background: #4d4d4b none repeat scroll 0 0;
            padding-bottom: 2rem;
            width: 100%;
          }

          #content section.intro-story h2 {
            color: #fff;
  			    font-size: 1.872rem;
            margin: 2rem 0 0;
            padding: 1rem;
          }

          #content section.intro-story p {
            color: #fff;
            margin: 0;
            padding: 0;
          }

          #content section.intro-story .icon-btn {
            margin: 1rem auto;
          }

          #content section .icon-btn {
            text-align: left;
          }


    /*  !Navigation   */

        #content.new {
          left: 0;
          position: fixed;
          position: absolute;
          right: 0;
          top: 160px;
        }

        #content.new #mock {
          position: absolute;
          width: 100%;
        }

        #content.new #mock > section,
        #content.interior #mock > section {
          background: rgb(255, 255, 255) none repeat scroll 0 0;
          box-shadow: 0 0 10px;
          height: 300px;
          margin: 0 0 2rem 0;
          opacity: 0;
        }

        #content.interior section {
          margin-bottom: 2rem;
        }

        /*  Ancillary button  */

            a.button.ancillary-link {
              color: #FFF;
              font-size: 14px;
              background-image: linear-gradient(to left, #990000 50%, #660000 50%);
              background-size: 200% 100%;
              background-repeat: no-repeat;
              background-position: right bottom;
              border: 0;
              box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
              position: relative;
              padding: 0;
              overflow: hidden;
              width: auto;
            }

            a.button.ancillary-link span {
              display: block;
              position: relative;
              z-index: 2;
              padding: 1.25rem 2rem;
            }

            a.button.ancillary-link:before {
              content:" ";
              display:block;
              background:rgba(0,0,0,.5);
              position:absolute;
              height: 100%;
              width: 100%;
              right:100%;
              top:0;
            }

            a.button.ancillary-link.active {
              background-image: linear-gradient(to left, #990000 50%, #660000 50%);
              background-size: 200% 100%;
              color: #FFF;
              border: 0;
              border-color: #990000;
              background-position: 0 bottom;
              box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
              -webkit-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              -moz-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              transition: background-position ease 0.75s, box-shadow ease 0.75s;
            }

            a.button.ancillary-link.active:before {
                right:0;
                top:0;
                -webkit-transition: right ease 0.75s;
                -moz-transition: right ease 0.75s;
                transition: right ease 0.75s;

            }

        /*  Ancillary content */

            #ancillary {
              height: 100%;
              left: 0;
              overflow: hidden;
              position: fixed;
              top: 0;
              width: 0;
              z-index: 600;
            }

            #ancillary-master-close {
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: rgba(0,0,0,.9);
            }

            #ancillary-master-close .wrapper {
              height: 100%;
              position: absolute;
              right: 0;
              width: 15%;
              display: block;
            }

            #ancillary-master-close a {
              vertical-align: middle;
              position: relative;
              text-align: center;
              color: #FFF;
              display: block;
              height: 100%;
            }

            #ancillary-master-close a > span {
              left: -20px;
              opacity: 0;
              border: 0px solid #fff;
              border-radius: 5px;
              color: rgba(255, 255, 255, 0.7);
              font-size: 0.76rem;
              background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 50%);
              background-size: 200% 100%;
              background-repeat: no-repeat;
              background-position: left bottom;
              transition: background-position .5s ease, color .5s ease;
              transform: rotate(90deg);
              white-space: nowrap;
              top: 40px;
              display: block;
              position: relative;
              padding: 0;
            }

            #ancillary-master-close a > span > span {
              margin: 1em;
              transform: rotate(-90deg);
            }

            #ancillary-master-close a span em {
              color: rgba(255, 255, 255, 1);
              font-family: "BentonSansCondBold",sans-serif;
              font-style: normal;
              letter-spacing: 0.1em;
              text-transform: uppercase;
              font-size: 0.875rem;
              display: inline;
              top: .2em;
              position: relative;
              padding: 0 .25em;
            }

            #ancillary-content {
              z-index: 1;
              width: 45%;
              left: -45%;
              height: 100%;
              top: 0;
              left: 0;
              position: absolute;
              overflow: scroll;
              background: #fff none repeat scroll 0 0;
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);

              width: 85%;
              overflow-x: hidden;
            }

            #ancillary p {
              font-size: 1rem;
            }

            #ancillary section {
              margin-bottom: 4em;
              margin-bottom: 0;
            }

            #ancillary section {
              padding: 2.5rem 0;
            }

            #ancillary section .column {
              width: 80%;
            }

            #ancillary section.profile-intro .column {
              width: 100%;
              padding: 0;
            }

            #ancillary section.profile-intro .column:last-child {
              display: table;
            }

            #ancillary .people-info, #ancillary .people-icon {
              display: table-cell;
              float: none;
              vertical-align: middle;
              margin: 0;
            }

            #ancillary .people-icon {
              display: none;
            }

            #ancillary section.profile-intro {
              background: rgb(69, 111, 150);
              text-align: center;
            }

            #ancillary .people-info {
              text-align: left;
              display: block;
              padding: 1.5em;
            }

            #ancillary .people-info * {
              color: #FFF;
              margin: 0;
            }

            #ancillary .people-info h3,
            #ancillary .people-info h4 {
              font-size: 2rem;
              margin-bottom: .5em;
              text-shadow: none;
              text-align: center;
            }

            #ancillary .people-info h4 {
              font-weight: "clarendon-text-pro",Georgia,serif;
              font-size: .875rem;
              margin-bottom: 0;
            }

            #ancillary .people-icon {
              width: 100px;
              padding: 0;
              color: #FFF;
              background-color: rgba(0, 0, 0, 0.4);
            }

            #ancillary-content section {
              position: relative;
            }

            #ancillary .errors,
            #ancillary .errors > .column {
              height: 100%;
              position: relative;
            }

        /*  Icon buttons  */

            #content section .icon-btn {
                background: #990000 none repeat scroll 0 0;
                border-radius: 8px;
                color: #fff;
                display: inline-block;
                font-family: BentonSansBold,Arial,sans-serif;
                line-height: 1.3em;
                overflow: hidden;
                position: relative;
                padding: 1em 85px 1em 1.5em;
                font-size: 1rem;
            }

            #content section .icon-btn strong {
                display: block;
                font-family: BentonSans,Arial,sans-serif;
                font-weight: normal;
                opacity: 0.75;
                font-size: .875em;
            }

            #content section .icon-btn span {
                background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
                display: block;
                font-size: 1.56rem;
                height: 100%;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                width: 60px;
                line-height: 0;
            }

            #content section .icon-btn .fa:before {
                left: 0;
                position: absolute;
                top: 50%;
                width: 100%;
                background-position:  center 0;
            }

            #content.interior section {
              padding: 0;
            }

            #content.interior section > .row {
              padding: 4rem;
            }

            #content.interior section.profile-intro > .row,
            #content.interior section.intro-story > .row,
            #content.interior section.title-intro > .row {
              padding: 0;
            }

            #content.interior section.flush > .row {
              padding-top: 0;
              padding-bottom: 0;
            }

            #content.interior section.full > .row {
              padding-left: 0;
              padding-right: 0;
            }


        /*  Span Content Type */

            #content section.span {
                right: 0;
                z-index: 100;
                padding: 0;
                position: relative;
                left: -4%;
                width: 108%;
                background: #FFF;
                margin-bottom: -75%;

                position: absolute;
                margin-bottom: 0;
            }

            #content.interior section.span > .row {
              padding: 0;
            }

            #content section.span > div {
                margin: 0 auto;
                max-width: 65em;
            }

            #content section.span-next > .row,
            #content section.span-next.b > .row {
              padding-top: 4rem;
            }

            #content section.span-prev > .row,
            #content section.span-prev.b > .row {
              padding-bottom: 4rem;
            }

            #content section.span > .row > .column > .row {
                background: #fff none repeat scroll 0 0;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            }

            #content section.span .profile {
                height: auto;
            }

            #content section.span .profile .column {
                height: 100%;
            }

            #content section.span .profile .column-wrap {
                text-align: center;
                padding: 0 3em;
            }

            #content section.span .profile .profile-image {
                background-position: center center;
                background-size: cover;
            }

            #content section.span .profile .profile-image img {
                display: block;
                width: 100%;
            }

            #content section.span .profile .people-title {
                margin: 0 auto;
                padding: 1em 0;
                font-size: 1.825rem;
            }

            #content section.span .profile .people-designation, #content section.span .profile .people-action {
                display: block;
                left: 0;
                margin: 3em auto;
                width: 100%;
                position: relative;
            }

            #content section.span .profile .people-designation {
                background: rgba(0, 0, 0, 0) url("../../img/stripes.gif") repeat-x scroll center center;
                font-size: 0.56rem;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
                top: 0;
                left: auto;
                right: auto;
                margin: 5em auto 2.5em auto;
                width: 80%;
            }

            #content section.span .profile .people-designation span {
                display: block;
                position: relative;
                z-index: 2;
            }

            #content section.span .profile .people-designation .icon {
                background: #dcdee8 url("../../img/shield-icon-shape.png") no-repeat scroll center center;
                display: block;
                height: 42px;
                left: 50%;
                margin-left: -37px;
                margin-top: -21px;
                position: absolute;
                top: 50%;
                width: 74px;
                z-index: 1;
            }

            #content section.span .profile .people-action {
                bottom: 0;
                margin: 1.5em auto;

                margin: 1.5em auto 2em auto;
            }

        /*  "C" content type  */

            #content section.c {
                color: #2f4b66;
                padding: 0;
            }

            #content section.c > .row {
              padding: 0;
            }

            #content section.c .row {
                position: relative;
            }

            #content section.c > .row > .column:last-child {
              padding: 4rem 3rem;
            }

            #content section.c > .row > .column:first-child {
              padding: 0;
              background-position: center center;
              background-size: cover;
              height: 100%;
              right: auto;
              left: 0;
              top: 0;
              position: relative;
            }

            #content section.c.section-left > .row > .column:first-child {
              left: auto;
              right: 0;
            }

            #content section.c h2 {
                font-size: 1.61rem;
            }

            #content section.c img {
                display: block;
            }

            #content section.c .column:first-child {
              height: auto;
            }

            #content section.c .column:last-child {
              height: auto;
              background: inherit;
            }

        /*  "Full Image" section type */

            #content section.full-image > .row {
              padding: 0;
            }

            #content section.full-image .column {
              float: none;
            }

            #content section.full-image .column:first-child {
              background-image: none !important;
              border-bottom: 1px solid rgba(0,0,0,.15);
            }

            #content section.full-image .column:first-child img {
              width: 100%;
              height: auto;
            }

            #content section.full-image > .row > .column:last-child {
              padding: 4rem 3rem;
            }


        /*  "B" section type  */

            #content section.b {
                color: #756f61;
                text-align: center;
                padding:0;
            }

            #content section.b .column {
              position: static;
            }

            #content section.b > .row {
              max-width: none;
              padding: 3rem 3.5rem;
            }

            #content section.b h2 {
                color: #0b2c4a;
                margin-bottom: 3.5rem;
            }


      /*    "Navigation" section type   */

            #content.interior section.navigation > .row {
              padding: 1.5rem;
            }

            #content section.navigation {
              background: #4D4D4B;
              padding: 0;
              position: relative;
              margin-top: -2rem;
            }

            #content section.navigation.stuck {
              position:fixed;
              top:0;
            }

            #content section.navigation nav ul {
              list-style: none;
              margin: 0;
              padding: 0;
              overflow: hidden;
              text-align: center;
            }

            #content section.navigation nav li {
              display: inline-block;
              border: 0;
              padding: 0;

              width: 50%;
              display: block;
              float: left;
              margin: 0;
              position: relative;
              top: -2px;
            }

            #content section.navigation nav li a {
              display: block;
              padding: .5em;
              text-transform: uppercase;
              font-size: .889rem;
              font-family: BentonSansCondBold,Arial,sans-serif;
              color: #FFF;
              opacity: .8;

              line-height: 1.25em;
              margin: 0 10px;
              padding: 1em;
              border-top: 1px solid rgba(0,0,0,.25);

            }

            #content section.navigation nav li a:hover {
              opacity: 1;
            }


      /*    "Limit height" section type   */

            #content section.limit-height > .row,
            #ancillary section.limit-height > .row {

              max-height: 700px;
              overflow: hidden;
              transition: max-height .5s ease-out;

            }

            #ancillary section.limit-height > .row {

              max-height: 400px;

            }

            #content section.limit-height.open > .row,
            #ancillary section.limit-height.open > .row {
                max-height: none;
                transition: max-height .5s ease-in;
            }

            #content .limit-height .expand,
            #ancillary .limit-height .expand {
              height: 250px;
              background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
              position: absolute;
              text-align: center;
              z-index: 1;
              width: 100%;
              left: 0;
              bottom: 0;
            }

            #content .bg-2.limit-height .expand,
            #ancillary .bg-2.limit-height .expand {
              background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(244, 239, 238, 1) 35%, rgba(244, 239, 238, 0) 100%) repeat scroll 0 0;
            }

            #content .limit-height .expand-button,
            #ancillary .limit-height .expand-button {
              color: #fff;
              display: inline-block;
              float: none;
              margin: 0 auto;
              position: relative;
              z-index: 2;
              top: 150px;
            }

            #content .limit-height .expand-button span,
            #ancillary .limit-height .expand-button span {
              border: 1px solid red;
            }

            #content .limit-height.open .expand,
            #ancillary limit-height.open .expand {
              display: none;
            }

            #content.profile section h5,
            #ancillary .profile section h5 {
              text-align: center;
              font-family: "clarendon-text-pro",Georgia,serif;
              border-bottom: 2px solid rgba(77,77,75,.25);
              padding: 0 1.5em 1em;
              font-size: 1.67rem;
              margin-left: -1.5rem;
              margin-right: -1.5rem;
            }

            #content.profile section ul,
            #ancillary .profile section ul {
              list-style: none;
              margin: 0 auto;
              padding: 0;
            }

            #content.profile section li,
            #ancillary .profile section li {
              border-bottom: 1px solid rgba(77,77,75,.25);
              padding: 0 2em 1em 2em;
            }

            #content.profile section li:last-child,
            #ancillary .profile section li:last-child {
              border-bottom: 0;
            }

            #content.profile section a,
            #ancillary .profile section a {
              color: #456f96;
            }

            #content.profile section p,
            #ancillary .profile section p {
              line-height: 1.67em;
              margin: 1.889em 0;
            }

            #ancillary section.profile-intro,
            #ancillary section.navigation {
              padding: 0;
            }

            #ancillary section.navigation .column {
              width: 100%;
            }

            #ancillary .profile section .column {
              width: 90%;
            }

            #ancillary .profile section h5 {
              margin-left: 0;
              margin-right: 0;
              font-size: 1rem;
              margin-bottom: 0;
              text-align: left;
            }

            #ancillary .profile section ul,
            #ancillary .profile section p {
              font-size: .78rem;
            }

            #ancillary .profile section li {
              padding: 1em 2em;
            }

            #ancillary .profile section p {
              padding: 0 2em;
            }

            #ancillary section.navigation {
              display: none;
            }

            #ancillary .profile section.profile-intro .column {
              width: 100%;
              margin: 0 auto;
              float: none;
              display: block;
            }

            #ancillary .profile section.profile-intro .column .column:last-child {
              width: 85%;
            }

            #ancillary .profile section h5.people-icon {
              padding: 0;
            }


      /*    "Baic Header" section type   */

            #content section.basic-header {
              box-shadow: 0 1px 0 rgba(0,0,0,.25);
              padding-top: 0;
              padding-bottom: 0;
              z-index: 20;
            }

            #content section.basic-header h2,
            #content.interior section.basic-header h2.page-title {
              margin: 1.5em 0;
            }


      /*    "Baic Header" section type   */

            ul.image-list {

            }

            ul.image-list li {
              padding-right: 2rem;
              padding-left: 2rem;
              padding-bottom: 0;
            }

            ul.image-list .img-container {
              border-radius: 100%;
              overflow: hidden;
              display: block;
              position: relative;
            }

            ul.image-list .img-container:after {
              padding-top: 100%;
              display: block;
              content: '';
            }

            ul.image-list .img-container > span {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              background-size: cover;
              background-position: center center;
            }

            ul.image-list a:hover .img-container > span {
            }

            ul.image-list .img-container img {
              width: 100%;
              height: auto;
              visibility: hidden;
              opacity: 0;
            }

            ul.image-list .img-label {
              padding-top: 1rem;
              margin-top: -1.5rem;
              background: #FFF;
              font-size: 1rem;
              text-align: center;
              position: relative;
            }

            ul.image-list .img-label::after {
              background: #0b2c4a none repeat scroll 0 0;
              content: "";
              display: block;
              height: 1px;
              margin: 1.15rem auto;
              position: relative;
              width: 25%;
              transition: width .25s ease-in-out;
            }

            ul.image-list a:hover .img-label::after {
              width: 50%;
              transition: width .25s ease-in-out;
            }


        /*  Profile intro   */

            #content section.profile-intro > .row > .column {
              max-width: 1300px;
            }

            #content section.profile-intro {
                padding: 0;
            }

            #content section.profile-intro .column .row {
                display: table;
            }
            #content section.profile-intro .column .column {
                display: table-cell;
                float: none;
                vertical-align: middle;
                text-align: center;
            }
            #content section.profile-intro .column .column:last-child,
            section.profile-intro .column .column:last-child {
                padding: 1rem 3em 3em 3em;
            }
            #content section.profile-intro .people-info {
                font-size: 2rem;
            }
            section.profile-intro h1,
            section.profile-intro h2,
            section.profile-intro h3,
            section.profile-intro h4,
            section.profile-intro h5,
            section.profile-intro h6 {
                color: #fff;
                font-size: 1em;
                line-height: 1.25em;
                margin: 0.5rem;
            }

            section.profile-intro h3, {
                font-family: BentonSansCondBold,Arial,sans-serif;
                letter-spacing: .02em;
                font-size: 3.1rem;
                line-height: 1.1em;
                margin-bottom: .75em;
            }

            section.profile-intro h4 {
                font-family: "clarendon-text-pro",Georgia,serif;
                font-weight: normal;
                opacity: 0.6;
                font-size: 1.2rem;
                line-height: 1.35em;
                letter-spacing: .01em;
            }

            section.profile-intro .people-icon,
            #ancillary .profile section.profile-intro .people-icon {
              font-size: 0.67rem;
              text-align: center;
            }

            #content section.profile-intro .people-icon {
                background: rgba(0, 0, 0, 0.4) url("../../img/large-shield-icon-light.png") no-repeat scroll center center;
                border-radius: 50%;
                display: inline-block;
                font-size: 0.67rem;
                height: 100px;
                letter-spacing: 0.1em;
                line-height: 105px;
                margin: 1rem auto;
                text-shadow: 0 1px rgba(0, 0, 0, 0.5);
                text-transform: uppercase;
                width: 100px;
            }

            #content section.profile-intro .column .column {
              display: block;
              width: 100% !important;
            }

            #content section.profile-intro .people-icon {
            }

            #content section.profile-intro .people-info {
              display: block;
              /*padding-top: .5em;*/
            }

            #content section.profile-intro .column:last-child, section.profile-intro .column:last-child {
              padding: 3em;
            }

            #content section.profile-intro {
              background: #456F96;
            }

            #content section.profile-intro .column:last-child,
            section.profile-intro .column:last-child {

              background: none;

            }

            section.profile-intro img {
              width: 240px;
              height: 240px;
              border: 12px solid #FFF;
              border-radius: 50%;
              max-width: none;
            }

            #content section.profile-intro .column:first-child {
              vertical-align: top;
              padding: 20px 0;
              padding-bottom: 0;
            }

            #content section.profile-intro .people-icon,
            #ancillary section.profile-intro .people-icon {
              display: none;
              background-color: #0b2c4a;
            	position: relative;
            	line-height: 0;
            	padding: 0px;
              background-size: 80px;
              width: auto;
              height: auto;
              margin: 0 6rem .5rem 6rem;
              background-color: transparent;
              border: none;
            }

            #ancillary section.profile-intro .people-icon {
              background-size: 40px;
              margin-top: 1.5rem;
            }

            #content section.profile-intro .column .column:first-child .people-icon,
            #ancillary section.profile-intro .column .column:first-child .people-icon {
              display: block;
            }

            #content section.profile-intro .column .column:last-child .people-icon {
              display: none;
            }

            section.profile-intro .people-icon span {
            	position: relative;
            	display: block;
            	font-family: "clarendon-text-pro",Georgia,serif;
            	letter-spacing: 0.15em;
            	color: rgba(255, 255, 255, 0.4);

              line-height: 1.1em;
              top: 50%;
              text-shadow: 0 1px rgba(0,0,0,.2);
              left: auto;
              color: #FFF;
              font-size: .825rem;
              padding: 29px 0 25px 0;
            }

            #ancillary section.profile-intro .people-icon span {
              padding-top: 25px;
            }


        /*  Carousel */

            .carousel ul.options {
              margin: 0 auto;
            }

            .carousel a {
              font-size: 1em;
            }

            .carousel p,
        		#content section .carousel p {
        			font-size: .89em;
        		}


}

@media only screen and (min-width: 40.063em) {

  html,body {

    font-size: 18px;
    height: 100%;

  }

  #body-wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }

  #tagline-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../../img/branding-bg.jpg") repeat-x scroll left top;
    background-size: auto 100%;
    color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
  }

  #tagline-footer .tagline {
    background: #7a1705 none repeat scroll 0 0;
    color: #fff;
    font-family: BentonSansCondBold,Arial,serif;
    font-size: 1.375rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 2.5rem;
    margin: 24px auto;
    text-transform: uppercase;
  }

  #tagline-footer .tagline span {
    font-family: GeorgiaProBoldItalic,Georgia,serif;
    font-size: 1rem;
    letter-spacing: 0;
    margin-left: -4px;
    text-transform: lowercase;
    vertical-align: 2px;
  }

  #content.home-content section,
  #content.home-content .section,
  #content.home-content > section:first-child {

    position: absolute;
    background: none;
    height: 100%;

  }

  #content.home-content section:nth-child(2) {
		margin-top: 0;
	}

  #content.home-content > section:first-child {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  }

  #content.home-content {
    position: fixed;
  }

  #content.home-content .lead-content {
    position: absolute;
    text-align: left;
  }

  #search-button.active {
    width: 220px;
  }

  #search-button.active form {
    width: 200px;
  }

  #branding-bar {
    position: fixed;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  }

  #branding-bar::after {
    position: absolute;
    display: none;
  }

  #branding-bar #iu-campus {
     line-height: 70px;
  }

  #branding-bar img {
    border-top: 9px solid #990000;
  }

  #container:before {
	  display: none;
	}

	#container .wrapper:before {
		display: none;
	}

  .site-header {
    height:  120px;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    z-index: 501;
  }

  .site-header:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100&amp;1+0,1+75,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(75%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

    opacity: 0;
    transition: opacity .5s ease-in-out;
  }

  .site-header:hover:after {

    opacity: .25;
    transition: opacity .5s ease-in-out;

  }

  .site-header .unit {
    padding-left: 3rem;
  }

  .site-header .site-title {
    line-height: 90px;
    top: 20px;

    line-height: 130px;
  }

  .site-header .site-title a {
    color: #FFF;
    line-height: 0;
    font-size: 1.35em;
    letter-spacing: 0.02em;
  }

  .site-header-wrap {
    z-index: 303;
  }

  #menu-btn {
    width: auto;
    margin-top: -8px;
    margin-left: 6px;
  }

  /*
  #menu-btn span:last-child {
    display: inline-block;
  }
  */

  .nav-bg {
    top: 0;
    width: 70%;
    height: 100%;
    border-bottom: 0;
  }

  .nav-bg ul {
    position: absolute;
    right: 0;
    margin-top: 25px;
    display: table;

    margin-top: 40px;
  }

  .nav-bg li {
    display: table-cell !important;
    vertical-align: top;
  }

  .nav-bg li a {
    margin: 0;
  }

  .nav-bg li ul li {
    display: block !important;
  }

  .nav-bg li a span {
    width: 50px;
  }

  .nav-bg li a span {
    line-height: 56px;
    height: 56px;
    border-left: 0;
  }

  /*
  #menu-btn span:last-child {
    width: 60px;
  }

  #menu-btn span:last-child span {
    line-height: 56px;
  }
  */

  #search-button a span {
    margin: inherit;
    border-radius: 0.3125rem;
  }

  .site-header .unit {
    background: none;
  }

  #maurerLoader,
  .loading #maurerLoader,
  .init #maurerLoader,
  .menu-open #maurerLoader,
  #content.home-content {
    top: 0;
  }

  #content.home-content section:first-child > span > span,
  #maurerLoader > span > span {
    bottom: 33%;
    height: 24%;
    left: 33%;
    right: 33%;
    top: 33%;
    width: 33%;
  }

  #maurerLoader.hidden {
    top: 100%;
  }

  #maurerLoader > span h2 {
    font-size: 1.67em;
    transition: none;
  }

  #maurerLoader.shrink > span h2 {
    color: inherit;
    font-size: inherit;
    margin-bottom: inherit;
    transition: none;
  }

  .interior #site-header-wrapper {
    background: none;
    box-shadow: none;
    overflow: hidden;
  }

  #progress-nav,
  #footer #progress-nav {
    width: 15%;
    width: auto;
  }

  #menu {
    top: 0;
    bottom: auto;
    height: 100%;
  }

  #section-nav {
    height: auto;
  }

  .lead h2, #content.home-content section.lead h2 {
    font: 2em/1.1em BentonSansCondBold,Arial,sans-serif;
  }

  #content.home-content section.lead .row .column:first-child, #content.home-content section.lead .row .column:last-child {
    padding: 0;
    padding:  3rem;
    padding-left: 80px;
    padding-right: 50%;
  }

  #alt-menu section > nav {
    width: 60px;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav {
    margin-right: 60px;
  }

  #alt-menu .menu-header {
    margin-right: 0;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav ul a span {
    width: 60px;
  }

  #alt-menu > .alt-menu-wrap > section > span > nav li a {
    padding: 2.5em 70px 2.5em 3rem;
  }


  /*  New home content */

  #content.home-content section:first-child > span > span,
  #maurerLoader > span > span {
    bottom: 0;
    height: 100%;
    left: 3%;
    right: 0;
    text-align: left;
    top: 0;
    width: 91%;
  }

  #maurerLoader > span > span {
    left: 0;
    width: 100%;
  }

  #content.home-content .section,
  #content.home-content section {
    opacity: 0;
    margin-bottom: 0;
  }

  #content.home-content {
    width: 100%;
    margin: 0;
  }

  #content.home-content section:first-child > span > span,
  #maurerLoader > span > span,
  #introSlide h2,
  #content.home-content section:first-child h2 {
    text-align: left;
  }

  #introSlide h2,
  #content.home-content section:first-child h2,
  #introAction {
    position: absolute;
  }

  #introAction, .initialized #introAction {
    bottom: auto;
    width: auto;
    margin-top: 1em;
    padding-bottom: 0;
  }

  #introSlide h2,
  #content.home-content section:first-child h2 {
    bottom: auto;
    font-size: 3.2rem;
  }

  #content.home-content section:first-child h2,
  #introSlide h2 {
    background: none;
    height: auto;
    width: auto;
    text-indent: 0;

    position: relative;
    top: auto;
    margin-top: 0;
  }

  #introAction, .initialized #introAction {
    position: absolute;
    width: auto;
    margin-top: 1em;
    padding: 1.25em 2em;
    border: 2px solid #fff;
    border-radius: 0.375em;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    font-size: 0.93rem;
    transition: background .4s ease-in-out, color .4s ease-in-out;
  }

  #introAction:hover, .initialized #introAction:hover {
    background: #FFF;
    color: #990000;
    transition: background .4s ease-in-out, color .4s ease-in-out;
  }

  #introAction:after, .initialized #introAction:after {
    content: none;
    display: none;
    height: 0;
    line-height: 0;
  }

  #content.home-content section h2 strong {
    display: inline;
  }

  #branding-bar {
    overflow: visible;
  }

  #main-menu-item {
    width: 155px;
  }

  .site-header .unit {
    position: relative;
  }

  #menu-btn {
    position: fixed;
  }

  #menu-btn .icon-label {
    display: block;
  }

  .nav-bg, .site-header .unit {
    width: 30%;
  }

  .nav-bg {
    width: 70%;
    float: right;
  }

  .nav-bg ul {
    width: auto;
  }

  .site-header {
    position: relative;
  }

  #progress-nav,
  #footer #progress-nav {
    display: inline-block;
  }

  #footer {
    height: 80px;
    position: fixed;
  }

  #footer .drawer > a {
    display: inline-block;
  }

  #footer-line {
    display: block;
  }

  .home #footer .drawer > div {
    position: absolute;
  }

  .home #footer > .container > .column {
    width: 140px;
  }

  .home #footer #bottom-links {
    margin: -3.5rem 1em 1em 1em;
    top: 100%;
  }

  .home #footer .drawer > div {
    left: -999999px;
    opacity: 0;
    position: absolute;
  }

  .home #footer .drawer:hover > div {
    left: auto;
    right: 0;
    opacity: 1;
  }

  .home #footer .drawer > div > span {
    width: 300px;
  }

  .lead-wrap {
    padding-bottom: 130px;
  }

  .lead-content {
    opacity: 0;
    visibility: hidden;
  }

  .lead-image-container {
    position: fixed;
    width: 70%;
    margin-left: -15%;
    visibility: hidden;
    opacity: 0;
    left: 100%;

    position: absolute;
    visibility: visible;
    opacity: 1;
  }

  .even .lead-image-container {
    margin-left: 0;
  }

  .even .lead-image-container img {
    margin-left: -10%;
  }

  .lead-image-container img {
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .lead-image-container .image-label {
    opacity: 0;
    visibility: hidden;
    width: auto;
    background: rgba(77, 77, 77, .6);
    bottom: 80px;
    font-size: .6rem;
  }

  .lead-image-container .image-label strong {
    font-size: 0.72rem;
  }

  .even .lead-image-container .image-label {
    background: rgba(47, 75, 102, .6);
  }

  .lead h2, #content.home-content section.lead h2 {
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
  }

  .lead-content {
    bottom: 90px;
    margin: 0 auto 0 15%;
    position: absolute;
    width: 50%;
    margin-left: 5%;
  }

  .lead-content p {
    opacity: 0;
    visibility: hidden;
  }

  .lead p, #content.home-content section.lead p {
    font-size: .9em;
    margin: 0;
  }

  .even .lead-content {
    margin-left: 50%;
  }

  /*  !header */

    .nav-bg li {
      padding-left: 10px;
    }

    #menu-btn > .fa {
      background: none;
      color: #FFF;
      font-size: 1rem;
      background: #f0efee;
      color: inherit;
    }

  /* !menu */

    #alt-menu > #alt-menu-master-close a span {
      display: inline-block;
    }

    #alt-menu section#dynamic > nav > ul a {
      font-size: 1.22rem;
    }

    #alt-menu section > span {
      margin-left: 60px;
    }

    #menu-btn:hover > .fa {
  	  width: 80px;
  	  transition: width .5s ease-in-out;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a em {
  	  font-size: 1.32rem;
  	  color: rgba(9,43,73,1);
      transition: color .18s ease-in-out;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a {
  	  padding: 1.5rem;
  	  padding-left: 2.5rem;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a.button {
	    font-size: 1rem;
	    display: inline-block;
	    color: #990000;
	    padding: 0.5rem 1rem 0.5625rem;
      margin: .5em auto;
	    width: auto;

      background: transparent;
      color: #990000;
      border-color: #990000;
      border-radius: 0.3125rem;

      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0;
      display: block;
      width: 100%;
      border-radius: 0;
      font-family: BentonSansCondBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  	  font-size: 1.32rem;
      padding: 1.5rem 2.5rem;

	  }

    #alt-menu > .alt-menu-wrap > section > span > nav li a.button:hover {
      background: #990000;
      color: #fff;
      border-color: rgba(0, 0, 0, 0.1);
    }

    #alt-menu > .alt-menu-wrap > section > span > nav li a {
  	  padding: 1.5rem;
  	  color: rgba(9,43,73,.75);
  	  display: block;
  	  padding-right: 60px;
  	  padding-left: 2.5rem;
      background-color: none;
      transition: background-color .18s ease-in-out, color .18s ease-in-out;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav li a:hover {
      color: rgba(255,255,255,.75);
      background-color: #4d4d4b;
      transition: background-color .18s ease-in-out, color .18s ease-in-out;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav li a:hover em {
      color: rgba(255,255,255,1);
      transition: color .18s ease-in-out;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav li a:hover span {
      color: rgba(255,255,255,.75);
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color .18s ease-in-out, color .18s ease-in-out;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav li a:hover span:hover {
      color: rgba(255,255,255,1);
      background-color: rgba(0, 0, 0, 0.3);
      transition: background-color .18s ease-in-out, color .18s ease-in-out;
    }

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul li a {
  		padding-left: 70px;
  	}

  	#alt-menu > .alt-menu-wrap > section > span > nav ul ul ul li a {
  		padding-left: 85px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul li a {
  		padding-left: 100px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul li a {
  		padding-left: 115px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul ul li a {
  		padding-left: 130px;
  	}

    #alt-menu > .alt-menu-wrap > section > span > nav ul ul ul ul ul ul ul li a {
  		padding-left: 145px;
  	}


    /*  !search */

    #search-button form {
      border: 1px solid #fff;
      background: none;
      height:42px;
      width: 100%;
      border-top-right-radius: 0.3125rem;
      border-bottom-right-radius: 0.3125rem;
    }

    #search-button form input {
      box-shadow: inset 0 0 8px rgba(0,0,0,.5);
      background: none;
      filter: none !important;
      color: #fff;
      text-shadow: 0 0 5px rgba(0,0,0,.25);
      margin-left: auto;
      font-size: 0.7rem;
    }

    #search-button {
      text-align: left;
      border: 0;
      width: 48px;
    }

    #search-button a .fa {
      line-height: 42px;
      height: 42px;
      font-size: 1rem;
      border: 1px solid rgba(255, 255, 255, 1);
      background: rgba(27, 60, 76, 0.1);
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    #search-button a span {
  	  transition: text-shadow 0.18s ease-in-out, background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
  	  -webkit-transition: text-shadow 0.18s ease-in-out, background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
  	}

    #search-button a:hover span,
  	#search-button a.active span {
  	  background-color: rgba(255,255,255,1);
  	  border-color: rgba(255,255,255,1);
  	  color: rgba(59,127,163,1);
  	  text-shadow: none;
  	  transition: text-shadow 0.18s ease-in-out, background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
  	  -webkit-transition: text-shadow 0.18s ease-in-out, background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
  	}
    #search-button a.active span {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    #search {
      height: 60px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .gsc-control-cse {
      background: none !important;
      border: none !important;
    }

    #search  input {
  	  line-height: 40px !important;
  	  height: 42px !important; top:0;
  	  margin: 0 !important;
  	  background: rgba(0,0,0,.2) !important;
  	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  	  padding-left: 2px !important;
  	  padding-right: 2px !important;
      padding-bottom: 16px !important;
  	}

    #search table {
      background: none !important;
    }

    #search table.gsc-search-box td.gsc-search-button input {
  	  box-shadow: none;
  	  height: 100%;
  	  line-height: 32px;
  	  margin: 0 0;
  	  padding: 0 0 12px 0 !important;
  	  border: 0;
  	  border-left: 1px solid #fff;
  	  border-radius: 0;
      display: block;
  	}

    #search td.gsc-search-button {
      display: table-cell;
    }

    #search table.gsc-search-box td.gsc-clear-button {
      display: none !important;
    }

  #search form {
      left: 60px;
      padding:0;
      opacity: 1;
      position: absolute;
      right: auto;
    }

    .interior #search-button a .fa {
      color: #FFF;
    }

    .interior #search-button a .fa:hover,
    .interior #search-button a.active .fa {
      background: #FFF;
      color:rgba(59, 127, 163, 1);
    }

    .interior #search-button {
      border-right: 0;
    }

    #alt-menu .menu-header {
      padding: 1em 2.5rem;
      padding: 0;
    }

    /*  !page nav */

        #content-section-nav.scroll,
        .site-header #content-section-nav,
        .site-header #content-section-nav.scroll {
          top: -20px;
          margin: 0 70px;
        }

        #content-section-nav.scroll {
          padding: 0 20px;
        }

        nav.interior-section-nav {
          display: block;
          max-height: none;
        }

        nav.crumbs {
          height: 45px;
        }

        nav.crumbs ul {
          display: table;
          width: auto;
          position: absolute;
          left: -100%;
          height: 100%;
        }

        .traditionalNav nav.crumbs ul {
          left: 0;
        }

        nav.crumbs li {
          font-size: .72rem;
          line-height: 2.5em;
          height: 2.5em;
        }

        nav.crumbs li,
        nav.crumbs li.last,
        nav.crumbs li.current {
          display: table-cell;
        }

        nav.crumbs a {
          left: -100%;
          font-size: .72rem;
          line-height: 2.5em;
          height: 2.5em;
          padding: 0 .25em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        }

        .traditionalNav nav.crumbs a {
          left: 0;
        }

        nav.crumbs a span {

          position: relative;
          display: block;
          top: 100%;
          opacity: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: .2em;

        }

        nav.crumbs ul.truncate a span {
          width: 60px;
        }

        nav.crumbs ul.truncate li:first-child a span,
        nav.crumbs ul.truncate li:last-child a span {
          width: auto;
        }

        nav.crumbs ul.anim-complete {
          border: 0;
        }

        nav.crumbs ul.anim-complete a {
          top: 0;
        }

        nav.crumbs a:hover,
        nav.interior-section-nav a:hover {
          color: #FFF;
        }

        nav.crumbs li.revealed a {
          opacity: .6;
        }

        nav.crumbs li.current.revealed a {
          opacity: 1;
        }

        nav.crumbs li a span:before {
          opacity: .6 ;
          content: "/";
          padding-right: .5em;
          transition: opacity .5s ease-in-out;
        }

        nav.crumbs li:first-child a span:before {
          display: none;
        }

        nav.crumbs li.current a span:before,
        nav.crumbs li.removed a span:before {
          opacity: .6;
          transition: opacity .5s ease-in-out;
        }

        .traditionalNav nav.crumbs ul a span {
          top: 0;
          opacity: 1;
        }

        nav.crumbs li.root a {
          text-transform: uppercase;
          padding-left: 10px;
        }

        nav.crumbs li.root a strong {
          font-family: BentonSansCondBold, sans-serif;
        }

        nav.crumbs li.added {
          visibility: hidden;
        }

        nav.crumbs .current a {
          opacity: 1;
        }

        nav.interior-section-nav {
          background: #756f61 none repeat scroll 0 0;
          padding: 1.3rem .72rem;
          overflow: hidden;

          background: none;
          padding: 0;
          padding-top: 1rem;

        }

        nav.interior-section-nav ul,
        nav.interior-section-nav.open ul {
          margin: 0;
          opacity: 0;
          top: -18px;
          padding: 0 .25em;
          display: table;
          transition: none;
        }

        .traditionalNav nav.interior-section-nav ul,
        .traditionalNav nav.interior-section-nav.open ul {
          opacity: 1;
          top: 0;
        }

        nav.interior-section-nav li,
        nav.interior-section-nav.open li {
          opacity: 1;
          visibility: visible;
          display: inline-block;
          transition: none;

          display: block;
          float: left;
          padding: 0;

          background: rgba(0, 0, 0, 0) url("../../img/bullet.png") no-repeat scroll right 3px;
          padding-right: 20px;
        }

        nav.interior-section-nav li:last-child {
          background: none;
          padding-right: 0;
        }

        /*
        nav.interior-section-nav li::after {
          color: rgba(255, 255, 255, 0.6);
          content: "\f111";
          float: right;
          font-family: FontAwesome;
          font-size: 0.275rem;
          height: 100%;
          line-height: 0;
          padding: 0.9rem 0 0;
          position: relative;
          text-align: center;
          width: 1.5rem;
        }
        */

        nav.interior-section-nav a {
          font-size: .944rem;
          padding: 0 0.25em 0.6em;
          line-height: 1.5em;
          display: block;
          font-family: BentonSansCondRegular, sans-serif;
        }

        nav.interior-section-nav ul.hover a {
          opacity: .6;
          transition: opacity .5s ease-in-out;
        }

        nav.interior-section-nav a:hover,
        nav.interior-section-nav ul.hover a:hover {
          opacity: 1;
          /*
          top: -3px;
          padding-bottom: 3px;
          */
          transition: opacity .5s ease-in-out, top .5s ease-in-out;
        }

        #crumbs:after {
          display: none;
        }

    /*  !content  */

        #content.new, #content.interior {
          margin: 0 40px 40px;
        }

        #content.new #mock > section,
        #content.interior #mock > section {
          height: 800px;
        }

        #content.interior section h2.page-title {
            font-size: 2.3em;
        }

        .site-header #content-section-nav,
        .site-header #content-section-nav.scroll {
          margin: 0 40px;
        }

        #content.interior section .column-wrap {
          padding: 6.67rem 5rem;
        }

        .interior #footer {
          margin: 0 70px;
          padding: 3rem;
        }

        #site-header-wrapper {
          position: relative;
          background: none;
        }



        /*  Ancillary button  */

            a.button.ancillary-link {
              -webkit-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              -moz-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              transition: background-position ease 0.75s, box-shadow ease 0.75s;
            }

            a.button.ancillary-link span {
              padding: 0.5rem 1rem 0.5625rem;
            }

            a.button.ancillary-link:before {
              -webkit-transition: right ease 0.75s;
              -moz-transition: right ease 0.75s;
              transition: right ease 0.75s;
            }

            a.button.ancillary-link:hover,
            a.button.ancillary-link.active,
            a.button.ancillary-link.active:hover {
              background-image: linear-gradient(to left, #990000 50%, #660000 50%);
              background-size: 200% 100%;
              color: #FFF;
              border: 0;
              border-color: #990000;
              background-position: 0 bottom;
              box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
              -webkit-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              -moz-transition: background-position ease 0.75s, box-shadow ease 0.75s;
              transition: background-position ease 0.75s, box-shadow ease 0.75s;
            }

            a.button.ancillary-link.active:before,
            a.button.ancillary-link.active:hover:before {
                right:0;
                top:0;
                -webkit-transition: right ease 0.75s;
                -moz-transition: right ease 0.75s;
                transition: right ease 0.75s;

            }

        /*  Ancillary content */

            #ancillary-master-close .wrapper {
              display: table;
              width: 55%;
            }

            #ancillary-master-close a {
              display: table-cell;
            }

            #ancillary-master-close a > span {
              transform: none;
              white-space: normal;
              top: auto;
              position: relative;
              padding: 1.5em 2em;
              display: inline-block;
            }

            #ancillary-master-close a > span > span {
              margin: auto;
              transform: none;
            }

            #ancillary-master-close a span:hover {
              background-position: right bottom;
              color: rgba(0,0,0, 0.7);
              transition: background-position .5s ease, color .5s ease;
            }

            #ancillary-master-close a span em {
              top: auto;
              padding: 0;
              display: block;
              font-size: 1rem;
            }

            #ancillary-master-close a span:hover em {
              color: #000;
              transition: color .75s ease-in-out;
            }

            #ancillary-content {
              width: 45%;
            }


        /*  Icon buttons  */

            #content section .icon-btn {
              font-size: 0.78em;
              padding: 1em 120px 1em 1.5em;
            }

            #content section .icon-btn strong {
                font-size: 1em;
            }

            #content section .icon-btn span {
                line-height: 65px;
            }

            #content section .icon-btn .fa:before {
              top: 0;
              background-position: center center;
            }

        /*  Content section */


        /*  Span Content Type */

            #content section.span {
              left: 0;
              padding: 100px 0;
              position: absolute;
              width: 100%;
              background: none;
              margin-bottom: auto;

              padding: 0;
            }

            #content section.span > div {
            }

            #content section.span > .row > .column > .row {
            }

            #content section.span .profile {
                height: 367px;
            }

            #content section.span .profile .column {
            }

            #content section.span .profile .column-wrap {
              padding: 0 4.5em;
            }

            #content section.span .profile .profile-image {
            }

            #content section.span .profile .profile-image img {
                display: none;
            }

            #content section.span .profile .people-title {
                padding: 0;
                font-size: 1.6875rem;
                padding-bottom: 0.5em;
            }

            #content section.span .profile .people-designation, #content section.span .profile .people-action {
                position: absolute;
            }

            #content section.span .profile .people-designation {
                margin: 3em auto;
                left: 10%;
                right: 10%;
                width: inherit;
            }

            #content section.span .profile .people-designation span {
            }

            #content section.span .profile .people-designation .icon {
            }

            #content section.span .profile .people-action {
                margin: 1.5em auto;
            }


        /*  "C" section type  */

            #content section.c img {
                display: none;
            }

            #content section.c .column:last-child {
                position: relative;
            }

            #content section.c > .row > .column:last-child {
              padding: 6.67rem 5rem;
            }

            #content section.c > .row > .column:first-child {
              padding: 0;
              position: absolute;
            }

            #content section.c .column:first-child {
              height: 100%;
            }

            #content section.c.section-left > .row > .column:last-child {
              float: left;
            }

        /*  "Full Image" section type */

            #content section.full-image > .row > .column:first-child {
              border: 0;
            }

            #content section.full-image > .row > .column:last-child {
              padding: 6.67rem 5rem;
            }

            #content section.full-image > .row {
              display: table;
            }

            #content section.full-image .column {
              display: table-cell;
              vertical-align: middle;
              float: none;
            }

            #content section.full-image.section-left .column:first-child {
              left: 50%;
            }

            #content section.full-image.section-left .column:last-child {
              left: -50%;
            }


        /*  "B" section type  */

            #content section.b > .row {
                padding: 5rem;
            }

        /*  "Title" section type  */

            #content section.title {
              padding: 4em;
              padding: 0;
            }

            #content section.title h2 {
              text-align: center;
              margin: 1em auto .5em auto;
            }

            #content section.title:after {
              content: " ";
              width: 0;
              opacity: 0;
              margin: 0 auto;
              position: absolute;
              bottom: 0;
              left: 45%;
              right: 45%;
              border-top: 1px solid #4D4D4B;
              height: 0;
              line-height: 0;
              transition: width .25s ease-out, opacity .25s ease-out;
            }

            #content section.reveal.title:after {
              width: 10%;
              opacity: 1;
              transition: width .25s ease-out 1.75s, opacity .25s ease-out 1.75s;
            }


        /*  Profile intro  */

            #content section.profile-intro .row {
            }

            #content section.profile-intro .column .column:first-child .people-icon {
              display: none;
            }

            #content section.profile-intro .column .column:last-child .people-icon {
              display: block;
              background: rgba(0, 0, 0, 0.4) url("../../img/large-shield-icon-light.png") no-repeat scroll center center;
              border-radius: 50%;
              font-size: 0.67rem;
              letter-spacing: 0.1em;
              margin: .5rem auto;
              text-shadow: none;
            	height: 30px;
            	width: 30px;
            	background-size: 40px 40px;
              margin-left: 0;
              background-position: left top;
              background-color: transparent;
              border-radius: 0;
              height: auto;
              width: auto;
              text-align: left;
            }

            #content section.profile-intro .people-icon span {
              text-shadow: none;
              top: 0;
              line-height: 1.1em;
              margin-top: 0;
            	font-size: 0.7rem;
              color: rgba(255,255,255,.5);
              padding: 15px 0 14px 37px;
            }

            #content section.profile-intro img {
              box-shadow: 0 0 20px rgba(0,0,0,0.4);
            }

            section.profile-intro h3,
            section.profile-intro h4 {
              font-size: 2.25rem;
              line-height: 1.1em;
              margin-bottom: .75em;
            }

            section.profile-intro h4 {
                font-size: 1rem;
                opacity: 1;
                line-height: 1.35em;
                margin-bottom: .5em;
            }

            #content section.profile-intro .column .column:last-child,
            section.profile-intro .column .column:last-child {
              text-align: left;
              padding-top: 2em;
            }

            #content section.profile-intro {
              /*background: none;*/
            }

            #content.interior section.navigation > .row {
              padding: 1rem;
            }

            #content section.navigation nav li {
              width: 33.33%;
            }

            #content section.profile-intro .column .column:first-child .people-icon {
            	margin: 0;
            	position: absolute;
            	left: 50%;
            	right: auto;
            	top: 50%;
            	background-color: #0b2c4a;
            	bottom: auto;
            	margin-left: 54px;
            	margin-top: 54px;
            }

            section.profile-intro img {
              width: 308px;
              height: 308px;
            }

            #content section.profile-intro .column:first-child {
              padding: 20px;
            }

            #content section.profile-intro .column .column {
              display: table-cell;
              width: 50% !important;
            }

            #content section.profile-intro .column .column:last-child, section.profile-intro .column .column:last-child {
              padding: 0 2em;
            }


        /*  Carousel */

            .carousel a {
              font-size: .89em;
            }

            .carousel p,
        		#content section .carousel p {
        			font-size: .67em;
        		}

}

@media only screen and (min-width: 64em) {

  .nav-bg li a.button {
    font-size: .78rem;
  }

  #content section.intro-story .column:last-child {
    position: absolute;
    width: 58.33% !important;
    right: 41.66667% !important;
  }

  #content section.interior-intro.intro-story .column:last-child .column-wrap,
  #content.interior section.intro-story .column-wrap {
    padding: 5.5em 3.5em;
    background: none;
    text-align: left;
  }

  #content section.intro-story h2 {
    color: #fff;
    font-size: 2.5em;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0;
    background: none;
  }

  #content section.intro-story .icon-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #content section .icon-btn {
    margin: 0;
  }

  #content.interior section {
    margin-bottom: 0;
  }

  .lead-image-container {
    width: 50%;
  }

  .even .lead-image-container img {
    margin-left: 0;
  }

  #content section.navigation {
    margin-top: 0;
  }


}

@media only screen and (min-width: 64.063em) {

  #search-button.active {
    width: 320px;
  }

  #search-button.active form {
    width: 300px;
  }

  #content.new, #content.interior {
    margin: 0 70px 70px;
  }

  .site-header #content-section-nav,
  .site-header #content-section-nav.scroll {
    margin: 0 70px;
  }

  .site-header .unit {
    padding-left: 100px;
  }

  #content section.b {
  }

  #content section.b > .row {
      max-width: 75%;
      padding: 7.5rem;
  }

  .lead-image-container {
    width: 33.3%;
    margin-left: 0;
  }

  .lead-content {
    margin-left: 15%;
    width: 60%;
  }

  .even .lead-content {
    margin-left: 33.3%;
  }

  .even .lead-image-container {
    margin-left: 0;
  }

  .even .lead-image-container img {
    margin-left: 0;
  }

  #content section.profile-intro .column .column {
    display: table-cell;
    width: 50% !important;
  }

  #content section.profile-intro .column .column:last-child {
    display: table-cell;
    width: 100% !important;
  }

  #content section.profile-intro .column .column:first-child {
    display: table-cell;
    width: auto !important;
  }

  #content section.profile-intro .people-icon {
    position: relative;
    top: auto;
    margin: 1rem auto;
    left: auto;
    background-color: rgba(0,0,0,.4);
  }

  #content section.profile-intro .people-info {
    display: inline;
    padding-top: 0;
  }

  #content section.profile-intro .column:last-child, section.profile-intro .column:last-child {
    padding: 2em;
  }


  /*  Navigation  */

      #content section.navigation nav li {
        float: none;
        width: auto;
        display: inline-block;
        top: auto;
      }

      #content section.navigation nav li a {
        border: none;
        margin: 0;
      }


  /*  Proile intro */

      section.profile-intro h3 {
        font-size: 2.8rem;
        margin-bottom: .5em;
      }

      section.profile-intro h4 {
          font-size: 1.2rem;
          margin-bottom: auto;
      }

}
