/* Fonts */
/* Colors */
/******************************************************************************
*
*	ANIMATIONS
*
******************************************************************************/
@-webkit-keyframes pulse {
  0% {
    background-color: #f3ebbe; }

  50% {
    background-color: #e3d583; }

  100% {
    background-color: #f3ebbe; } }

@-moz-keyframes pulse {
  0% {
    background-color: #f3ebbe; }

  50% {
    background-color: #e3d583; }

  100% {
    background-color: #f3ebbe; } }

@keyframes pulse {
  0% {
    background-color: #f3ebbe; }

  50% {
    background-color: #e3d583; }

  100% {
    background-color: #f3ebbe; } }

@keyframes fadein {
  0% {
    opacity: 0;
    display: none; }

  100% {
    opacity: 1;
    display: block; } }

@-moz-keyframes fadein {
  0% {
    opacity: 0;
    display: none; }

  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    display: none; }

  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes bounce {
  0% {
    bottom: 45px; }

  10% {
    bottom: 65px; }

  12% {
    bottom: 40px; }

  14% {
    bottom: 45px; }

  16% {
    bottom: 40px; }

  17% {
    bottom: 45px; } }

@-moz-keyframes bounce {
  0% {
    bottom: 45px; }

  10% {
    bottom: 65px; }

  12% {
    bottom: 40px; }

  14% {
    bottom: 45px; }

  16% {
    bottom: 40px; }

  17% {
    bottom: 45px; } }

@keyframes bounce {
  0% {
    bottom: 45px; }

  10% {
    bottom: 65px; }

  12% {
    bottom: 40px; }

  14% {
    bottom: 45px; }

  16% {
    bottom: 40px; }

  17% {
    bottom: 45px; } }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.ff-filter-holder:before {
   
    top: 47px !important;
    
}


::-moz-selection {
  background: #e3d583;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #e3d583;
  color: #fff;
  text-shadow: none; }

.alert {
  background: red !important; }

.clear {
  clear: both; }

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

.error {
  border: 2px solid red !important; }

#breadcrumb,
#page-title {
  display: none; }

#section-header {
  position: relative;
  z-index: 50; }

.upgrade {
  background: #a89942;
  top: 0;
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .upgrade a {
    color: #101010; }

@media (max-width: 740px) {
  .invoke {
    background: #fff;
    height: 49px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }
    .invoke.toggled .hamburger {
      background: white url(../img/mobile-hamburger-active.png) left top no-repeat; }
    .invoke .hamburger {
      background: white url(../img/mobile-hamburger.png) left top no-repeat;
      height: 49px;
      left: 0;
      position: absolute;
      top: 0;
      width: 62px;
      z-index: 50;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
    .invoke #logo {
      background: url(../img/mobile-logo.png) center center no-repeat;
      display: block;
      height: 49px;
      text-indent: -9999px;
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 10; }
    .invoke .allaccessbanner {
      margin-top: 49px; } }
    @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
      .invoke.toggled .hamburger {
        background-image: url("../img/mobile-hamburger-active@2x.png");
        background-size: 62px 49px; } }
    @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
      .invoke .hamburger {
        background-image: url("../img/mobile-hamburger@2x.png");
        background-size: 62px 49px; } }
    @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
      .invoke #logo {
        background-image: url("../img/mobile-logo@2x.png");
        background-size: 124px 29px; } }

  @media (max-width: 740px) {
   /* nav {
      height: 0;
      overflow-y: scroll;
      width: 100%;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
      nav::-webkit-scrollbar {
        width: 0; }
      nav.toggled {
        height: 100%; }*/ }
 /* nav #logo {
    background: url(../img/logo.png) no-repeat;
    display: block;
    height: 41px;
    margin: 22px 0 25px 15px;
    text-indent: -9999px;
    overflow: hidden;
    width: 170px;*/ }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      /*nav #logo {
        background-image: url("../img/logo@2x.png");
        background-size: 170px 40px; }*/ }
    @media (max-width: 740px) {
     /* nav #logo {
        display: none; }*/ }
/*  nav > ul.menu {
    color: #666666; }*/
    @media (max-width: 740px) {
      /*nav > ul.menu {
        margin: 49px 0; }*/ }
   /* nav > ul.menu > li.first {
      border-top: solid 1px #e6e6e6; }*/
      @media (max-width: 740px) {
        /*nav > ul.menu > li.first {
          border-top: solid 2px #e6e6e6; }*/ }
    /* nav > ul.menu > li {
     background: url(../img/arrow-menu.png) no-repeat 95% center;
      border-bottom: solid 1px #e6e6e6;
      cursor: pointer;
      list-style: none;
      line-height: 1em;
      font-size: 24px;
      text-transform: uppercase;
      margin: 0;
      padding: 8px 15px 7px;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;


    }*/
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        /*nav > ul.menu > li {
          background-image: url("../img/arrow-menu@2x.png");
          background-size: 6px 11px; }*/ }
      @media (max-width: 740px) {
        /*nav > ul.menu > li {
          border-bottom: solid 2px #e6e6e6;
          font-size: 36px; } */}
     /* nav > ul.menu > li.headdest {
        font-family: "Univers LT W01 75 Black";
        color: #e3d583; }
      nav > ul.menu > li:hover {
        background: url(../img/arrow-menuHover.png) #f0f0f0 no-repeat 96% center;
        color: #101010; }*/
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        /*  nav > ul.menu > li:hover {
            background-image: url("../img/arrow-menuHover@2x.png");
            background-size: 6px 11px; }*/ }
        @media (max-width: 740px) {
         /* nav > ul.menu > li:hover {
            background: url(../img/arrow-menu.png) no-repeat 95% center;
            color: #666666; }*/ }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            /*nav > ul.menu > li:hover {
              background-image: url("../img/arrow-menu@2x.png");
              background-size: 6px 11px; }*/ }
    /*  nav > ul.menu > li.current {
        background: url(../img/arrow-menuHover.png) #f0f0f0 no-repeat 96% center;
        color: #101010; }
      nav > ul.menu > li a {
        color: inherit;
        display: block;
        text-decoration: none; }
      nav > ul.menu > li > ul {
        display: none; }
  nav .trayToggle {
    background: rgba(0, 0, 0, 0.7) url(../img/menu-toggle.png) no-repeat center center;
    color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: 200px;
    width: 0;
    z-index: 5;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease; }*/
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      /*nav .trayToggle {
        background-image: url("../img/menu-toggle@2x.png");
        background-size: 9px 10px; }*/ }
    @media (max-width: 740px) {
  /*    nav .trayToggle {
        display: none; }*/ }
  /*nav aside {
    margin: 15px 0 0; }*/
    @media (max-width: 740px) {
      /*nav aside {
        margin: 15px auto 0;
        text-align: center;
        width: 262px; }*/ }
/*    nav aside .divider {
      background: red;
      margin: 0 5px;
      width: 1px; }
    nav aside a {
      border-radius: 3px;
      color: #000;
      display: block;
      height: 28px;
      float: left;
      font-size: 11px;
      font-family: "UniversLTW01-57Condense 723821";
      line-height: 1em;
      margin: 0 4px;
      padding: 40px 8px 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #f0f0f0;
      width: 42px;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }*/
      @media (max-width: 740px) {
        /*nav aside a {
          font-size: 16px;
          padding: 60px 8px 12px;
          width: 62px; }*/ }
    /*  nav aside a.active {
        background-color: #000 !important;
        color: #e3d583; }
        @media (max-width: 740px) {
          nav aside a.active {
            color: #000; } }
      nav aside a.over {
        color: #e3d583; }
        @media (max-width: 740px) {
          nav aside a.over {
            color: #e3d583; } }
      nav aside a.start {
        background: #e3d583;
        color: #000; }
    nav aside .tour {
      background: #f0f0f0 url(../img/icon-book.png) no-repeat center 5px; }*/
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav aside .tour {
          background-image: url("../img/icon-book@2x.png");
          background-size: 27px 27px; } }
      @media (max-width: 740px) {
        nav aside .tour {
          background: url(../img/mobile-icon-book.png) no-repeat center 5px; } }
        @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
          nav aside .tour {
            background-image: url("../img/mobile-icon-book@2x.png");
            background-size: 46px 43px; } }
      nav aside .tour.active {
        color: #e3d583;
        background: black url(../img/icon-book-active.png) no-repeat center 5px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav aside .tour.active {
            background-image: url("../img/icon-book-active@2x.png");
            background-size: 27px 27px; } }
        @media (max-width: 740px) {
          nav aside .tour.active {
            background-color: #000 !important;
            background: url(../img/mobile-icon-book.png) no-repeat center 5px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav aside .tour.active {
              background-image: url("../img/mobile-icon-book@2x.png");
              background-size: 46px 43px; } }
      nav aside .tour.over {
        background: black url(../img/icon-book-active.png) no-repeat center 5px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav aside .tour.over {
            background-image: url("../img/icon-book-active@2x.png");
            background-size: 27px 27px; } }
        @media (max-width: 740px) {
          nav aside .tour.over {
            background-color: #000 !important;
            background: url(../img/icon-book-active.png) no-repeat center 5px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav aside .tour.over {
              background-image: url("../img/icon-book-active@2x.png");
              background-size: 46px 43px; } }
    nav aside .info {
      background: #f0f0f0 url(../img/icon-info.png) no-repeat center 5px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav aside .info {
          background-image: url("../img/icon-info@2x.png");
          background-size: 22px 27px; } }
      @media (max-width: 740px) {
        nav aside .info {
          background: url(../img/mobile-icon-info.png) no-repeat center 5px; } }
        @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
          nav aside .info {
            background-image: url("../img/mobile-icon-info@2x.png");
            background-size: 37px 42px; } }
      nav aside .info:after {
        background: #e5e5e5;
        display: block;
        height: 90%;
        position: absolute;
        top: 5%;
        right: -4px;
        width: 1px; }
      nav aside .info:before {
        background: #e5e5e5;
        display: block;
        height: 90%;
        position: absolute;
        top: 5%;
        left: -4px;
        width: 1px; }
      nav aside .info.active {
        color: #e3d583;
        background: black url(../img/icon-info-active.png) no-repeat center 5px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav aside .info.active {
            background-image: url("../img/icon-info-active@2x.png");
            background-size: 22px 27px; } }
        @media (max-width: 740px) {
          nav aside .info.active {
            background-color: #000 !important;
            background: url(../img/mobile-icon-info.png) no-repeat center 5px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav aside .info.active {
              background-image: url("../img/mobile-icon-info@2x.png");
              background-size: 37px 42px; } }
      nav aside .info.over {
        background: black url(../img/icon-info-active.png) no-repeat center 5px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav aside .info.over {
            background-image: url("../img/icon-info-active@2x.png");
            background-size: 22px 27px; } }
        @media (max-width: 740px) {
          nav aside .info.over {
            background-color: #000 !important;
            background: url(../img/icon-info-active.png) no-repeat center 5px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav aside .info.over {
              background-image: url("../img/mobile-icon-info@2x.png");
              background-size: 37px 42px; } }
    nav aside .apply {
      background: #f0f0f0 url(../img/icon-apply.png) no-repeat center 6px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav aside .apply {
          background-image: url("../img/icon-apply@2x.png");
          background-size: 27px 26px; } }
      @media (max-width: 740px) {
        nav aside .apply {
          background: url(../img/mobile-icon-apply.png) no-repeat center 6px; } }
        @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
          nav aside .apply {
            background-image: url("../img/mobile-icon-apply@2x.png");
            background-size: 43px 42px; } }
      nav aside .apply.over {
        background: black url(../img/icon-apply-active.png) no-repeat center 6px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav aside .apply.over {
            background-image: url("../img/icon-apply@2x-active.png");
            background-size: 22px 27px; } }
        @media (max-width: 740px) {
          nav aside .apply.over {
            background-color: #000 !important;
            background: url(../img/mobile-icon-apply.png) no-repeat center 6px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav aside .apply.over {
              background-image: url("../img/mobile-icon-apply@2x.png");
              background-size: 37px 42px; } }
  nav .jetspring {
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    cursor: pointer;
    display: block;
    margin: 20px 7px 0;
    padding: 18px 0 10px;
    position: relative;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 740px) {
      nav .jetspring {
        display: none; } }
    nav .jetspring p {
      width: 81%;
      float: left;
      color: #666;
      font-family: "Sabon LT W01 Roman";
      font-size: 12px; }
      nav .jetspring p span {
        color: #000;
        font-size: 11px;
        font-family: "UniversLTW01-67BoldCn"; }
    nav .jetspring .chat {
      background-image: url(../img/icon-chat.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      height: 22px;
      width: 28px;
      float: left; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav .jetspring .chat {
          background-image: url("../img/icon-chat@2x.png");
          background-size: 21px 21px; } }
  nav .allaccesstour {
    font-family: "UniversLTW01-57Condense 723821";
    width: 84%;
    margin: 20px 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: none; }
    nav .allaccesstour span {
      display: block;
      padding: 0 5px;
      height: 28px; }
    nav .allaccesstour .top {
      background: #e3d583;
      color: #000;
      -webkit-border-radius: 25px 25px 0px 0px;
      -moz-border-radius: 25px 25px 0px 0px;
      border-radius: 25px 25px 0px 0px;
      width: 100%; }
    nav .allaccesstour .date {
      background: #000;
      color: #fff;
      -webkit-border-radius: 0px 0px 25px 25px;
      -moz-border-radius: 0px 0px 25px 25px;
      border-radius: 0px 0px 25px 25px;
      width: 100%; }
  nav ul.social {
    bottom: 45px;
    text-align: center;
    position: absolute;
    width: 100%; }
    @media (max-width: 740px) {
      nav ul.social {
        margin: 30px 0;
        position: static; } }
    nav ul.social:hover a {
      opacity: 1;
      filter: alpha(opacity=100); }
    nav ul.social li {
      display: inline-block; }
      @media (max-width: 740px) {
        nav ul.social li {
          margin: 0 5px; } }
      nav ul.social li a {
        display: block;
        height: 21px;
        overflow: hidden;
        text-indent: -9999px;
        width: 21px; }
        @media (max-width: 740px) {
          nav ul.social li a {
            height: 38px;
            width: 39px; } }
        nav ul.social li a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
      nav ul.social li .twitter {
        background: url(../img/icon-twitter.png) no-repeat; }
        nav ul.social li .twitter:hover {
          background: url(../img/icon-twitter-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .twitter {
            background-image: url("../img/icon-twitter@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .twitter {
            background: url(../img/mobile-icon-twitter.png) no-repeat; }
            nav ul.social li .twitter:hover {
              background-image: url(../img/mobile-icon-twitter@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .twitter {
              background-image: url("../img/mobile-icon-twitter@2x.png");
              background-size: 39px 38px; } }
      nav ul.social li .facebook {
        background: url(../img/icon-facebook.png) no-repeat; }
        nav ul.social li .facebook:hover {
          background: url(../img/icon-facebook-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .facebook {
            background-image: url("../img/icon-facebook@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .facebook {
            background: url(../img/mobile-icon-facebook.png) no-repeat; }
            nav ul.social li .facebook:hover {
              background-image: url(../img/mobile-icon-facebook@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .facebook {
              background-image: url("../img/mobile-icon-facebook@2x.png");
              background-size: 39px 38px; } }
      nav ul.social li .youtube {
        background: url(../img/icon-youtube.png) no-repeat; }
        nav ul.social li .youtube:hover {
          background: url(../img/icon-youtube-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .youtube {
            background-image: url("../img/icon-youtube@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .youtube {
            background: url(../img/mobile-icon-youtube.png) no-repeat; }
            nav ul.social li .youtube:hover {
              background-image: url(../img/mobile-icon-youtube@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .youtube {
              background-image: url("../img/mobile-icon-youtube@2x.png");
              background-size: 39px 38px; } }
      nav ul.social li .tumblr {
        background: url(../img/icon-tumblr.png) no-repeat; }
        nav ul.social li .tumblr:hover {
          background: url(../img/icon-tumblr-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .tumblr {
            background-image: url("../img/icon-tumblr@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .tumblr {
            background: url(../img/mobile-icon-tumblr.png) no-repeat; }
            nav ul.social li .tumblr:hover {
              background-image: url(../img/mobile-icon-tumblr@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .tumblr {
              background-image: url("../img/mobile-icon-tumblr@2x.png");
              background-size: 39px 38px; } }
      nav ul.social li .ig {
        background: url(../img/icon-ig.png) no-repeat; }
        nav ul.social li .ig:hover {
          background: url(../img/icon-ig-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .ig {
            background-image: url("../img/icon-ig@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .ig {
            background: url(../img/mobile-icon-ig.png) no-repeat; }
            nav ul.social li .ig:hover {
              background-image: url(../img/mobile-icon-ig@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .ig {
              background-image: url("../img/mobile-icon-ig@2x.png");
              background-size: 39px 38px; } }
      nav ul.social li .pintrest {
        background: url(../img/icon-pintrest.png) no-repeat; }
        nav ul.social li .pintrest:hover {
          background: url(../img/icon-pintrest-hover.png) no-repeat; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav ul.social li .pintrest {
            background-image: url("../img/icon-pintrest@2x.png");
            background-size: 20px 20px; } }
        @media (max-width: 740px) {
          nav ul.social li .pintrest {
            background: url(../img/mobile-icon-pintrest.png) no-repeat; }
            nav ul.social li .pintrest:hover {
              background-image: url(../img/mobile-icon-pinterst@2x-hover.png);
              background-size: 39px, 38px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            nav ul.social li .pintrest {
              background-image: url("../img/mobile-icon-pintrest@2x.png");
              background-size: 39px 38px; } }
  nav.compact #logo {
    background-size: 75%;
    background-position: center center;
    margin: 12px 0 10px 15px; }
  nav.compact ul.social {
    display: none; }
  nav.compact > ul.menu > li {
    font-size: 20px; }
  nav.compact aside a {
    background-image: none;
    padding: 10px 8px 0; }
  nav.compact aside a.active {
    background-image: none !important; }

#tray {
  background: url(../img/trans-grey.png);
  height: 100%;
  left: -45px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 245px;
  z-index: 10;
  transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease; }
  @media (max-width: 740px) {
    #tray {
      background: #000;
      left: 100%;
      top: 49px;
      width: 100%; } }
  #tray.open {
    left: 200px; }
    @media (max-width: 740px) {
      #tray.open {
        left: 0; } }
  #tray.hide {
    margin-left: -245px; }
    @media (max-width: 740px) {
      #tray.hide {
        margin-left: -100%; } }
  #tray .subnav {
    height: 100%;
    overflow: hidden;
    position: relative; }
    #tray .subnav > a, #tray .subnav > span {
      display: none; }
  #tray ul.menu {
    position: absolute;
    top: 0;
    padding-bottom: 110px;
    width: 245px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    @media (max-width: 740px) {
      #tray ul.menu {
        width: 100%; }
        #tray ul.menu.viewing {
          overflow: scroll; } }
    #tray ul.menu li span.program-location {
      cursor: auto;
      color: #e3d583;
      list-style: none;
      font-family: "Univers LT W01 75 Black";
      margin: 15px 0 0;
      padding: 5px 0;
      background: none;
      display: block;
      line-height: 1em;
      text-decoration: none;
      text-transform: uppercase;
      padding: 5px 40px 5px 16px;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #tray ul.menu li span.program-location {
          background-image: url("");
          background-size: 6px 12px; } }
      #tray ul.menu li span.program-location:hover {
        background: no-repeat 96% center;
        color: #e3d583; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #tray ul.menu li span.program-location:hover {
            background-image: url("");
            background-size: 6px 12px; } }
        @media (max-width: 740px) {
          #tray ul.menu li span.program-location:hover {
            background: none no-repeat 96% center; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            #tray ul.menu li span.program-location:hover {
              background-image: url("");
              background-size: 6px 12px; } }
        #tray ul.menu li span.program-location:hover.active {
          background: no-repeat 96% center;
          color: #000; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #tray ul.menu li span.program-location:hover.active {
              background-image: url(" ");
              background-size: 6px 12px; } }
        #tray ul.menu li span.program-location:hover.marker {
          display: none !important; }
    #tray ul.menu li {
      background: url(../img/menu-hr.png) no-repeat center bottom;
      cursor: pointer;
      color: #fff;
      list-style: none;
      font-family: "UniversLTW01-57Condense 723821";
      margin: 0;
      padding: 5px 0; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #tray ul.menu li {
          background-image: url("../img/menu-hr@2x.png");
          background-size: 245px 1px; } }
      @media (max-width: 740px) {
        #tray ul.menu li {
          background-image: none;
          border-bottom: solid 1px #2b2b2b;
          padding: 8px 0; } }
      #tray ul.menu li a, #tray ul.menu li span {
        background: url(../img/arrow-submenu.png) no-repeat 94% center;
        color: inherit;
        display: block;
        line-height: 1em;
        text-decoration: none;
        text-transform: uppercase;
        padding: 5px 40px 5px 16px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #tray ul.menu li a, #tray ul.menu li span {
            background-image: url("../img/arrow-submenu@2x.png");
            background-size: 6px 12px; } }
        #tray ul.menu li a:hover, #tray ul.menu li span:hover {
          background: #e3d583 url(../img/arrow-submenu.png) no-repeat 96% center;
          color: #000; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #tray ul.menu li a:hover, #tray ul.menu li span:hover {
              background-image: url("../img/arrow-submenu@2x.png");
              background-size: 6px 12px; } }
          @media (max-width: 740px) {
            #tray ul.menu li a:hover, #tray ul.menu li span:hover {
              background: url(../img/arrow-submenu.png) no-repeat 96% center; } }
            @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
              #tray ul.menu li a:hover, #tray ul.menu li span:hover {
                background-image: url("../img/arrow-submenu@2x.png");
                background-size: 6px 12px; } }
        #tray ul.menu li a.active, #tray ul.menu li span.active {
          background: #e3d583 url(../img/arrow-submenu.png) no-repeat 96% center;
          color: #000; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #tray ul.menu li a.active, #tray ul.menu li span.active {
              background-image: url("../img/arrow-submenu@2x.png");
              background-size: 6px 12px; } }
        #tray ul.menu li a.marker, #tray ul.menu li span.marker {
          display: none !important; }
    #tray ul.menu .back {
      background: rgba(0, 0, 0, 0.3);
      display: block;
      font-family: "Univers LT W01 65 Bold";
      font-size: 14px;
      line-height: 1em;
      margin: 0 0 10px;
      text-transform: uppercase;
      text-align: center; }
      #tray ul.menu .back span {
        background: url(../img/menu-back.png) no-repeat 15px center;
        cursor: pointer;
        display: block;
        padding: 15px 45px 10px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #tray ul.menu .back span {
            background-image: url("../img/menu-back@2x.png");
            background-size: 20px 20px; } }
        #tray ul.menu .back span:hover {
          background: url(../img/menu-back.png) no-repeat 8px center;
          color: #fff; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #tray ul.menu .back span:hover {
              background-image: url("../img/menu-back@2x.png");
              background-size: 20px 20px; } }
      #tray ul.menu .back.fixed {
        background: black;
        position: fixed;
        top: 0;
        width: 245px; }
    #tray ul.menu ul.menu {
      display: none; }
    #tray ul.menu .current > ul {
      display: block; }
  #tray .active-trail {
    margin-left: -100%;
    margin-top: 0px; }
  #tray .forms {
    display: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 740px) {
      #tray .forms {
        position: fixed;
        overflow: scroll; } }
  #tray form {
    color: #fff;
    display: none;
    padding: 15px;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 740px) {
      #tray form {
        padding-top: 65px; } }
    #tray form.sending .fade * {
      opacity: .5;
      transition: 0.7s ease;
      -moz-transition: 0.7s ease;
      -webkit-transition: 0.7s ease;
      -o-transition: 0.7s ease; }
    #tray form.sending .submit-container {
      opacity: 1 !important; }
    #tray form.sent .form-container {
      margin-left: -120%;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
    #tray form.sent .thanks {
      left: 0;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
    #tray form .form-wrapper {
      overflow: hidden;
      position: relative;
      min-height: 520px;
      width: 100%; }
    #tray form .form-container {
      width: 100%; }
      @media (max-width: 740px) {
        #tray form .form-container {
          padding-bottom: 40px; } }
    #tray form .thanks {
      height: 100%;
      left: 100%;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; }
      #tray form .thanks img {
        height: auto;
        max-width: 100px;
        margin: 60px 0 20px; }
      #tray form .thanks p {
        color: #fff;
        font-size: 18px; }
    #tray form h1 {
      font-family: "UniversLTW01-67BoldCn";
      font-size: 26px;
      line-height: 1em;
      margin: 0 0 0.5em; }
    #tray form p {
      font-family: "UniversLTW01-57Condense 723821";
      font-size: 12px;
      line-height: 1em;
      margin: 1em 0; }
    #tray form .disclaimer {
      font-family: "Sabon LT W01 Italic";
      font-size: 10px;
      line-height: 1.2em;
      margin: 0 2%; }
    #tray form .next {
      background: #e3d583 url(../img/form-submit.png) no-repeat right center;
      color: #000;
      display: block;
      font-family: "UniversLTW01-57Condense 723821";
      font-size: 11px;
      margin: 15px 2%;
      padding: 8px 4%;
      text-decoration: none;
      text-transform: uppercase;
      width: 90%;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      #tray form .next:hover {
        background-color: #f3ebbe; }
    #tray form .break {
      border-bottom: solid 1px #fff;
      margin: 0 2% 5px;
      padding: 5px 0 0; }
    #tray form .half {
      float: left;
      width: 46%; }
    #tray form .full {
      display: block;
      width: 96%; }
    #tray form .texting {
      margin: 0 2%;
      padding: 8px 0;
      position: relative; }
      #tray form .texting label {
        font-family: "UniversLTW01-57Condense 723821";
        font-size: 12px; }
        @media (max-width: 740px) {
          #tray form .texting label {
            font-size: 14px; } }
      #tray form .texting input {
        position: absolute;
        right: 0;
        top: -2px; }
        @media (max-width: 740px) {
          #tray form .texting input {
            top: 5px; } }
    #tray form input,
    #tray form select {
      border: none;
      font-family: "UniversLTW01-57Condense 723821";
      font-size: 12px;
      margin: 0 2% 8px;
      width: 96%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #tray form .optionContainer {
      width: 100%;
      display: block;
      overflow: hidden; }
      #tray form .optionContainer select {
        width: 206px;
        background: white url(../img/form-dropdown.gif) no-repeat right center; }
      #tray form .optionContainer option {
        height: 30px; }
        #tray form .optionContainer option:nth-child(even) {
          background: #dadada; }
    #tray form option:disabled {
      display: none; }
    #tray form input {
      height: 30px;
      padding: 0 9px; }
    #tray form .chosen-container {
      color: #000;
      cursor: pointer;
      margin: 0 0 8px 2%;
      font-family: "UniversLTW01-57Condense 723821";
      font-size: 12px;
      position: relative; }
      #tray form .chosen-container .chosen-search {
        display: none; }
      #tray form .chosen-container a.chosen-single span {
        background: white url(../img/form-dropdown.gif) no-repeat right center;
        display: block;
        padding: 7px 40px 6px 9px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #tray form .chosen-container a.chosen-single span {
            background-image: url("../img/form-dropdown@2x.gif");
            background-size: 30px 30px; } }
      #tray form .chosen-container .chosen-drop {
        background: #fff;
        box-shadow: 0px 2px 4px #666;
        height: 0;
        position: absolute;
        overflow: hidden;
        width: 100%;
        z-index: 50; }
        #tray form .chosen-container .chosen-drop .chosen-results li {
          padding: 5px 9px; }
          #tray form .chosen-container .chosen-drop .chosen-results li.group-result {
            text-transform: capitalize;
            font-family: "Univers LT W01 65 Bold"; }
          #tray form .chosen-container .chosen-drop .chosen-results li.result-selected {
            opacity: .5;
            filter: alpha(opacity=50); }
          #tray form .chosen-container .chosen-drop .chosen-results li:nth-child(even) {
            background: #dadada; }
          #tray form .chosen-container .chosen-drop .chosen-results li:hover {
            background: #fdf6cb;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
    #tray form .chosen-with-drop .chosen-drop {
      height: inherit; }
    #tray form .submit-container {
      background: #e3d583;
      height: 34px;
      margin: 15px 2%;
      overflow: hidden;
      position: relative;
      width: 96%; }
      #tray form .submit-container input {
        background: url(../img/form-submit.png) no-repeat right center;
        border-radius: 0;
        color: #000;
        font-family: "UniversLTW01-57Condense 723821";
        font-size: 11px;
        margin: 0;
        padding: 11px 0 11px 8px;
        position: absolute;
        left: 0;
        text-align: left;
        text-shadow: none;
        text-transform: uppercase;
        width: 100%;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #tray form .submit-container input:hover {
          background-color: #f3ebbe; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #tray form .submit-container input {
            background-image: url("../img/form-submit@2x.png");
            background-size: 18px 10px; } }
      #tray form .submit-container span {
        color: #000;
        display: block;
        font-family: "UniversLTW01-57Condense 723821";
        font-size: 11px;
        height: 100%;
        left: -100%;
        padding: 8px 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-animation: pulse 1s ease infinite;
        -moz-animation: pulse 1s ease infinite;
        animation: pulse 1s ease infinite; }
    #tray form select {
      background: white url(../img/form-dropdown.gif) no-repeat right center;
      height: 30px;
      padding: 0 40px 0 9px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #tray form select {
          background-image: url("../img/form-dropdown@2x.gif");
          background-size: 30px 30px; } }
    #tray form ::-webkit-input-placeholder {
      color: #000; }
    #tray form :-moz-placeholder {
      color: #000; }
    #tray form ::-moz-placeholder {
      color: #000; }
    #tray form :-ms-input-placeholder {
      color: #000; }
  @media (max-width: 740px) {
    #tray .info {
      background: url(../img/bg-RFI.jpg) no-repeat;
      background-size: cover; } }

