/* --------------------------------------------------
Venture Center
Copyright (C)2014 CBRE | Property Marketing Center
----------------------------------------------------- */
/* GLOBAL RESET
---------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
::-moz-selection {
  background: #ddd;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ddd;
  color: #000;
  text-shadow: none; }

html * {
  -webkit-tap-highlight-color: transparent; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic; }

.ie8 * {
  filter: inherit; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* SASS Variables, Mixins & Extends/Placeholders
---------------------------------------------------- */
/* Variables */
/* Mixins */
/* Extends & Placeholders */
.location-stats:after, .location-stats li:after, .pageWhyNCSU .main-content .main-text .connect-graphic:after, .pageWhyNCSU .main-content .main-text .connect-graphic li:after, .pageAvailability .main-content .main-text:after {
  content: "";
  display: table;
  clear: both; }

/* HTML & BODY & PAGE STRUCTURE
---------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 10px; }

body {
  font: 400 100% "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0;
  color: #333333;
  line-height: 1;
  background: #00a19b; }
  body.pageOverview {
    background: #009bde; }
  body.pageLocation {
    background: #ff6b00; }
  body.pageWhyNCSU {
    background: #95d600; }
  body.pageCentenialCampus {
    background: #00a19b; }
  body.pageHuntLibrary {
    background: #cf0a2c; }
  body.pageAvailability {
    background: #009bde; }
  body.pageContact {
    background: #ff6b00; }

img {
  width: 100%; }

.wrapper {
  max-width: 100%;
  padding: 0 8em; }

sup {
  vertical-align: super;
  font-size: 50%; }

/* TYPOGRAPHY
---------------------------------------------------- */
.main-content h1 {
  font-size: 4em;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif; }
  .main-content h1.homeline1 {
    font-size: 2em;
    font-weight: 200; }