#section-content {
  /*margin: 0 0 20px 200px;*/
  overflow: hidden; }
  @media (max-width: 740px) {
    #section-content {
      margin: 49px 0 0; } }
  #section-content.front .allaccessbanner {
    background: url(../img/all_access_banner.png);
    width: 375px;
    height: 217px;
    display: block;
    z-index: 15;
    position: absolute;
    float: right;
    right: 0; }
  @media (max-width: 360px) {
    #section-content .allaccessbanner {
      top: 45px; } }
  @media (max-width: 740px) {
    #section-content .allaccessbanner {
      top: 45px; } }
  #section-content .panel {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
    #section-content .panel .middle {
      display: table-cell;
      position: relative;
      vertical-align: middle;
      z-index: 7; }
    #section-content .panel video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      @media (max-width: 740px) {
        #section-content .panel video {
          display: none; } }
    #section-content .panel .overlay {
      background: url(../img/home-gradient.png) repeat-x;
      bottom: 0;
      height: 175px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 15; }
      @media (max-width: 740px) {
        #section-content .panel .overlay {
          display: none; } }
    #section-content .panel .scrolldown {
      background: url(../img/home-scrolldown.png) no-repeat;
      bottom: 45px;
      height: 8px;
      left: 50%;
      margin: 0 0 0 -212px;
      position: absolute;
      width: 425px; }
      @media (max-width: 740px) {
        #section-content .panel .scrolldown {
          display: none; } }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #section-content .panel .scrolldown {
          background-image: url("../img/home-scrolldown@2x.png");
          background-size: 425px 8px; } }
      #section-content .panel .scrolldown.animate {
        -webkit-animation: bounce 6s ease infinite;
        -moz-animation: bounce 6s ease infinite;
        animation: bounce 6s ease infinite; }
  #section-content .view-header {
    padding: 2em 1em; }
    #section-content .view-header #blog-heading {
      background-image: url(../img/blog/blog-header.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      max-width: 960px;
      margin: 0 auto;
      min-width: 200px;
      width: 100%;
      height: auto;
      min-height: 250px;
      max-height: 463px;
      padding: 1em 0 0;
      @inclides breakpoint('faux960') {
        max-width: 740px;
        min-height: 320px; }
 }
      #section-content .view-header #blog-heading h1 {
        font-family: "UniversLTW01-59UltraCn";
        font-size: 8em;
        text-align: center;
        letter-spacing: -4px;
        color: #000;
        line-height: 1em; }
        @media (max-width: 1160px) {
          #section-content .view-header #blog-heading h1 {
            font-size: 7em; } }
        @media (max-width: 740px) {
          #section-content .view-header #blog-heading h1 {
            font-size: 5em; } }
        @media (max-width: 360px) {
          #section-content .view-header #blog-heading h1 {
            font-size: 4em; } }
  #section-content.front {
    background: #000; }
    @media (max-width: 740px) {
      #section-content.front {
        margin: 0; } }
    #section-content.front section#video {
      background: url(../img/home/bg-home_3.jpg) no-repeat center center; }
      @media (max-width: 740px) {
        #section-content.front section#video {
          background: url(../img/home/bg-home_3.jpg) no-repeat center center;
          background-size: cover;
          overflow: hidden;
          width: 100%; }
          #section-content.front section#video video {
            display: none; }
          #section-content.front section#video .middle {
            vertical-align: bottom; } }
      @media (max-width: 960px) {
        #section-content.front section#video {
          background: url(../img/home/bg-home_3.jpg) no-repeat center center;
          background-size: cover;
          overflow: hidden;
          width: 100%; }
          #section-content.front section#video video {
            display: none; }
          #section-content.front section#video .middle {
            vertical-align: bottom; } }
      @media (max-width: 1160px) {
        #section-content.front section#video {
          background: url(../img/home/bg-home_3.jpg) no-repeat center center;
          background-size: cover;
          overflow: hidden;
          width: 100%; }
          #section-content.front section#video .middle {
            vertical-align: bottom; } }
      #section-content.front section#video .makeclassroom {
        float: right;
        width: 90%;
        z-index: 20;
        bottom: 23%;
        position: absolute; }
        #section-content.front section#video .makeclassroom h2 {
          width: 100%;
          font-size: 15em;
          letter-spacing: 0px;
          line-height: .5em;
          font-family: "UniversLTW01-49LightUlt";
          text-align: right;
          color: #e3d583;
          right: 0px;
          text-shadow: -1px -1px 5px #000; }
          @media (max-width: 740px) {
            #section-content.front section#video .makeclassroom h2 {
              float: right;
              font-size: 8em; } }
          @media (max-width: 960px) {
            #section-content.front section#video .makeclassroom h2 {
              float: right;
              font-size: 8em; } }
          @media (max-width: 360px) {
            #section-content.front section#video .makeclassroom h2 {
              font-size: 35px;
              margin: 10px 0 0 10px; } }
          #section-content.front section#video .makeclassroom h2 span {
            color: white;
            width: 100%;
            display: block;
            font-family: "UniversLTW01-53Extended";
            letter-spacing: 3px;
            text-transform: lowercase;
            font-size: 43px;
            text-shadow: -1px -1px 5px #000; }
            @media (max-width: 960px) {
              #section-content.front section#video .makeclassroom h2 span {
                font-size: .17em;
                line-height: 2em; } }
            @media (max-width: 740px) {
              #section-content.front section#video .makeclassroom h2 span {
                font-size: .2em;
                line-height: 2em; } }
        #section-content.front section#video .makeclassroom a {
          float: right;
          background: #e3d583 url(../img/home/tour-arrow.jpg);
          color: #000;
          text-align: left;
          text-transform: uppercase;
          font-size: 1em;
          font-family: "UniversLTW01-67BoldCn";
          padding: .7em 3em .7em .7em;
          text-transform: uppercase; }
    #section-content.front section#programs {
      padding: 2em 0;
      height: 100%;
      max-height: 870px;
      min-height: 24em;
      background: url(../img/home/bg-programtier.jpg) no-repeat center bottom;
      background-size: cover;
      /* this is the vertical section */ }
      @media (max-width: 740px) {
        #section-content.front section#programs {
          min-height: 20;
          height: auto !important;
          max-height: 1200px; } }
      #section-content.front section#programs .vertical .z-accordion > .z-section > .z-content {
        background: rgba(0, 0, 0, 0.85); }
      #section-content.front section#programs h3 span {
        background-size: 94%;
        text-shadow: none; }
      #section-content.front section#programs div.main {
        margin: 3% 0 5% -2%;
        height: 80%;
        padding: 9% 3%;
        width: auto;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        display: none; }
      #section-content.front section#programs .img-placeholder, #section-content.front section#programs article {
        float: left;
        text-align: justify; }
      #section-content.front section#programs .img-placeholder {
        width: 58%; }
      #section-content.front section#programs .vertical .img-placeholder {
        width: 45%; }
      #section-content.front section#programs .vertical article {
        width: 50%; }
      #section-content.front section#programs .horizontal .z-section .z-content {
        display: none;
        -webkit-transition: opacity 1s ease-out;
        opacity: 0; }
      #section-content.front section#programs .horizontal .z-section.z-active .z-content {
        opacity: 1;
        display: block; }
      #section-content.front section#programs article {
        width: 38%; }
        #section-content.front section#programs article .location {
          font-family: "UniversLTW01-53Extended";
          text-transform: uppercase;
          margin: 0; }
        #section-content.front section#programs article h2 {
          font-family: "UniversLTW01-39ThinUltr";
          margin: 0 0 4% 0;
          font-size: 300%;
          line-height: normal;
          text-align: left; }
        #section-content.front section#programs article p {
          font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
          font-size: 14px; }
        #section-content.front section#programs article a {
          display: block;
          font-family: "UniversLTW01-67BoldCn";
          text-transform: uppercase;
          width: 90%;
          max-height: 2em;
          height: 10%;
          padding: 4% 0 4% 4%;
          margin: 12% auto 0;
          background: url(../img/home/pro-click-arrow.png) no-repeat 98% center;
          font-size: 78%;
          border: 2px solid #fff; }
      #section-content.front section#programs .vertical div.main {
        position: relative;
        background: rgba(0, 0, 0, 0.9); }
      #section-content.front section#programs .vertical .z-section {
        background: rgba(0, 0, 0, 0.9); }
      #section-content.front section#programs .z-active div.main {
        display: block; }
      #section-content.front section#programs h3 span {
        font-family: "UniversLTW01-59UltraCn";
        font-size: 78%; }
      #section-content.front section#programs .horizontal .ebo h3 span {
        background: #dcc2f2 url("../img/home/pro-bg-ebo.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .ebo.z-active h3 span {
        color: #dcc2f2; }
      #section-content.front section#programs .horizontal .ebo a, #section-content.front section#programs .horizontal .ebo a:visited, #section-content.front section#programs .horizontal .ebo h2 {
        color: #dcc2f2; }
      #section-content.front section#programs .horizontal .digitalfilmmaking h3 span {
        background: #30dbd2 url("../img/home/pro-bg-v-df.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .digitalfilmmaking.z-active h3 span {
        color: #30dbd2; }
      #section-content.front section#programs .horizontal .digitalfilmmaking a, #section-content.front section#programs .horizontal .digitalfilmmaking a:visited, #section-content.front section#programs .horizontal .digitalfilmmaking h2 {
        color: #30dbd2; }
      #section-content.front section#programs .horizontal .entertaintment h3 span {
        background: #7050ae url("../img/home/pro-bg-v-entertainment.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .entertaintment.z-active h3 span {
        color: #7050ae; }
      #section-content.front section#programs .horizontal .entertaintment a, #section-content.front section#programs .horizontal .entertaintment a:visited, #section-content.front section#programs .horizontal .entertaintment h2 {
        color: #7050ae; }
      #section-content.front section#programs .horizontal .mp h3 span {
        background: #eb297a url("../img/home/pro-bg-mp.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .mp.z-active h3 span {
        color: #eb297a; }
      #section-content.front section#programs .horizontal .mp a, #section-content.front section#programs .horizontal .mp a:visited, #section-content.front section#programs .horizontal .mp h2 {
        color: #eb297a; }
      #section-content.front section#programs .horizontal .game h3 span {
        background: #72c538 url("../img/home/pro-bg-v-game.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .game.z-active h3 span {
        color: #72c538; }
      #section-content.front section#programs .horizontal .game a, #section-content.front section#programs .horizontal .game a:visited, #section-content.front section#programs .horizontal .game h2 {
        color: #72c538; }
      #section-content.front section#programs .horizontal .film h3 span {
        background: #25b3e8 url("../img/home/pro-bg-film.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .film.z-active h3 span {
        color: #25b3e8; }
      #section-content.front section#programs .horizontal .film a, #section-content.front section#programs .horizontal .film a:visited, #section-content.front section#programs .horizontal .film h2 {
        color: #25b3e8; }
      #section-content.front section#programs .horizontal .animation h3 span {
        background: #ffb911 url("../img/home/pro-bg-v-animation.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .animation.z-active h3 span {
        color: #ffb911; }
      #section-content.front section#programs .horizontal .animation a, #section-content.front section#programs .horizontal .animation a:visited, #section-content.front section#programs .horizontal .animation h2 {
        color: #ffb911; }
      #section-content.front section#programs .horizontal .recording h3 span {
        background: #ed1c24 url("../img/home/pro-bg-v-recording.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .recording.z-active h3 span {
        color: #ed1c24; }
      #section-content.front section#programs .horizontal .recording a, #section-content.front section#programs .horizontal .recording a:visited, #section-content.front section#programs .horizontal .recording h2 {
        color: #ed1c24; }
      #section-content.front section#programs .horizontal .omni h3 span {
        background: #e3d583 url("../img/home/pro-bg-v-omni.jpg") no-repeat left center;
        background-size: 94%; }
      #section-content.front section#programs .horizontal .omni h2 {
        font-family: "UniversLTW01-39ThinUltr";
        font-size: 83px;
        line-height: normal;
        color: #e3d583; }
      #section-content.front section#programs .horizontal .omni h4 {
        margin: 2% 0;
        text-transform: uppercase;
        font-family: "UniversLTW01-59UltraCn"; }
      #section-content.front section#programs .horizontal .omni h6 {
        margin: 2% 0;
        font-family: "UniversLTW01-67BoldCn";
        text-transform: none; }
      #section-content.front section#programs .horizontal .omni p {
        margin: 2% 0;
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-size: 14px;
        text-align: justify; }
        #section-content.front section#programs .horizontal .omni p.clickthrough {
          margin: 5% 0;
          max-height: 59px;
          min-height: 45px;
          background: url("../img/home/clickthrough.png") no-repeat right center;
          background-size: 10% 100%; }
      #section-content.front section#programs .horizontal .omni.z-active h3 span {
        color: #e3d583; }
      #section-content.front section#programs .vertical {
        color: #fff; }
        #section-content.front section#programs .vertical h3 span {
          font-size: 109%;
          text-shadow: none; }
        #section-content.front section#programs .vertical div.main {
          background: transparent; }
        #section-content.front section#programs .vertical .z-header {
          padding: 0 0 0 8%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1) .z-header {
          background: #e3d583 url("../img/home/pro-bg-omni.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1).z-active .z-header {
          color: #e3d583; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1) h2 {
          font-family: "UniversLTW01-39ThinUltr";
          font-size: 70px;
          margin: 0 0 12px;
          color: #e3d583; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1) h4 {
          margin: .5% 0;
          text-transform: uppercase;
          font-family: "UniversLTW01-59UltraCn"; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1) h6 {
          margin: .5% 0;
          font-family: "UniversLTW01-67BoldCn";
          text-transform: none; }
        #section-content.front section#programs .vertical li.z-section:nth-child(1) p {
          margin: .3% 0;
          font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
          font-size: 14px;
          text-align: justify; }
          #section-content.front section#programs .vertical li.z-section:nth-child(1) p.clickthrough {
            margin: 4% 0;
            max-height: 90px;
            min-height: 45px;
            background: url("../img/home/clickthrough.png") no-repeat right center;
            background-size: 10% 100%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(2) .z-header {
          background: #ed1c24 url("../img/home/pro-bg-recording.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(2).z-active .z-title {
          color: #ed1c24; }
        #section-content.front section#programs .vertical li.z-section:nth-child(2) h2, #section-content.front section#programs .vertical li.z-section:nth-child(2) a, #section-content.front section#programs .vertical li.z-section:nth-child(2) a:visited {
          color: #ed1c24; }
        #section-content.front section#programs .vertical li.z-section:nth-child(3) .z-header {
          background: #ffb911 url("../img/home/pro-bg-animation.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(3).z-active .z-title {
          color: #ffb911; }
        #section-content.front section#programs .vertical li.z-section:nth-child(3) h2, #section-content.front section#programs .vertical li.z-section:nth-child(3) a, #section-content.front section#programs .vertical li.z-section:nth-child(3) a:visited {
          color: #ffb911; }
        #section-content.front section#programs .vertical li.z-section:nth-child(4) .z-header {
          background: #25b3e8 url("../img/home/pro-bg-film.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(4).z-active .z-title {
          color: #25b3e8; }
        #section-content.front section#programs .vertical li.z-section:nth-child(4) h2, #section-content.front section#programs .vertical li.z-section:nth-child(4) a, #section-content.front section#programs .vertical li.z-section:nth-child(4) a:visited {
          color: #25b3e8; }
        #section-content.front section#programs .vertical li.z-section:nth-child(5) .z-header {
          background: #72c538 url("../img/home/pro-bg-game.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(5).z-active .z-title {
          color: #72c538; }
        #section-content.front section#programs .vertical li.z-section:nth-child(5) h2, #section-content.front section#programs .vertical li.z-section:nth-child(5) a, #section-content.front section#programs .vertical li.z-section:nth-child(5) a:visited {
          color: #72c538; }
        #section-content.front section#programs .vertical li.z-section:nth-child(6) .z-header {
          background: #eb297a url("../img/home/pro-bg-mp.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(6).z-active .z-title {
          color: #eb297a; }
        #section-content.front section#programs .vertical li.z-section:nth-child(6) h2, #section-content.front section#programs .vertical li.z-section:nth-child(6) a, #section-content.front section#programs .vertical li.z-section:nth-child(6) a:visited {
          color: #eb297a; }
        #section-content.front section#programs .vertical li.z-section:nth-child(7) .z-header {
          background: #7050ae url("../img/home/pro-bg-entertainment.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(7).z-active .z-title {
          color: #7050ae; }
        #section-content.front section#programs .vertical li.z-section:nth-child(7) h2, #section-content.front section#programs .vertical li.z-section:nth-child(7) a, #section-content.front section#programs .vertical li.z-section:nth-child(7) a:visited {
          color: #7050ae; }
        #section-content.front section#programs .vertical li.z-section:nth-child(8) .z-header {
          background: #30dbd2 url("../img/home/pro-bg-df.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(8).z-active .z-title {
          color: #30dbd2; }
        #section-content.front section#programs .vertical li.z-section:nth-child(8) h2, #section-content.front section#programs .vertical li.z-section:nth-child(8) a, #section-content.front section#programs .vertical li.z-section:nth-child(8) a:visited {
          color: #30dbd2; }
        #section-content.front section#programs .vertical li.z-section:nth-child(9) .z-header {
          background: #dcc2f2 url("../img/home/pro-bg-ebo.jpg") no-repeat right center;
          background-size: 94%; }
        #section-content.front section#programs .vertical li.z-section:nth-child(9).z-active .z-title {
          color: #dcc2f2; }
        #section-content.front section#programs .vertical li.z-section:nth-child(9) h2, #section-content.front section#programs .vertical li.z-section:nth-child(9) a, #section-content.front section#programs .vertical li.z-section:nth-child(9) a:visited {
          color: #dcc2f2; }
    #section-content.front section#welcome {
      background: url(../img/home/bg-welcome.jpg) no-repeat center bottom;
      background-size: cover;
      height: 620px; }
      #section-content.front section#welcome .wrapper {
        padding-top: 60px;
        margin: 0 auto;
        max-width: 920px;
        width: 100%; }
        @media (max-width: 1160px) {
          #section-content.front section#welcome .wrapper {
            padding: 40px 40px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
      #section-content.front section#welcome h1 {
        font-family: "UniversLTW01-67BoldCn";
        font-size: 35px;
        line-height: 1em;
        text-shadow: 0 1px 2px #333; }
      #section-content.front section#welcome p {
        font-family: "UniversLTW01-57Condense 723821";
        font-size: 16px;
        text-shadow: 0 1px 2px #333;
        width: 320px; }
        @media (max-width: 740px) {
          #section-content.front section#welcome p {
            width: 260px; } }
      #section-content.front section#welcome a.btn {
        background: #e3d583;
        color: #000;
        font-size: 13px;
        margin: 20px 0 0;
        padding: 8px 10px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #section-content.front section#welcome a.btn:hover {
          background: #fdf6cb; }
    #section-content.front section.facilities {
      background: none;
      margin: -80px 0 0;
      position: relative;
      z-index: 18; }
    #section-content.front section#classroom {
      background: url(../img/home/bg-classroom.jpg) no-repeat center top;
      background-size: cover;
      height: 900px;
      margin-top: -160px;
      padding-top: 160px;
      position: relative;
      z-index: 5; }
      #section-content.front section#classroom .wrapper {
        margin: 80px 0 0;
        text-align: center; }
        #section-content.front section#classroom .wrapper h1 {
          font-family: "UniversLTW01-59UltraCn";
          font-size: 55px;
          letter-spacing: 8px;
          line-height: 1em; }
          @media (max-width: 960px) {
            #section-content.front section#classroom .wrapper h1 {
              font-size: 40px;
              margin: 0 0 20px; } }
        #section-content.front section#classroom .wrapper p {
          font-family: "UniversLTW01-57Condense 723821";
          font-size: 16px;
          margin: 0 auto;
          text-shadow: 0 1px 2px #333;
          width: 470px; }
          @media (max-width: 740px) {
            #section-content.front section#classroom .wrapper p {
              width: 310px; } }
        #section-content.front section#classroom .wrapper a.btn {
          background: #e3d583;
          color: #000;
          font-size: 13px;
          margin: 20px 0 0;
          padding: 8px 10px;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          #section-content.front section#classroom .wrapper a.btn:hover {
            background: #fdf6cb; }
    #section-content.front #social {
      background: rgba(0, 0, 0, 0.5);
      height: 135px;
      margin-top: -135px;
      position: relative;
      width: 100%;
      z-index: 15; }
      #section-content.front #social h1 {
        background: rgba(0, 0, 0, 0.5);
        font-family: "UniversLTW01-53Extended";
        font-size: 12px;
        letter-spacing: 2px;
        padding: 4px 0 5px;
        text-align: center;
        width: 100%; }
      #section-content.front #social .wrapper {
        height: 110px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        width: 100%; }
      #section-content.front #social ul {
        left: 0;
        height: 110px;
        position: absolute; }
        #section-content.front #social ul li {
          display: inline-table;
          position: relative;
          vertical-align: top;
          white-space: normal;
          cursor: url("../img/cursor_drag.png"), w-resize;
          cursor: -webkit-image-set(url("../img/cursor_drag.png") 1x, url("../img/cursor_drag@2x.png") 2x), w-resize; }
          #section-content.front #social ul li a {
            cursor: inherit; }
          #section-content.front #social ul li span.icon {
            top: 84px;
            display: block;
            height: 20px;
            right: 8px;
            position: absolute;
            width: 20px; }
          #section-content.front #social ul li.instagram span.icon {
            background: url(../img/home/icon-instagram.png) no-repeat; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #section-content.front #social ul li.instagram span.icon {
                background-image: url("../img/home/icon-instagram@2x.png");
                background-size: 20px 20px; } }
          #section-content.front #social ul li.twitter {
            width: 290px; }
            #section-content.front #social ul li.twitter p {
              font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
              font-size: 12px;
              line-height: 1.4em;
              text-transform: uppercase;
              padding: 15px; }
              #section-content.front #social ul li.twitter p span {
                display: block;
                font-family: "UniversLTW01-67BoldCn"; }
            #section-content.front #social ul li.twitter span.icon {
              background: url(../img/home/icon-twitter.png) no-repeat; }
              @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                #section-content.front #social ul li.twitter span.icon {
                  background-image: url("../img/home/icon-twitter@2x.png");
                  background-size: 20px 20px; } }
          #section-content.front #social ul li img {
            width: auto;
            height: 110px; }
    #section-content.front section.spotlight {
      position: relative; }
      #section-content.front section.spotlight .flex-direction-nav a {
        display: block;
        height: 28px;
        margin-top: -14px;
        text-indent: -9999px;
        top: 50%;
        position: absolute;
        width: 15px; }
        #section-content.front section.spotlight .flex-direction-nav a.flex-prev {
          background: url(../img/home/arrow-spotlight-prev.png) no-repeat;
          left: 20px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #section-content.front section.spotlight .flex-direction-nav a.flex-prev {
              background-image: url("../img/home/arrow-spotlight-prev@2x.png");
              background-size: 15px 28px; } }
        #section-content.front section.spotlight .flex-direction-nav a.flex-next {
          background: url(../img/home/arrow-spotlight-next.png) no-repeat;
          right: 20px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #section-content.front section.spotlight .flex-direction-nav a.flex-next {
              background-image: url("../img/home/arrow-spotlight-next@2x.png");
              background-size: 15px 28px; } }
      #section-content.front section.spotlight .flex-control-paging {
        bottom: 15px;
        text-align: center;
        position: absolute;
        width: 100%; }
        #section-content.front section.spotlight .flex-control-paging li {
          border: solid 1px #fff;
          border-radius: 6px;
          display: inline-block;
          margin: 0 9px;
          padding: 1px; }
          #section-content.front section.spotlight .flex-control-paging li a {
            border-radius: 4px;
            display: block;
            height: 4px;
            text-indent: -9999px;
            width: 4px;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            #section-content.front section.spotlight .flex-control-paging li a.flex-active {
              background: #fff; }
      #section-content.front section.spotlight ul.slides li {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        width: 100%; }
        @media (max-width: 960px) {
          #section-content.front section.spotlight ul.slides li {
            background-position: center center; } }
        @media (max-width: 960px) {
          #section-content.front section.spotlight ul.slides li {
            background-position: right center; } }
        #section-content.front section.spotlight ul.slides li .slide-wrapper {
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 72%, black 88%, black 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.8)), color-stop(88%, black), color-stop(100%, black));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 72%, black 88%, black 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 72%, black 88%, black 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 72%, black 88%, black 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 72%, black 88%, black 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */
          margin: 0 auto;
          width: 100%; }
        #section-content.front section.spotlight ul.slides li .slide-content {
          position: absolute;
          bottom: 1em;
          max-width: 890px;
          margin: 0 3em; }
          @media (max-width: 1160px) {
            #section-content.front section.spotlight ul.slides li .slide-content {
              margin: 0 auto;
              padding: 0 5% 0 45%;
              background: rgba(0, 0, 0, 0.5); } }
          @media (max-width: 960px) {
            #section-content.front section.spotlight ul.slides li .slide-content {
              padding: 0 10%; } }
          @media (max-width: 740px) {
            #section-content.front section.spotlight ul.slides li .slide-content {
              padding: 0 60px; } }
          #section-content.front section.spotlight ul.slides li .slide-content h2 {
            font-family: "UniversLTW01-67BoldCn";
            font-size: 35px;
            line-height: 1em; }
          #section-content.front section.spotlight ul.slides li .slide-content h3 {
            font-family: "UniversLTW01-59UltraCn";
            font-size: 28px;
            letter-spacing: 2px; }
          #section-content.front section.spotlight ul.slides li .slide-content p {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 16px; }
          #section-content.front section.spotlight ul.slides li .slide-content a {
            background: #e3d583;
            color: #000;
            display: inline-block;
            font-family: "UniversLTW01-67BoldCn";
            font-size: 13px;
            margin: 15px 0 0;
            padding: 8px 15px;
            text-transform: uppercase;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            #section-content.front section.spotlight ul.slides li .slide-content a:hover {
              background: #fdf6cb; }
            #section-content.front section.spotlight ul.slides li .slide-content a span {
              margin: 0 0 0 5px;
              font-size: 80%; }
    #section-content.front section#latest-news {
      background: url(../img/home/bg-blogfeed.jpg) no-repeat;
      background-size: cover;
      text-align: center; }
      #section-content.front section#latest-news h1 {
        color: #000;
        font-family: "UniversLTW01-57Condense 723821";
        font-size: 32px;
        line-height: 1em;
        padding: 35px 0;
        text-align: center; }
      #section-content.front section#latest-news a.all-news {
        background: #e3d583;
        color: #000;
        display: inline-block;
        font-size: 13px;
        font-family: "UniversLTW01-67BoldCn";
        margin: 60px auto;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 120px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #section-content.front section#latest-news a.all-news span {
          font-size: 70%;
          margin: -3px 0 0 4px; }
        #section-content.front section#latest-news a.all-news:hover {
          background: #fdf6cb; }
      #section-content.front section#latest-news ul.articles {
        margin: 0px auto;
        padding: 0;
        width: 960px; }
        @media (max-width: 1600px) {
          #section-content.front section#latest-news ul.articles {
            width: 880px; } }
        @media (max-width: 1160px) {
          #section-content.front section#latest-news ul.articles {
            width: 660px; } }
        @media (max-width: 960px) {
          #section-content.front section#latest-news ul.articles {
            width: 440px; } }
        @media (max-width: 740px) {
          #section-content.front section#latest-news ul.articles {
            width: 100%; } }
        #section-content.front section#latest-news ul.articles li {
          background: #fff;
          box-shadow: 0 0 4px #999;
          height: 325px;
          margin: 10px;
          position: relative;
          text-align: left;
          width: 210px; }
          @media (max-width: 1600px) {
            #section-content.front section#latest-news ul.articles li {
              margin: 5px; } }
          @media (max-width: 740px) {
            #section-content.front section#latest-news ul.articles li {
              height: auto;
              margin: 1% 2%;
              padding: 0 0 40px;
              width: 96%; } }
        #section-content.front section#latest-news ul.articles img {
          height: auto;
          width: 100%; }
          @media (max-width: 740px) {
            #section-content.front section#latest-news ul.articles img {
              display: none; } }
        #section-content.front section#latest-news ul.articles h2, #section-content.front section#latest-news ul.articles h3 {
          line-height: 1.2em; }
        #section-content.front section#latest-news ul.articles h3 {
          color: #ccc;
          font-size: 12px;
          font-family: "UniversLTW01-57Condense 723821";
          padding: 10px 12px 5px; }
        #section-content.front section#latest-news ul.articles h2 {
          font-size: 13px;
          font-family: "UniversLTW01-67BoldCn";
          padding: 0 12px; }
          #section-content.front section#latest-news ul.articles h2 a {
            color: #000;
            text-decoration: none; }
        #section-content.front section#latest-news ul.articles p {
          color: #000;
          font-size: 13px;
          font-family: "Sabon LT W01 Italic";
          padding: 15px 12px; }
        #section-content.front section#latest-news ul.articles .categories {
          background: #fdf6cb;
          bottom: 0;
          color: #000;
          float: left;
          font-size: 10px;
          font-family: "UniversLTW01-57Condense 723821";
          padding: 5px 0;
          position: absolute;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: center;
          text-transform: uppercase;
          width: 60%; }
        #section-content.front section#latest-news ul.articles .read-more a {
          background: #e3d583;
          bottom: 0;
          color: #000;
          font-size: 10px;
          font-family: "UniversLTW01-67BoldCn";
          padding: 5px 0;
          position: absolute;
          right: 0;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          width: 40%;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          #section-content.front section#latest-news ul.articles .read-more a span {
            font-size: 70%;
            margin: -3px 0 0 4px; }
          #section-content.front section#latest-news ul.articles .read-more a:hover {
            background: #fdf6cb; }