.main-content a {
  text-decoration: none;
  color: #333333; }
  .main-content a:hover {
    text-decoration: underline;
    color: #888888; }
  .main-content a.white {
    color: #fff; }
.main-content a.button {
  display: block;
  max-width: 15em;
  font-size: 1.2em;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0.5em 1em;
  margin: 1em 0;
  background: #cf0a2c;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em; }
  .main-content a.button:hover {
    background: #9e0822; }

/* SITE HEADER & NAVIGATION
---------------------------------------------------- */
.site-header {
  position: relative;
  z-index: 1100; }
  .site-header .logo {
    width: 25em;
    height: 16.8em;
    margin-top: 3em;
    display: block; }
    @media screen and (max-width: 66em) {
      .site-header .logo {
        display: none; } }
    .site-header .logo .logo-box svg {
      display: block;
      margin: 0 auto; }
    .site-header .logo .logo-box img {
      width: 100%; }
  .site-header .logo-mobi {
    width: 10em;
    display: none; }
    @media screen and (max-width: 66em) {
      .site-header .logo-mobi {
        display: block;
        margin-left: -6em; } }
    @media screen and (max-width: 43.75em) {
      .site-header .logo-mobi {
        margin-left: -1.5em; } }
  .site-header .wrapper {
    height: 12em;
    padding: 0 6em; }
    @media screen and (max-width: 43.75em) {
      .site-header .wrapper {
        height: 9em;
        padding: 0 1.5em; } }
  .site-header .tenant {
    display:block;
    position:absolute;
    top:0;
    right:0;
    margin-top:6em; }
    @media screen and (max-width: 66em) {
      .site-header .tenant {
        display:none;
        opacity: 0;
        visibility: hidden;
    }
  }

  .site-header .tenant a.button{
    display:block;
    width:12em;
    font-size:1.2em;
    letter-spacing:0.05em;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:0.75em 1em;
    margin:1em 0;
    background:#cf0a2c;
    border-radius:0.3em;
    -webkit-border-radius:0.3em;
    -moz-border-radius:0.3em;
    -ms-border-radius:0.3em; }
  .site-header .tenant a.button:hover{
    background:#9e0822; }
  .site-header .nav-bkg {
    position: absolute;
    top: -3em;
    right: 0;
    width: 80em; }
    @media screen and (max-width: 66em) {
      .site-header .nav-bkg {
        display: none; } }
  .site-header.on {
    z-index: 2000; }
  .site-header a.nav-trigger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    width: 5.6em;
    height: 5.6em;
    text-decoration: none;
    padding: 0.6em 0.5em 0.5em 2.5em;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s; }
    @media screen and (max-width: 66em) {
      .site-header a.nav-trigger {
        display: block; } }
    .site-header a.nav-trigger:hover {
      background-color: #cf0a2c; }
    .site-header a.nav-trigger.off {
      background-color: #fff;
      background-image: url(../img/hamburger.png);
      background-image: url(../img/hamburger.svg), none; }
    .site-header a.nav-trigger.on {
      background-color: #fff;
      background-image: url(../img/close.png);
      background-image: url(../img/close.svg), none; }
  .site-header .site-nav {
    position: absolute;
    top: 4.2em;
    right: 4em; }
    .site-header .site-nav ul li {
      float: left;
      margin-left: 2.25em; }
      .site-header .site-nav ul li:first-child {
        margin: 0; }
      .site-header .site-nav ul li a {
        font-size: 1.1em;
        font-weight: 400;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: color 0.2s linear 0s;
        -webkit-transition: color 0.2s linear 0s;
        -moz-transition: color 0.2s linear 0s;
        -ms-transition: color 0.2s linear 0s; }
        .site-header .site-nav ul li.login {
          display:none;
          opacity: 0;
          visibility: hidden; }
        }
        .site-header .site-nav ul li a:hover, .site-header .site-nav ul li a.current {
          color: #cf0a2c;
          border-bottom: #cf0a2c 2px solid; }
    @media screen and (max-width: 66em) {
      .site-header .site-nav {
        float: none;
        position: absolute;
        top: 100% !important;
        left: 0;
        width: 100%;
        height: 100em;
        padding: 5em 6em 1em 6em;
        margin: -6.4em 0 0 0;
        background: #009bde;
        transition: opacity 0.2s linear 0s;
        -webkit-transition: opacity 0.2s linear 0s;
        -moz-transition: opacity 0.2s linear 0s;
        -ms-transition: opacity 0.2s linear 0s;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
        .site-header .site-nav.off {
          opacity: 0;
          visibility: hidden; }
        .site-header .site-nav.on {
          opacity: 1;
          visibility: visible; }
        .site-header .site-nav ul li {
          float: none;
          margin: 2em 0; }
          .site-header .site-nav ul li a {
            font-size: 1.6em;
            color: #cccccc;
            padding: 1em 0 0 0; }
            .site-header .site-nav ul li a:hover {
              color: #cf0a2c;
              border-bottom: none; } }
            .site-header .site-nav ul li.login {
              display:block;
              opacity: 1;
              visibility: visible; 
            }
    @media screen and (max-width: 43.75em) {
      .site-header .site-nav {
        padding: 2em;
        margin: -3.4em 0 0 0; } }

/* FOOTER
---------------------------------------------------- */
.site-footer {
  position: relative;
  margin-top: -6em;
  z-index: 1000;
  height: 6em;
  background: #00a19b;
  background: rgba(0, 150, 145, 0.8); }
  .site-footer .cbre {
    float: right;
    padding-top: 5px; }
    .site-footer .cbre a.logo {
      display: block;
      float: right;
      width: 10em;
      height: 2.5em;
      margin: 0 0 1.5em 0; }
      .site-footer .cbre a.logo svg {
        display: block;
        height: 2.5em; }
    @media screen and (max-width: 75em) {
      .site-footer .cbre {
        float: none; }
        .site-footer .cbre a.logo {
          float: none;
          margin: 0 auto 1.5em auto; } }
  .site-footer p.copyright {
    float: left;
    font-size: 1em;
    color: #fff;
    margin-top: 2.5em;
    white-space: no wrap; }
    @media screen and (max-width: 75em) {
      .site-footer p.copyright {
        float: none;
        width: 100%;
        padding-bottom: 2em;
        text-align: center; } }

.pageOverview .site-footer {
  background: #009bde;
  background: rgba(27, 147, 212, 0.8); }

.pageLocation .site-footer {
  background: #ff6b00;
  background: rgba(233, 108, 31, 0.8); }

.pageWhyNCSU .site-footer {
  background: #95d600;
  background: rgba(145, 204, 19, 0.8); }

.pageCentenialCampus .site-footer {
  background: #00a19b;
  background: rgba(0, 150, 145, 0.8); }

.pageHuntLibrary .site-footer {
  background: #cf0a2c;
  background: rgba(172, 10, 15, 0.8); }

.pageAvailability .site-footer {
  background: #009bde;
  background: rgba(27, 147, 212, 0.8); }

.pageContact .site-footer {
  background: #ff6b00;
  background: rgba(233, 108, 31, 0.8); }

/* HOME
---------------------------------------------------- */
.pagehome .site-header .logo {
  width: 25em;
  height: 16.8em;
  display: block; }
  @media screen and (max-width: 75em) {
    .pagehome .site-header .logo {
      display: none; } }
  .pagehome .site-header .logo .logo-box svg {
    display: block;
    margin: 0 auto; }
  .pagehome .site-header .logo .logo-box img {
    width: 100%; }
.pagehome .site-header .logo-mobi {
  width: 10em;
  display: none; }
  @media screen and (max-width: 75em) {
    .pagehome .site-header .logo-mobi {
      display: block;
      margin-left: -6em; } }
  @media screen and (max-width: 43.75em) {
    .pagehome .site-header .logo-mobi {
      display: block;
      margin-left: -1.5em; } }
.pageHome .site-header .tenant {
    position:absolute;
    top:0;
    right:0;
    margin-top:8em; }
.pageHome .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #e6e9d6 url(../img/home-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.pageHome .main-image {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -32%; }
  @media screen and (max-width: 66em) {
    .pageHome .main-image {
      padding-top: 20em;
      margin-top: -38em; } }
  @media screen and (max-width: 43.75em) {
    .pageHome .main-image {
      display: block;
      padding-top: 28.25em;
      margin-top: 0; } }
  @media screen and (max-width: 43.75em) {
    .pageHome .main-image img {
      width: 110%;
      float: right; } }

.pageHome .main-text {
  position: absolute;
  top: 46%;
  left: 6em;
  z-index: 100;
  display: block; }
  @media screen and (max-width: 66em) {
    .pageHome .main-text {
      top: 34em;
      left: 3em; } }
  @media screen and (max-width: 43.75em) {
    .pageHome .main-text {
      top: 12em;
      left: 5%; } }
  .pageHome .main-text p {
    font-size: 1.2em;
    font-weight: 300;
    color: #333333;
    text-transform: none;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 200;
    line-height: 1.5em;
    margin-top: 6em; }
  .pageHome .main-text h1 {
    font-size: 6em;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: "purista-web-n6","purista-web","Helvetica Nue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 200; }
    @media screen and (max-width: 43.75em) {
      .pageHome .main-text h1 {
        font-size: 4.6em; } }
    .pageHome .main-text h1 .homeline1 {
      font-size: 0.9em;
      font-weight: 300;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif; }
    .pageHome .main-text h1 .homeline4 {
      font-size: 1.5em;
      font-weight: 300;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      line-height: 0.8em; }
  .pageHome .main-text .ampersand {
    position: absolute;
    right: -4em;
    top: 5.5em; }
    @media screen and (max-width: 43.75em) {
      .pageHome .main-text .ampersand {
        top: 3.5em; } }
    .pageHome .main-text .ampersand h1 {
      font-size: 14.5em;
      font-weight: 100;
      color: #009bde;
      text-decoration: none;
      font-family: "Brandon-Grotesque", "Helvetica Nue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 43.75em) {
        .pageHome .main-text .ampersand h1 {
          font-size: 10em; } }

/* OVERVIEW
---------------------------------------------------- */
.pageOverview .site-header .logo {
  display: none; }
.pageOverview .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageOverview .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageOverview .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageOverview .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageOverview .site-header .nav-bkg {
      display: none; } }
.pageOverview .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageOverview .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #ff6b00 url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageOverview .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -22em; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .main-image {
        padding-top: 12em; } }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .main-image {
        padding-top: 65em; } }
  .pageOverview .main-content .main-text {
    position: absolute;
    top: 18em;
    left: 6em;
    z-index: 1;
    display: block; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .main-text {
        top: 14em;
        left: 3em; } }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .main-text {
        top: 18em;
        left: 5%; } }
    .pageOverview .main-content .main-text h1 {
      font-size: 14em;
      font-weight: 200;
      color: #009bde;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 43.75em) {
        .pageOverview .main-content .main-text h1 {
          font-size: 7em; } }
    .pageOverview .main-content .main-text h2 {
      margin: 2em 1em 0 0;
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em;
      width: 70%; }
      @media screen and (max-width: 43.75em) {
        .pageOverview .main-content .main-text h2 {
          margin: 1em 0;
          width: 90%; } }
  .pageOverview .main-content .second-image {
    z-index: 200;
    position: absolute;
    bottom: 0;
    margin-top: -85em;
    overflow: hidden; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .second-image {
        margin-top: -70em; } }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .second-image {
        margin-top: 0; } }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .second-image img {
        width: 110%; } }
  .pageOverview .main-content .second-text {
    position: absolute;
    top: 65%;
    left: 6em;
    z-index: 200;
    display: block;
    color: #fff;
    width: 46em; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .second-text {
        left: 3em;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 10em;
        width: 42em; } }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .second-text {
        top: 32em;
        left: 5%;
        z-index: 200;
        display: block;
        color: #333333;
        width: 90%;
        margin: 0 0 10em 0; } }
    .pageOverview .main-content .second-text p {
      font-size: 1.3em;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      width: 44em;
      line-height: 1.6em;
      margin-top: 2em; }
      @media screen and (max-width: 66em) {
        .pageOverview .main-content .second-text p {
          width: 40em; } }
      @media screen and (max-width: 43.75em) {
        .pageOverview .main-content .second-text p {
          width: 100%; } }
    .pageOverview .main-content .second-text h2 {
      font-size: 1.8em;
      font-weight: 300;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      width: 16em;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageOverview .main-content .second-text h2 {
          width: 100%; } }
  .pageOverview .main-content .button {
    z-index: 1000;
    position: absolute;
    top: 75%;
    left: 0;
    width: 66em;
    height: 36em; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .button {
        display: none; } }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .button {
        display: none; } }
  .pageOverview .main-content .button-text {
    position: absolute;
    top: 8.2em;
    left: 15em;
    z-index: 1000;
    display: block; }
    @media screen and (max-width: 43.75em) {
      .pageOverview .main-content .button-text {
        display: none;
        margin-bottom: 6em; } }
    .pageOverview .main-content .button-text p {
      font-size: 2em;
      font-weight: 300;
      color: #95d600;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 300;
      line-height: 1.5em;
      margin-top: 2.2em; }
  .pageOverview .main-content .bottom-right {
    z-index: 200;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -80em;
    overflow: hidden; }
    @media screen and (max-width: 66em) {
      .pageOverview .main-content .bottom-right {
        display: none; } }

/* LOCATION
---------------------------------------------------- */
.pageLocation .site-header .logo {
  display: none; }
.pageLocation .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageLocation .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageLocation .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageLocation .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageLocation .site-header .nav-bkg {
      display: none; } }
.pageLocation .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageLocation .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #ff6b00 url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageLocation .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 24em;
    padding-bottom: 10em; }
    @media screen and (max-width: 112em) {
      .pageLocation .main-content .main-image {
        padding-top: 35em; } }
    @media screen and (max-width: 78.125em) {
      .pageLocation .main-content .main-image {
        padding-top: 45em; } }
    @media screen and (max-width: 66em) {
      .pageLocation .main-content .main-image {
        padding-top: 55em; } }
    @media screen and (max-width: 53.125em) {
      .pageLocation .main-content .main-image {
        padding-top: 65em; } }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .main-image {
        padding-top: 55em;
        padding-bottom: 30em; } }
    @media screen and (max-width: 34.375em) {
      .pageLocation .main-content .main-image {
        padding-top: 76em; } }
  .pageLocation .main-content .main-text {
    position: absolute;
    top: 6em;
    left: 10em;
    z-index: 1000;
    display: block;
    width: 60%; }
    @media screen and (max-width: 66em) {
      .pageLocation .main-content .main-text {
        left: 10%; } }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .main-text {
        top: 9em;
        left: 5%;
        width: 90%; } }
    .pageLocation .main-content .main-text h1 {
      font-size: 15em;
      font-weight: 200;
      color: #cf0a2c;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 43.75em) {
        .pageLocation .main-content .main-text h1 {
          font-size: 10em; } }
    .pageLocation .main-content .main-text p {
      margin: 0 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em;
      margin-top: 2em; }
      @media screen and (max-width: 43.75em) {
        .pageLocation .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
    .pageLocation .main-content .main-text h2 {
      margin: 4em 1em 0 0;
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageLocation .main-content .main-text h2 {
          margin: 3em 0 1em 0;
          width: 100%; } }
  .pageLocation .main-content .second-image {
    z-index: 200;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%; }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .second-image {
        padding-top: 20em; } }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .second-image img {
        width: 155%;
        float: right; } }
  .pageLocation .main-content .second-text {
    position: absolute;
    top: 55%;
    left: 17%;
    z-index: 200;
    display: block;
    color: #fff;
    width: 50em; }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .second-text {
        top: 65%;
        left: 20%;
        background: #00a19b;
        background: rgba(0, 150, 145, 0.8);
        padding: 1em; } }
    .pageLocation .main-content .second-text p {
      font-size: 1.2em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      width: 46em;
      line-height: 1.5em; }
    .pageLocation .main-content .second-text h2 {
      font-size: 1.8em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      width: 20em;
      line-height: 1.5em; }
  .pageLocation .main-content .top-right {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 50%; }
  .pageLocation .main-content .mid-right {
    z-index: 1000;
    position: absolute;
    top: 31%;
    right: 5%;
    overflow: hidden;
    width: 25%; }
    @media screen and (max-width: 78.125em) {
      .pageLocation .main-content .mid-right {
        top: 40%; } }
    @media screen and (max-width: 66em) {
      .pageLocation .main-content .mid-right {
        top: 45%;
        right: 2%; } }
    @media screen and (max-width: 43.75em) {
      .pageLocation .main-content .mid-right {
        display: none; } }