.wysiwyg h2 {
  color: #e3d583;
  font-size: 15px;
  font-family: "UniversLTW01-67BoldCn"; }
.wysiwyg h4 {
  color: #101010;
  font-size: 14px;
  font-family: "Sabon LT W01 Italic"; }
.wysiwyg p {
  padding-bottom: 10px; }
.wysiwyg a {
  color: #666666;
  text-decoration: none;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease; }
  .wysiwyg a:hover {
    color: #e3d583; }
  .wysiwyg a img {
    vertical-align: top; }
.wysiwyg strong {
  font-family: "UniversLTW01-67BoldCn"; }
.wysiwyg em {
  font-family: "Sabon LT W01 Italic"; }
.wysiwyg ol {
  margin: 10px 0 10px 20px;
  list-style-type: decimal; }
  .wysiwyg ol li {
    font-size: 13px; }
.wysiwyg ul {
  margin: 10px 0 10px 5px;
  /*list-style-image: url(../img/blog/list-image.png) no-repeat 0 center;*/ }
  .wysiwyg ul li {
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 15px;
    background: url(../img/blog/list-image.png) no-repeat 0 8px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .wysiwyg ul li {
        background-image: url("../img/blog/list-image@2x.png");
        background-size: 7px 2px; } }
.wysiwyg img {
  margin: 10px 0;
  border: 5px solid #fff;
  box-shadow: 0 0 5px 0 #888;
  -webkit-box-shadow: 0 0 5px 0 #888;
  -moz-box-shadow: 0 0 5px 0 #888; }
.wysiwyg blockquote {
  font-family: "Sabon LT W01 Italic";
  background: url(../img/blog/quote.png) no-repeat 0 center;
  padding: 10px 0; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .wysiwyg blockquote {
      background-image: url("../img/blog/quote@2x.png");
      background-size: 21px 16px; } }
  .wysiwyg blockquote p {
    border-left: 3px solid #e3d583;
    font-size: 16px;
    color: #666666;
    margin-left: 30px;
    padding-left: 15px; }

.node-type-faculty {
  background: url(../img/bg-contentpages.jpg) no-repeat 100%; }
  .node-type-faculty .wysiwyg h2 {
    color: #000; }

section.content-page, section-content {
  box-shadow: 0 0 29px 4px #333;
  -webkit-box-shadow: 0 0 29px 4px #333;
  -moz-box-shadow: 0 0 29px 4px #333;
  background-size: auto 100%;
  background-attachment: fixed;
  height: 100%; }
  section.content-page .sixty-perc, section-content .sixty-perc {
    width: 63%; }
  @media (max-width: 740px) {
    section.content-page, section-content {
      width: 100%; } }
  @media (max-width: 360px) {
    section.content-page, section-content {
      width: 100%; } }
  section.content-page .pull-right, section-content .pull-right {
    float: right; }
  section.content-page .pull-left, section-content .pull-left {
    float: left; }
  section.content-page .wysiwyg
  .forty-perc, section-content .wysiwyg
  .forty-perc {
    width: 35%;
    margin: 1.3em 0 0 0; }
    @media (max-width: 360px) {
      section.content-page .wysiwyg
      .forty-perc, section-content .wysiwyg
      .forty-perc {
        width: 100%; } }
    @media (max-width: 740px) {
      section.content-page .wysiwyg
      .forty-perc, section-content .wysiwyg
      .forty-perc {
        width: 100%; } }
    section.content-page .wysiwyg
    .forty-perc h3, section-content .wysiwyg
    .forty-perc h3 {
      width: 100%;
      font-size: 63px; }
    section.content-page .wysiwyg
    .forty-perc input, section.content-page .wysiwyg
    .forty-perc select, section.content-page .wysiwyg
    .forty-perc textarea, section.content-page .wysiwyg
    .forty-perc label, section-content .wysiwyg
    .forty-perc input, section-content .wysiwyg
    .forty-perc select, section-content .wysiwyg
    .forty-perc textarea, section-content .wysiwyg
    .forty-perc label {
      width: 96%;
      height: 22px;
      float: right;
      margin: .4em 0; }
    section.content-page .wysiwyg
    .forty-perc .discalimer, section-content .wysiwyg
    .forty-perc .discalimer {
      width: 94px;
      font-size: 10px; }
    section.content-page .wysiwyg
    .forty-perc .submit-container span, section-content .wysiwyg
    .forty-perc .submit-container span {
      display: none; }
    section.content-page .wysiwyg
    .forty-perc .allaccessform.thanks, section-content .wysiwyg
    .forty-perc .allaccessform.thanks {
      display: none; }
    section.content-page .wysiwyg
    .forty-perc .submit, section-content .wysiwyg
    .forty-perc .submit {
      border: 2px solid #000;
      background: #fff;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; }
    section.content-page .wysiwyg
    .forty-perc forms.sent, section-content .wysiwyg
    .forty-perc forms.sent {
      dispay: none; }
    section.content-page .wysiwyg
    .forty-perc .sending .fade *, section-content .wysiwyg
    .forty-perc .sending .fade * {
      opacity: .5;
      transition: 0.7s ease;
      -moz-transition: 0.7s ease;
      -webkit-transition: 0.7s ease;
      -o-transition: 0.7s ease; }
    section.content-page .wysiwyg
    .forty-perc .sending .submit-container, section-content .wysiwyg
    .forty-perc .sending .submit-container {
      opacity: 1 !important; }
    section.content-page .wysiwyg
    .forty-perc.sent .form-container, section-content .wysiwyg
    .forty-perc.sent .form-container {
      margin-left: -120%;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
    section.content-page .wysiwyg
    .forty-perc.sent .thanks, section-content .wysiwyg
    .forty-perc.sent .thanks {
      left: 0;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
    section.content-page .wysiwyg
    .forty-perc .form-wrapper, section-content .wysiwyg
    .forty-perc .form-wrapper {
      overflow: hidden;
      position: relative;
      min-height: 520px;
      width: 100%; }
    section.content-page .wysiwyg
    .forty-perc .form-container, section-content .wysiwyg
    .forty-perc .form-container {
      width: 100%; }
      @media (max-width: 740px) {
        section.content-page .wysiwyg
        .forty-perc .form-container, section-content .wysiwyg
        .forty-perc .form-container {
          padding-bottom: 40px; } }
    section.content-page .wysiwyg
    .forty-perc #country-tour, section-content .wysiwyg
    .forty-perc #country-tour {
      width: 94%;
      height: 20px;
      padding: 0px; }
    section.content-page .wysiwyg
    .forty-perc .thanks, section-content .wysiwyg
    .forty-perc .thanks {
      height: 100%;
      color: #000;
      display: none;
      text-align: center;
      top: 0;
      width: 100%; }
      section.content-page .wysiwyg
      .forty-perc .thanks img, section-content .wysiwyg
      .forty-perc .thanks img {
        height: auto;
        max-width: 100px;
        margin: 60px 0 20px;
        border: none;
        box-shadow: 0px 0px 0px; }
      section.content-page .wysiwyg
      .forty-perc .thanks p, section-content .wysiwyg
      .forty-perc .thanks p {
        color: #000;
        font-size: 18px; }
  @media (max-width: 740px) {
    section.content-page, section-content {
      background: #212121;
      display: block !important;
      height: inherit !important;
      overflow: visible !important; } }
  section.content-page #skyline, section-content #skyline {
    width: 100%;
    min-height: 114px;
    height: auto;
    background: url("../img/content/header.jpg") no-repeat;
    background-size: 100% 99%;
    position: absolute;
    margin: -120px 0 40px -60px;
    display: block; }
    @media (max-width: 1160px) {
      section.content-page #skyline, section-content #skyline {
        min-height: 140px; } }
    @media (max-width: 960px) {
      section.content-page #skyline, section-content #skyline {
        min-height: 140px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 740px) {
      section.content-page #skyline, section-content #skyline {
        height: auto !important;
        min-height: 140px; } }
    @media (max-width: 360px) {
      section.content-page #skyline, section-content #skyline {
        background-size: 100% auto;
        background-position: right top;
        width: 100%; } }
  section.content-page .wrapper, section-content .wrapper {
    overlow: hidden; }
  section.content-page article .faculty .field-name-field-facility-image img, section-content article .faculty .field-name-field-facility-image img {
    width: 300px;
    height: auto; }
  section.content-page article.wysiwyg, section-content article.wysiwyg {
    margin: 3em 0 0;
    overflow: hidden; }
    section.content-page article.wysiwyg h1, section.content-page article.wysiwyg h2, section.content-page article.wysiwyg h3,
    section.content-page article.wysiwyg h4, section.content-page article.wysiwyg h5, section.content-page article.wysiwyg h6, section-content article.wysiwyg h1, section-content article.wysiwyg h2, section-content article.wysiwyg h3,
    section-content article.wysiwyg h4, section-content article.wysiwyg h5, section-content article.wysiwyg h6 {
      line-height: 1em;
      color: #000; }
    section.content-page article.wysiwyg h1, section-content article.wysiwyg h1 {
      font-size: 34px;
      width: 100%;
      font-family: "Univers LT W01 75 Black"; }
      section.content-page article.wysiwyg h1 span, section-content article.wysiwyg h1 span {
        width: 100%;
        font-family: "UniversLTW01-39ThinUltr"; }
    section.content-page article.wysiwyg h2, section-content article.wysiwyg h2 {
      font-family: "Univers LT W01 75 Black";
      font-size: 22px; }
    section.content-page article.wysiwyg h3, section-content article.wysiwyg h3 {
      font-family: "UniversLTW01-39ThinUltr";
      font-size: 20px; }
    section.content-page article.wysiwyg h4, section-content article.wysiwyg h4 {
      color: #000;
      font-family: "Sabon LT W01 Italic";
      font-size: 14px;
      line-height: 1.4em;
      text-transform: none; }
    section.content-page article.wysiwyg p, section-content article.wysiwyg p {
      font-size: 13px;
      margin: 1em 0;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      line-height: 150%;
      text-align: justify; }
      section.content-page article.wysiwyg p strong, section-content article.wysiwyg p strong {
        font-weight: normal; }
      section.content-page article.wysiwyg p a, section-content article.wysiwyg p a {
        color: #000;
        font-family: "Univers LT W01 75 Black";
        text-decoration: underline;
        font-weight: 700; }
        section.content-page article.wysiwyg p a:hover, section-content article.wysiwyg p a:hover {
          color: #e3d583; }
    section.content-page article.wysiwyg ul li, section.content-page article.wysiwyg ol li, section-content article.wysiwyg ul li, section-content article.wysiwyg ol li {
      font-size: 13px;
      margin: 1em 0;
      font-family: "Sabon LT W01 Italic";
      text-align: justify; }
    section.content-page article.wysiwyg .btn, section-content article.wysiwyg .btn {
      background: #e3d583;
      border-bottom: none;
      color: #000;
      padding: 8px 10px; }
      section.content-page article.wysiwyg .btn:after, section-content article.wysiwyg .btn:after {
        content: '\25b6';
        font-size: 80%;
        margin-left: 25px; }
      section.content-page article.wysiwyg .btn:hover, section-content article.wysiwyg .btn:hover {
        background: #fdf6cb;
        color: #000; }
    section.content-page article.wysiwyg blockquote, section-content article.wysiwyg blockquote {
      padding: 0; }
      section.content-page article.wysiwyg blockquote p, section-content article.wysiwyg blockquote p {
        color: #b1b1b1;
        font-size: 18px;
        font-family: "Sabon LT W01 Italic";
        margin-left: 30px; }
    section.content-page article.wysiwyg .field-name-field-facility-image img, section-content article.wysiwyg .field-name-field-facility-image img {
      width: 30% !important;
      float: left;
      margin: 15px 15px 15px  0; }
    section.content-page article.wysiwyg img, section-content article.wysiwyg img {
      box-shadow: 0 0 4px #000;
      height: auto !important;
      width: 80% !important; }
      section.content-page article.wysiwyg img.googlepixel, section-content article.wysiwyg img.googlepixel {
        height: 1% !important;
        width: 1% !important;
        box-shadow: none;
        border: none; }
    section.content-page article.wysiwyg .table-wrapper, section-content article.wysiwyg .table-wrapper {
      overflow: scroll;
      width: 100%; }
      @media (max-width: 960px) {
        section.content-page article.wysiwyg .table-wrapper, section-content article.wysiwyg .table-wrapper {
          width: 500px; } }
    section.content-page article.wysiwyg table, section-content article.wysiwyg table {
      font-size: 13px;
      margin: 20px 0;
      width: 100% !important;
      min-width: 500px !important; }
      section.content-page article.wysiwyg table thead tr, section-content article.wysiwyg table thead tr {
        border-bottom: solid 2px #212121; }
      section.content-page article.wysiwyg table thead th, section-content article.wysiwyg table thead th {
        background: #e3d583;
        color: #000;
        font-family: "UniversLTW01-67BoldCn";
        text-transform: uppercase;
        padding: 5px 10px; }
        section.content-page article.wysiwyg table thead th:nth-child(even), section-content article.wysiwyg table thead th:nth-child(even) {
          background: #ccbf76; }
      section.content-page article.wysiwyg table tbody tr, section-content article.wysiwyg table tbody tr {
        background: #f3f3f3;
        border-bottom: solid 2px #212121; }
        section.content-page article.wysiwyg table tbody tr:nth-child(even), section-content article.wysiwyg table tbody tr:nth-child(even) {
          background: #d7d7d7; }
          section.content-page article.wysiwyg table tbody tr:nth-child(even) td:nth-child(even), section-content article.wysiwyg table tbody tr:nth-child(even) td:nth-child(even) {
            background: #c1c1c1; }
        section.content-page article.wysiwyg table tbody tr:nth-child(odd) td:nth-child(even), section-content article.wysiwyg table tbody tr:nth-child(odd) td:nth-child(even) {
          background: #dadada; }
        section.content-page article.wysiwyg table tbody tr td, section-content article.wysiwyg table tbody tr td {
          color: #000;
          padding: 5px 10px; }

.congrats .field-name-field-background img {
  width: 100%; }

.content-page, #content-page, .congrats, #congrats {
  display: block;
  background: rgba(242, 242, 242, 0.9);
  padding: 120px 60px 0px;
  width: 100%;
  max-width: 720px;
  z-index: 20;
  margin: 0 auto;
  color: #000;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1160px) {
    .content-page, #content-page, .congrats, #congrats {
      width: 86%; } }
    @media (max-width: 1160px) and (max-width: 960px) {
      .content-page, #content-page, .congrats, #congrats {
        bottom: 60px;
        left: 0;
        width: 86%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 1160px) and (max-width: 740px) {
      .content-page, #content-page, .congrats, #congrats {
        background-size: 100% auto;
        background-position: right top;
        height: auto !important;
        width: 86%; } }
    @media (max-width: 1160px) and (max-width: 360px) {
      .content-page, #content-page, .congrats, #congrats {
        background-size: 100% auto;
        background-position: right top;
        width: 100%; } }
  .content-page .foot, #content-page .foot, .congrats .foot, #congrats .foot {
    min-height: 340px;
    box-shadow: 0 0 0px 0px #333;
    -webkit-box-shadow: 0 0 0px 0px #333;
    -moz-box-shadow: 0 0 0px 0px #333; }
    @media (max-width: 960px) {
      .content-page .foot, #content-page .foot, .congrats .foot, #congrats .foot {
        height: 100%;
        overflow: hidden;
        padding: 0 0 40px; } }
    @media (max-width: 960px) {
      .content-page .foot, #content-page .foot, .congrats .foot, #congrats .foot {
        margin: 0; } }
    .content-page .foot .left, #content-page .foot .left, .congrats .foot .left, #congrats .foot .left {
      border-right: solid 1px #666;
      float: left;
      height: 275px;
      width: 35%; }
      @media (max-width: 960px) {
        .content-page .foot .left, #content-page .foot .left, .congrats .foot .left, #congrats .foot .left {
          border-right: none;
          padding: 0;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      @media (max-width: 740px) {
        .content-page .foot .left, #content-page .foot .left, .congrats .foot .left, #congrats .foot .left {
          padding: 0 20px;
          width: 295px; } }
      .content-page .foot .left h2, #content-page .foot .left h2, .congrats .foot .left h2, #congrats .foot .left h2 {
        margin: 0 0 10px; }
    .content-page .foot .right, #content-page .foot .right, .congrats .foot .right, #congrats .foot .right {
      float: right;
      width: 61%; }
      @media (max-width: 960px) {
        .content-page .foot .right, #content-page .foot .right, .congrats .foot .right, #congrats .foot .right {
          padding: 0;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    .content-page .foot h2, #content-page .foot h2, .congrats .foot h2, #congrats .foot h2 {
      color: #000;
      font-family: "UniversLTW01-39ThinUltr";
      font-size: 45px;
      letter-spacing: 1px;
      line-height: 1em; }
    .content-page .foot p, #content-page .foot p, .congrats .foot p, #congrats .foot p {
      color: #000;
      line-height: 1.5em;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 14px; }
      @media (max-width: 1160px) {
        .content-page .foot p, #content-page .foot p, .congrats .foot p, #congrats .foot p {
          width: 100%; } }
    .content-page .foot a.btn, #content-page .foot a.btn, .congrats .foot a.btn, #congrats .foot a.btn {
      background: white;
      border: 3px solid #000;
      color: #000;
      display: block;
      line-height: 1em;
      font-family: "Univers LT W01 65 Bold";
      font-size: 12px;
      margin: 0 0 15px;
      padding: 10px 15px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: 200px; }
      @media (max-width: 1160px) {
        .content-page .foot a.btn, #content-page .foot a.btn, .congrats .foot a.btn, #congrats .foot a.btn {
          width: 140px; } }
      @media (max-width: 740px) {
        .content-page .foot a.btn, #content-page .foot a.btn, .congrats .foot a.btn, #congrats .foot a.btn {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      .content-page .foot a.btn:hover span, #content-page .foot a.btn:hover span, .congrats .foot a.btn:hover span, #congrats .foot a.btn:hover span {
        right: 10px; }
      .content-page .foot a.btn span, #content-page .foot a.btn span, .congrats .foot a.btn span, #congrats .foot a.btn span {
        font-size: 80%;
        position: absolute;
        right: 15px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
    .content-page .foot .field-name-field-related-pages, #content-page .foot .field-name-field-related-pages, .congrats .foot .field-name-field-related-pages, #congrats .foot .field-name-field-related-pages {
      margin: 20px 0 0; }
      .content-page .foot .field-name-field-related-pages .field-item, #content-page .foot .field-name-field-related-pages .field-item, .congrats .foot .field-name-field-related-pages .field-item, #congrats .foot .field-name-field-related-pages .field-item {
        display: block;
        float: left;
        line-height: 1em;
        margin: 0 10px;
        text-align: center;
        width: 143px; }
        @media (max-width: 1160px) {
          .content-page .foot .field-name-field-related-pages .field-item, #content-page .foot .field-name-field-related-pages .field-item, .congrats .foot .field-name-field-related-pages .field-item, #congrats .foot .field-name-field-related-pages .field-item {
            width: 185px; } }
        @media (max-width: 740px) {
          .content-page .foot .field-name-field-related-pages .field-item, #content-page .foot .field-name-field-related-pages .field-item, .congrats .foot .field-name-field-related-pages .field-item, #congrats .foot .field-name-field-related-pages .field-item {
            float: none;
            margin: 10px auto; } }
        .content-page .foot .field-name-field-related-pages .field-item a, #content-page .foot .field-name-field-related-pages .field-item a, .congrats .foot .field-name-field-related-pages .field-item a, #congrats .foot .field-name-field-related-pages .field-item a {
          background: url(../img/icon-related-page.png) no-repeat center top;
          color: #000;
          display: block;
          font-family: "Univers LT W01 65 Bold";
          font-size: 12px;
          padding: 100px 0 0;
          text-transform: uppercase;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .content-page .foot .field-name-field-related-pages .field-item a, #content-page .foot .field-name-field-related-pages .field-item a, .congrats .foot .field-name-field-related-pages .field-item a, #congrats .foot .field-name-field-related-pages .field-item a {
              background-image: url("../img/icon-related-page@2x.png");
              background-size: 83px 93px; } }
          .content-page .foot .field-name-field-related-pages .field-item a:after, #content-page .foot .field-name-field-related-pages .field-item a:after, .congrats .foot .field-name-field-related-pages .field-item a:after, #congrats .foot .field-name-field-related-pages .field-item a:after {
            content: '\25b6';
            font-size: 80%;
            margin-left: 5px; }
          .content-page .foot .field-name-field-related-pages .field-item a:hover, #content-page .foot .field-name-field-related-pages .field-item a:hover, .congrats .foot .field-name-field-related-pages .field-item a:hover, #congrats .foot .field-name-field-related-pages .field-item a:hover {
            color: #e3d583; }