.location-stats {
  position: relative;
  left: -4em;
  margin-top: 3em; }
  @media screen and (max-width: 66em) {
    .location-stats {
      left: 0;
      margin-top: 3em; } }
  .location-stats li {
    float: left;
    width: 33.3333%;
    margin: 2em 0 0 0; }
    @media screen and (max-width: 66em) {
      .location-stats li {
        float: none;
        width: 100%; } }
    .location-stats li .icon {
      display: block;
      width: 10em;
      margin: 0 auto 2em auto; }
      @media screen and (max-width: 66em) {
        .location-stats li .icon {
          float: left;
          width: 6em;
          margin: 0 2em 2em 0; } }
    .location-stats li .text {
      display: block;
      padding: 0 2em;
      font-size: 1.3em;
      line-height: 1.6em;
      font-weight: 300;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 66em) {
        .location-stats li .text {
          text-align: left; } }
      .location-stats li .text strong {
        display: block;
        margin: 0 0 1em 0;
        font-size: 1.4em;
        line-height: 1.3em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #cf0a2c;
        font-weight: 300; }
        @media screen and (max-width: 66em) {
          .location-stats li .text strong {
            font-size: 1.2em;
            margin: 0 0 0.5em 0; } }

/* LOCATION
---------------------------------------------------- */
.pageWhyNCSU .site-header .logo {
  display: none; }
.pageWhyNCSU .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageWhyNCSU .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageWhyNCSU .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageWhyNCSU .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageWhyNCSU .site-header .nav-bkg {
      display: none; } }