section.congrats, section#congrats {
  box-shadow: 0 0 29px 4px #333;
  -webkit-box-shadow: 0 0 29px 4px #333;
  -moz-box-shadow: 0 0 29px 4px #333;
  background-size: auto 100%;
  background-attachment: fixed;
  height: 100%; }
  @media (max-width: 740px) {
    section.congrats, section#congrats {
      display: block !important;
      height: inherit !important;
      overflow: visible !important; }
      section.congrats article.wysiwyg h1.title, section#congrats article.wysiwyg h1.title {
        font-size: 19px; } }
  section.congrats article .faculty .field-name-field-facility-image img, section#congrats article .faculty .field-name-field-facility-image img {
    width: 300px;
    height: auto; }
  section.congrats article.wysiwyg h1, section.congrats article.wysiwyg h2, section.congrats article.wysiwyg h3,
  section.congrats article.wysiwyg h4, section.congrats article.wysiwyg h5, section.congrats article.wysiwyg h6, section#congrats article.wysiwyg h1, section#congrats article.wysiwyg h2, section#congrats article.wysiwyg h3,
  section#congrats article.wysiwyg h4, section#congrats article.wysiwyg h5, section#congrats article.wysiwyg h6 {
    line-height: 1em;
    color: #000; }
  section.congrats article.wysiwyg h1, section#congrats article.wysiwyg h1 {
    font-family: "UniversLTW01-67BoldCn";
    font-size: 34px; }
  section.congrats article.wysiwyg h2, section#congrats article.wysiwyg h2 {
    font-size: 22px; }
  section.congrats article.wysiwyg h3, section#congrats article.wysiwyg h3 {
    font-family: "UniversLTW01-67BoldCn";
    font-size: 20px; }
  section.congrats article.wysiwyg h4, section#congrats article.wysiwyg h4 {
    color: #000;
    font-family: "Sabon LT W01 Italic";
    font-size: 14px;
    line-height: 1.4em;
    text-transform: none; }
  section.congrats article.wysiwyg p, section#congrats article.wysiwyg p {
    font-size: 13px;
    margin: 1em 0; }
    section.congrats article.wysiwyg p strong, section#congrats article.wysiwyg p strong {
      font-weight: normal; }
    section.congrats article.wysiwyg p a, section#congrats article.wysiwyg p a {
      color: #000;
      font-weight: 700; }
      section.congrats article.wysiwyg p a:hover, section#congrats article.wysiwyg p a:hover {
        color: #e3d583; }
  section.congrats article.wysiwyg .btn, section#congrats article.wysiwyg .btn {
    background: #e3d583;
    border-bottom: none;
    color: #000;
    padding: 8px 10px; }
    section.congrats article.wysiwyg .btn:after, section#congrats article.wysiwyg .btn:after {
      content: '\25b6';
      font-size: 80%;
      margin-left: 25px; }
    section.congrats article.wysiwyg .btn:hover, section#congrats article.wysiwyg .btn:hover {
      background: #fdf6cb;
      color: #000; }
  section.congrats article.wysiwyg blockquote, section#congrats article.wysiwyg blockquote {
    padding: 0; }
    section.congrats article.wysiwyg blockquote p, section#congrats article.wysiwyg blockquote p {
      color: #b1b1b1;
      font-size: 18px;
      margin-left: 30px; }
  section.congrats article.wysiwyg .field-name-field-facility-image img, section#congrats article.wysiwyg .field-name-field-facility-image img {
    width: 30% !important;
    float: left;
    margin: 15px 15px 15px  0; }
  section.congrats article.wysiwyg img, section#congrats article.wysiwyg img {
    box-shadow: 0 0 4px #000;
    height: auto !important;
    width: 80% !important; }
    section.congrats article.wysiwyg img.googlepixel, section#congrats article.wysiwyg img.googlepixel {
      height: 1% !important;
      width: 1% !important;
      box-shadow: none;
      border: none; }
  section.congrats article.wysiwyg .table-wrapper, section#congrats article.wysiwyg .table-wrapper {
    overflow: scroll;
    width: 100%; }
    @media (max-width: 960px) {
      section.congrats article.wysiwyg .table-wrapper, section#congrats article.wysiwyg .table-wrapper {
        width: 500px; } }
  section.congrats article.wysiwyg table, section#congrats article.wysiwyg table {
    font-size: 13px;
    margin: 20px 0;
    width: 100% !important;
    min-width: 500px !important; }
    section.congrats article.wysiwyg table thead tr, section#congrats article.wysiwyg table thead tr {
      border-bottom: solid 2px #212121; }
    section.congrats article.wysiwyg table thead th, section#congrats article.wysiwyg table thead th {
      background: #e3d583;
      color: #000;
      font-family: "UniversLTW01-67BoldCn";
      text-transform: uppercase;
      padding: 5px 10px; }
      section.congrats article.wysiwyg table thead th:nth-child(even), section#congrats article.wysiwyg table thead th:nth-child(even) {
        background: #ccbf76; }
    section.congrats article.wysiwyg table tbody tr, section#congrats article.wysiwyg table tbody tr {
      background: #f3f3f3;
      border-bottom: solid 2px #212121; }
      section.congrats article.wysiwyg table tbody tr:nth-child(even), section#congrats article.wysiwyg table tbody tr:nth-child(even) {
        background: #d7d7d7; }
        section.congrats article.wysiwyg table tbody tr:nth-child(even) td:nth-child(even), section#congrats article.wysiwyg table tbody tr:nth-child(even) td:nth-child(even) {
          background: #c1c1c1; }
      section.congrats article.wysiwyg table tbody tr:nth-child(odd) td:nth-child(even), section#congrats article.wysiwyg table tbody tr:nth-child(odd) td:nth-child(even) {
        background: #dadada; }
      section.congrats article.wysiwyg table tbody tr td, section#congrats article.wysiwyg table tbody tr td {
        color: #000;
        padding: 5px 10px; }

/*********************************************************************************************************************
*
*  Programs
*
*********************************************************************************************************************/
/* Program Template */
#program {
  /* end events */ }
  #program .director {
    @inclue breakpoint('iphone') {
      display: none; }

    background-size: 100%;
    background-color: #dadada;
    background-position: center center;
    background-repeat: repeat-y;
    background-image: url("../img/programs/director_back.png");
    display: block;
    width: 100%; }
    @media (max-width: 740px) {
      #program .director {
        display: none; } }
    #program .director .frame {
      background-image: url("../img/programs/director_frame.png");
      position: absolute;
      top: 0;
      background-size: 100% 99%;
      background-repeat: no-repeat;
      min-height: 418px;
      width: 100%; }
    #program .director .posters {
      position: relative;
      z-index: 5;
      overflow: hidden;
      width: 87%;
      margin: 30px 0 0;
      padding: 0 93px;
      opacity: 0;
      display: none; }
      #program .director .posters.go {
        opacity: 1;
        display: block;
        /*
        -webkit-animation: fadein 3s linear 7s ;
        -moz-animation: fadein 3s linear 7s  ;
        animation: fadein 3s linear 7s ; */ }
      #program .director .posters #coursedir {
        width: 17%;
        z-index: 9;
        max-width: 300px;
        position: relative;
        margin: -48% auto 0 41%; }
      #program .director .posters .field-name-field-director-images {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden; }
        #program .director .posters .field-name-field-director-images .flex-viewport {
          height: 100%x; }
        #program .director .posters .field-name-field-director-images .field-item {
          position: relative;
          min-height: 336px; }
          #program .director .posters .field-name-field-director-images .field-item img {
            max-height: 90%;
            height: auto;
            width: 41%;
            max-width: 236px;
            position: absolute;
            margin: 28% 0 0 30%;
            z-index: 8; }
          #program .director .posters .field-name-field-director-images .field-item .shadowtail {
            background-image: url("../img/programs/director_framer.png");
            background-size: 74%;
            background-position: top center;
            background-repeat: no-repeat;
            z-index: 7;
            position: absolute;
            top: 0px;
            width: 100%;
            height: 100%;
            max-width: 424px;
            display: block; }
          #program .director .posters .field-name-field-director-images .field-item .realshadow {
            display: block;
            width: 52%;
            max-width: 292px;
            min-height: 14px;
            max-height: 382px;
            z-index: 6;
            margin: 85% auto 0;
            -webkit-box-shadow: 0 6px 10px -3px #777;
            -moz-box-shadow: 0 6px 10px -3px #777;
            box-shadow: 0 6px 10px -3px #777; }
    #program .director .flex-prev,
    #program .director .flex-next {
      height: 30px;
      position: absolute;
      text-indent: -9999px;
      top: 40%;
      width: 15px; }
    #program .director .flex-prev {
      background: url(../img/programs/arrow-spotlight-prev.png) no-repeat;
      left: 3%; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #program .director .flex-prev {
          background-image: url("../img/programs/icon-prev@2x.png");
          background-size: 15px 30px; } }
    #program .director .flex-next {
      background: url(../img/programs/arrow-spotlight-next.png) no-repeat;
      right: 7%; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #program .director .flex-next {
          background-image: url("../img/programs/icon-next@2x.png");
          background-size: 15px 30px; } }
    #program .director .hubrus {
      z-index: 9;
      background-image: url("../img/programs/director_back.png");
      background-repeat: repeat-y;
      width: 100%;
      height: 50%;
      display: block; }
      #program .director .hubrus h2 {
        z-index: 9;
        position: relative;
        text-align: center;
        color: #282828;
        font-size: 2em;
        width: 90%;
        margin: 0 auto;
        font-family: "UniversLTW01-67BoldCn"; }
        #program .director .hubrus h2 span {
          font-family: "UniversLTW01-39ThinUltr"; }
      #program .director .hubrus p {
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        color: #282828;
        text-align: justify;
        width: 90%;
        margin: 0 auto; }
  #program .intro {
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    @media (max-width: 960px) {
      #program .intro {
        background-position: center 0; } }
    #program .intro .copy {
      margin: 0 auto;
      width: 100%;
      float: right;
      margin: 31px 5% 0 0;
      /* max-width: 890px; */ }
      @media (max-width: 960px) {
        #program .intro .copy {
          margin: 31px 0 0 0;
          width: 90%; } }
      @media (max-width: 740px) {
        #program .intro .copy {
          margin: 31px 0 0 0;
          width: 90%; } }
      @media (max-width: 360px) {
        #program .intro .copy {
          margin: 31px 0 0 0;
          width: 90%; } }
    #program .intro a, #program .intro a:visited {
      color: #ffffff;
      font-weight: 700;
      text-decoration: underline; }
    #program .intro h1 {
      text-shadow: 0 0 10px #333;
      font-size: 50px;
      font-family: "UniversLTW01-39ThinUltr";
      letter-spacing: 6px;
      line-height: 1.3em;
      margin: 7% 0 30px 64%;
      padding: 7% 0 0; }
      @media (max-width: 1160px) {
        #program .intro h1 {
          font-size: 40px;
          margin: 7% 0 30px 61%; } }
      @media (max-width: 960px) {
        #program .intro h1 {
          padding: 0;
          float: right; } }
      @media (max-width: 1400px) {
        #program .intro h1 {
          padding: 0; } }
      #program .intro h1 strong {
        display: block;
        letter-spacing: 0;
        font-family: "UniversLTW01-67BoldCn";
        font-size: 115px;
        font-weight: normal;
        margin-left: -7px; }
        @media (max-width: 1160px) {
          #program .intro h1 strong {
            font-size: 80px; } }
    #program .intro p {
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 14px;
      margin: 0 0 15px;
      padding: 0 0 0 64%; }
      @media (max-width: 1160px) {
        #program .intro p {
          padding: 0 20px 0 60%; } }
      @media (max-width: 960px) {
        #program .intro p {
          padding: 0; } }
      #program .intro p strong {
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-weight: normal; }
    @media (max-width: 960px) {
      #program .intro .scrolldown {
        display: none; } }
  #program .middle {
    display: table-cell;
    vertical-align: middle; }
  #program .curriculum {
    background-size: cover !important; }
    #program .curriculum .wrapper {
      margin: 0 auto;
      width: 100%;
 }
      @media (max-width: 1160px) {
        #program .curriculum .wrapper {
          margin: 0 auto;
          width: 90%; } }
    #program .curriculum h2 {
      padding: 35px 0;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 60px;
      letter-spacing: 2px;
      text-align: center; }
      @media (max-width: 740px) {
        #program .curriculum h2 {
          line-height: 1em; } }
    @media (max-width: 1160px) {
      #program .curriculum header {
        text-align: center; } }
    #program .curriculum header h3 {
      letter-spacing: 7px;
      float: left;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 16px; }
      @media (max-width: 1160px) {
        #program .curriculum header h3 {
          float: none;
          margin: 0 auto; } }
    #program .curriculum header ul {
      border: solid 1px #fff;
      float: right;
      line-height: 1em; }
      @media (max-width: 1160px) {
        #program .curriculum header ul {
          display: inline-block;
          float: none;
          margin: 0 auto;
          overflow: hidden; } }
      @media (max-width: 740px) {
        #program .curriculum header ul {
          border: none;
          width: 100%; } }
      #program .curriculum header ul li {
        background: url(../img/programs/bg-transwhite.png);
        border-right: solid 1px #fff;
        display: inline-block;
        float: left;
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-size: 12px;
        margin: 0;
        padding: 0;
        transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease; }
        @media (max-width: 740px) {
          #program .curriculum header ul li {
            border: solid 1px #fff;
            display: block;
            float: none;
            margin: 10px 0;
            text-align: center; } }
        #program .curriculum header ul li:last-child {
          border-right: none; }
          @media (max-width: 740px) {
            #program .curriculum header ul li:last-child {
              border-right: solid 1px #fff; } }
        #program .curriculum header ul li.selected {
          background: #fff; }
          #program .curriculum header ul li.selected a {
            font-weight: bold; }
        #program .curriculum header ul li a {
          color: #fff;
          display: inline-block;
          letter-spacing: 2px;
          padding: 4px 10px;
          text-transform: uppercase;
          text-decoration: none;
          transition: 0.6s ease;
          -moz-transition: 0.6s ease;
          -webkit-transition: 0.6s ease;
          -o-transition: 0.6s ease; }
          @media (max-width: 740px) {
            #program .curriculum header ul li a {
              padding: 10px 0; } }
    #program .curriculum .curriculum-view {
      /*border-bottom: solid 1px #ccc;*/
      border-top: solid 1px #ccc;
      /*height: 320px;*/
      height: 688px;
      margin: 10px 0 5px;
      overflow: hidden;
      position: relative; }
      #program .curriculum .curriculum-view .view-content {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%; }
      #program .curriculum .curriculum-view ul.curriculum-list {
        padding: 20px 0; }
        #program .curriculum .curriculum-view ul.curriculum-list li {
          float: left;
          height: 286px;
          position: relative;
          width: 25%; }
          @media (max-width: 1160px) {
            #program .curriculum .curriculum-view ul.curriculum-list li {
              width: 50%; } }
        #program .curriculum .curriculum-view ul.curriculum-list .views-row-odd {
          top: 0; }
        #program .curriculum .curriculum-view ul.curriculum-list .views-row-even {
          bottom: 0; }
        #program .curriculum .curriculum-view ul.curriculum-list .table {
          display: table;
          height: 115px;
          margin: 0 auto;
          padding: 0 5%;
          width: 90%;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
        #program .curriculum .curriculum-view ul.curriculum-list .class {
          cursor: pointer;
          height: 125px;
          margin: 0 4% 18px 0;
          padding: 0 0 10px;
          position: absolute;
          overflow: hidden;
          width: 96%;
          z-index: 10;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
		  background:#4f245e; }
          #program .curriculum .curriculum-view ul.curriculum-list .class hgroup {
            display: table-cell;
            padding: 15px 5%;
            text-align: center;
            vertical-align: middle; }
          #program .curriculum .curriculum-view ul.curriculum-list .class h2 {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 16px;
            line-height: 1.2em;
            letter-spacing: 0;
            margin: 0 0 4px;
            padding: 0;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
			color:#fff; }
          #program .curriculum .curriculum-view ul.curriculum-list .class h3 {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 8px;
			color:#fff; }
          #program .curriculum .curriculum-view ul.curriculum-list .class .description {
            height: 165px;
            position: relative; }
          #program .curriculum .curriculum-view ul.curriculum-list .class .credits {
            background: #e38f00;
            bottom: 0;
            left: 0;
            text-align: right;
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 9px;
			color:#000;
            padding: 4px 8px;
            position: absolute;
            text-transform: uppercase;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          #program .curriculum .curriculum-view ul.curriculum-list .class .description {
            color: #000;
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 12px;
            margin: 0 10px 10px;
            padding: 10px 20px 20px 0;
            opacity: 0;
            filter: alpha(opacity=0); }
          #program .curriculum .curriculum-view ul.curriculum-list .class.active {
            background: #f6f6f6;
            /*background: rgba(246,246,246,.9);*/
            height: 268px;
            z-index: 50; }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active .fade {
              background: url(../img/programs/bg-fade.png);
              bottom: 0;
              height: 25px;
              left: 0;
              position: absolute;
              width: 100%;
              z-index: 50; }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active .close {
              background: url("../program/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
              display: block;
              height: 15px;
              top: 10px;
              right: 10px;
              position: absolute;
              width: 15px; }
              @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                #program .curriculum .curriculum-view ul.curriculum-list .class.active .close {
                  background-image: url("../img/programs/icon-classClose@2x.png");
                  background-size: 15px 15px; } }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active .table {
              height: 70px; }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active h3 {
              color: #000; }
			   #program .curriculum .curriculum-view ul.curriculum-list .class.active h2 {
              color: #000; }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active .credits {
              display: none; }
            #program .curriculum .curriculum-view ul.curriculum-list .class.active .description {
              border-top: solid 1px #ccc;
              cursor: text;
              position: relative;
              overflow: hidden;
              opacity: 1;
              filter: alpha(opacity=100); }
              #program .curriculum .curriculum-view ul.curriculum-list .class.active .description span {
                padding-bottom: 60px; }
              #program .curriculum .curriculum-view ul.curriculum-list .class.active .description .ps-scrollbar-y {
                background-color: #000;
                border-radius: 5px;
                margin-top: 10px;
                opacity: .8;
                filter: alpha(opacity=80);
                width: 3px; }
              #program .curriculum .curriculum-view ul.curriculum-list .class.active .description .ps-scrollbar-x {
                display: none; }
    #program .curriculum .curriculum-foot {
      height: 40px;
      text-align: center;
      padding: 0 0 40px;
      position: relative;
      display: none;}
      @media (max-width: 740px) {
        #program .curriculum .curriculum-foot {
          text-align: center; }
          #program .curriculum .curriculum-foot .hint {
            background: url(../img/programs/hint.png) no-repeat;
            height: 8px;
            margin: 15px auto;
            width: 77px; } }
          @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
            #program .curriculum .curriculum-foot .hint {
              background-image: url("../img/programs/hint@2x.png");
              background-size: 77px 8px; } }
    #program .curriculum h4 {
      font-size: 15px;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      left: 0;
      letter-spacing: 1px;
      position: absolute; }
      @media (max-width: 740px) {
        #program .curriculum h4 {
          display: none; } }
      #program .curriculum h4 span {
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-size: 30px;
        position: relative;
        top: 4px; }
    #program .curriculum .catalog {
      border: solid 1px #fff;
      color: #fff;
      display: inline-block;
      font-family:"Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 15px;
      margin: 10px 0 0;
      padding: 6px 10px;
      position: absolute;
      right: 0;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 740px) {
        #program .curriculum .catalog {
          position: static;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      #program .curriculum .catalog span {
        font-size: 80%;
        margin: 0 0 0 10px; }
    #program .curriculum .controls {
      display: inline-block;
      margin: 12px 0 0;
      padding: 4px 35px;
      position: relative; }
      @media (max-width: 740px) {
        #program .curriculum .controls {
          display: none; } }
      #program .curriculum .controls ol.flex-control-nav {
        line-height: 0;
        margin: 7px 0 0; display:none; }
      #program .curriculum .controls .flex-prev,
      #program .curriculum .controls .flex-next {
        height: 30px;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 15px; }
      #program .curriculum .controls .flex-prev {
        background: url(../program/arrow-spotlight-prev.png) no-repeat;
        left: 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #program .curriculum .controls .flex-prev {
            background-image: url("../img/programs/icon-prev@2x.png");
            background-size: 15px 30px; } }
      #program .curriculum .controls .flex-next {
        background: url(../program/arrow-spotlight-next.png) no-repeat;
        right: 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #program .curriculum .controls .flex-next {
            background-image: url("../img/programs/icon-next@2x.png");
            background-size: 15px 30px; } }
      @media (max-width: 960px) {
        #program .curriculum .controls .flex-control-paging {
          display: none; } }
      #program .curriculum .controls .flex-control-paging li {
        border: solid 1px #fff;
        border-radius: 6px;
        display: inline-block;
        margin: 0 9px;
        padding: 1px; }
        #program .curriculum .controls .flex-control-paging li a {
          border-radius: 4px;
          display: block;
          height: 4px;
          text-indent: -9999px;
          width: 4px;
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          #program .curriculum .controls .flex-control-paging li a.flex-active {
            background: #fff; }
  #program .events, #program .online {
    height: 600px;
    margin-top: -80px 0 0;
    padding: 0;
    overflow: hidden; }
    #program .events .gradients, #program .online .gradients {
      height: 100%;
      width: 100%;
      display: none;
      z-index: 20;
      position: relative;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, black 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, black));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, black 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, black 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, black 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, black 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      @inckude breakpoint('faux960') {
        display: block; }
 }
    #program .events #event-slide, #program .online #event-slide {
      background: #fff;
      border-radius: 3px;
      height: 4px;
      margin: 22px auto 0;
      position: relative;
      width: 385px;
      z-index: 30; }
      @media (max-width: 740px) {
        #program .events #event-slide, #program .online #event-slide {
          display: none; } }
      #program .events #event-slide a, #program .online #event-slide a {
        background: #e40303;
        display: block;
        height: 15px;
        margin-left: -15px;
        position: absolute;
        top: -5px;
        width: 30px; }
    #program .events .events-wrapper, #program .online .events-wrapper {
      height: 145px;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      margin: -210px 0 0;
      z-index: 35; }
      @media (max-width: 960px) {
        #program .events .events-wrapper, #program .online .events-wrapper {
          height: 472px;
          margin: -562px 0 0 0;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 61%, black 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(61%, black), color-stop(100%, black));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 61%, black 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 61%, black 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 61%, black 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 61%, black 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ }
          #program .events .events-wrapper .all-events, #program .online .events-wrapper .all-events {
            bottom: 0; } }
        @media (max-width: 960px) and (max-width: 740px) {
          #program .events .events-wrapper, #program .online .events-wrapper {
            margin: -495px 0 0; } }
        @media (max-width: 960px) and (max-width: 360px) {
          #program .events .events-wrapper, #program .online .events-wrapper {
            margin: -153px 0 0;
            height: 130px; } }
    #program .events .blurb, #program .online .blurb {
      height: 310px;
      margin: -589px 1em 0 0;
      text-align: center;
      position: relative;
      z-index: 25;
      float: right;
      width: 440px; }
      @media (max-width: 1160px) {
        #program .events .blurb, #program .online .blurb {
          margin: -589px 1em 0 0; } }
      @media (max-width: 960px) {
        #program .events .blurb, #program .online .blurb {
          margin: -480px 1em 0 0;
          width: 90%;
          z-index: 36; } }
      @media (max-width: 740px) {
        #program .events .blurb, #program .online .blurb {
          padding: 0;
          width: 100%; } }
      @media (max-width: 360px) {
        #program .events .blurb, #program .online .blurb {
          margin: -493px 0 0; } }
      #program .events .blurb h1, #program .online .blurb h1 {
        font-family: "UniversLTW01-39ThinUltr";
        font-size: 60px;
        letter-spacing: 1px;
        margin: 70px 0 0; }
        @media (max-width: 960px) {
          #program .events .blurb h1, #program .online .blurb h1 {
            margin: 30px 0 0; } }
        @media (max-width: 740px) {
          #program .events .blurb h1, #program .online .blurb h1 {
            font-size: 40px;
            line-height: 1.2em;
            margin: 40px 0 0; } }
      #program .events .blurb p, #program .online .blurb p {
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-size: 15px;
        letter-spacing: .1em;
        line-height: 1.7em; }
        @media (max-width: 740px) {
          #program .events .blurb p, #program .online .blurb p {
            padding: 0 15px; } }
    #program .events h4, #program .online h4 {
      font-size: 10px;
      font-family: "Univers LT W01 75 Black";
      letter-spacing: 4px;
      margin: 0 auto 10px;
      width: 960px; }
      @media (max-width: 740px) {
        #program .events h4, #program .online h4 {
          letter-spacing: 2px;
          margin: 0 0 0 10px; } }
    #program .events .all-events, #program .online .all-events {
      height: 145px;
      left: 0;
      position: absolute;
      @includes breakpoint('normal') {
        bottom: 0; }
 }
      #program .events .all-events li, #program .online .all-events li {
        display: inline-table;
        height: 145px;
        position: relative;
        vertical-align: top;
        width: 260px;
        white-space: normal;
        cursor: url("../img/cursor_drag.png"), w-resize;
        cursor: -webkit-image-set(url("../img/cursor_drag.png") 1x, url("../img/cursor_drag@2x.png") 2x), w-resize;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #program .events .all-events li h3, #program .online .all-events li h3 {
          font-size: 12px;
          font-family: "Univers LT W01 75 Black";
          padding: 20px;
          text-align: center; }
        #program .events .all-events li > a, #program .online .all-events li > a {
          display: none; }
          @media (max-width: 740px) {
            #program .events .all-events li > a, #program .online .all-events li > a {
              display: block;
              height: 100%;
              left: 0;
              position: absolute;
              text-indent: -9999px;
              top: 0;
              width: 100%;
              z-index: 10; } }
        #program .events .all-events li .middle, #program .online .all-events li .middle {
          display: table-cell;
          vertical-align: middle; }
        #program .events .all-events li .toggle, #program .online .all-events li .toggle {
          left: 0;
          position: absolute;
          top: 0;
          overflow: hidden;
          width: 230px;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          #program .events .all-events li .toggle h3, #program .online .all-events li .toggle h3 {
            padding: 20px 55px 10px 20px;
            text-align: left;
            width: 440px; }
          #program .events .all-events li .toggle p, #program .online .all-events li .toggle p {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 12px;
            padding: 0 20px;
            width: 440px; }
          #program .events .all-events li .toggle a, #program .online .all-events li .toggle a {
            color: #fff;
            font-family: "Univers LT W01 75 Black";
            font-size: 9px;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            #program .events .all-events li .toggle a:hover, #program .online .all-events li .toggle a:hover {
              color: #e3d583; }
            #program .events .all-events li .toggle a span, #program .online .all-events li .toggle a span {
              font-size: 85%; }
          #program .events .all-events li .toggle .close, #program .online .all-events li .toggle .close {
            background: url(../img/programs/icon-closeEvent.png) no-repeat;
            cursor: pointer;
            display: block;
            height: 26px;
            right: 10px;
            top: 10px;
            position: absolute;
            width: 26px; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #program .events .all-events li .toggle .close, #program .online .all-events li .toggle .close {
                background-image: url("../img/programs/icon-closeEvent@2x.png");
                background-size: 26px 26px; } }
        #program .events .all-events li.views-row-first, #program .online .all-events li.views-row-first {
          margin-left: 40px; }
          @media (max-width: 740px) {
            #program .events .all-events li.views-row-first, #program .online .all-events li.views-row-first {
              margin-left: 10px; } }
        #program .events .all-events li.views-row-last, #program .online .all-events li.views-row-last {
          margin-right: 40px; }
          @media (max-width: 740px) {
            #program .events .all-events li.views-row-last, #program .online .all-events li.views-row-last {
              margin-right: 10px; } }
        #program .events .all-events li.active, #program .online .all-events li.active {
          background: #070303;
          cursor: default;
          width: 515px; }
          #program .events .all-events li.active:hover, #program .online .all-events li.active:hover {
            background: #070303; }
          #program .events .all-events li.active .middle > h3, #program .online .all-events li.active .middle > h3 {
            opacity: 0;
            filter: alpha(opacity=0); }
          #program .events .all-events li.active .toggle, #program .online .all-events li.active .toggle {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 515px; }
  #program .jobs {
    background-position: left top;
    background-size: 100%;
    height: 443px; }
    #program .jobs .gradient {
      position: relative;
      top: 0;
      left: 0;
      display: none;
      z-index: 1;
      background: -moz-linear-gradient(top, black 0%, black 23%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6+ */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 78%, black 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(78%, black), color-stop(100%, black));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 78%, black 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 78%, black 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 78%, black 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 78%, black 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      @media (max-width: 1160px) {
        #program .jobs .gradient {
          display: block;
          height: 100%;
          width: 100%;
          min-height: 470px; } }
      @media (max-width: 740px) {
        #program .jobs .gradient {
          display: none;
          height: 100%;
          width: 100%;
          min-height: 510px; } }
      @media (max-width: 360px) {
        #program .jobs .gradient {
          display: none; } }
    @media (max-width: 960px) {
      #program .jobs {
        background-size: cover;
        padding: 0 0;
        overflow: hidden;
        height: 100%; } }
    @media (max-width: 360px) {
      #program .jobs {
        background-image: none; } }
    #program .jobs .wrapper {
      margin: 0 auto;
      width: 890px; }
      @media (max-width: 1160px) {
        #program .jobs .wrapper {
          max-width: 660px;
          width: 100%; } }
      #program .jobs .wrapper h2 {
        float: left;
        font-family: "UniversLTW01-59UltraCn";
        font-size: 3em;
        line-height: 1em;
        margin: 40px 0 0;
        width: 100%; }
        @media (max-width: 960px) {
          #program .jobs .wrapper h2 {
            padding: 0 40px 0 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
      #program .jobs .wrapper aside {
        margin: 0px 1em 0 41%;
        width: 425px;
        position: absolute; }
        @media (max-width: 1160px) {
          #program .jobs .wrapper aside {
            width: 380px;
            margin: -458px 0 0 31%;
            z-index: 22; } }
        @media (max-width: 960px) {
          #program .jobs .wrapper aside {
            margin: -56% 0 0;
            padding: 0 40px;
            width: 67%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media (max-width: 740px) {
          #program .jobs .wrapper aside {
            margin: 0 0 0;
            padding: 0 40px;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media (max-width: 360px) {
          #program .jobs .wrapper aside {
            margin: 0 0 0;
            padding: 0 40px;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        #program .jobs .wrapper aside h3 {
          line-height: 1.2em;
          font-family: "UniversLTW01-39ThinUltr";
          font-size: 45px; }
        #program .jobs .wrapper aside h4 {
          letter-spacing: 2px;
          font-size: 11px;
          font-family: "Univers LT W01 65 Bold";
          margin: 35px 0 0 0;
          text-align: center; }
          @media (max-width: 1160px) {
            #program .jobs .wrapper aside h4 {
              margin: 35px 0 0 50px; } }
          @media (max-width: 960px) {
            #program .jobs .wrapper aside h4 {
              display: none; } }
        #program .jobs .wrapper aside p {
          font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
          font-size: 16px; }
        #program .jobs .wrapper aside .read-more {
          border: solid 1px #fff;
          color: #fff;
          display: inline-block;
          font-family: "UniversLTW01-67BoldCn";
          font-size: 15px;
          letter-spacing: 1px;
          margin: 20px 0 20px 31%;
          padding: 7px 40px;
          text-decoration: none;
          text-transform: uppercase; }
          @media (max-width: 740px) {
            #program .jobs .wrapper aside .read-more {
              padding: 7px 35px; } }
          #program .jobs .wrapper aside .read-more span {
            font-size: 80%;
            margin: 0 0 0 5px; }
        #program .jobs .wrapper aside figure {
          margin: 5px 0 0 40px;
          position: relative;
          width: 386px; }
          @media (max-width: 960px) {
            #program .jobs .wrapper aside figure {
              display: none; } }
          #program .jobs .wrapper aside figure .gradient {
            background: url(../img/programs/bg-jobs-gradient.png) no-repeat;
            height: 36px;
            left: 0;
            position: absolute;
            top: 0;
            display: block;
            width: 346px;
            z-index: 5; }
          #program .jobs .wrapper aside figure .field-name-field-job-fields {
            background: #000;
            height: 36px;
            position: relative;
            overflow: hidden;
            width: 346px; }
          #program .jobs .wrapper aside figure .field-items {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 18px;
            padding: 6px 0;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            white-space: nowrap; }
          #program .jobs .wrapper aside figure .field-item {
            display: inline-block;
            padding: 0 10px 0px 30px; }
          #program .jobs .wrapper aside figure .next,
          #program .jobs .wrapper aside figure .prev {
            cursor: pointer;
            height: 26px;
            position: absolute;
            top: 5px;
            width: 14px;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            opacity: .5;
            filter: alpha(opacity=50); }
            #program .jobs .wrapper aside figure .next:hover,
            #program .jobs .wrapper aside figure .prev:hover {
              opacity: 1;
              filter: alpha(opacity=100); }
          #program .jobs .wrapper aside figure .next {
            background: url(../img/programs/arrow-jobs-next.png) no-repeat;
            right: 10px; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #program .jobs .wrapper aside figure .next {
                background-image: url("../img/programs/arrow-jobs-next@2x.png");
                background-size: 14px 26px; } }
          #program .jobs .wrapper aside figure .prev {
            background: url(../img/programs/arrow-jobs-prev.png) no-repeat;
            left: -30px; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #program .jobs .wrapper aside figure .prev {
                background-image: url("../img/programs/arrow-jobs-prev@2x.png");
                background-size: 14px 26px; } }
  #program .foot {
    background: #fff;
    min-height: 340px;
    margin: 0 0 10px; }
    @media (max-width: 960px) {
      #program .foot {
        height: 100%;
        overflow: hidden;
        padding: 0 0 40px; } }
    #program .foot .wrapper {
      margin: 0 auto;
      padding: 30px 0 0;
      width: 910px; }
      @media (max-width: 1160px) {
        #program .foot .wrapper {
          max-width: 680px;
          width: 100%; } }
      @media (max-width: 740px) {
        #program .foot .wrapper {
          text-align: center; } }
    #program .foot .left {
      border-right: solid 1px #666;
      float: left;
      height: 295px;
      width: 30%; }
      @media (max-width: 960px) {
        #program .foot .left {
          padding: 0 60px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      @media (max-width: 740px) {
        #program .foot .left {
          padding: 0 20px; } }
      #program .foot .left h2 {
        margin: 0 0 10px; }
    #program .foot .right {
      float: right;
      width: 64%; }
      @media (max-width: 960px) {
        #program .foot .right {
          padding: 0 60px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    #program .foot h2 {
      color: #000;
      font-family: "UniversLTW01-39ThinUltr";
      font-size: 45px;
      letter-spacing: 1px;
      line-height: 1em; }
    #program .foot p {
      color: #666;
      line-height: 1.2em;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      font-size: 14px;
      width: 80%; }
      @media (max-width: 1160px) {
        #program .foot p {
          width: 100%; } }
    #program .foot a.btn {
      color: #fff;
      display: block;
      line-height: 1em;
      font-family: "Univers LT W01 65 Bold";
      font-size: 12px;
      margin: 0 0 15px;
      padding: 15px 15px 12px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: 215px; }
      @media (max-width: 1160px) {
        #program .foot a.btn {
          width: 140px; } }
      @media (max-width: 740px) {
        #program .foot a.btn {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      #program .foot a.btn:hover span {
        right: 10px; }
      #program .foot a.btn span {
        font-size: 80%;
        position: absolute;
        right: 15px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
    @media (max-width: 740px) {
      #program .foot ul {
        margin: 0 auto;
        text-align: left;
        width: 200px; } }
    #program .foot ul li {
      display: none;
      height: 100px;
      float: left;
      margin: 37px 11px 0 0;
      position: relative;
      padding: 0 20px 0 85px;
      width: 135px;
      /*
      &.animation a span { color: $yellow; }
      &.recording a span { color: $red }
      &.film a span { color: $blue; }
      &.business a span { color: $purple; }
      &.gaming a span { color: $green; }
      &.gaming a { width: 95%; }
      &.music a span { color: $pink; }
      */ }
      @media (max-width: 1160px) {
        #program .foot ul li {
          height: 70px;
          padding: 0 20px 0 80px;
          width: 110px; } }
      #program .foot ul li img {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 65px;
        border: 2px solid #000;
        border-radius: 35px; }
        @media (max-width: 1160px) {
          #program .foot ul li img {
            width: 65px; } }
      #program .foot ul li a {
        color: #000;
        display: table;
        height: 65px;
        font-family: "Univers LT W01 75 Black";
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase; }
        @media (max-width: 1160px) {
          #program .foot ul li a {
            height: 65px; } }
        #program .foot ul li a aside {
          display: table-cell;
          vertical-align: middle; }
          #program .foot ul li a aside span {
            font-size: 80%; }

/* Digital Filmmaking */
.context-digital-filmmaking-program #program .intro {
  background-image: url(../img/programs/bgd-digitalfilmmaking.jpg); }
.context-digital-filmmaking-program #program .curriculum {
  background: url(../img/programs/bg-digital-curriculum.jpg) no-repeat center; }
  .context-digital-filmmaking-program #program .curriculum li.selected a {
    color: #30dbd2; }
.context-digital-filmmaking-program #program ul.curriculum-list .class {
  background: rgba(41, 162, 169, 0.75); }
  .context-digital-filmmaking-program #program ul.curriculum-list .class:hover {
    background: rgba(41, 162, 169, 0.9); }
  .context-digital-filmmaking-program #program ul.curriculum-list .class .credits {
    color: #30dbd2; }
.context-digital-filmmaking-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #30dbd2; }
.context-digital-filmmaking-program #program ul.all-events li {
  background: rgba(41, 162, 169, 0.75); }
  .context-digital-filmmaking-program #program ul.all-events li:hover {
    background: rgba(41, 162, 169, 0.9); }
.context-digital-filmmaking-program #program .events {
  display: none; }
.context-digital-filmmaking-program #program .faculty {
  display: none; }
.context-digital-filmmaking-program #program .facilities {
  display: none; }
.context-digital-filmmaking-program #program .online {
  background-image: url(../img/programs/bg-digital-online.jpg);
  background-position: center;
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat; }
  .context-digital-filmmaking-program #program .online h2 {
    font-family: "UniversLTW01-39ThinUltr";
    color: #30dbd2;
    width: 100%;
    text-align: center;
    font-size: 6em;
    margin: 4.7em 0 0;
    text-transform: uppercase;
    line-height: 1em; }
  .context-digital-filmmaking-program #program .online span {
    color: #fff; }
  .context-digital-filmmaking-program #program .online p {
    font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: capitalize; }
.context-digital-filmmaking-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bg-digital-jobs.jpg);
  background-repeat: no-repeat; }
  .context-digital-filmmaking-program #program .jobs h2 {
    color: #30dbd2; }
  .context-digital-filmmaking-program #program .jobs .field-name-field-job-fields .field-items {
    color: #30dbd2; }
  @media (max-width: 740px) {
    .context-digital-filmmaking-program #program .jobs {
      background-image: none;
      padding: 0; } }
  @media (max-width: 360px) {
    .context-digital-filmmaking-program #program .jobs {
      background-image: none; } }
.context-digital-filmmaking-program #program .foot a.btn {
  background: #30dbd2; }
.context-digital-filmmaking-program #program .foot li.film {
  display: block; }
.context-digital-filmmaking-program #program .foot li.music {
  display: block; }

/* Entertainment Business Online */
.context-entertainment-business-online #program .intro {
  background-image: url(../img/programs/bgd-ent-business-online.jpg); }
.context-entertainment-business-online #program .curriculum {
  background: url(../img/programs/bg-online-business.jpg) no-repeat center; }
  .context-entertainment-business-online #program .curriculum li.selected a {
    color: #c7a9ff; }
.context-entertainment-business-online #program ul.curriculum-list .class {
  background: rgba(199, 169, 255, 0.75); }
  .context-entertainment-business-online #program ul.curriculum-list .class:hover {
    background: rgba(199, 169, 255, 0.9); }
  .context-entertainment-business-online #program ul.curriculum-list .class .credits {
    color: #b47aff; }
.context-entertainment-business-online #program .curriculum-view ul.curriculum-list .active h2 {
  color: #c7a9ff; }
.context-entertainment-business-online #program ul.all-events li {
  background: rgba(199, 169, 255, 0.75); }
  .context-entertainment-business-online #program ul.all-events li:hover {
    background: rgba(199, 169, 255, 0.9); }
.context-entertainment-business-online #program .events {
  display: none; }
.context-entertainment-business-online #program .facilities {
  display: none; }
.context-entertainment-business-online #program .faculty {
  display: none; }
.context-entertainment-business-online #program .facilities {
  display: none; }
.context-entertainment-business-online #program .online {
  background-image: url(../img/programs/bg-fac-business-online.jpg);
  background-position: center;
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat; }
  .context-entertainment-business-online #program .online h2 {
    font-family: "UniversLTW01-39ThinUltr";
    color: #c7a9ff;
    width: 100%;
    text-align: center;
    font-size: 6em;
    margin: 4.7em 0 0;
    text-transform: uppercase;
    line-height: 1em; }
  .context-entertainment-business-online #program .online span {
    color: #fff; }
  .context-entertainment-business-online #program .online p {
    font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: capitalize; }
.context-entertainment-business-online #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bg-ent-business-jobs.jpg);
  background-repeat: no-repeat; }
  .context-entertainment-business-online #program .jobs h2 {
    color: #c7a9ff; }
  .context-entertainment-business-online #program .jobs .field-name-field-job-fields .field-items {
    color: #c7a9ff; }
  @media (max-width: 740px) {
    .context-entertainment-business-online #program .jobs {
      background-image: none;
      padding: 0; } }
  @media (max-width: 360px) {
    .context-entertainment-business-online #program .jobs {
      background-image: none; } }
.context-entertainment-business-online #program .foot a.btn {
  background: #c7a9ff; }
.context-entertainment-business-online #program .foot li.film {
  display: block; }
.context-entertainment-business-online #program .foot li.music {
  display: block; }

/* Recording Arts */
.context-recording-arts-program #program .intro {
  background-image: url(../img/programs/bgd-recording.jpg); }
.context-recording-arts-program #program .curriculum {
  background: url(../img/programs/bg-recordingarts-curriculum.jpg) no-repeat center; }
  .context-recording-arts-program #program .curriculum li.selected a {
    color: #e40303; }
.context-recording-arts-program #program ul.curriculum-list .class {
  background: rgba(227, 3, 3, 0.75); }
  .context-recording-arts-program #program ul.curriculum-list .class:hover {
    background: rgba(227, 3, 3, 0.9); }
  .context-recording-arts-program #program ul.curriculum-list .class .credits {
    color: #e40303; }
.context-recording-arts-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #e40303; }
.context-recording-arts-program #program ul.all-events li {
  background: rgba(227, 3, 3, 0.75); }
  .context-recording-arts-program #program ul.all-events li:hover {
    background: rgba(227, 3, 3, 0.9); }
.context-recording-arts-program #program .events {
  background: url(../img/programs/bg-program-event.jpg) center center; }
  .context-recording-arts-program #program .events h1 {
    color: #e40303; }
.context-recording-arts-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bgd-recordingarts-jobs.jpg);
  background-repeat: no-repeat; }
  .context-recording-arts-program #program .jobs h2 {
    color: #e40303; }
  .context-recording-arts-program #program .jobs .field-name-field-job-fields .field-items {
    color: #e40303; }
  @media (max-width: 740px) {
    .context-recording-arts-program #program .jobs {
      background-image: none;
      padding: 0; } }
  @media (max-width: 360px) {
    .context-recording-arts-program #program .jobs {
      background-image: none; } }
.context-recording-arts-program #program .foot a.btn {
  background: #e40303; }
.context-recording-arts-program #program .foot li.film {
  display: block; }
.context-recording-arts-program #program .foot li.music {
  display: block; }

/* Computer Animation */
.context-computer-animation-program #program .intro {
  background-image: url(../img/programs/bgd-animation.jpg); }
.context-computer-animation-program #program .curriculum {
  background: url(../img/programs/bg-animation-curriculum.jpg) no-repeat center; }
  .context-computer-animation-program #program .curriculum li.selected a {
    color: #fbad18; }
.context-computer-animation-program #program ul.curriculum-list .class {
  background: rgba(251, 173, 24, 0.75); }
  .context-computer-animation-program #program ul.curriculum-list .class:hover {
    background: rgba(251, 173, 24, 0.9); }
  .context-computer-animation-program #program ul.curriculum-list .class .credits {
    color: #fbad18; }
.context-computer-animation-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #fbad18; }
.context-computer-animation-program #program ul.all-events li {
  background: rgba(251, 173, 24, 0.75); }
  .context-computer-animation-program #program ul.all-events li:hover {
    background: rgba(251, 173, 24, 0.9); }
.context-computer-animation-program #program .events {
  background: url(../img/programs/bg-animation-event.jpg) center center; }
  .context-computer-animation-program #program .events h1 {
    color: #ffb600; }
  .context-computer-animation-program #program .events #event-slide a {
    background: #fbad18; }
.context-computer-animation-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bgd-animation-jobs.jpg);
  background-repeat: no-repeat; }
  .context-computer-animation-program #program .jobs h2 {
    color: #ffb600; }
  .context-computer-animation-program #program .jobs .field-name-field-job-fields .field-items {
    color: #ffb600; }
  @media (max-width: 740px) {
    .context-computer-animation-program #program .jobs {
      background-image: none;
      padding: 0; } }
  @media (max-width: 360px) {
    .context-computer-animation-program #program .jobs {
      background-image: none; } }
.context-computer-animation-program #program .foot a.btn {
  background: #fbad18; }
.context-computer-animation-program #program .foot li.gaming {
  display: block; }
.context-computer-animation-program #program .foot li.film {
  display: block; }

/* Entertainment Business */
.context-entertainment-business-program #program .intro {
  background-image: url(../img/programs/bgd-business.jpg); }
.context-entertainment-business-program #program .curriculum {
  background: url(../img/programs/bg-business-curriculum.jpg) no-repeat center; }
  .context-entertainment-business-program #program .curriculum li.selected a {
    color: #836eb1; }
.context-entertainment-business-program #program ul.curriculum-list .class {
  background: rgba(180, 122, 255, 0.75); }
  .context-entertainment-business-program #program ul.curriculum-list .class:hover {
    background: rgba(180, 122, 255, 0.9); }
  .context-entertainment-business-program #program ul.curriculum-list .class .credits {
    color: #836eb1; }
.context-entertainment-business-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #836eb1; }
.context-entertainment-business-program #program ul.all-events li {
  background: rgba(180, 122, 255, 0.75); }
  .context-entertainment-business-program #program ul.all-events li:hover {
    background: rgba(180, 122, 255, 0.9); }
.context-entertainment-business-program #program .events {
  background: url(../img/programs/bg-business-event.jpg) center center; }
  .context-entertainment-business-program #program .events #event-slide a {
    background: #836eb1; }
  .context-entertainment-business-program #program .events h1 {
    color: #b47aff; }
.context-entertainment-business-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bgd-business-jobs.jpg);
  background-repeat: no-repeat; }
  .context-entertainment-business-program #program .jobs h2 {
    font-size: 2.6em;
    color: #b47aff; }
  .context-entertainment-business-program #program .jobs .field-name-field-job-fields .field-items {
    color: #b47aff; }
  @media (max-width: 740px) {
    .context-entertainment-business-program #program .jobs {
      background-image: none;
      padding: 0px; } }
  @media (max-width: 360px) {
    .context-entertainment-business-program #program .jobs {
      background-image: none; } }
.context-entertainment-business-program #program .foot a.btn {
  background: #836eb1; }
.context-entertainment-business-program #program .foot li.film {
  display: block; }
.context-entertainment-business-program #program .foot li.music {
  display: block; }

/* Film */
.context-film-program #program .intro {
  height: 564px;
  background-image: url(../img/programs/bgd-film.jpg); }
  @media (max-width: 960px) {
    .context-film-program #program .intro {
      height: 100%; } }
  @media (max-width: 740px) {
    .context-film-program #program .intro {
      height: 100%; } }
  @media (max-width: 1160px) {
    .context-film-program #program .intro {
      height: 100%; } }
.context-film-program #program .curriculum {
  background: url(../img/programs/bg-film-curriculum.jpg) no-repeat center; }
  .context-film-program #program .curriculum li.selected a {
    color: #24b5e9; }
.context-film-program #program ul.curriculum-list .class {
  background: rgba(0, 181, 248, 0.75); }
  .context-film-program #program ul.curriculum-list .class:hover {
    background: rgba(0, 181, 248, 0.9); }
  .context-film-program #program ul.curriculum-list .class .credits {
    color: #24b5e9; }
.context-film-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #24b5e9; }
.context-film-program #program ul.all-events li {
  background: rgba(0, 181, 248, 0.75); }
  .context-film-program #program ul.all-events li:hover {
    background: rgba(0, 181, 248, 0.9); }