.pageWhyNCSU .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageWhyNCSU .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #95d600 url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageWhyNCSU .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: -2px; }
  .pageWhyNCSU .main-content .main-text {
    position: relative;
    padding-top: 6em;
    left: 10em;
    z-index: 1000;
    display: block;
    width: 65%; }
    @media screen and (max-width: 43.75em) {
      .pageWhyNCSU .main-content .main-text {
        padding-top: 9em;
        left: 1.5em;
        width: 90%; } }
    .pageWhyNCSU .main-content .main-text h1 {
      font-size: 14em;
      font-weight: 200;
      color: #009bde;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      left: -5px;
      z-index: 200; }
      @media screen and (max-width: 66em) {
        .pageWhyNCSU .main-content .main-text h1 {
          font-size: 10em; } }
      @media screen and (max-width: 43.75em) {
        .pageWhyNCSU .main-content .main-text h1 {
          font-size: 6em; } }
    .pageWhyNCSU .main-content .main-text p {
      margin: 0 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em;
      margin-top: 2em; }
      @media screen and (max-width: 43.75em) {
        .pageWhyNCSU .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
    .pageWhyNCSU .main-content .main-text h2 {
      margin: 2em 1em 0 0;
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageWhyNCSU .main-content .main-text h2 {
          margin: 3em 0 1em 0;
          width: 100%; } }
    .pageWhyNCSU .main-content .main-text .connect-graphic {
      position: relative;
      left: -4em; }
      @media screen and (max-width: 66em) {
        .pageWhyNCSU .main-content .main-text .connect-graphic {
          left: 0;
          margin-top: 3em; } }
      .pageWhyNCSU .main-content .main-text .connect-graphic li {
        float: left;
        width: 33.3333%;
        margin: 2em 0 0 0; }
        @media screen and (max-width: 66em) {
          .pageWhyNCSU .main-content .main-text .connect-graphic li {
            float: none;
            width: 100%; } }
        .pageWhyNCSU .main-content .main-text .connect-graphic li .icon {
          display: block;
          width: 10em;
          margin: 0 auto 2em auto; }
          @media screen and (max-width: 66em) {
            .pageWhyNCSU .main-content .main-text .connect-graphic li .icon {
              float: left;
              width: 6em;
              margin: 0 2em 2em 0; } }
        .pageWhyNCSU .main-content .main-text .connect-graphic li .text {
          display: block;
          padding: 0 2em;
          font-size: 1.3em;
          line-height: 1.6em;
          font-weight: 300;
          text-align: center;
          color: #333333; }
          @media screen and (max-width: 66em) {
            .pageWhyNCSU .main-content .main-text .connect-graphic li .text {
              text-align: left; } }
          .pageWhyNCSU .main-content .main-text .connect-graphic li .text strong {
            display: block;
            margin: 0 auto 1em auto;
            max-width: 15em;
            font-size: 1.4em;
            line-height: 1.3em;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #009bde;
            font-weight: 300; }
            @media screen and (max-width: 66em) {
              .pageWhyNCSU .main-content .main-text .connect-graphic li .text strong {
                font-size: 1.2em;
                max-width: none;
                margin: 0 0 0.5em 0; } }
  .pageWhyNCSU .main-content .second-image {
    z-index: 200;
    position: relative;
    bottom: 0;
    width: 100%; }
  .pageWhyNCSU .main-content .second-text {
    position: relative;
    top: 40%;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: block;
    background: #67b0da;
    max-width: 100%; }
    .pageWhyNCSU .main-content .second-text .wrapper {
      position: relative;
      z-index: 500;
      padding: 6em 10em 12em 10em; }
      @media screen and (max-width: 43.75em) {
        .pageWhyNCSU .main-content .second-text .wrapper {
          padding: 6em 1.55em 12em 1.5em; } }
    .pageWhyNCSU .main-content .second-text .re-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    .pageWhyNCSU .main-content .second-text h1 {
      font-size: 12em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      margin: 0 0 0.25em 0; }
      @media screen and (max-width: 66em) {
        .pageWhyNCSU .main-content .second-text h1 {
          font-size: 10em; } }
      @media screen and (max-width: 43.75em) {
        .pageWhyNCSU .main-content .second-text h1 {
          font-size: 6em; } }
    .pageWhyNCSU .main-content .second-text p {
      margin: 2em 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      clear: both;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em; }
    .pageWhyNCSU .main-content .second-text ul {
      position: relative;
      margin: 8em 0 0 0; }
      .pageWhyNCSU .main-content .second-text ul li {
        position: relative;
        float: left;
        width: 25%;
        margin: 0 0 5em 0; }
        @media screen and (max-width: 65.625em) {
          .pageWhyNCSU .main-content .second-text ul li {
            width: 50%; } }
        @media screen and (max-width: 43.75em) {
          .pageWhyNCSU .main-content .second-text ul li {
            width: 100%; } }
        .pageWhyNCSU .main-content .second-text ul li .icon {
          float: left;
          position: relative;
          top: 50%;
          left: 0;
          width: 8em;
          margin: -2.5em 2em 0 0; }
          @media screen and (max-width: 43.75em) {
            .pageWhyNCSU .main-content .second-text ul li .icon {
              font-size: 0.75em; } }
        .pageWhyNCSU .main-content .second-text ul li .text {
          display: block;
          font-size: 1.3em;
          line-height: 1.5em;
          font-weight: 300;
          padding-right: 1.5em; }
  .pageWhyNCSU .main-content .top-right {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 40%; }
  .pageWhyNCSU .main-content .mid-right {
    z-index: 1000;
    position: absolute;
    top: -15%;
    right: 4%;
    width: 30%; }
    @media screen and (max-width: 43.75em) {
      .pageWhyNCSU .main-content .mid-right {
        display: none; } }

/* OVERVIEW
---------------------------------------------------- */
.pageCentenialCampus .site-header .logo {
  display: none; }
.pageCentenialCampus .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageCentenialCampus .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageCentenialCampus .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageCentenialCampus .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageCentenialCampus .site-header .nav-bkg {
      display: none; } }
.pageCentenialCampus .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageCentenialCampus .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #00a19b url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageCentenialCampus .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -34em; }
    @media screen and (max-width: 68.75em) {
      .pageCentenialCampus .main-content .main-image {
        margin-top: -26em; } }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .main-image {
        padding-top: 18em; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .main-image {
        padding-top: 36em;
        padding-bottom: 9em; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .main-image img {
        width: 150%;
        float: right; } }
  .pageCentenialCampus .main-content .main-text {
    position: relative;
    top: 9em;
    left: 5%;
    z-index: 1;
    display: block;
    width: 54%; }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .main-text {
        width: 65%; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .main-text {
        width: 90%; } }
    .pageCentenialCampus .main-content .main-text h1 {
      font-size: 11em;
      font-weight: 200;
      color: #00a19b;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .main-text h1 {
          font-size: 6em; } }
    .pageCentenialCampus .main-content .main-text p {
      margin: 0 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em;
      margin-top: 2em; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
    .pageCentenialCampus .main-content .main-text h2 {
      margin: 2em 1em 0 0;
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .main-text h2 {
          margin: 2em 0 1em 0;
          width: 100%; } }
    .pageCentenialCampus .main-content .main-text ul li {
      position: relative;
      font-size: 1.3em;
      font-weight: 300;
      line-height: 1.6em;
      color: #333333;
      border-bottom: 1px solid #00bab4;
      border-bottom: 1px solid rgba(0, 161, 155, 0.25);
      padding: 1em 0 1em 1.5em; }
      .pageCentenialCampus .main-content .main-text ul li:last-child {
        border: none; }
      .pageCentenialCampus .main-content .main-text ul li span {
        position: absolute;
        top: 1.3em;
        left: 0;
        display: block;
        font-size: 0.75em;
        color: #00a19b; }
  .pageCentenialCampus .main-content .second-image {
    z-index: 200;
    position: relative;
    overflow: hidden;
    margin-top: -70em; }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .second-image {
        padding-top: 5em;
        margin-top: -65em; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .second-image {
        padding-top: 0;
        height: 55em;
        margin-top: -60em; } }
    @media screen and (max-width: 30em) {
      .pageCentenialCampus .main-content .second-image {
        padding-top: 0;
        height: 32em;
        margin-top: -30em; } }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .second-image img {
        width: 130%;
        float: left; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .second-image img {
        width: 190%;
        float: left; } }
  .pageCentenialCampus .main-content .second-text {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 1000;
    display: block;
    color: #fff;
    width: 60em; }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .second-text {
        top: 50%;
        left: 5%;
        width: 40em; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .second-text {
        top: 60%;
        width: 90%; } }
    .pageCentenialCampus .main-content .second-text div {
      position: relative;
      float: left;
      clear: none;
      width: 25%;
      margin: 2em 0;
      padding: 0.3em;
      text-align: center;
      border-right: 1px solid #fff; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .second-text div {
          margin: 1em 0; } }
      .pageCentenialCampus .main-content .second-text div.last-column {
        border-right: none;
        clear: right; }
    .pageCentenialCampus .main-content .second-text h3 {
      font-size: 4.4em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 1000; }
      @media screen and (max-width: 66em) {
        .pageCentenialCampus .main-content .second-text h3 {
          font-size: 3em;
          font-weight: 300;
          letter-spacing: 0.5px; } }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .second-text h3 {
          font-size: 2em;
          font-weight: 300;
          letter-spacing: 0.5px; } }
    .pageCentenialCampus .main-content .second-text p {
      font-size: 1.4em;
      font-weight: 300;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      line-height: 1.25em;
      margin-top: 1.5em;
      clear: both; }
      @media screen and (max-width: 66em) {
        .pageCentenialCampus .main-content .second-text p {
          font-size: 1.2em;
          letter-spacing: 0.5px; } }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .second-text p {
          font-size: 1.4em;
          font-size: 1em;
          letter-spacing: none;
          line-height: 1em;
          margin-top: 1em; } }
    .pageCentenialCampus .main-content .second-text h2 {
      font-size: 2em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      width: 20em;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .second-text h2 {
          font-size: 1.2em;
          line-height: 1.2em; } }
    .pageCentenialCampus .main-content .second-text ul {
      list-style-type: disc;
      font-size: 1.2em;
      font-weight: 300;
      margin: 1em 0 0 60px;
      width: 66%; }
      .pageCentenialCampus .main-content .second-text ul li {
        margin: 0.2em 1em;
        line-height: 1.75em; }
  .pageCentenialCampus .main-content .third-text {
    position: relative;
    top: 40;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: block;
    background: #67b0da;
    max-width: 100%; }
    .pageCentenialCampus .main-content .third-text .wrapper {
      position: relative;
      z-index: 500;
      padding: 6em 10em 12em 10em;
      margin-top: -0.5em; }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .third-text .wrapper {
          padding: 6em 1.55em 12em 1.5em; } }
    .pageCentenialCampus .main-content .third-text .re-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    .pageCentenialCampus .main-content .third-text h1 {
      font-size: 12em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      margin: 0 0 0.25em 0; }
      @media screen and (max-width: 66em) {
        .pageCentenialCampus .main-content .third-text h1 {
          font-size: 10em; } }
      @media screen and (max-width: 43.75em) {
        .pageCentenialCampus .main-content .third-text h1 {
          font-size: 6em; } }
    .pageCentenialCampus .main-content .third-text p {
      margin: 2em 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      clear: both;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em; }
    .pageCentenialCampus .main-content .third-text ul {
      position: relative;
      margin: 8em 0 0 0; }
      .pageCentenialCampus .main-content .third-text ul li {
        position: relative;
        float: left;
        width: 25%;
        margin: 0 0 5em 0; }
        @media screen and (max-width: 65.625em) {
          .pageCentenialCampus .main-content .third-text ul li {
            width: 50%; } }
        @media screen and (max-width: 43.75em) {
          .pageCentenialCampus .main-content .third-text ul li {
            width: 100%; } }
        .pageCentenialCampus .main-content .third-text ul li .icon {
          float: left;
          position: relative;
          top: 50%;
          left: 0;
          width: 8em;
          margin: -2.5em 2em 0 0; }
          @media screen and (max-width: 43.75em) {
            .pageCentenialCampus .main-content .third-text ul li .icon {
              font-size: 0.75em; } }
        .pageCentenialCampus .main-content .third-text ul li .text {
          display: block;
          font-size: 1.3em;
          line-height: 1.5em;
          font-weight: 300;
          padding-right: 1.5em; }
  .pageCentenialCampus .main-content .bottom-right {
    z-index: 200;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -80em; }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .bottom-right {
        display: none; } }
  .pageCentenialCampus .main-content .top-right {
    z-index: 200;
    position: absolute;
    top: 7%;
    right: 5%;
    overflow: hidden;
    width: 25%; }
    @media screen and (max-width: 66em) {
      .pageCentenialCampus .main-content .top-right {
        top: 33%;
        right: 0; } }
    @media screen and (max-width: 43.75em) {
      .pageCentenialCampus .main-content .top-right {
        display: none; } }