.context-film-program #program .events {
  background: url(../img/programs/bgd-film-event.jpg) center center; }
  .context-film-program #program .events #event-slide a {
    background: #24b5e9; }
  .context-film-program #program .events h1 {
    color: #00b5f8; }
.context-film-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bgd-film-jobs.jpg);
  background-repeat: no-repeat; }
  .context-film-program #program .jobs h2 {
    color: #00b5f8; }
  .context-film-program #program .jobs .field-name-field-job-fields .field-items {
    color: #00b5f8; }
  @media (max-width: 740px) {
    .context-film-program #program .jobs {
      background-image: none;
      padding: 0px; } }
  @media (max-width: 360px) {
    .context-film-program #program .jobs {
      background-image: none; } }
.context-film-program #program .foot a.btn {
  background: #24b5e9; }
.context-film-program #program .foot li.business {
  display: block; }
.context-film-program #program .foot li.recording {
  display: block; }

/* Music Production */
.context-music-production-program #program .intro {
  background-image: url(../img/programs/bgd-music.jpg); }
.context-music-production-program #program .curriculum {
  background: url(../img/programs/bg-music-curriculum.jpg) no-repeat center; }
  .context-music-production-program #program .curriculum li.selected a {
    color: #ed217c; }
.context-music-production-program #program ul.curriculum-list .class {
  background: rgba(247, 25, 135, 0.75); }
  .context-music-production-program #program ul.curriculum-list .class:hover {
    background: rgba(247, 25, 135, 0.9); }
  .context-music-production-program #program ul.curriculum-list .class .credits {
    color: #ed217c; }
.context-music-production-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #ed217c; }
.context-music-production-program #program ul.all-events li {
  background: rgba(247, 25, 135, 0.75); }
  .context-music-production-program #program ul.all-events li:hover {
    background: rgba(247, 25, 135, 0.9); }
.context-music-production-program #program .events {
  background: url(../img/programs/bg-music-event.jpg) center center; }
  .context-music-production-program #program .events #event-slide a {
    background: #ed217c; }
  .context-music-production-program #program .events h1 {
    color: #f71987; }
.context-music-production-program #program .jobs {
  background-color: #000;
  background-image: url(../img/programs/bgd-music-jobs.jpg);
  background-repeat: no-repeat; }
  .context-music-production-program #program .jobs h2 {
    color: #f71987; }
  .context-music-production-program #program .jobs .field-name-field-job-fields .field-items {
    color: #f71987; }
  @media (max-width: 740px) {
    .context-music-production-program #program .jobs {
      background-image: none;
      padding: 0px; } }
  @media (max-width: 360px) {
    .context-music-production-program #program .jobs {
      background-image: none; } }
.context-music-production-program #program .foot a.btn {
  background: #ed217c; }
.context-music-production-program #program .foot li.recording {
  display: block; }
.context-music-production-program #program .foot li.business {
  display: block; }

/* Game Production */
.context-game-production-program #program .intro {
  background-image: url(../img/programs/bgd-game.jpg);
  background-color: #000;
  background-position: center center; }
.context-game-production-program #program .curriculum {
  background: url(../img/programs/bg-game-curriculum.jpg) no-repeat center; }
  .context-game-production-program #program .curriculum li.selected a {
    color: #8cc861; }
.context-game-production-program #program ul.curriculum-list .class {
  background: rgba(0, 211, 0, 0.75); }
  .context-game-production-program #program ul.curriculum-list .class:hover {
    background: rgba(0, 211, 0, 0.9); }
  .context-game-production-program #program ul.curriculum-list .class .credits {
    color: #8cc861; }
.context-game-production-program #program .curriculum-view ul.curriculum-list .active h2 {
  color: #8cc861; }
.context-game-production-program #program ul.all-events li {
  background: rgba(0, 211, 0, 0.75); }
  .context-game-production-program #program ul.all-events li:hover {
    background: rgba(0, 211, 0, 0.9); }
.context-game-production-program #program .events {
  background: url(../img/programs/bg-game-event.jpg) center center; }
  .context-game-production-program #program .events #event-slide a {
    background: #8cc861; }
  .context-game-production-program #program .events h1 {
    color: #0ebf00; }
.context-game-production-program #program .jobs {
  background-color: black;
  background-image: url(../img/programs/bgd-game-jobs.jpg);
  background-repeat: no-repeat; }
  .context-game-production-program #program .jobs h2 {
    color: #0ebf00; }
  .context-game-production-program #program .jobs .field-name-field-job-fields .field-items {
    color: #0ebf00; }
  @media (max-width: 740px) {
    .context-game-production-program #program .jobs {
      background-image: none;
      padding: 0; } }
  @media (max-width: 360px) {
    .context-game-production-program #program .jobs {
      background-image: none; } }
.context-game-production-program #program .foot a.btn {
  background: #8cc861; }
.context-game-production-program #program .foot li.film {
  display: block; }
.context-game-production-program #program .foot li.animation {
  display: block; }

/*********************************************************************************************************************
*
*  Alumni Page
*
*********************************************************************************************************************/
#alumni .panel_1 {
  background: url(../img/alumni/bg-one.jpg) no-repeat right center;
  background-size: cover; }
  #alumni .panel_1 h3 {
    color: #fff;
    float: left;
    font-family: "UniversLTW01-39ThinUltr";
    font-size: 50px;
    letter-spacing: 6px;
    line-height: 1.2em;
    text-shadow: 0 0 20px #000; }
    @media (max-width: 740px) {
      #alumni .panel_1 h3 {
        float: left;
        font-size: 30px;
        margin: 0 0 20px 20px; } }
    @media (max-width: 360px) {
      #alumni .panel_1 h3 {
        font-size: 24px;
        letter-spacing: 4px; } }
  #alumni .panel_1 h2 {
    line-height: 0.8em;
    margin: 0 60px 0 0;
    text-shadow: 0 0 20px #000;
    color: #e3d583;
    font-family: "Univers LT W01 75 Black";
    font-size: 92px;
    letter-spacing: 0; }
    @media (max-width: 740px) {
      #alumni .panel_1 h2 {
        font-size: 55px; } }
    @media (max-width: 360px) {
      #alumni .panel_1 h2 {
        font-size: 40px; } }
  #alumni .panel_1 p {
    color: #fff;
    font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 0 15px; }
    #alumni .panel_1 p strong {
      font-family: "UniversLTW01-67BoldCn";
      font-weight: normal; }
  #alumni .panel_1 .copy {
    float: right;
    margin: 0 105px 0 0;
    width: 395px; }
    @media (max-width: 740px) {
      #alumni .panel_1 .copy {
        float: none;
        margin: 0;
        padding: 40px 60px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 360px) {
      #alumni .panel_1 .copy {
        padding: 40px; } }
#alumni .panel_2,
#alumni .panel_3,
#alumni .panel_4,
#alumni .panel_5 {
  background: url(../img/alumni/bg-two.jpg) no-repeat;
  background-size: cover; }
  #alumni .panel_2 h2,
  #alumni .panel_3 h2,
  #alumni .panel_4 h2,
  #alumni .panel_5 h2 {
    color: #e3d583;
    font-family: "UniversLTW01-39ThinUltr";
    font-size: 58px;
    letter-spacing: 2px;
    line-height: 1em; }
  #alumni .panel_2 h3,
  #alumni .panel_3 h3,
  #alumni .panel_4 h3,
  #alumni .panel_5 h3 {
    color: #fff;
    font-size: 15px;
    font-family: "Univers LT W01 75 Black";
    line-height: 2em; }
    @media (max-width: 740px) {
      #alumni .panel_2 h3,
      #alumni .panel_3 h3,
      #alumni .panel_4 h3,
      #alumni .panel_5 h3 {
        line-height: 1.2em;
        margin: .4em 0; } }
  #alumni .panel_2 p,
  #alumni .panel_3 p,
  #alumni .panel_4 p,
  #alumni .panel_5 p {
    color: #fff;
    font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    margin: 0 0 15px; }
    #alumni .panel_2 p strong,
    #alumni .panel_3 p strong,
    #alumni .panel_4 p strong,
    #alumni .panel_5 p strong {
      font-family: "UniversLTW01-67BoldCn";
      font-weight: normal; }
  #alumni .panel_2 .copy,
  #alumni .panel_3 .copy,
  #alumni .panel_4 .copy,
  #alumni .panel_5 .copy {
    float: right;
    margin: 0 80px 0 0;
    width: 395px; }
    @media (max-width: 740px) {
      #alumni .panel_2 .copy,
      #alumni .panel_3 .copy,
      #alumni .panel_4 .copy,
      #alumni .panel_5 .copy {
        float: none;
        margin: 0;
        padding: 40px 60px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 360px) {
      #alumni .panel_2 .copy,
      #alumni .panel_3 .copy,
      #alumni .panel_4 .copy,
      #alumni .panel_5 .copy {
        padding: 40px; } }
  #alumni .panel_2 .btn,
  #alumni .panel_3 .btn,
  #alumni .panel_4 .btn,
  #alumni .panel_5 .btn {
    border: solid 2px #fff;
    color: #fff;
    padding: 4px 6px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    #alumni .panel_2 .btn:after,
    #alumni .panel_3 .btn:after,
    #alumni .panel_4 .btn:after,
    #alumni .panel_5 .btn:after {
      content: '\25b6';
      font-size: 80%;
      margin-left: 25px; }
    #alumni .panel_2 .btn:hover,
    #alumni .panel_3 .btn:hover,
    #alumni .panel_4 .btn:hover,
    #alumni .panel_5 .btn:hover {
      background: #fdf6cb;
      border: solid 2px #fdf6cb;
      color: #000; }
#alumni .panel_3 {
  background: url(../img/alumni/bg-three.jpg) no-repeat right center;
  background-size: cover; }
  #alumni .panel_3 h3 {
    font-size: 14px; }
#alumni .panel_4 {
  background: url(../img/alumni/bg-four.jpg) no-repeat;
  background-size: cover;
  text-align: center; }
  #alumni .panel_4 .copy {
    float: none;
    margin: 0 1% 0 44%;
    padding: 80px 0;
    width: 540px; }
    @media (max-width: 740px) {
      #alumni .panel_4 .copy {
        margin: 0;
        padding: 40px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    #alumni .panel_4 .copy a {
      color: #e3d583; }
      #alumni .panel_4 .copy a:hover {
        color: #fdf6cb; }
    #alumni .panel_4 .copy a.btn {
      color: #fff; }
      #alumni .panel_4 .copy a.btn:hover {
        color: #000; }
#alumni .panel_5 {
  background: url(../img/alumni/bg-five.jpg) no-repeat right center;
  background-size: cover;
  text-align: center; }
  #alumni .panel_5 .copy {
    float: none;
    margin: 0 auto;
    padding: 80px 0;
    width: 540px; }
    @media (max-width: 740px) {
      #alumni .panel_5 .copy {
        margin: 0;
        padding: 40px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    #alumni .panel_5 .copy h2,
    #alumni .panel_5 .copy h3,
    #alumni .panel_5 .copy p {
      color: #000; }
    #alumni .panel_5 .copy a {
      color: #e3d583; }
      #alumni .panel_5 .copy a:hover {
        color: #fdf6cb; }
    #alumni .panel_5 .copy a.btn {
      border: solid 2px #000;
      color: #000; }
      #alumni .panel_5 .copy a.btn:hover {
        border: solid 2px #fdf6cb;
        color: #000; }

/*********************************************************************************************************************
*
*  Military Page
*
*********************************************************************************************************************/
#military {
  margin-bottom: 30px; }
  @media (max-width: 740px) {
    #military {
      margin-bottom: 0; } }
  #military .feed-panels ul.slides li > a {
    cursor: default; }
  #military .intro {
    background: url(../img/military/bg-intro.jpg) no-repeat;
    background-size: cover; }
    #military .intro .copy {
      margin: 0 auto;
      width: 100%;
      max-width: 740px; }
      @media (max-width: 1160px) {
        #military .intro .copy {
          padding: 0 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    #military .intro aside {
      background: no-repeat;
      height: 140px;
      margin: 20px 0 0;
      padding: 0 0 0 110px; }
      #military .intro aside img {
        height: auto;
        width: 140px; }
      #military .intro aside p {
        margin: 0; }
    #military .intro h1 {
      color: #e3d583;
      font-size: 50px;
      font-family: "UniversLTW01-67BoldCn";
      line-height: 1em; }
      #military .intro h1 span {
        font-family: "UniversLTW01-39ThinUltr";
        letter-spacing: 4px; }
    #military .intro h2 {
      color: #e3d583;
      font-size: 14px;
      font-family: "UniversLTW01-67BoldCn";
      margin: 0 0 0.5em; }
    #military .intro h3 {
      font-size: 9px;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif; }
    #military .intro p {
      font-size: 14px;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      margin: 0 0 1em; }
      #military .intro p a {
        color: #fdf6cb;
        font-family: "UniversLTW01-67BoldCn"; }
    #military .intro a, #military .intro a:visited {
      color: #000;
      font-weight: bold; }
  #military .salute {
    background: url(../img/military/bg-salute.jpg) no-repeat;
    background-size: cover;
    height: 190px; }
    @media (max-width: 740px) {
      #military .salute {
        height: inherit;
        padding: 40px 0;
        text-align: center; } }
    #military .salute .wrapper {
      margin: 0 auto;
      width: 700px; }
      @media (max-width: 960px) {
        #military .salute .wrapper {
          width: 510px; } }
      @media (max-width: 740px) {
        #military .salute .wrapper {
          padding: 0 20px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    #military .salute h2 {
      color: #e3d583;
      letter-spacing: 5px;
      font-size: 130px;
      font-family: "UniversLTW01-39ThinUltr";
      line-height: .8em; }
      @media (max-width: 740px) {
        #military .salute h2 {
          font-size: 70px;
          line-height: .8em; } }
      #military .salute h2 sup {
        font-size: 60%;
        vertical-align: super;
        position: relative;
        top: 6px; }
    #military .salute h3 {
      color: #e3d583;
      font-size: 11px;
      font-family: "UniversLTW01-53Extended";
      letter-spacing: .2em; }
    #military .salute p {
      font-size: 20px;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
      display: inline-block;
      margin-left: 80px; }
    #military .salute .countDiv:before, #military .salute .countDiv:after {
      width: 4px;
      height: 4px; }
    #military .salute #jquery-countdown-timer-note {
      display: none; }
    #military .salute #jquery-countdown-timer {
      display: inline-block;
      position: relative;
      top: 4px;
      width: 170px; }
  #military .events {
    background: url(../img/military/bg-events-military.jpg) center center;
    height: 600px;
    margin-top: -80px 0 0;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    #military .events #event-slide {
      background: #fff;
      border-radius: 3px;
      height: 4px;
      margin: 22px auto 0;
      position: relative;
      width: 385px;
      z-index: 25; }
      @media (max-width: 740px) {
        #military .events #event-slide {
          display: none; } }
      #military .events #event-slide a {
        background: #e3d583;
        display: block;
        height: 15px;
        margin-left: -15px;
        position: absolute;
        top: -5px;
        width: 30px; }
    #military .events .events-wrapper {
      height: 145px;
      position: relative;
      overflow: hidden;
      z-index: 10;
      white-space: nowrap;
      width: 100%; }
    #military .events .blurb {
      height: 310px;
      margin: 0 auto;
      padding: 0 0 0 520px;
      text-align: center;
      width: 440px; }
      @media (max-width: 1400px) {
        #military .events .blurb {
          padding: 0 0 0 420px; } }
      @media (max-width: 1160px) {
        #military .events .blurb {
          padding: 0 0 0 320px; } }
      @media (max-width: 960px) {
        #military .events .blurb {
          padding: 5%;
          width: 90%; } }
      @media (max-width: 740px) {
        #military .events .blurb {
          padding: 0;
          width: 100%; } }
      #military .events .blurb h1 {
        font-family: "UniversLTW01-39ThinUltr";
        font-size: 60px;
        letter-spacing: 1px;
        margin: 70px 0 0; }
        @media (max-width: 960px) {
          #military .events .blurb h1 {
            margin: 30px 0 0; } }
        @media (max-width: 740px) {
          #military .events .blurb h1 {
            font-size: 40px;
            line-height: 1.2em;
            margin: 40px 0 0; } }
      #military .events .blurb p {
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        font-size: 15px;
        letter-spacing: .1em;
        line-height: 1.7em; }
        @media (max-width: 740px) {
          #military .events .blurb p {
            padding: 0 15px; } }
    #military .events h4 {
      font-size: 10px;
      font-family: "Univers LT W01 75 Black";
      letter-spacing: 4px;
      margin: 0 auto 10px;
      width: 960px; }
      @media (max-width: 740px) {
        #military .events h4 {
          letter-spacing: 2px;
          margin: 0 0 0 10px; } }
    #military .events .toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 20; }
      #military .events .toggle li {
        border: solid 1px #b7b4a0;
        border-top: none;
        cursor: pointer;
        float: left;
        font-family: "Univers LT W01 55 Roman";
        font-size: 12px;
        letter-spacing: 1px;
        padding: 5px 10px;
        text-transform: uppercase; }
        #military .events .toggle li.popcal {
          border-right: none; }
        #military .events .toggle li.normal {
          border-left: none; }
        #military .events .toggle li.active {
          background: rgba(227, 213, 131, 0.4);
          border-bottom: solid 1px #e3d583;
          border-right: solid 1px #e3d583;
          border-left: solid 1px #e3d583; }
    #military .events .all-events {
      height: 145px;
      left: 0;
      z-index: 11;
      position: absolute; }
      @media (max-width: 740px) {
        #military .events .all-events {
          bottom: 0; } }
      #military .events .all-events li {
        background: rgba(227, 213, 131, 0.75);
        display: inline-table;
        height: 145px;
        position: relative;
        vertical-align: top;
        width: 260px;
        white-space: normal;
        cursor: url("../img/cursor_drag.png"), w-resize;
        cursor: -webkit-image-set(url("../img/cursor_drag.png") 1x, url("../img/cursor_drag@2x.png") 2x), w-resize;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #military .events .all-events li:hover {
          background: rgba(227, 213, 131, 0.9); }
        #military .events .all-events li h3 {
          font-size: 12px;
          font-family: "Univers LT W01 75 Black";
          padding: 20px;
          text-align: center; }
        #military .events .all-events li > a {
          display: none; }
          @media (max-width: 740px) {
            #military .events .all-events li > a {
              display: block;
              height: 100%;
              left: 0;
              position: absolute;
              text-indent: -9999px;
              top: 0;
              width: 100%;
              z-index: 10; } }
        #military .events .all-events li .middle {
          display: table-cell;
          vertical-align: middle; }
        #military .events .all-events li .toggle {
          left: 0;
          position: absolute;
          top: 0;
          overflow: hidden;
          width: 230px;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease; }
          #military .events .all-events li .toggle h3 {
            padding: 20px 55px 10px 20px;
            text-align: left;
            width: 440px; }
          #military .events .all-events li .toggle p {
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 12px;
            padding: 0 20px;
            width: 440px; }
          #military .events .all-events li .toggle a {
            color: #fff;
            font-family: "Univers LT W01 75 Black";
            font-size: 9px;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            #military .events .all-events li .toggle a:hover {
              color: #e3d583; }
            #military .events .all-events li .toggle a span {
              font-size: 85%; }
          #military .events .all-events li .toggle .close {
            background: url(../img/programs/icon-closeEvent.png) no-repeat;
            cursor: pointer;
            display: block;
            height: 26px;
            right: 10px;
            top: 10px;
            position: absolute;
            width: 26px; }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              #military .events .all-events li .toggle .close {
                background-image: url("../img/programs/icon-closeEvent@2x.png");
                background-size: 26px 26px; } }
        #military .events .all-events li.views-row-first {
          margin-left: 40px; }
          @media (max-width: 740px) {
            #military .events .all-events li.views-row-first {
              margin-left: 10px; } }
        #military .events .all-events li.views-row-last {
          margin-right: 40px; }
          @media (max-width: 740px) {
            #military .events .all-events li.views-row-last {
              margin-right: 10px; } }
        #military .events .all-events li.active {
          background: #070303;
          cursor: default;
          width: 515px; }
          #military .events .all-events li.active:hover {
            background: #070303; }
          #military .events .all-events li.active .middle > h3 {
            opacity: 0;
            filter: alpha(opacity=0); }
          #military .events .all-events li.active .toggle {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 515px; }
    #military .events .cal {
      background: rgba(0, 0, 0, 0.8);
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 10; }
      #military .events .cal iframe {
        margin-top: 70px; }
  #military .vet-center {
    line-height: 0;
    text-align: center; }
    #military .vet-center img {
      height: auto;
      width: 100%;
      max-width: 1000px; }
  #military .join-sva {
    background: #e8edf4;
    line-height: 0;
    text-align: center; }
    #military .join-sva img {
      height: auto;
      width: 100%;
      max-width: 1000px; }
  #military .jim-henson {
    line-height: 0;
    text-align: center; }
    #military .jim-henson img {
      height: auto;
      width: 100%;
      max-width: 1000px; }
  #military .resources {
    background: url(../img/military/bg-resources.jpg) white;
    background-size: cover;
    padding: 60px 0; }
    #military .resources .wrapper {
      margin: 0 auto;
      width: 100%;
      max-width: 920px; }
    #military .resources h2 {
      color: #000;
      font-size: 55px;
      font-family: "UniversLTW01-39ThinUltr";
      letter-spacing: 2px; }
      @media (max-width: 1160px) {
        #military .resources h2 {
          line-height: 1em;
          margin: 0 20px;
          text-align: center; } }
    #military .resources ul {
      font-family: "Univers LT W01 75 Black";
      font-size: 12px;
      text-transform: uppercase;
      overflow: hidden; }
      #military .resources ul li {
        float: left;
        margin: 10px 0;
        text-align: center;
        width: 33%; }
        @media (max-width: 960px) {
          #military .resources ul li {
            padding: 0 10px;
            width: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media (max-width: 740px) {
          #military .resources ul li {
            padding: 0 20px;
            width: 100%; } }
      #military .resources ul a {
        color: #666;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        #military .resources ul a:hover {
          color: #e3d583; }
  #military .radio {
    display: block;
    background: url(../img/military/bg-radio.jpg) no-repeat;
    background-size: cover;
    overflow: hidden; }
    #military .radio .wrapper {
      margin: 0 auto;
      width: 920px; }
      @media (max-width: 1160px) {
        #military .radio .wrapper {
          padding: 40px 0;
          text-align: center;
          width: 590px; } }
      @media (max-width: 960px) {
        #military .radio .wrapper {
          padding: 40px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    #military .radio img.rally-logo {
      height: auto;
      float: left;
      margin-left: -50px;
      width: 372px; }
      @media (max-width: 1160px) {
        #military .radio img.rally-logo {
          float: none;
          margin: 0; } }
    #military .radio #jp_container_1 {
      border: solid 1px #fff;
      float: left;
      margin: 22px 0 0;
      padding: 25px 30px;
      width: 330px; }
      @media (max-width: 1160px) {
        #military .radio #jp_container_1 {
          margin: 0 0 40px;
          text-align: left; } }
      @media (max-width: 960px) {
        #military .radio #jp_container_1 {
          float: none;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      #military .radio #jp_container_1 .jp-free-media {
        display: none; }
      #military .radio #jp_container_1 .title {
        background-color: #484b4d;
        background-image: -moz-linear-gradient(#484b4d, #313232);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484b4d), to(#313232));
        background-image: -webkit-linear-gradient(#484b4d, #313232);
        background-image: -o-linear-gradient(#484b4d, #313232);
        font-size: 18px;
        font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
        margin: 0 0 12px;
        padding: 4px 8px; }
      #military .radio #jp_container_1 .jp-progress {
        cursor: pointer;
        float: left;
        height: 7px;
        margin: 6px;
        width: 245px; }
        #military .radio #jp_container_1 .jp-progress .jp-seek-bar {
          background: #2d2d2d;
          height: 7px; }
        #military .radio #jp_container_1 .jp-progress .jp-play-bar {
          background: #d3d3d3;
          height: 7px; }
      #military .radio #jp_container_1 .jp-volume-bar {
        background: #2d2d2d;
        cursor: pointer;
        float: left;
        height: 13px;
        margin: 3px 0 0 4px;
        width: 40px; }
        #military .radio #jp_container_1 .jp-volume-bar .jp-volume-bar-value {
          background: #d3d3d3;
          height: 13px; }
      #military .radio #jp_container_1 a.jp-play,
      #military .radio #jp_container_1 a.jp-pause {
        float: left; }
        #military .radio #jp_container_1 a.jp-play img,
        #military .radio #jp_container_1 a.jp-pause img {
          height: auto;
          width: 11px; }
      #military .radio #jp_container_1 a.jp-mute,
      #military .radio #jp_container_1 a.jp-unmute {
        float: left;
        margin: 0 0 0 4px; }
        #military .radio #jp_container_1 a.jp-mute img,
        #military .radio #jp_container_1 a.jp-unmute img {
          height: auto;
          width: 14px; }
      #military .radio #jp_container_1 .jp-current-time {
        font-size: 12px;
        float: right;
        margin: 0 68px 0 0; }
      #military .radio #jp_container_1 .jp-playlist {
        border: solid 1px #fff;
        border-bottom: none; }
        #military .radio #jp_container_1 .jp-playlist .jp-playlist-item {
          background: #000;
          border-bottom: solid 1px #fff;
          color: #fff;
          display: block;
          font-size: 12px;
          font-family: "Univers LT W01 75 Black";
          padding: 3px 0 3px 25px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #military .radio #jp_container_1 .jp-playlist .jp-playlist-current {
          background: url(../img/military/icon-play.png) no-repeat 6px 4px;
          background-size: 11px 13px; }
    #military .radio aside {
      float: right;
      margin: 22px 0 0;
      width: 190px; }
      @media (max-width: 1160px) {
        #military .radio aside {
          text-align: left;
          margin: 0; } }
      @media (max-width: 960px) {
        #military .radio aside {
          float: none;
          width: 100%; } }
      #military .radio aside ul {
        font-size: 15px;
        font-family: "UniversLTW01-67BoldCn";
        text-transform: uppercase; }
        #military .radio aside ul a {
          background-position: 12px center;
          background-repeat: no-repeat;
          border: solid 1px #fff;
          color: #fff;
          display: block;
          margin: 0 0 8px;
          padding: 6px 10px 6px 45px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #military .radio aside ul a.itunes {
          background-image: url(../img/military/icon-itunes.png); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #military .radio aside ul a.itunes {
              background-image: url("../img/military/icon-itunes@2x.png");
              background-size: 22px 22px; } }
        #military .radio aside ul a.listen {
          background-image: url(../img/military/icon-listen.png); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #military .radio aside ul a.listen {
              background-image: url("../img/military/icon-listen@2x.png");
              background-size: 21px 17px; } }
        #military .radio aside ul a.download {
          background-image: url(../img/military/icon-dl.png); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #military .radio aside ul a.download {
              background-image: url("../img/military/icon-dl@2x.png");
              background-size: 19px 19px; } }
  #military .banner .field-label {
    display: none; }
  #military .banner .field-items img {
    width: 100%;
    height: auto; }

.node-type-page .flex-control-nav, .node-type-congrats .flex-control-nav {
  display: none; }
.node-type-page .field-name-field-background-content-image, .node-type-congrats .field-name-field-background-content-image {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 740px) {
    .node-type-page .field-name-field-background-content-image, .node-type-congrats .field-name-field-background-content-image {
      margin: 49px 0 0; } }
  .node-type-page .field-name-field-background-content-image .field-items, .node-type-congrats .field-name-field-background-content-image .field-items {
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 740px) {
      .node-type-page .field-name-field-background-content-image .field-items, .node-type-congrats .field-name-field-background-content-image .field-items {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .node-type-page .field-name-field-background-content-image .field-item, .node-type-congrats .field-name-field-background-content-image .field-item {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute !important; }
    .node-type-page .field-name-field-background-content-image .field-item img, .node-type-congrats .field-name-field-background-content-image .field-item img {
      margin: 0 auto;
      width: 100%;
      height: 100%;
      position: relative; }
      .node-type-page .field-name-field-background-content-image .field-item img.bgheight, .node-type-congrats .field-name-field-background-content-image .field-item img.bgheight {
        height: 100%;
        width: 100%; }
        @media (max-width: 740px) {
          .node-type-page .field-name-field-background-content-image .field-item img.bgheight, .node-type-congrats .field-name-field-background-content-image .field-item img.bgheight {
            height: 100%;
            width: 100%; } }
      .node-type-page .field-name-field-background-content-image .field-item img.bgwidth, .node-type-congrats .field-name-field-background-content-image .field-item img.bgwidth {
        height: auto;
        width: 100%; }
        @media (max-width: 740px) {
          .node-type-page .field-name-field-background-content-image .field-item img.bgwidth, .node-type-congrats .field-name-field-background-content-image .field-item img.bgwidth {
            height: 100%;
            width: 100%; } }
  .node-type-page .field-name-field-background-content-image .flex-control-paging, .node-type-congrats .field-name-field-background-content-image .flex-control-paging {
    bottom: 15px;
    left: 40px;
    text-align: center;
    position: absolute; }
    @media (max-width: 960px) {
      .node-type-page .field-name-field-background-content-image .flex-control-paging, .node-type-congrats .field-name-field-background-content-image .flex-control-paging {
        left: 0;
        margin: 0 auto;
        width: 100%; } }
    @media (max-width: 740px) {
      .node-type-page .field-name-field-background-content-image .flex-control-paging, .node-type-congrats .field-name-field-background-content-image .flex-control-paging {
        display: none; } }
    .node-type-page .field-name-field-background-content-image .flex-control-paging li, .node-type-congrats .field-name-field-background-content-image .flex-control-paging li {
      border: solid 1px #fff;
      border-radius: 6px;
      display: inline-block;
      margin: 0 9px;
      padding: 1px; }
      .node-type-page .field-name-field-background-content-image .flex-control-paging li a, .node-type-congrats .field-name-field-background-content-image .flex-control-paging li a {
        border-radius: 4px;
        display: block;
        height: 4px;
        text-indent: -9999px;
        width: 4px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .node-type-page .field-name-field-background-content-image .flex-control-paging li a.flex-active, .node-type-congrats .field-name-field-background-content-image .flex-control-paging li a.flex-active {
          background: #fff; }

.node-type-program .flex-control-nav {
  display: none; }
.node-type-program .field-name-field-event-image {
  background: #000;
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 740px) {
    .node-type-program .field-name-field-event-image {
      margin: 0 0 0; } }
  .node-type-program .field-name-field-event-image .field-items {
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 740px) {
      .node-type-program .field-name-field-event-image .field-items {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .node-type-program .field-name-field-event-image .field-item {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute !important; }
    .node-type-program .field-name-field-event-image .field-item img {
      margin: 0 auto;
      position: relative; }
      .node-type-program .field-name-field-event-image .field-item img.bgheight {
        height: 100%;
        width: auto; }
        @media (max-width: 740px) {
          .node-type-program .field-name-field-event-image .field-item img.bgheight {
            height: auto;
            width: 100%; } }
      .node-type-program .field-name-field-event-image .field-item img.bgwidth {
        height: auto;
        width: 100%; }
  .node-type-program .field-name-field-event-image .flex-control-paging {
    bottom: 15px;
    left: 40px;
    text-align: center;
    position: absolute; }
    @media (max-width: 960px) {
      .node-type-program .field-name-field-event-image .flex-control-paging {
        left: 0;
        margin: 0 auto;
        width: 100%; } }
    @media (max-width: 740px) {
      .node-type-program .field-name-field-event-image .flex-control-paging {
        display: none; } }
    .node-type-program .field-name-field-event-image .flex-control-paging li {
      border: solid 1px #fff;
      border-radius: 6px;
      display: inline-block;
      margin: 0 9px;
      padding: 1px; }
      .node-type-program .field-name-field-event-image .flex-control-paging li a {
        border-radius: 4px;
        display: block;
        height: 4px;
        text-indent: -9999px;
        width: 4px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .node-type-program .field-name-field-event-image .flex-control-paging li a.flex-active {
          background: #fff; }

.node-type-event-calendar {
  background: #212121; }
  .node-type-event-calendar #section-content {
    margin: 0; }

.context-calendar {
  background: #fff;
  padding: 15px; }
  .context-calendar #section-content {
    margin: 0; }
  .context-calendar .tabs li {
    font-size: 12px;
    font-family: "Univers LT W01 65 Bold";
    text-transform: uppercase; }
    .context-calendar .tabs li a {
      background: #e3d583;
      color: #fff;
      padding: 5px 1em 1px; }
      .context-calendar .tabs li a.active {
        color: #a89942; }
  .context-calendar .pager li {
    background: #e3d583 !important;
    margin-top: 20px; }
  .context-calendar .calendar-calendar td .inner div.day a {
    color: #a89942; }
  .context-calendar .calendar-calendar .month-view .full td.single-day div.monthview, .context-calendar .calendar-calendar .week-view .full td.single-day div.weekview, .context-calendar .calendar-calendar .day-view .full td.single-day div.dayview {
    background: #fdf6cb; }
    .context-calendar .calendar-calendar .month-view .full td.single-day div.monthview a, .context-calendar .calendar-calendar .week-view .full td.single-day div.weekview a, .context-calendar .calendar-calendar .day-view .full td.single-day div.dayview a {
      color: #000; }
  .context-calendar .date-nav {
    padding: .5em 0; }
  .context-calendar .view .date-nav-wrapper .date-heading h3 {
    color: #000;
    font-family: "UniversLTW01-49LightUlt";
    font-size: 45px;
    letter-spacing: 2px;
    margin: 10px 0; }

/*********************************************************************************************************************
*
*  Shared Feeds / Content
*
*********************************************************************************************************************/
.facilities {
  background: #000; }
  .facilities .wrapper {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
    width: 100%; }
  .facilities h1 {
    font-family: "UniversLTW01-53Extended";
    font-size: 20px;
    letter-spacing: 4px;
    padding: 25px 0;
    text-align: center; }
    @media (max-width: 740px) {
      .facilities h1 {
        font-size: 15px; } }
  .facilities em {
    display: none; }
    @media (max-width: 740px) {
      .facilities em {
        display: block;
        font-family: "UniversLTW01-67BoldCn";
        font-size: 12px;
        font-style: normal;
        margin: 0 0 15px;
        text-align: center;
        text-transform: uppercase;
        width: 100%; } }
  .facilities .facilutility {
    position: relative; }
  .facilities .facilities-list li {
    cursor: pointer;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 25%; }
    @media (max-width: 960px) {
      .facilities .facilities-list li {
        width: 50%; } }
    @media (max-width: 740px) {
      .facilities .facilities-list li {
        height: 120px; } }
    .facilities .facilities-list li aside {
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
    .facilities .facilities-list li aside.fade {
      opacity: .5; }
      .facilities .facilities-list li aside.fade img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); }
    .facilities .facilities-list li aside.active {
      opacity: 1; }
    .facilities .facilities-list li:hover img {
      top: -15px; }
    .facilities .facilities-list li img {
      height: 165px;
      position: absolute;
      top: 0;
      width: auto;
      z-index: 5;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      @media (max-width: 960px) {
        .facilities .facilities-list li img {
          height: auto;
          width: 100%; } }
      @media (max-width: 360px) {
        .facilities .facilities-list li img {
          height: 100%;
          width: auto; } }
    .facilities .facilities-list li h2 {
      background: url(../img/programs/bg-facility-gradient.png);
      bottom: 0;
      height: 60px;
      font-family: "Univers LT W01 75 Black";
      font-size: 12px;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 10; }
      @media (max-width: 740px) {
        .facilities .facilities-list li h2 {
          font-size: 11px;
          padding: 0 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      .facilities .facilities-list li h2 span {
        bottom: 15px;
        left: 0;
        padding: 0 25px;
        position: absolute;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  .facilities .facilities-wrapper {
    background: #121212; }
    @media (max-width: 960px) {
      .facilities .facilities-wrapper {
        position: relative; } }
    .facilities .facilities-wrapper > li {
      clear: both;
      overflow: hidden; }
      .facilities .facilities-wrapper > li article {
        display: none;
        position: relative; }
        @media (max-width: 960px) {
          .facilities .facilities-wrapper > li article {
            background: #121212;
            position: absolute;
            top: 0;
            z-index: 12; } }
        @media (max-width: 740px) {
          .facilities .facilities-wrapper > li article {
            height: 100%;
            padding-top: 60px;
            position: fixed;
            overflow: scroll;
            top: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
      .facilities .facilities-wrapper > li .close {
        background: url(../img/programs/icon-closeEvent.png) no-repeat;
        cursor: pointer;
        display: block;
        height: 26px;
        right: 15px;
        top: 15px;
        position: absolute;
        width: 26px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .facilities .facilities-wrapper > li .close {
            background-image: url("../img/programs/icon-closeEvent@2x.png");
            background-size: 26px 26px; } }
        @media (max-width: 740px) {
          .facilities .facilities-wrapper > li .close {
            position: fixed;
            top: 65px; } }
      .facilities .facilities-wrapper > li .left {
        float: left;
        margin: 30px 0 0 50px;
        padding: 0 0 50px 0;
        width: 360px; }
        @media (max-width: 1160px) {
          .facilities .facilities-wrapper > li .left {
            width: 280px; } }
        @media (max-width: 960px) {
          .facilities .facilities-wrapper > li .left {
            width: 100%;
            margin: 30px 0 0 0;
            padding: 0 40px 50px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media (max-width: 740px) {
          .facilities .facilities-wrapper > li .left {
            float: none; } }
        .facilities .facilities-wrapper > li .left h2 {
          font-family: "UniversLTW01-39ThinUltr";
          font-size: 40px;
          letter-spacing: 1px;
          margin: 0 0 .4em;
          line-height: 1em; }
        .facilities .facilities-wrapper > li .left h3 {
          font-family: "UniversLTW01-67BoldCn";
          font-size: 12px;
          margin: 1em 0 0; }
        .facilities .facilities-wrapper > li .left ul {
          padding: 0 0 0 20px; }
          .facilities .facilities-wrapper > li .left ul li {
            color: #ccc;
            font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
            font-size: 12px; }
        .facilities .facilities-wrapper > li .left p {
          color: #ccc;
          font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
          font-size: 16px;
          margin: 0 0 1em; }
      .facilities .facilities-wrapper > li .right {
        float: right;
        margin: 30px 70px 40px 0;
        width: 460px; }
        @media (max-width: 1160px) {
          .facilities .facilities-wrapper > li .right {
            width: 320px; } }
        @media (max-width: 960px) {
          .facilities .facilities-wrapper > li .right {
            display: none; } }
        .facilities .facilities-wrapper > li .right .main-image .item-list ul {
          height: 280px;
          overflow: hidden;
          margin: 0 0 8px;
          padding: 0;
          position: relative;
          width: 460px; }
          .facilities .facilities-wrapper > li .right .main-image .item-list ul li {
            height: 280px;
            margin: 0;
            padding: 0;
            position: absolute;
            top: -280px;
            width: 460px;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            .facilities .facilities-wrapper > li .right .main-image .item-list ul li.active {
              top: 0; }
            .facilities .facilities-wrapper > li .right .main-image .item-list ul li img {
              height: auto;
              width: 100%; }
        .facilities .facilities-wrapper > li .right > .item-list ul {
          margin: 0 0 0 -12px;
          padding: 0;
          width: 476px; }
          .facilities .facilities-wrapper > li .right > .item-list ul li {
            cursor: pointer;
            float: left;
            margin: 0 4px;
            padding: 0;
            overflow: hidden;
            width: 148px;
            transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease; }
            .facilities .facilities-wrapper > li .right > .item-list ul li.active {
              width: 0; }
            @media (max-width: 1160px) {
              .facilities .facilities-wrapper > li .right > .item-list ul li {
                width: 102px; }
                .facilities .facilities-wrapper > li .right > .item-list ul li.first {
                  margin-right: 7px; }
                .facilities .facilities-wrapper > li .right > .item-list ul li.last {
                  margin-left: 7px; } }
          .facilities .facilities-wrapper > li .right > .item-list ul img {
            height: auto;
            width: 148px; }

@media (max-width: 740px) {
  .node-type-facility section#section-content {
    margin-top: 0; } }
.node-type-facility .visual {
  background: url(../img/bg-star.gif) no-repeat right center #212121;
  background-size: auto 100%; }
  @media (max-width: 740px) {
    .node-type-facility .visual {
      background-color: #000;
      background-size: 100% auto;
      background-position: right top;
      height: auto !important;
      padding: 200px 0 0; } }
.node-type-facility .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 20;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, black 84%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.3)), color-stop(84%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, black 84%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, black 84%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, black 84%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 65%, black 84%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.node-type-facility article {
  bottom: 40px;
  text-align: left;
  position: absolute;
  right: 40px;
  width: 90%;
  z-index: 20; }
  @media (max-width: 1160px) {
    .node-type-facility article {
      width: 80%; } }
  @media (max-width: 960px) {
    .node-type-facility article {
      bottom: 60px;
      left: 0;
      right: inherit;
      text-align: left;
      width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .node-type-facility article h1.title {
        padding-left: 40px; }
      .node-type-facility article .field-name-body {
        padding-left: 40px; } }
  @media (max-width: 740px) {
    .node-type-facility article {
      background: url(../img/bg-visual-fade.png) repeat-x left top;
      bottom: auto !important;
      margin: 0;
      padding: 100px 40px 20px 0;
      position: relative;
      width: 100%;
      z-index: 20; }
      .node-type-facility article h1.title {
        padding-left: 20px; }
      .node-type-facility article .field-name-body {
        padding-left: 20px; } }
  .node-type-facility article h1.title {
    font-family: "UniversLTW01-49LightUlt";
    font-size: 48px;
    line-height: 1em; }
    @media (max-width: 740px) {
      .node-type-facility article h1.title {
        font-size: 38px; } }
  .node-type-facility article .field-name-body {
    font-family: "Sabon LT W01 Italic";
    font-size: 16px; }
    .node-type-facility article .field-name-body ul {
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif; }
    .node-type-facility article .field-name-body p {
      margin: 1em 0 0; }
.node-type-facility .field-name-field-facility-image {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 740px) {
    .node-type-facility .field-name-field-facility-image {
      margin: 49px 0 0; } }
  .node-type-facility .field-name-field-facility-image .field-items {
    opacity: 1;
    filter: alpha(opacity=50) !important;
    /* This fixes opacity inheritance for IE */
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 740px) {
      .node-type-facility .field-name-field-facility-image .field-items {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .node-type-facility .field-name-field-facility-image .field-item {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute !important; }
    .node-type-facility .field-name-field-facility-image .field-item img {
      position: relative; }
      .node-type-facility .field-name-field-facility-image .field-item img.bgheight {
        height: 100%;
        width: auto; }
        @media (max-width: 740px) {
          .node-type-facility .field-name-field-facility-image .field-item img.bgheight {
            height: auto;
            width: 100%; } }
      .node-type-facility .field-name-field-facility-image .field-item img.bgwidth {
        height: auto;
        width: 100%; }
  .node-type-facility .field-name-field-facility-image .flex-control-paging {
    bottom: 15px;
    left: 40px;
    text-align: center;
    position: absolute; }
    @media (max-width: 960px) {
      .node-type-facility .field-name-field-facility-image .flex-control-paging {
        left: 0;
        margin: 0 auto;
        width: 100%; } }
    @media (max-width: 740px) {
      .node-type-facility .field-name-field-facility-image .flex-control-paging {
        display: none; } }
    .node-type-facility .field-name-field-facility-image .flex-control-paging li {
      border: solid 1px #fff;
      border-radius: 6px;
      display: inline-block;
      margin: 0 9px;
      padding: 1px; }
      .node-type-facility .field-name-field-facility-image .flex-control-paging li a {
        border-radius: 4px;
        display: block;
        height: 4px;
        text-indent: -9999px;
        width: 4px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .node-type-facility .field-name-field-facility-image .flex-control-paging li a.flex-active {
          background: #fff; }

.feed-panels {
  background: #fff;
  padding: 0 0 20px; }
  .feed-panels .wrapper {
    margin: 0 auto;
    width: 920px; }
    @media (max-width: 1160px) {
      .feed-panels .wrapper {
        width: 740px; } }
    @media (max-width: 960px) {
      .feed-panels .wrapper {
        margin: 0 10%;
        padding: 0 0 100px;
        width: 80%; } }
    @media (max-width: 740px) {
      .feed-panels .wrapper {
        margin: 0 5%;
        width: 90%; } }
  .feed-panels h2 {
    border-bottom: solid 1px #000;
    color: #000;
    height: 32px;
    font-family: "UniversLTW01-39ThinUltr";
    font-size: 50px;
    letter-spacing: 2px;
    margin: 0 0 60px;
    padding: 45px 0 0;
    text-align: center; }
    @media (max-width: 740px) {
      .feed-panels h2 {
        border-bottom: none;
        line-height: 1em;
        height: inherit;
        margin-bottom: 30px; } }
    .feed-panels h2 span {
      background: #fff;
      padding: 0 20px; }
      @media (max-width: 740px) {
        .feed-panels h2 span {
          padding: 0; } }
  .feed-panels ul.slides li {
    padding: 0 10px; }
    .feed-panels ul.slides li > a {
      display: block;
      height: 140px;
      margin: 0 0 10px;
      overflow: hidden; }
      .feed-panels ul.slides li > a img {
        height: auto;
        width: 100%;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
    .feed-panels ul.slides li div.facmodal {
      display: block;
      max-height: 140px;
      margin: 0 0 10px;
      overflow: hidden; }
      .feed-panels ul.slides li div.facmodal img {
        height: auto;
        width: 100%;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
    .feed-panels ul.slides li h3 {
      font-family: "Univers LT W01 75 Black";
      font-size: 13px; }
      .feed-panels ul.slides li h3 a {
        color: #000;
        text-decoration: none;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .feed-panels ul.slides li h3 a:hover {
          color: #e3d583; }
    .feed-panels ul.slides li h4 {
      color: #808080;
      text-transform: none;
      font-family: "Sabon LT W01 Italic";
      font-size: 12px;
      margin: 0 0 .8em; }
    .feed-panels ul.slides li p {
      color: #666;
      font-size: 12px;
      font-family: "Lato","Helvetica Neue",Helvetica,sans-serif; }
    .feed-panels ul.slides li:hover > a img {
      /* -webkit-transform: scale(1.2); */ }

.faculty .faculty-list {
  position: relative; }
  .faculty .faculty-list .flex-control-paging {
    padding: 50px 0;
    text-align: center; }
    @media (max-width: 960px) {
      .faculty .faculty-list .flex-control-paging {
        display: none; } }
    .faculty .faculty-list .flex-control-paging li {
      border: solid 1px #999;
      border-radius: 6px;
      display: inline-block;
      margin: 0 9px;
      padding: 1px; }
      .faculty .faculty-list .flex-control-paging li a {
        border-radius: 4px;
        display: block;
        height: 4px;
        text-indent: -9999px;
        width: 4px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .faculty .faculty-list .flex-control-paging li a.flex-active {
          background: #999; }
  .faculty .faculty-list .flex-direction-nav {
    margin: -60px 0 0 -20px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (max-width: 740px) {
      .faculty .faculty-list .flex-direction-nav {
        display: none; } }
    .faculty .faculty-list .flex-direction-nav a {
      background: blue;
      display: block;
      height: 30px;
      position: absolute;
      text-indent: -9999px;
      width: 15px; }
    .faculty .faculty-list .flex-direction-nav .flex-prev {
      background: url(../img/programs/icon-prevLight.png) no-repeat;
      left: 0; }
    .faculty .faculty-list .flex-direction-nav .flex-next {
      background: url(../img/programs/icon-nextLight.png) no-repeat;
      right: 0; }
@media (max-width: 740px) {
  .faculty .hint {
    background: url(../img/programs/hint_dark.png) no-repeat;
    height: 8px;
    margin: 35px auto 0;
    width: 77px; } }
  @media (max-width: 740px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 740px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 740px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-device-pixel-ratio: 1.3), (max-width: 740px) and (min-resolution: 1.3dppx) {
    .faculty .hint {
      background-image: url("../img/programs/hint_dark@2x.png");
      background-size: 77px 8px; } }

.program-news {
  overflow: hidden; }
  .program-news ul.slides {
    margin: 0;
    overflow: hidden;
    padding: 0; }
    @media (max-width: 1160px) {
      .program-news ul.slides {
        margin: 0 auto;
        width: 640px; } }
    @media (max-width: 960px) {
      .program-news ul.slides {
        width: 280px; } }
    .program-news ul.slides li {
      float: left;
      margin: 0 40px 0 0;
      padding: 0;
      width: 280px; }
      @media (max-width: 1160px) {
        .program-news ul.slides li {
          margin: 0 20px; } }
      @media (max-width: 960px) {
        .program-news ul.slides li {
          margin: 0;
          display: none; } }
      .program-news ul.slides li.views-row-last {
        margin: 0; }
        @media (max-width: 1160px) {
          .program-news ul.slides li.views-row-last {
            display: none; } }
      .program-news ul.slides li.views-row-first {
        display: block; }
  .program-news .read-more {
    color: #999;
    display: inline-block;
    float: right;
    font-family: "Univers LT W01 75 Black";
    font-size: 12px;
    margin: 40px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    .program-news .read-more:hover {
      color: #a89942; }
    .program-news .read-more span {
      font-size: 80%;
      margin: 0 0 0 5px; }

.flickr {
  background: #fff;
  /*padding: 0 0 60px; }*/
  .flickr .wrapper {
    margin: 0 auto;
    width: 920px; }
    @media (max-width: 1160px) {
      .flickr .wrapper {
        width: 740px; } }
    @media (max-width: 960px) {
      .flickr .wrapper {
        margin: 0 10%;
        padding: 0 0 100px;
        width: 80%; } }
    @media (max-width: 740px) {
      .flickr .wrapper {
        margin: 0 5%;
        width: 90%; } }
  .flickr h2 {
    border-bottom: solid 1px #000;
    color: #000;
    height: 32px;
    font-family: "UniversLTW01-39ThinUltr";
    font-size: 50px;
    letter-spacing: 2px;
    margin: 0 0 40px;
    padding: 45px 0 0;
    text-align: center; }
    @media (max-width: 740px) {
      .flickr h2 {
        border-bottom: none;
        line-height: 1em;
        height: inherit;
        margin-bottom: 30px; } }
    .flickr h2 span {
      background: #fff;
      padding: 0 20px; }
      @media (max-width: 740px) {
        .flickr h2 span {
          padding: 0; } }
  .flickr h3 {
    color: #000;
    font-family: "Univers LT W01 75 Black";
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px; }
  .flickr a.more {
    background: url(../img/alumni/icon-flickr.png) no-repeat right center;
    color: #999;
    float: right;
    font-family: "Univers LT W01 75 Black";
    font-size: 12px;
    margin: 20px 0 0;
    padding: 2px 50px 0 0;
    text-transform: uppercase; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .flickr a.more {
        background-image: url("../img/alumni/icon-flickr@2x.png");
        background-size: 45px 14px; } }
  .flickr .flickr-gallery {
    position: relative;
    margin: 0 auto;
    max-width: 820px;
    width: 100%; }
  .flickr ul.slides li {
    padding: 0 10px;
    width: 255px; }
    .flickr ul.slides li a.image {
      color: #fff;
      display: block;
      height: 170px;
      margin: 10px 0;
      position: relative;
      overflow: hidden;
      width: 100%; }
      .flickr ul.slides li a.image img {
        height: auto;
        width: 100%; }
      .flickr ul.slides li a.image aside {
        background: rgba(0, 0, 0, 0.7);
        height: 45px;
        padding: 125px 10px 0;
        position: absolute;
        top: 255px;
        width: 235px;
        z-index: 10;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        .flickr ul.slides li a.image aside h4 {
          font-size: 16px;
          text-transform: none; }
        .flickr ul.slides li a.image aside p {
          font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
          font-size: 12px; }
      .flickr ul.slides li a.image:hover aside {
        top: 0; }
  .flickr .flex-direction-nav {
    margin: -15px 0 0 -40px;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (max-width: 740px) {
      .flickr .flex-direction-nav {
        display: none; } }
    .flickr .flex-direction-nav a {
      background: blue;
      display: block;
      height: 30px;
      position: absolute;
      text-indent: -9999px;
      width: 15px; }
    .flickr .flex-direction-nav .flex-prev {
      background: url(../img/programs/icon-prevLight.png) no-repeat;
      left: 0; }
    .flickr .flex-direction-nav .flex-next {
      background: url(../img/programs/icon-nextLight.png) no-repeat;
      right: 0; }

.vimeo {
  background: #fff;
  padding: 0 0 100px; }
  .vimeo .wrapper {
    border-top: solid 1px #ccc;
    margin: 0 auto;
    width: 920px; }
    @media (max-width: 1160px) {
      .vimeo .wrapper {
        width: 740px; } }
    @media (max-width: 960px) {
      .vimeo .wrapper {
        margin: 0 10%;
        padding: 0 0 100px;
        width: 80%; } }
    @media (max-width: 740px) {
      .vimeo .wrapper {
        margin: 0 5%;
        width: 90%; } }
  .vimeo .vimeo-slides {
    position: relative;
    margin: 35px auto 0;
    max-width: 820px;
    width: 100%; }
  .vimeo.feed-panels ul.slides li > a {
    height: 140px;
    position: relative; }
    .vimeo.feed-panels ul.slides li > a aside {
      background: url(../img/alumni/icon-play.png) no-repeat;
      height: 52px;
      left: 100px;
      position: absolute;
      top: 46px;
      width: 52px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .vimeo.feed-panels ul.slides li > a aside {
          background-image: url("../img/alumni/icon-play@2x.png");
          background-size: 52px 52px; } }
  .vimeo .flex-direction-nav {
    margin: -15px 0 0 -40px;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (max-width: 740px) {
      .vimeo .flex-direction-nav {
        display: none; } }
    .vimeo .flex-direction-nav a {
      background: blue;
      display: block;
      height: 30px;
      position: absolute;
      text-indent: -9999px;
      width: 15px; }
    .vimeo .flex-direction-nav .flex-prev {
      background: url(../img/programs/icon-prevLight.png) no-repeat;
      left: 0; }
    .vimeo .flex-direction-nav .flex-next {
      background: url(../img/programs/icon-nextLight.png) no-repeat;
      right: 0; }
  .vimeo a.more {
    background: url(../img/alumni/icon-vimeo.png) no-repeat right center;
    color: #999;
    float: right;
    font-family: "Univers LT W01 75 Black";
    font-size: 12px;
    margin: 20px 0 0;
    padding: 6px 75px 2px 0;
    text-transform: uppercase; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .vimeo a.more {
        background-image: url("../img/alumni/icon-vimeo@2x.png");
        background-size: 69px 20px; } }

/*********************************************************************************************************************
*
*  Blog and Content Pages
*
*********************************************************************************************************************/
.context-blog #section-content {
  background: url(../img/blog/bg-blog.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .context-blog #section-content ul.events {
    margin: 0 auto;
    width: 830px; }
    @media (max-width: 1160px) {
      .context-blog #section-content ul.events {
        width: 690px; } }
    @media (max-width: 960px) {
      .context-blog #section-content ul.events {
        width: 520px; } }
    @media (max-width: 740px) {
      .context-blog #section-content ul.events {
        margin: 0 5%;
        width: 90%; } }
    .context-blog #section-content ul.events li {
      border-bottom: solid 1px #979797;
      margin: 10px 0;
      padding: 10px 0 10px 420px;
      position: relative;
      background: url(../img/blog/event-bg-white.jpg) no-repeat right top 80% 100%;
      color: #000; }
      @media (max-width: 960px) {
        .context-blog #section-content ul.events li {
          padding: 10px 0; } }
      .context-blog #section-content ul.events li img {
        height: auto;
        left: 130px;
        position: absolute;
        width: 250px;
        margin: 0 0 0 20px; }
        @media (max-width: 960px) {
          .context-blog #section-content ul.events li img {
            top: 0;
            float: right;
            position: absolute;
            width: 75%; } }
      .context-blog #section-content ul.events li .cal-month {
        position: absolute;
        left: 0;
        color: #e3d583;
        width: 125px;
        height: 34px;
        font-size: 21px;
        text-align: center;
        background-color: #000;
        border-top: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        .context-blog #section-content ul.events li .cal-month .date-display-single {
          font-size: 21px;
          color: #e3d583; }
        @media (max-width: 960px) {
          .context-blog #section-content ul.events li .cal-month {
            position: relative; } }
      .context-blog #section-content ul.events li .cal-date {
        position: absolute;
        left: 0;
        color: #e3d583;
        width: 125px;
        top: 45px;
        text-align: center;
        font-size: 57px;
        background-color: #fff;
        border-bottom: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px; }
        .context-blog #section-content ul.events li .cal-date .date-display-single {
          font-size: 57px;
          color: #e3d583; }
        @media (max-width: 960px) {
          .context-blog #section-content ul.events li .cal-date {
            position: relative;
            top: 0; } }
    .context-blog #section-content ul.events h3 {
      margin: -5px 0 0;
      font-size: 10px;
      font-family: "UniversLTW01-57Condense 723821"; }
      @media (max-width: 960px) {
        .context-blog #section-content ul.events h3 {
          margin: 69px 0 0; } }
    .context-blog #section-content ul.events h2 {
      display: inline;
      font-size: 15px;
      font-family: "UniversLTW01-67BoldCn"; }
    .context-blog #section-content ul.events .date-display-single {
      color: #000;
      font-family: "UniversLTW01-67BoldCn";
      font-size: 13px; }
    .context-blog #section-content ul.events .event-category {
      color: #000;
      font-family: "UniversLTW01-57Condense 723821";
      font-size: 13px;
      text-transform: uppercase; }
    .context-blog #section-content ul.events p {
      font-family: "Sabon LT W01 Italic";
      font-size: 13px; }
      .context-blog #section-content ul.events p strong {
        font-weight: normal; }
    .context-blog #section-content ul.events .excerpt {
      min-height: 150px; }
    .context-blog #section-content ul.events .excerpt a {
      background: #e3d583;
      color: #000;
      display: inline-block;
      font-size: 10px;
      font-family: "UniversLTW01-67BoldCn";
      margin: 10px 0;
      padding: 8px 15px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      .context-blog #section-content ul.events .excerpt a span {
        font-size: 70%;
        margin: -3px 0 0 4px; }
      .context-blog #section-content ul.events .excerpt a:hover {
        background: #fdf6cb; }
  .context-blog #section-content .view-display-id-blog ul.articles {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 1410px; }
    @media (max-width: 1600px) {
      .context-blog #section-content .view-display-id-blog ul.articles {
        width: 1175px; } }
    @media (max-width: 1400px) {
      .context-blog #section-content .view-display-id-blog ul.articles {
        width: 940px; } }
    @media (max-width: 1160px) {
      .context-blog #section-content .view-display-id-blog ul.articles {
        width: 720px; } }
    @media (max-width: 960px) {
      .context-blog #section-content .view-display-id-blog ul.articles {
        width: 470px; } }
    @media (max-width: 740px) {
      .context-blog #section-content .view-display-id-blog ul.articles {
        width: 100%; } }
    .context-blog #section-content .view-display-id-blog ul.articles li {
      background: #fff;
      margin: 10px;
      width: 215px; }
      @media (max-width: 740px) {
        .context-blog #section-content .view-display-id-blog ul.articles li {
          margin: 10px 5%;
          width: 90%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    .context-blog #section-content .view-display-id-blog ul.articles img {
      height: auto;
      width: 100%; }
      @media (max-width: 740px) {
        .context-blog #section-content .view-display-id-blog ul.articles img {
          display: none; } }
    .context-blog #section-content .view-display-id-blog ul.articles h2, .context-blog #section-content .view-display-id-blog ul.articles h3 {
      line-height: 1.2em; }
    .context-blog #section-content .view-display-id-blog ul.articles h3 {
      color: #ccc;
      font-size: 12px;
      font-family: "UniversLTW01-57Condense 723821";
      padding: 10px 12px 5px; }
    .context-blog #section-content .view-display-id-blog ul.articles h2 {
      font-size: 15px;
      font-family: "UniversLTW01-67BoldCn";
      padding: 0 12px; }
      .context-blog #section-content .view-display-id-blog ul.articles h2 a {
        color: #000;
        text-decoration: none; }
    .context-blog #section-content .view-display-id-blog ul.articles .date-display-single {
      font-family: "UniversLTW01-67BoldCn";
      margin: 0 0 0 15px; }
    .context-blog #section-content .view-display-id-blog ul.articles .event-cat {
      font-family: "UniversLTW01-57Condense 723821";
      text-transform: uppercase; }
    .context-blog #section-content .view-display-id-blog ul.articles .date-display-single,
    .context-blog #section-content .view-display-id-blog ul.articles .event-cat {
      color: #e3d583;
      font-size: 13px; }
    .context-blog #section-content .view-display-id-blog ul.articles p {
      color: #000;
      font-size: 13px;
      font-family: "Sabon LT W01 Italic";
      padding: 15px 12px; }
    .context-blog #section-content .view-display-id-blog ul.articles .categories {
      background: #fff;
      /* background: $lightgold; */
      color: #000;
      float: left;
      font-size: 10px;
      font-family: "UniversLTW01-57Condense 723821";
      padding: 5px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
      text-transform: uppercase;
      width: 60%; }
    .context-blog #section-content .view-display-id-blog ul.articles .read-more a {
      background: #000;
      color: #fff;
      float: right;
      font-size: 10px;
      font-family: "UniversLTW01-67BoldCn";
      padding: 5px 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 40%;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      .context-blog #section-content .view-display-id-blog ul.articles .read-more a span {
        font-size: 70%;
        margin: -3px 0 0 4px; }
      .context-blog #section-content .view-display-id-blog ul.articles .read-more a:hover {
        background: #fdf6cb;
        color: black; }

section.blog-single {
  background: #fff;
  color: #000;
  margin: 20px auto 60px;
  max-width: 600px;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease; }
  @media (max-width: 740px) {
    section.blog-single {
      margin-top: 0; } }
  section.blog-single .top {
    background: #fdf6cb;
    color: #000;
    font-size: 10px;
    font-family: "UniversLTW01-57Condense 723821";
    width: 100%; }
    section.blog-single .top span {
      display: inline-block;
      letter-spacing: 2px;
      padding: 5px 18px;
      text-transform: uppercase;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 80%; }
    section.blog-single .top .close {
      background: #e3d583 url(../img/blog/icon-close.png) no-repeat 50px center;
      color: #000;
      display: block;
      float: right;
      letter-spacing: 1px;
      padding: 5px 25px 5px 10px;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        section.blog-single .top .close {
          background-image: url("../img/blog/icon-close@2x.png");
          background-size: 10px 10px; } }
      section.blog-single .top .close:hover {
        background-color: #fff; }
  section.blog-single .field-type-image img {
    height: auto;
    padding: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  section.blog-single article {
    float: left;
    margin: 0 0 0 18px;
    width: 65%; }
    @media (max-width: 740px) {
      section.blog-single article {
        float: none;
        margin: 0;
        padding: 18px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    section.blog-single article img {
      height: auto;
      width: 100%; }
  section.blog-single aside {
    border-left: solid 1px #e3d583;
    float: right;
    margin: 0 18px 0 0;
    padding: 0 0 0 18px;
    width: 23%; }
    @media (max-width: 740px) {
      section.blog-single aside {
        border-left: none;
        float: none;
        margin: 0;
        padding: 0 18px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    section.blog-single aside h2 {
      font-family: "Univers LT W01 65 Bold";
      font-size: 12px;
      margin: .5em 0 1em; }
      section.blog-single aside h2 a {
        color: #e3d583; }
        section.blog-single aside h2 a:hover {
          color: #a89942; }
    section.blog-single aside h3 {
      font-family: "UniversLTW01-67BoldCn";
      font-size: 12px;
      letter-spacing: .2em; }
    section.blog-single aside span.stButton {
      margin: 5px 0 0; }
  section.blog-single hgroup h1 {
    font-size: 16px;
    font-family: "UniversLTW01-67BoldCn"; }
  section.blog-single hgroup h2 {
    color: #e3d583;
    font-size: 16px;
    font-family: "UniversLTW01-67BoldCn"; }
    section.blog-single hgroup h2 span {
      font-family: "UniversLTW01-57Condense 723821"; }
  section.blog-single hgroup h3 {
    color: #ccc;
    font-size: 12px;
    letter-spacing: .25em;
    font-family: "UniversLTW01-57Condense 723821"; }
  section.blog-single .field-name-body {
    margin: 10px 0 20px; }
    section.blog-single .field-name-body p {
      font-size: 13px; }
  section.blog-single.slideIn {
    margin-top: 900px;
    -webkit-transform: scale(0.7);
    opacity: 0; }

.page-search-node #zone-content {
  background: #3c3c3c no-repeat right center #212121;
  background-size: auto 100%;
  background-attachment: fixed;
  padding: 40px; }
  @media (max-width: 740px) {
    .page-search-node #zone-content {
      background: #212121;
      display: block !important;
      height: inherit !important;
      overflow: visible !important; } }
  .page-search-node #zone-content .search-form {
    display: none; }
  .page-search-node #zone-content h2 {
    font-size: 22px; }
  .page-search-node #zone-content h3 {
    font-family: "UniversLTW01-67BoldCn";
    font-size: 20px; }
    .page-search-node #zone-content h3 a {
      color: #e3d583; }
      .page-search-node #zone-content h3 a:hover {
        color: #fdf6cb; }
  .page-search-node #zone-content p {
    font-size: 13px;
    margin: 0 0 1em; }
  .page-search-node #zone-content .search-snippet-info {
    padding: 0; }
    .page-search-node #zone-content .search-snippet-info .search-info {
      display: none; }
  .page-search-node #zone-content li {
    max-width: 740px;
    width: 100%; }
  .page-search-node #zone-content .pager {
    font-size: 12px;
    margin: 40px 0; }
    .page-search-node #zone-content .pager a {
      color: #e3d583; }
    @media (max-width: 740px) {
      .page-search-node #zone-content .pager .pager-item {
        display: none; } }