/* LOCATION
---------------------------------------------------- */
.pageHuntLibrary .site-header .logo {
  display: none; }
.pageHuntLibrary .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageHuntLibrary .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageHuntLibrary .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageHuntLibrary .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageHuntLibrary .site-header .nav-bkg {
      display: none; } }
.pageHuntLibrary .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageHuntLibrary .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #cf0a2c url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageHuntLibrary .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 30em;
    padding-bottom: 0em; }
    @media screen and (max-width: 66em) {
      .pageHuntLibrary .main-content .main-image {
        padding-top: 32em;
        padding-bottom: 10em; } }
    @media screen and (max-width: 43.75em) {
      .pageHuntLibrary .main-content .main-image {
        padding-top: 46em;
        padding-bottom: 8em; } }
  .pageHuntLibrary .main-content .main-text {
    position: absolute;
    top: 6em;
    left: 10em;
    z-index: 500;
    display: block;
    width: 55%; }
    @media screen and (max-width: 66em) {
      .pageHuntLibrary .main-content .main-text {
        top: 7em;
        left: 10%;
        width: 65%; } }
    @media screen and (max-width: 43.75em) {
      .pageHuntLibrary .main-content .main-text {
        top: 9em;
        left: 5%;
        width: 90%; } }
    .pageHuntLibrary .main-content .main-text h1 {
      font-size: 14em;
      font-weight: 200;
      color: #cf0a2c;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 66em) {
        .pageHuntLibrary .main-content .main-text h1 {
          font-size: 13em; } }
      @media screen and (max-width: 43.75em) {
        .pageHuntLibrary .main-content .main-text h1 {
          font-size: 6em; } }
    .pageHuntLibrary .main-content .main-text p {
      margin: 0 1em 1em 0;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em;
      margin-top: 2em; }
      .pageHuntLibrary .main-content .main-text p a.button {
        max-width: 27em; }
      @media screen and (max-width: 66em) {
        .pageHuntLibrary .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
      @media screen and (max-width: 43.75em) {
        .pageHuntLibrary .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
    .pageHuntLibrary .main-content .main-text h2 {
      margin: 2em 1em 0 0;
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em; }
      @media screen and (max-width: 66em) {
        .pageHuntLibrary .main-content .main-text h2 {
          margin: 2em 0 1em 0;
          width: 100%; } }
      @media screen and (max-width: 43.75em) {
        .pageHuntLibrary .main-content .main-text h2 {
          margin: 2em 0 1em 0;
          width: 100%; } }
    .pageHuntLibrary .main-content .main-text ul {
      list-style-type: disc;
      font-size: 1.2em;
      font-weight: 300;
      color: #333333;
      margin: 1em 0 0 60px; }
      @media screen and (max-width: 43.75em) {
        .pageHuntLibrary .main-content .main-text ul {
          margin: 1em 0 1em 1.5em; } }
      .pageHuntLibrary .main-content .main-text ul li {
        margin: 0.2em 1em;
        line-height: 1.75em; }
  .pageHuntLibrary .main-content .second-image {
    z-index: 200;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%; }
    @media screen and (max-width: 43.75em) {
      .pageHuntLibrary .main-content .second-image {
        padding-top: 0; } }
    @media screen and (max-width: 43.75em) {
      .pageHuntLibrary .main-content .second-image img {
        width: 160%;
        float: right; } }
  .pageHuntLibrary .main-content .second-text {
    position: absolute;
    bottom: 22%;
    right: 5%;
    z-index: 200;
    display: block;
    color: #fff;
    width: 50%; }
    .pageHuntLibrary .main-content .second-text h2 {
      font-size: 1.8em;
      font-weight: 200;
      color: #fff;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      line-height: 1.5em; }
      @media screen and (max-width: 43.75em) {
        .pageHuntLibrary .main-content .second-text h2 {
          font-size: 1em;
          font-weight: 300;
          bottom: 3em; } }
  .pageHuntLibrary .main-content .top-right {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 40%; }
  .pageHuntLibrary .main-content .mid-right {
    z-index: 1000;
    position: absolute;
    top: 10%;
    right: 0;
    overflow: hidden;
    width: 25%; }
    .pageHuntLibrary .main-content .mid-right img {
      position: relative;
      right: -15%; }
    @media screen and (max-width: 66em) {
      .pageHuntLibrary .main-content .mid-right {
        top: 33%;
        right: 0; } }
    @media screen and (max-width: 43.75em) {
      .pageHuntLibrary .main-content .mid-right {
        display: none; } }

/* LOCATION
---------------------------------------------------- */
.pageAvailability .site-header .logo {
  display: none; }
.pageAvailability .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageAvailability .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageAvailability .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageAvailability .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageAvailability .site-header .nav-bkg {
      display: none; } }
.pageAvailability .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageAvailability .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #009bde url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageAvailability .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 66em) {
      .pageAvailability .main-content .main-image {
        padding-top: 3em; } }
    @media screen and (max-width: 43.75em) {
      .pageAvailability .main-content .main-image {
        padding-top: 8em; } }
  .pageAvailability .main-content .main-text {
    position: relative;
    top: 10em;
    left: 10em;
    z-index: 1;
    display: block;
    width: 60%; }
    @media screen and (max-width: 66em) {
      .pageAvailability .main-content .main-text {
        top: 10em;
        left: 10%;
        width: 80%; } }
    @media screen and (max-width: 43.75em) {
      .pageAvailability .main-content .main-text {
        top: 9em;
        left: 5%;
        width: 90%; } }
    .pageAvailability .main-content .main-text h1 {
      font-size: 12em;
      font-weight: 200;
      color: #888888;
      text-transform: none;
      letter-spacing: 1px;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 43.75em) {
        .pageAvailability .main-content .main-text h1 {
          font-size: 6em; } }
    .pageAvailability .main-content .main-text p {
      margin: 0 1em 1em 40px;
      font-size: 1.2em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em;
      margin-top: 2em; }
    .pageAvailability .main-content .main-text h2 {
      margin: 2em 0 0 0;
      font-size: 1.5em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.5em; }
    .pageAvailability .main-content .main-text ul {
      list-style-type: disc;
      font-size: 1.2em;
      font-weight: 300;
      color: #333333;
      margin: 1em 0 0 60px; }
      .pageAvailability .main-content .main-text ul li {
        margin: 0.2em 1em;
        line-height: 1.75em; }
  .pageAvailability .main-content table {
    margin: 5em 0 1em 0;
    width: 45%;
    position: relative; }
    .pageAvailability .main-content table.left {
      float: left;
      clear: left; }
    .pageAvailability .main-content table.right {
      float: right;
      clear: right; }
    .pageAvailability .main-content table th {
      font-size: 1.5em;
      line-height: 1.4em;
      font-weight: 400;
      color: #cf0a2c;
      text-align: left;
      text-transform: uppercase;
      padding-bottom: 1em; }
      .pageAvailability .main-content table th span {
        display: block;
        font-size: 0.8em; }
      @media screen and (max-width: 43.75em) {
        .pageAvailability .main-content table th {
          font-size: 1.3em; } }
    .pageAvailability .main-content table td {
      padding: 0.5em 0em;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      line-height: 1.5em;
      border-bottom: 1px solid #cf0a2c;
      border-bottom: 1px solid rgba(207, 10, 44, 0.15); }
      .pageAvailability .main-content table td:first-child {
        font-weight: 400; }
      @media screen and (max-width: 43.75em) {
        .pageAvailability .main-content table td {
          font-size: 1.1em; } }
    @media screen and (max-width: 43.75em) {
      .pageAvailability .main-content table {
        width: 100%; } }
  .pageAvailability .main-content .second-image {
    z-index: 200;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%; }
  .pageAvailability .main-content .top-right {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 40%; }
    @media screen and (max-width: 43.75em) {
      .pageAvailability .main-content .top-right {
        display: none; } }
  .pageAvailability .main-content .mid-right {
    z-index: 1000;
    position: absolute;
    top: 25%;
    left: 5%;
    overflow: hidden;
    width: 32em; }
    @media screen and (max-width: 43.75em) {
      .pageAvailability .main-content .mid-right {
        width: 16em;
        top: 20%; } }

/* OVERVIEW
---------------------------------------------------- */
.pageContact .site-header .logo {
  display: none; }
.pageContact .site-header .logo-mobi {
  width: 10em;
  display: block;
  margin-left: -6em; }
@media screen and (max-width: 66em) {
  .pageContact .site-header {
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 43.75em) {
  .pageContact .site-header {
    display: block;
    margin-left: 0;
    padding-left: 4.5em; } }
.pageContact .site-header .nav-bkg {
  position: absolute;
  top: -5.1em;
  right: 0;
  width: 80em; }
  @media screen and (max-width: 66em) {
    .pageContact .site-header .nav-bkg {
      display: none; } }
.pageContact .site-header .site-nav {
  position: absolute;
  top: 2.2em;
  right: 4em; }

.pageContact .main-content {
  position: relative;
  margin: -12em 0 0 0;
  background: #00a19b url(../img/daughter-bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pageContact .main-content .main-image {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -80em; }
    @media screen and (max-width: 66em) {
      .pageContact .main-content .main-image {
        margin-top: -36em; } }
    @media screen and (max-width: 43.75em) {
      .pageContact .main-content .main-image {
        display: block;
        padding-top: 0;
        margin-top: -8em; } }
  .pageContact .main-content .main-text {
    position: relative;
    top: 10em;
    left: 10em;
    z-index: 1;
    display: block;
    width: 50%;
    z-index: 1000; }
    @media screen and (max-width: 43.75em) {
      .pageContact .main-content .main-text {
        left: 5%;
        width: 90%; } }
    .pageContact .main-content .main-text h1 {
      font-size: 11em;
      font-weight: 200;
      color: #00a19b;
      text-transform: none;
      letter-spacing: 1px;
      text-decoration: none;
      font-family: "purista-web-n3", "purista-web", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 43.75em) {
        .pageContact .main-content .main-text h1 {
          font-size: 7em; } }
    .pageContact .main-content .main-text p {
      margin: 0 1em 1em 0.5em;
      font-size: 1.3em;
      font-weight: 300;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 1.6em; }
      @media screen and (max-width: 43.75em) {
        .pageContact .main-content .main-text p {
          margin: 0 0 1em 0;
          width: 100%; } }
    .pageContact .main-content .main-text h2 {
      margin: 2em 1em 0 0.5em;
      font-size: 1.5em;
      font-weight: 400;
      color: #00a19b;
      text-transform: none;
      text-decoration: none;
      font-family: "jaf-facitweb", "Helvetica Nue", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 200;
      line-height: 2em;
      width: 11em; }
      @media screen and (max-width: 43.75em) {
        .pageContact .main-content .main-text h2 {
          margin: 2em 0 0 0;
          width: 11em; } }
  .pageContact .main-content .second-image {
    z-index: 200;
    position: absolute;
    bottom: 0;
    overflow: hidden; }
  .pageContact .main-content .bottom-right {
    z-index: 200;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -80em;
    overflow: hidden; }
  .pageContact .main-content .top-right {
    z-index: 200;
    position: absolute;
    top: 15%;
    right: 14%;
    overflow: hidden;
    width: 25%; }
    @media screen and (max-width: 66em) {
      .pageContact .main-content .top-right {
        top: 38%;
        right: 2%; } }
    @media screen and (max-width: 43.75em) {
      .pageContact .main-content .top-right {
        top: 70%;
        right: 2%; } }

/* IE FIXES AND HACKS
---------------------------------------------------- */
.ie8 .site-header .site-nav ul li a {
  font-size: 1.1em;
  letter-spacing: 0;
  padding: 0 2px; }