/*********************************************************************************************************************
*
*  Footer
*
*********************************************************************************************************************/
#section-footer {
  position: relative;
  z-index: 60; }
  @media (max-width: 360px) {
    #section-footer {
      z-index: 15; } }
  #section-footer #zone-footer {
    bottom: -200px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100; }
    @media (max-width: 1160px) {
      #section-footer #zone-footer {
        bottom: -370px; } }
    @media (max-width: 740px) {
      #section-footer #zone-footer {
        bottom: 0;
        left: 0;
        position: relative; } }
    #section-footer #zone-footer .top {
      background: #000;
      height: 31px;
      width: 100%; }
    #section-footer #zone-footer .toggle {
      background: black url(../img/footer-q.png) no-repeat 10px center;
      cursor: pointer;
      float: left;
      font-family: "Sabon LT W01 Roman";
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 8px 30px 6px 35px;
      position: relative; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #section-footer #zone-footer .toggle {
          background-image: url("../img/footer-q@2x.png");
          background-size: 17px 17px; } }
      #section-footer #zone-footer .toggle span {
        background: url(../img/footer-toggle.png) no-repeat;
        display: block;
        height: 7px;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 12px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #section-footer #zone-footer .toggle span {
            background-image: url("../img/footer-toggle@2x.png");
            background-size: 12px 7px; } }
      #section-footer #zone-footer .toggle.active span {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Safari and Chrome */ }
    #section-footer #zone-footer .copyright .callto {
      font-family: "Sabon LT W01 Roman";
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media (max-width: 1160px) {
        #section-footer #zone-footer .copyright .callto {
          display: none; } }
      @media (max-width: 960px) {
        #section-footer #zone-footer .copyright .callto {
          display: none; } }
      @media (max-width: 740px) {
        #section-footer #zone-footer .copyright .callto {
          display: none;
          height: inherit; } }
    #section-footer #zone-footer .push-footer {
      background: #2d2d2d;
      clear: both;
      height: 200px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1160px) {
        #section-footer #zone-footer .push-footer {
          height: 370px; } }
      @media (max-width: 740px) {
        #section-footer #zone-footer .push-footer {
          display: none;
          height: inherit; } }
      #section-footer #zone-footer .push-footer > ul.menu {
        margin: 10px 20px 0;
        float: left;
        width: 1020px; }
        @media (max-width: 1600px) {
          #section-footer #zone-footer .push-footer > ul.menu {
            width: 960px; } }
        @media (max-width: 1400px) {
          #section-footer #zone-footer .push-footer > ul.menu {
            width: 750px; } }
        @media (max-width: 1160px) {
          #section-footer #zone-footer .push-footer > ul.menu {
            width: 100%; } }
        @media (max-width: 740px) {
          #section-footer #zone-footer .push-footer > ul.menu {
            float: none; } }
      #section-footer #zone-footer .push-footer ul.menu {
        padding: 10px 0; }
        #section-footer #zone-footer .push-footer ul.menu li.expanded {
          float: left;
          padding: 0 100px 0 0; }
          @media (max-width: 1600px) {
            #section-footer #zone-footer .push-footer ul.menu li.expanded {
              padding: 0 60px 0 0; } }
          @media (max-width: 1400px) {
            #section-footer #zone-footer .push-footer ul.menu li.expanded {
              padding: 0 20px 0 0; } }
          @media (max-width: 1160px) {
            #section-footer #zone-footer .push-footer ul.menu li.expanded {
              padding: 0 2% 0 0; } }
          @media (max-width: 740px) {
            #section-footer #zone-footer .push-footer ul.menu li.expanded {
              float: none; } }
        #section-footer #zone-footer .push-footer ul.menu li {
          font-size: 15px;
          font-family: "UniversLTW01-67BoldCn";
          list-style: none;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
          #section-footer #zone-footer .push-footer ul.menu li .back {
            display: none; }
          #section-footer #zone-footer .push-footer ul.menu li a {
            background: url(../img/footer-link.png) no-repeat right center;
            color: #fff;
            padding: 0 15px 0 0;
            text-decoration: none; }
            #section-footer #zone-footer .push-footer ul.menu li a:hover {
              color: #e3d583; }
          #section-footer #zone-footer .push-footer ul.menu li ul li {
            font-size: 10px;
            font-family: "Univers LT W01 55 Roman"; }
            @media (max-width: 740px) {
              #section-footer #zone-footer .push-footer ul.menu li ul li {
                font-size: 13px; } }
            #section-footer #zone-footer .push-footer ul.menu li ul li a {
              background: none;
              color: #e3d583; }
              #section-footer #zone-footer .push-footer ul.menu li ul li a:hover {
                color: #fff; }
      #section-footer #zone-footer .push-footer .address {
        background: #1c1c1c url(../img/footer-logo.png) no-repeat center 40px;
        height: 140px;
        float: right;
        margin: 25px 25px 0 0;
        overflow: hidden;
        width: 340px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #section-footer #zone-footer .push-footer .address {
            background-image: url("../img/footer-logo@2x.png");
            background-size: 299px 13px; } }
        @media (max-width: 1160px) {
          #section-footer #zone-footer .push-footer .address {
            float: none;
            margin: 200px auto 0;
            width: 94%; } }
        @media (max-width: 740px) {
          #section-footer #zone-footer .push-footer .address {
            margin: 25px 0 0;
            width: 100%; } }
        #section-footer #zone-footer .push-footer .address .borders {
          border-bottom: solid 1px #fff;
          border-top: solid 1px #fff;
          height: 98px;
          margin: 18px;
          text-align: center; }
          @media (max-width: 740px) {
            #section-footer #zone-footer .push-footer .address .borders {
              border-top: none;
              border-bottom: none; } }
        #section-footer #zone-footer .push-footer .address a {
          color: #e3d583; }
        #section-footer #zone-footer .push-footer .address .line1 {
          font-size: 13px;
          margin: 50px 0 5px; }
          @media (max-width: 740px) {
            #section-footer #zone-footer .push-footer .address .line1 {
              margin: 70px 0 5px; } }
        #section-footer #zone-footer .push-footer .address .line2 {
          font-size: 11px;
          text-transform: uppercase; }
          #section-footer #zone-footer .push-footer .address .line2 strong {
            font-size: 13px;
            font-family: "Univers LT W01 65 Bold";
            font-weight: normal; }
    #section-footer #zone-footer .copyright {
      float: right;
      font-size: 8px;
      font-family: "Sabon LT W01 Italic";
      max-width: 60%;
      font-size: 12px;
      margin: 8px 10px 0 0; }
      @media (max-width: 740px) {
        #section-footer #zone-footer .copyright {
          display: none; } }
      #section-footer #zone-footer .copyright a {
        color: #fff;
        font-family: "Univers LT W01 55 Roman";
        font-size: 8px;
        text-transform: uppercase; }
    #section-footer #zone-footer .search-toggle {
      background: white url(../img/search-toggle.png) no-repeat 0 0;
      cursor: pointer;
      float: left;
      height: 30px;
      position: relative;
      width: 30px;
      z-index: 20;
      transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #section-footer #zone-footer .search-toggle {
          background-image: url("../img/search-toggle@2x.png");
          background-size: 30px 30px; } }
      @media (max-width: 740px) {
        #section-footer #zone-footer .search-toggle {
          display: none; } }
    #section-footer #zone-footer #search-block-form {
      float: left;
      height: 100%;
      position: relative;
      transition: 0.7s ease;
      -moz-transition: 0.7s ease;
      -webkit-transition: 0.7s ease;
      -o-transition: 0.7s ease; }
      @media (max-width: 740px) {
        #section-footer #zone-footer #search-block-form {
          display: none; } }
      #section-footer #zone-footer #search-block-form .form-text {
        /* background: $lightgold; */
        background: #2d2d2d;
        border: 0;
        color: #fff;
        height: 30px;
        font-family: "UniversLTW01-67BoldCn";
        font-size: 12px;
        padding: 0 8px;
        position: absolute;
        top: 0;
        right: 30px;
        width: 185px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #section-footer #zone-footer #search-block-form .form-text::-webkit-input-placeholder {
          color: #a89942; }
        #section-footer #zone-footer #search-block-form .form-text:-moz-placeholder {
          color: #a89942; }
        #section-footer #zone-footer #search-block-form .form-text::-moz-placeholder {
          color: #a89942; }
        #section-footer #zone-footer #search-block-form .form-text:-ms-input-placeholder {
          color: #a89942; }
        #section-footer #zone-footer #search-block-form .form-text:focus {
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
      #section-footer #zone-footer #search-block-form .form-submit {
        /*background: $gold;*/
        background: black url(../img/search-go.png) repeat-x 30px;
        color: #fff;
        border-radius: 0;
        border: none;
        height: 30px;
        font-family: "UniversLTW01-67BoldCn";
        font-size: 15px;
        font-weight: normal;
        padding: 0;
        position: absolute;
        text-shadow: none;
        text-transform: uppercase;
        top: 0;
        right: 0;
        width: 30px; }
      #section-footer #zone-footer #search-block-form.active {
        width: 215px; }
        #section-footer #zone-footer #search-block-form.active .search-toggle {
          background-color: #fff; }

#modal {
  background: url(../img/trans-grey.png);
  height: 100%;
  left: 110px;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 40; }
  @media (max-width: 740px) {
    #modal {
      left: 0; } }
  @media (max-width: 960px) {
    #modal section.blog-single {
      margin-top: 49px;
      margin-bottom: 0;
      width: 65%; } }
  @media (max-width: 740px) {
    #modal section.blog-single {
      width: 100%; } }
  #modal .modal-content {
    background: #fff;
    left: 50%;
    margin: 0px auto 60px -300px;
    max-width: 600px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 100; }

#veterans {
  position: absolute;
  z-index: 39;
  max-width: 440px;
  right: 0px; }
  @media (max-width: 360px) {
    #veterans {
      z-index: 20;
      max-width: 275px;
      right: 0px;
      margin: 48px 0 0 0; } }
  @media (max-width: 740px) {
    #veterans {
      z-index: 20;
      max-width: 355px;
      right: 0px;
      margin: 48px 0 0 0; } }

/*! perfect-scrollbar - v0.4.1
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2013 HyeonJe Jun; Licensed MIT */
.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 3px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0; }

.ps-container:hover .ps-scrollbar-x, .ps-container.hover .ps-scrollbar-x {
  opacity: .4;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-x:hover, .ps-container .ps-scrollbar-x.hover {
  opacity: .9;
  filter: alpha(opacity=90);
  cursor: default; }

.ps-container .ps-scrollbar-x.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 3px;
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.ps-container.ie .ps-scrollbar-y {
  font-size: 0; }

f
.ps-container:hover .ps-scrollbar-y, .ps-container.hover .ps-scrollbar-y {
  opacity: .4;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-y:hover, .ps-container .ps-scrollbar-y.hover {
  opacity: .9;
  filter: alpha(opacity=90);
  cursor: default; }

.ps-container .ps-scrollbar-y.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90); }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.effect6:before, .effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-image: url(../img/scrolltotop.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 1em;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none; }

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.8); }
.views-row-odd class active h2{
	color:#000 !important;}
.views-row-odd class active h3{
	color:#000;}

.optionContainer{
	display:none;}

#program .curriculum .curriculum-view ul.curriculum-list li .description li {
	float:left !important;
	width:100% !important;
	height:auto !important;
	margin-bottom:10px !important;
}
