/**

 RESETS

**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

em {
  font-style: italic; }

/**

FONTS

**/
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont5b62.html?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-youtube-play:before {
  content: "\f16a"; }
  
  .fa-linkedin-square:before {
  content: "\f16a"; }

.fa-close:before {
  content: "\f00d"; }

.page-template-page-main .mask {
  display: none; }
.page-template-page-main.not-exploring #footer {
  display: none; }

.acumen-15-bold {
  font-family: 'Oswald', sans-serif;;
  font-weight: bold;
  font-size: 1.5rem; }

.acumen-13-semi {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.5rem; }

.capit-55-semi {
 font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 5.5rem; }

.capit-52-bold {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 5.2rem; }

.capit-20-bold {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 2rem; }

.open-13-reg {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .open-13-reg {
      font-size: 1.2rem; } }
  @media (max-width: 600px) {
    .open-13-reg {
      font-size: 1.1rem; } }

.open-12-reg {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

/**

HELPER STYLES

**/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.no-select::-moz-selection {
  background: none; }

.no-select::selection {
  background: none; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.center-v {
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%; }

.center-h {
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%; }

.center-both {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-size: 11px; }
  input::-ms-input-placeholder {
    font-size: 11px !important;
    vertical-align: bottom; }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 11px !important;
    vertical-align: bottom; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 11px !important;
    vertical-align: bottom; }
  input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px !important;
    vertical-align: bottom; }
  input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 11px !important;
    vertical-align: bottom; }

.search-wrapper input::-moz-placeholder, .search-wrapper input::-webkit-input-placeholder, .search-wrapper input:-ms-input-placeholder {
  font-weight: bold;
  letter-spacing: .28em;
  text-transform: uppercase;
  top: 0;
  position: relative; }
.search-wrapper input::-ms-input-placeholder {
  font-size: 14px !important; }
.search-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px !important; }
.search-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important; }
.search-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px !important; }
.search-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important; }

.voting input {
  -webkit-appearance: radio; }

/**

GLOBAL ELEMENT STYLES

**/
html {
  font-size: 10px; }

body {
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body.page-template-page-main#not-exploring, body.viewing-menu {
  overflow: hidden; }

.container {
  height: 100%;
  width: 100%;
  max-width: 1340px;
  padding: 0 115px;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  @media (max-width: 1340px) {
    .container {
      padding: 0 60px; } }
  @media (max-width: 1200px) {
    .container {
      padding: 0 40px; } }
  @media (max-width: 600px) {
    .container {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .container {
      padding: 0 20px; } }

.btn {
  width: 200px;
  height: 39px;
  min-width: 125px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 1.0rem;
  letter-spacing: .32em;
 font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 13px 15px 11px 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  .btn span {
    display: inline-block;
    width: 2px; }

.btn:not(.explore) {
  border: 1px solid #ec1c24; }
  .btn:not(.explore) span {
    width: 4px; }

.double-homepage-btn {
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  -moz-transition: opacity .35s;
  transition: opacity .35s; }

.btn.explore, .double-homepage-btn.btn {
  width: 136px; }
  .btn.explore:hover, .double-homepage-btn.btn:hover {
    color: #ec1c24;
    border-color: #ec1c24;
    opacity: .9; }
  .btn.explore .loading, .double-homepage-btn.btn .loading {
    position: absolute;
    display: inline-block;
    width: auto;
    opacity: 0; }
  .btn.explore .explore-span, .double-homepage-btn.btn .explore-span {
    position: relative;
    display: inline-block;
    width: auto; }

.double-homepage-btn {
  color: #ffffff;
  position: absolute;
  bottom: 29%;
  left: 50%;
  width: 310px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }
  @media (max-width: 959px) {
    .double-homepage-btn {
      bottom: 24%; } }
  @media (max-width: 767px) {
    .double-homepage-btn {
      bottom: 18%; } }
  .double-homepage-btn .btn {
    float: left;
    vertical-align: middle;
    border-color: #ec1c24;
    color: #ec1c24; }
    .double-homepage-btn .btn:last-child {
      margin-left: 25px; }
      @media (max-width: 600px) {
        .double-homepage-btn .btn:last-child {
          display: none; } }
    @media (max-width: 767px) {
      .double-homepage-btn .btn {
        width: 90px;
        height: 35px;
        padding: 8px 0; } }
    @media (max-height: 600px) {
      .double-homepage-btn .btn {
        width: 75px;
        height: 30px;
        padding: 7px 0;
        font-size: 1.2rem;
        letter-spacing: .3em; } }
    .double-homepage-btn .btn:hover {
      color: #ec1c24;
      border-color: #ec1c24;
      opacity: .9; }
  @media (max-width: 600px) {
    .double-homepage-btn {
      width: 125px; } }

[class*="koozi"] {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1; }



#header {
  height: 65px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  position: fixed;
  z-index: 10; }
  #header .wordmark {
    display: inline-block;
    margin-left: 40px;
    z-index: 20;
    position: relative;
    height: 100%; }
    #header .wordmark svg {
      width: 200px;
      height: auto;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        #header .wordmark svg {
          width: 180px; } }
    #header .wordmark span {
      display: block;
      text-indent: -9999px; }
    @media (max-width: 959px) {
      #header .wordmark {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      #header .wordmark {
        margin-left: 19px; } }
    #header .wordmark img {
      width: 190px;
      top: 25px;
      position: relative; }
      @media (max-width: 767px) {
        #header .wordmark img {
          width: 150px; } }
      @media (max-width: 480px) {
        #header .wordmark img {
          width: 120px;
          top: 29px; } }
  #header .fake-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #ffffff; }
  #header .panel-holder {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
     }
    #header .panel-holder .socials {
      position: fixed;
      left: 50px;
      bottom: 50px;
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      @media (max-width: 959px) {
        #header .panel-holder .socials {
          left: 30px; } }
      @media (max-width: 767px) {
        #header .panel-holder .socials {
          bottom: 25px;
          left: 25px;
          -webkit-transition: bottom .6s ease-in-out, padding .6s ease-in-out;
          -o-transition: bottom .6s ease-in-out, padding .6s ease-in-out;
          -moz-transition: bottom .6s ease-in-out, padding .6s ease-in-out;
          transition: bottom .6s ease-in-out, padding .6s ease-in-out; } }
      @media (max-width: 320px) {
        #header .panel-holder .socials {
          left: 20px; } }
      #header .panel-holder .socials a {
        display: inline-block;
        margin-right: 30px; }
      #header .panel-holder .socials .fa {
        color: #ec1c24;
        font-size: 4rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s; }
        #header .panel-holder .socials .fa.fa-twitter {
          font-size: 2.1rem; }
        #header .panel-holder .socials .fa:last-child {
          margin-right: 0; }
        #header .panel-holder .socials .fa:hover {
          color: #ec1c24; }
    #header .panel-holder .copyright {
      position: absolute;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.1rem;
      bottom: 47px;
      line-height: 18px;
      left: 50px;
      color: #818181; }
      @media (max-width: 959px) {
        #header .panel-holder .copyright {
          left: 30px; } }
      @media (max-width: 767px) {
        #header .panel-holder .copyright {
          display: none; } }
    #header .panel-holder .bg-holder {
      height: 100%;
      width: 62vw;
      float: left;
      position: relative; }
      @media (max-width: 959px) {
        #header .panel-holder .bg-holder {
          width: 100%;
          position: absolute; } }
    #header .panel-holder .bg-img {
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      height: 100%;
      background-position: 0 0; }
    #header .panel-holder .bar-holder {
      height: 100%;
      width: 38vw;
      float: left;
      position: relative; }
      @media (max-width: 959px) {
        #header .panel-holder .bar-holder {
          width: 100%;
          position: absolute; } }
    #header .panel-holder .cover-outer, #header .panel-holder .cover-inner {
      height: 100%;
      position: relative;
      top: 0;
      left: 0;
      width: 100%; }
    #header .panel-holder .cover-outer {
      overflow: hidden; }
    #header .panel-holder .bar-content {
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 9;
      overflow-y: scroll;
      overflow-x: visible; }
      #header .panel-holder .bar-content .menu-extras.faded {
        opacity: .1 !important; }
      #header .panel-holder .bar-content .menu {
        position: relative;
        display: inline-block;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        top: 130px;
        z-index: 1; }
        @media (max-width: 767px) {
          #header .panel-holder .bar-content .menu {
            top: 140px !important;
            left: 54%; } }
        @media (max-width: 480px) {
          #header .panel-holder .bar-content .menu {
            top: 125px !important;
			text-align:right; } }
        #header .panel-holder .bar-content .menu .menu-item {
          padding-bottom: 45px; }
          @media (max-width: 959px) {
            #header .panel-holder .bar-content .menu .menu-item {
              padding-bottom: 38px; } }
          @media (max-width: 320px) {
            #header .panel-holder .bar-content .menu .menu-item {
              padding-bottom: 26px;
			  text-align:right; } }
          #header .panel-holder .bar-content .menu .menu-item .holder {
            overflow: hidden;
            -webkit-transition: height .7s ease-in-out;
            -o-transition: height .7s ease-in-out;
            -moz-transition: height .7s ease-in-out;
            transition: height .7s ease-in-out;
            -webkit-transition-delay: .15s;
               -moz-transition-delay: .15s;
                 -o-transition-delay: .15s;
                    transition-delay: .15s;
            height: 0; }
            #header .panel-holder .bar-content .menu .menu-item .holder.open {
              -webkit-transition-delay: .2s;
                 -moz-transition-delay: .2s;
                   -o-transition-delay: .2s;
                      transition-delay: .2s; }
          #header .panel-holder .bar-content .menu .menu-item .parent {
            font-family: "Raleway", serif;
            font-weight: bold;
            font-size: 1.5rem;
            color: #818181;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            -moz-transition: color .3s;
            transition: color .3s;
            cursor: pointer;
            position: relative; }
            @media (max-width: 767px) {
              #header .panel-holder .bar-content .menu .menu-item .parent {
                font-size: 1.2rem; } }
            @media (max-width: 320px) {
              #header .panel-holder .bar-content .menu .menu-item .parent {
                font-size: 1.2rem; } }
            #header .panel-holder .bar-content .menu .menu-item .parent:after {
              content: '';
              width: 185px;
              position: absolute;
              display: block;
              bottom: -14px;
              left: -36px;
              height: 1px;
              cursor: default;
              background-color: #e4e4e4; }
              @media (max-width: 959px) {
                #header .panel-holder .bar-content .menu .menu-item .parent:after {
                  bottom: -9px;
                  width: 150px;
                  left: -28px; } }
              @media (max-width: 320px) {
                #header .panel-holder .bar-content .menu .menu-item .parent:after {
                  bottom: -7px;
                  left: -15px; } }
            #header .panel-holder .bar-content .menu .menu-item .parent span {
              font-size: 1.5rem;
              position: relative;
              top: -8px;
              left: -15px;
              opacity: .35;
              padding-left: 20px;
              padding-bottom: 17px;
              -webkit-transition: opacity .3s;
              -o-transition: opacity .3s;
              -moz-transition: opacity .3s;
              transition: opacity .3s; }
              @media (max-width: 767px) {
                #header .panel-holder .bar-content .menu .menu-item .parent span {
                  font-size: 1.175rem; } }
              @media (max-width: 320px) {
                #header .panel-holder .bar-content .menu .menu-item .parent span {
                  font-size: 1.4rem;
                  top: -7px;
                  left: -12px; } }
            #header .panel-holder .bar-content .menu .menu-item .parent.open {
              color: #ec1c24; }
              #header .panel-holder .bar-content .menu .menu-item .parent.open span {
                opacity: 1; }
          #header .panel-holder .bar-content .menu .menu-item .children {
            font-family: "acumin-pro-extra-condensed", serif;
            font-size: 1.5rem;
            letter-spacing: .15em;
            text-transform: uppercase; }
            #header .panel-holder .bar-content .menu .menu-item .children > a {
              display: inline-block;
              position: relative;
              line-height: 1.25;
              margin: 19px 0 0 30px;
              cursor: pointer; }
              #header .panel-holder .bar-content .menu .menu-item .children > a:last-child {
                margin-bottom: 0px; }
              #header .panel-holder .bar-content .menu .menu-item .children > a:first-child {
                margin-top: 34px; }
              #header .panel-holder .bar-content .menu .menu-item .children > a p {
                z-index: 2;
                display: block;
                cursor: pointer;
                position: relative;
                color: #777777;
                -webkit-transition: all .25s;
                -o-transition: all .25s;
                -moz-transition: all .25s;
                transition: all .25s; }
              #header .panel-holder .bar-content .menu .menu-item .children > a:after {
                position: absolute;
                content: '';
                width: -webkit-calc(100% + 40px);
                width: -moz-calc(100% + 40px);
                width: calc(100% + 40px);
                background-color: red;
                display: block;
                top: 1px;
                left: -18px;
                height: 100%;
                opacity: 0;
                -webkit-transition: all .25s;
                -o-transition: all .25s;
                -moz-transition: all .25s;
                transition: all .25s;
                z-index: 1; }
              #header .panel-holder .bar-content .menu .menu-item .children > a:hover p {
                color: #fff; }
              #header .panel-holder .bar-content .menu .menu-item .children > a:hover:after {
                opacity: 1; }
      #header .panel-holder .bar-content .affiliate-logos {
        position: fixed;
        bottom: 50px;
        right: 50px;
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        width: 15%; }
        @media (max-width: 959px) {
          #header .panel-holder .bar-content .affiliate-logos {
            right: 32px; } }
        @media (max-width: 767px) {
          #header .panel-holder .bar-content .affiliate-logos {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 15%; } }
        @media (max-width: 767px) {
          #header .panel-holder .bar-content .affiliate-logos {
            width: 15%;
            right: 20px; } }
        #header .panel-holder .bar-content .affiliate-logos img {
          display: block;
          margin-bottom: 30px;
          width: 50%; }
          #header .panel-holder .bar-content .affiliate-logos img:last-child {
            margin-bottom: 0; }
    #header .panel-holder .bar-color {
      background-color: #f5f5f5;
      height: 100%; }
      @media (max-width: 959px) {
        #header .panel-holder .bar-color {
          opacity: .85; } }
  #header nav {
    letter-spacing: .28em;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    position: relative;
    right: 245px;
    top: 25px;
    z-index: 19; }
    #header nav.action-items {
      display: block; }
      @media (max-width: 959px) {
        #header nav.action-items {
          display: none; } }
    @media (max-width: 1100px) {
      #header nav {
        right: 217px; } }
    #header nav ul {
      font-family: "Raleway", serif;
      font-weight: bold;
      font-size: 1.0rem; }
      @media (max-width: 480px) {
        #header nav ul {
          font-size: 1.2rem; } }
    #header nav li {
      display: inline-block;
      margin-right: 50px;
      color: #969696;
      position: relative;
      cursor: pointer;
      padding-bottom: 6px; }
      @media (max-width: 1200px) {
        #header nav li {
          margin-right: 30px; } }
      @media (max-width: 1100px) {
        #header nav li {
          margin-right: 25px; }
          #header nav li a span {
            display: none; } }
      #header nav li:last-child {
        margin-right: 0; }
      #header nav li:after {
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        cursor: pointer;
        height: 1px;
        left: -2px;
        background-color: #acacac;
        opacity: .22;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s; }
      #header nav li:hover:after {
        opacity: .75; }
  #header .menu-trigger {
    display: inline-block;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    width: 97px;
    cursor: pointer;
    z-index: 20;
    /* McButton */ }
    #header .menu-trigger .McButton {
      position: absolute;
      top: 50%;
      right: 40px;
      margin-top: -11px;
      width: 28px;
      height: 22px;
      cursor: pointer; }
      @media (max-width: 959px) {
        #header .menu-trigger .McButton {
          right: 30px; } }
      @media (max-width: 767px) {
        #header .menu-trigger .McButton {
          right: 20px; } }
      @media (max-width: 480px) {
        #header .menu-trigger .McButton {
          margin-top: -13px; } }
      #header .menu-trigger .McButton b {
        position: absolute;
        left: 0;
        width: 28px;
        height: 2px;
        background-color: #ec1c24; }
        #header .menu-trigger .McButton b:nth-child(1) {
          top: 3px; }
        #header .menu-trigger .McButton b:nth-child(2) {
          top: 50%; }
        #header .menu-trigger .McButton b:nth-child(3) {
          top: 19px; }
    #header .menu-trigger span {
      top: 26px;
      letter-spacing: .32em;
      position: relative;
      left: -32px;
      display: inline-block; }
      @media (max-width: 959px) {
        #header .menu-trigger span {
          left: -22px; } }
      @media (max-width: 767px) {
        #header .menu-trigger span {
          left: 4px;
          font-size: 1.2rem;
          top: 27px; } }
      @media (max-width: 480px) {
        #header .menu-trigger span {
          left: -1px;
          font-size: 1.4rem;
          top: 25px; } }
    #header .menu-trigger:hover span:after {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
  #header .menu-word {
    text-transform: uppercase;
    font-weight: bold;
    color: #6d6d6d; }
    #header .menu-word::-moz-selection {
      background: none; }
    #header .menu-word::selection {
      background: none; }
    #header .menu-word:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -2px;
      height: 2px;
      color: #ec1c24;
      width: 45px; }

#nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #060606; }

.interior-hero {
  height: 600px;
  width: 100%;
  position: relative;
  display: table;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  @media (max-width: 1024px) {
    .interior-hero {
      background-position: 0; } }
  .interior-hero .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 30, 0.2); }
  .interior-hero .holder {
    max-width: 625px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3; }
  .interior-hero .title {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 34px; }
  .interior-hero .subhead {
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }

.lit-block {
  margin-bottom: 140px; }
  @media (max-width: 600px) {
    .lit-block {
      margin-bottom: 80px; } }
  .lit-block:last-child {
    margin-bottom: 0; }
  .lit-block:first-child {
    margin-top: 0; }
  .lit-block .lit-hunk {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .lit-block .lit-hunk {
        overflow: visible; } }
    .lit-block .lit-hunk .seen-bar {
      position: absolute;
      top: 50%;
      height: 1px;
      width: 100%;
      visibility: hidden; }
    .lit-block .lit-hunk .all-about {
      margin-left: 25px; }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .all-about {
          margin-left: 0; } }
    .lit-block .lit-hunk .img-hunk {
      width: 41.66667%;
      float: left; }
      @media (max-width: 1200px) {
        .lit-block .lit-hunk .img-hunk {
          width: 50%;
          float: left; } }
      @media (max-width: 959px) {
        .lit-block .lit-hunk .img-hunk {
          width: 54.16667%;
          float: left; } }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .img-hunk {
          width: 32%;
          float: none;
          display: inline-block; } }
      @media (max-width: 600px) {
        .lit-block .lit-hunk .img-hunk {
          width: 65%; } }
      @media (max-width: 480px) {
        .lit-block .lit-hunk .img-hunk {
          width: 100%; } }
      .lit-block .lit-hunk .img-hunk img {
        width: 100%;
        -webkit-transition: .8s 0s filter ease;
        -o-transition: .8s 0s filter ease;
        -moz-transition: .8s 0s filter ease;
        transition: .8s 0s filter ease;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-backface-visibility: hidden; 
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
      .lit-block .lit-hunk .img-hunk .credit {
        font-size: .9em;
        font-family: 'Open Sans', sans-serif;
        color: #c6c6c6;
        width: 100%;
        position: relative;
        margin-top: 6px;
        clear: both; }
        .lit-block .lit-hunk .img-hunk .credit p {
          display: inline-block; }
        .lit-block .lit-hunk .img-hunk .credit span {
          background-color: #c6c6c6;
          width: 80%;
          height: 1px;
          bottom: 50%;
          position: absolute;
          right: 0; }
    .lit-block .lit-hunk .content-hunk {
      width: 58.33333%;
      float: left;
      position: relative; }
      @media (max-width: 1200px) {
        .lit-block .lit-hunk .content-hunk {
          width: 50%;
          float: left; } }
      @media (max-width: 959px) {
        .lit-block .lit-hunk .content-hunk {
          width: 45.83333%;
          float: left; } }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .content-hunk {
          width: 65%;
          float: none;
          vertical-align: top;
          display: inline-block;
          padding-left: 20px;
          margin-top: -6px; } }
      @media (max-width: 600px) {
        .lit-block .lit-hunk .content-hunk {
          width: 100%;
          float: none;
          margin-top: 10px;
          padding-left: 0; } }
    .lit-block .lit-hunk .title {
      font-size: 7rem;
      font-family: "Raleway", serif;
      font-style: italic;
      color: #797979;
      margin-left: -24px;
      margin-bottom: 25px;
      line-height: 1.2; }
      @media (max-width: 959px) {
        .lit-block .lit-hunk .title {
          font-size: 5rem;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .title {
          margin-left: 0;
          font-size: 4rem; } }
      @media (max-width: 600px) {
        .lit-block .lit-hunk .title {
          font-size: 3.5rem; } }
      @media (max-width: 480px) {
        .lit-block .lit-hunk .title {
          margin-bottom: 7px; } }
    .lit-block .lit-hunk .dates {
      font-family: "acumin-pro-extra-condensed", serif;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: .22em;
      margin-bottom: 15px;
      color: #898989; }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .dates {
          font-size: 17px; } }
      @media (max-width: 480px) {
        .lit-block .lit-hunk .dates {
          margin-bottom: 10px; } }
    .lit-block .lit-hunk .excerpt {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.3rem;
      line-height: 2;
      letter-spacing: .093em;
      margin-bottom: 50px;
      display: block;
      max-width: 400px;
      color: #636363; 
	  text-align:justify;}
      @media (max-width: 959px) {
        .lit-block .lit-hunk .excerpt {
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .lit-block .lit-hunk .excerpt {
          margin-bottom: 18px; } }
      .lit-block .lit-hunk .excerpt a {
        color: #ec1c24; }
    .lit-block .lit-hunk .btn-group {
      margin-left: -25px; }
      .lit-block .lit-hunk .btn-group.offset-less {
        margin-left: -19px; }
      .lit-block .lit-hunk .btn-group .btn {
        display: inline-block;
        margin-right: 20px; }
        .lit-block .lit-hunk .btn-group .btn .fa {
          margin: 0 -1px 0 8px;
          font-size: 12px; }
        @media (max-width: 767px) {
          .lit-block .lit-hunk .btn-group .btn {
            margin-right: 10px; }
            .lit-block .lit-hunk .btn-group .btn:first-child {
              margin-bottom: 12px; } }
      @media (max-width: 767px) {
        .lit-block .lit-hunk .btn-group {
          margin-left: 0; } }
    .lit-block .lit-hunk.lit .img-hunk .credit span {
      background-color: #ec1c24; }
    .lit-block .lit-hunk.lit .img-hunk img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      -webkit-transition: 1s 0s filter ease;
      -o-transition: 1s 0s filter ease;
      -moz-transition: 1s 0s filter ease;
      transition: 1s 0s filter ease; 
	  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.img-hunk2 {
      width: 60%;
	  text-align:center }

.credit p {
  line-height: 1.4; }

.content-header {
  font-size: 46px;
  font-style: italic;
  color: #636363;
  font-family: "Raleway", serif; }

.content-intro .btn-group {
  text-align: center;
  display: block;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .content-intro .btn-group {
      margin-top: 20px; } }
  .content-intro .btn-group a {
    display: inline-block;
    margin-right: 15px; }

.body-content .content-intro {
  margin-bottom: 150px; }
  @media (max-width: 680px) {
    .body-content .content-intro.community {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .body-content .content-intro.community {
      padding: 0 20px; } }
.body-content .body-header {
  font-size: 5.5rem;
  font-style: italic;
  color: #797979;
  font-family: "Raleway", serif;
  display: inline-block;
  max-width: 700px;
  text-align: center;
  line-height: .99;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  text-shadow: 3px 0 #ffffff, -webkit-calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff;
  text-shadow: 3px 0 #ffffff, -moz-calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff;
  text-shadow: 3px 0 #ffffff, calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff; }
  .body-content .body-header span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px; }
  .body-content .body-header:after {
    height: 1px;
    content: '';
    position: absolute;
    background-color: #acacac;
    width: 114%;
    bottom: 0;
    left: -7%;
    z-index: -1; }
    @media (max-width: 480px) {
      .body-content .body-header:after {
        left: -2.5%;
        width: 105%; } }
  @media (max-width: 767px) {
    .body-content .body-header {
      font-size: 4.5rem; } }
  @media (max-width: 600px) {
    .body-content .body-header {
      font-size: 3.5rem; } }
	  
	  
	  
	  
	  .body-content .body-header2 {
  font-size: 3.0rem;
  font-style: italic;
  color: #797979;
  font-family: "Raleway", serif;
  display: inline-block;
  max-width: 700px;
  text-align: center;
  line-height: .99;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  text-shadow: 3px 0 #ffffff, -webkit-calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff;
  text-shadow: 3px 0 #ffffff, -moz-calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff;
  text-shadow: 3px 0 #ffffff, calc(-2px) 0 #ffffff, 1px 0 #ffffff, -3px 0 #ffffff; }
  .body-content .body-header2 span {
    font-size: 1.0rem;
    display: block;
    margin-bottom: 15px; }
  .body-content .body-header2:after {
    height: 1px;
    content: '';
    position: absolute;
    background-color: #acacac;
    width: 114%;
    bottom: 0;
    left: -7%;
    z-index: -1; }
    @media (max-width: 480px) {
      .body-content .body-header2:after {
        left: -2.5%;
        width: 105%; } }
  @media (max-width: 767px) {
    .body-content .body-header2 {
      font-size: 2.5rem; } }
  @media (max-width: 600px) {
    .body-content .body-header2 {
      font-size: 1.5rem; } }
	  
	  
	  
	  
.body-content .body-intro {
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: .093em;
  color: #333333;
  max-width: 620px;
  text-align: justify;
  margin: 35px auto 0; }
  @media (max-width: 767px) {
    .body-content .body-intro {
      font-size: 1.2rem;
      line-height: 22px;
      margin-top: 20px; } }
	  .body-content .body-intro2 {
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: .093em;
  color:#F00;
  max-width: 620px;
  text-align: justify;
  margin: 35px auto 0;
  font-weight: bold;
  }
  @media (max-width: 767px) {
    .body-content .body-intro2 {
      font-size: 1.2rem;
      line-height: 22px;
      margin-top: 20px; } }
.body-content .btn {
  color: #ec1c24;
  width: auto; }
  .body-content .btn:hover {
    color: #ffffff;
    background: #ec1c24;
    border-color: #ec1c24; }
  .body-content .btn.m-auto {
    display: inline-block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
.body-content .btn.btn-no {
  border-color: #d1d1d1;
  color: #d1d1d1;
  width: auto;
  cursor: default; }
  .body-content .btn.btn-no:hover {
    border-color: #c9c9c9;
    color: #c9c9c9;
    background: transparent; }
.body-content .img-float2 {
  max-width: 70%;
  position: relative;
  float: right;
  margin-top: -120px;
  z-index: 2; }
.body-content .img-copy {
  position: relative;
  clear: both; }
  .body-content .img-copy .img-float1 {
    float: left;
    position: relative;
    z-index: 3; }
  .body-content .img-copy .img-float3 {
    margin-top: -100px; }
  .body-content .img-copy .body-copy {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    letter-spacing: .093em;
    right: 0;
    color: #636363;
    max-width: 380px;
    margin-right: 88px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .body-content .img-copy .body-note {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 32px;
    letter-spacing: .02em;
    color: #a8a1a1;
    max-width: 380px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5vw; }
.body-content.school .content-intro .btn-group {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  display: inline-block;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .body-content.school .content-intro .btn-group {
      margin-top: 20px; } }
.body-content.school .content-intro .btn {
  margin: 0 8px;
  display: inline-block; }
  .body-content.school .content-intro .btn .fa {
    margin: 0 -1px 0 7px; }
.body-content.c-layout {
  padding-top: 0px;
  position: relative;
}
  .body-content.c-layout > .container {
    padding-bottom: 115px; }
  .body-content.c-layout .pointer {
    z-index: auto; }
  .body-content.c-layout strong {
    font-weight: bold; }
  .body-content.c-layout h5, .body-content.c-layout h6 {
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #797979;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .22em; }
  .body-content.c-layout .body h5, .body-content.c-layout .dd h5 {
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: .15em; }
  .body-content.c-layout p, .body-content.c-layout li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 30px;
    color: #847e7e;
    position: relative;
    letter-spacing: .093em; }
  .body-content.c-layout li:not(.dd) {
    margin: 17px 0 17px 17px;
    list-style-type: disc; }
  .body-content.c-layout li.dd {
    margin-bottom: 0; }
  .body-content.c-layout .info p {
    margin-bottom: 20px; }
  .body-content.c-layout main {
    clear: both; }
    .body-content.c-layout main img {
      max-width: 100%;
      height: auto;
      margin-bottom: 30px; }
    .body-content.c-layout main > ul {
      margin-top: -12px; }
  .body-content.c-layout .dd {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 12px; }
    .body-content.c-layout .dd > p {
      padding: 15px 27px 15px 0;
      cursor: pointer;
      font-family: "acumin-pro-extra-condensed", serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 0;
      color: #898989;
      text-transform: uppercase;
      letter-spacing: .22em; }
      .body-content.c-layout .dd > p::-moz-selection {
        background: none; }
      .body-content.c-layout .dd > p::selection {
        background: none; }
      .body-content.c-layout .dd > p::-moz-selection {
        background: none; }
      .body-content.c-layout .dd > p .pointer {
        top: 25px; }
    .body-content.c-layout .dd:first-child {
      margin-top: 0; }
  .body-content.c-layout .sort-options li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 25px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    font-size: inherit;
    color: inherit; }
    .body-content.c-layout .sort-options li:hover {
      color: #ec1c24; }
    .body-content.c-layout .sort-options li:last-child {
      padding-bottom: 20px; }
  .body-content.c-layout h2 {
    font-size: 5.5rem;
    color: #797979;
    font-family: "Raleway", serif;
    font-style: italic;
    display: block;
    margin-bottom: 25px;
    line-height: .97;
    position: relative;
    text-decoration: none;
    text-shadow: 2px 0px #ffffff, -2px 0 #ffffff, 2px 1px #ffffff, -3px 1px #ffffff, 4px 1px #ffffff, -4px 1px #ffffff, 3px 1px #ffffff; }
    .body-content.c-layout h2 span {
      position: relative;
      z-index: 2;
      display: inline-block; }
      .body-content.c-layout h2 span:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        z-index: -1;
        width: 100%;
        height: 1px;
        background-color: #ec1c24; }
    @media (max-width: 767px) {
      .body-content.c-layout h2 {
        font-size: 4.5rem;
        line-height: 1; } }
    @media (max-width: 480px) {
      .body-content.c-layout h2 {
        font-size: 3.5rem;
        margin-bottom: 12px;
        line-height: .98; }
        .body-content.c-layout h2:after {
          bottom: -1px; } }
  .body-content.c-layout .btn {
    display: inline-block;
    margin-right: 8px; }
    .body-content.c-layout .btn .fa {
      margin: 0 -1px 0 8px;
      font-size: 12px; }
  .body-content.c-layout .btn-group {
    margin-bottom: 30px; }
    .body-content.c-layout .btn-group:last-child {
      margin-bottom: 0; }
  .body-content.c-layout .hunk {
    margin-top: 80px; }
    .body-content.c-layout .hunk:first-child {
      margin-top: 0; }
    .body-content.c-layout .hunk > *:last-child {
      margin-bottom: 0; }
  .body-content.c-layout main {
    width: 66.66667%;
    float: left;
    padding-right: 80px; }
    @media (max-width: 1200px) {
      .body-content.c-layout main {
        width: 66.66667%;
        float: left; } }
    @media (max-width: 959px) {
      .body-content.c-layout main {
        padding-right: 40px; } }
    @media (max-width: 767px) {
      .body-content.c-layout main {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0; } }
  .body-content.c-layout aside {
    width: 29.16667%;
    float: right;
    margin-right: 0; }
    @media (max-width: 1200px) {
      .body-content.c-layout aside {
        width: 33.33333%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .body-content.c-layout aside {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        padding-top: 62px;
        border-top: 1px solid #ccc; } }
    .body-content.c-layout aside p {
      margin-bottom: 15px; }
    .body-content.c-layout aside .item {
      max-width: 320px;
      float: left;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .body-content.c-layout aside .item {
          float: none;
          margin-top: 25px; } }
      .body-content.c-layout aside .item .btn:last-child {
        margin-bottom: 20px; }
      .body-content.c-layout aside .item:first-child {
        margin-top: 0; }

.dancers.body-content.c-layout {
  padding-top: 0; }
  .dancers.body-content.c-layout h2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative; }

.body-content.c-layout.voting .titles h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
.body-content.c-layout.voting main {
  width: 100%;
  padding-right: 0; }
@media (max-width: 767px) {
  .body-content.c-layout.voting .dancer-tile {
    width: 80%;
    margin: 0 auto 70px;
    float: none; } }
@media (max-width: 600px) {
  .body-content.c-layout.voting .dancer-tile {
    width: 100%; } }
.body-content.c-layout.voting .vote-tiles {
  margin-top: 200px; }
  @media (max-width: 480px) {
    .body-content.c-layout.voting .vote-tiles {
      margin-top: 120px; } }
  .body-content.c-layout.voting .vote-tiles:after {
    content: '';
    display: block;
    clear: both; }
  .body-content.c-layout.voting .vote-tiles p {
    margin-bottom: 0; }
    .body-content.c-layout.voting .vote-tiles p:nth-last-child(2) {
      font-weight: bold; }
    .body-content.c-layout.voting .vote-tiles p:last-child {
      font-style: normal;
      font-weight: normal; }
.body-content.c-layout.voting .voting-clause {
  text-align: center;
  margin-top: 50px;
  font-size: 12px; }

.artists-grid {
  display: block;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 40px; }

p a {
  color: #ec1c24;
  cursor: pointer; }
  p a:hover {
    text-decoration: underline; }

.discover-more {
  padding-bottom: 115px;
  overflow: hidden;
  background-color: #ffffff; }
  .discover-more > h3 {
    margin: 0 0 50px;
    text-align: center; }
  .discover-more .discoverable {
    width: 25%;
    float: left; }
    @media (max-width: 959px) {
      .discover-more .discoverable {
        width: 50%; }
        .discover-more .discoverable:nth-child(-n+3) {
          margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .discover-more .discoverable {
        width: 50%; } }
    @media (max-width: 600px) {
      .discover-more .discoverable:nth-child(n+4) {
        display: none; } }
    @media (max-width: 480px) {
      .discover-more .discoverable {
        width: 100%; } }
    .discover-more .discoverable .content {
      padding: 0 10%; }
      @media (max-width: 600px) {
        .discover-more .discoverable .content {
          padding: 0 5%; } }
    .discover-more .discoverable .feat-img {
      height: 15vw;
      margin-bottom: 32px;
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      overflow: hidden;
      position: relative; }
      @media (max-width: 959px) {
        .discover-more .discoverable .feat-img {
          height: 220px; } }
      @media (max-width: 600px) {
        .discover-more .discoverable .feat-img {
          margin-bottom: 20px; } }
      .discover-more .discoverable .feat-img > div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        background-position: 50% 50%; }
    .discover-more .discoverable h4 {
      font-family: "Raleway", serif;
      font-style: italic;
      font-size: 24px;
      color: #636363;
      margin-bottom: 25px; }
    .discover-more .discoverable p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      line-height: 2;
      letter-spacing: .093em;
      color: #636363;
      margin-bottom: 20px; }
    .discover-more .discoverable .learn-more {
      font-size: 1.0rem;
      color: #ec1c24;
      text-transform: uppercase;
      letter-spacing: .22em;
      font-weight: bold;
      font-family: "Raleway", serif; }

.d-d {
  position: fixed;
  z-index: 20;
  font-family: "Raleway", serif;
  font-size: 1rem;
  font-weight: bold;
  color: #818181;
  top: 62px;
  left: 41px; }
  @media (max-width: 959px) {
    .d-d {
      left: 30px;
      top: 55px;
      font-size: .9rem; } }
  @media (max-width: 767px) {
    .d-d {
      left: 21px; } }
  @media (max-width: 480px) {
    .d-d {
      top: 56px;
      font-size: .8rem; } }
  @media (max-width: 365px) {
    .d-d {
      font-size: .75rem;
      top: 57px; } }

.dropdown-sorter {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .07em;
  height: 44px;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s;
  cursor: pointer;
  z-index: 9; }
  .dropdown-sorter .chosen {
    position: absolute;
    top: -20px;
    right: 30px; }
  .dropdown-sorter .sort-trigger span {
    height: 44px;
    padding: 15px 25px;
    position: relative;
    display: block; }
    .dropdown-sorter .sort-trigger span.no-select {
      display: inline-block; }
    @media (max-width: 959px) {
      .dropdown-sorter .sort-trigger span {
        padding: 15px 10px; } }
    @media (max-width: 500px) {
      .dropdown-sorter .sort-trigger span {
        padding-left: 15px; } }
  .dropdown-sorter .sort-options {
    position: relative;
    top: 0;
    width: 100%;
    left: 0; }
  .dropdown-sorter li {
    padding: 15px 0 15px 25px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s; }
    .dropdown-sorter li.active-option {
      color: #ec1c24; }
    .dropdown-sorter li:hover {
      color: #ec1c24; }
    .dropdown-sorter li:last-child {
      padding-bottom: 26px; }
    .dropdown-sorter li span {
      position: absolute;
      right: 30%; }
      @media (max-width: 550px) {
        .dropdown-sorter li span {
          right: 20%; } }
      @media (max-width: 480px) {
        .dropdown-sorter li span {
          right: 0;
          padding-right: 20px; } }
    @media (max-width: 500px) {
      .dropdown-sorter li {
        padding-left: 20px; } }
  .dropdown-sorter.show-options {
    height: 400px; }

#load-more {
  font-weight: bold;
  font-family: "acumin-pro-extra-condensed", serif;
  font-size: 1.4rem;
  letter-spacing: .3em;
  color: #ec1c24;
  background-color: transparent;
  cursor: pointer;
  padding: 15px 20px;
  text-transform: uppercase;
  outline: none;
  height: auto;
  line-height: 1;
  margin-bottom: 0; }
  #load-more:hover {
    color: #ec1c24;
    background-color: transparent; }
  #load-more:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }

.pointer {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
     -moz-transform: rotate(180deg) translate3d(0, 0, 0);
          transform: rotate(180deg) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 15px;
  height: auto; }
  @media (max-width: 959px) {
    .pointer {
      right: 12px; } }

.open .pointer {
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
     -moz-transform: rotate(0) translate3d(0, 0, 0);
          transform: rotate(0) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; }

.event .pointer {
  position: absolute;
  right: 12px;
  top: 22px;
  width: 14px;
  margin-top: 0; }

.event .open .pointer {
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
     -moz-transform: rotate(0) translate3d(0, 0, 0);
          transform: rotate(0) translate3d(0, 0, 0); }

.dropdown-sorter .pointer {
  width: 12px; }

#searchform {
  display: none; }

#search-results {
  margin-top: 160px;
  padding-bottom: 115px; }
  #search-results .entry-title {
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 1.7rem;
    font-style: normal;
    color: #797979;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .22em;
    margin-bottom: 30px; }
    #search-results .entry-title:after {
      content: none; }
  #search-results article {
    margin-bottom: 40px; }
    #search-results article p.title {
      margin: 2px 0 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.4rem;
      line-height: 1.5;
      display: inline-block;
      color: #847e7e;
      letter-spacing: .093em; }
      #search-results article p.title span {
        position: relative;
        z-index: 2;
        display: block; }
  #search-results .entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #847e7e;
    letter-spacing: .093em; }
    #search-results .entry-content p span {
      font-weight: bold; }

.search-wrapper {
  right: 147px;
  position: absolute;
  z-index: 15;
  height: 28px;
  width: 735px;
  top: 17px;
  -webkit-transition: z-index 0s .3s;
  -o-transition: z-index 0s .3s;
  -moz-transition: z-index 0s .3s;
  transition: z-index 0s .3s; }
  @media (max-width: 1200px) {
    .search-wrapper {
      width: 664px;
      right: 138px; } }
  @media (max-width: 1100px) {
    .search-wrapper {
      width: 549px;
      right: 129px; } }
  @media (max-width: 959px) {
    .search-wrapper {
      right: 122px;
      width: 48%; } }
  @media (max-width: 767px) {
    .search-wrapper {
      display: none; } }
  .search-wrapper.focused {
    z-index: 19;
    -webkit-transition: z-index 0s 0s;
    -o-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    transition: z-index 0s 0s; }
  .search-wrapper .search-glass {
    position: absolute;
    font-size: 20px;
    bottom: 2px;
    right: 32px;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .search-wrapper .search-glass {
        bottom: 3px;
        right: 34px; } }
  .search-wrapper input {
    border: none;
    opacity: 0;
    border-bottom: 1px solid rgba(172, 172, 172, 0.3);
    height: 100%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    vertical-align: bottom;
    outline: none;
    margin-bottom: -1px;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, border .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s, border .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, border .3s;
    transition: opacity .3s 0s, visibility 0s .3s, border .3s;
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #969696; }
    @media (max-width: 1100px) {
      .search-wrapper input {
        width: -webkit-calc(100% - 89px);
        width: -moz-calc(100% - 89px);
        width: calc(100% - 89px); } }
    @media (max-width: 959px) {
      .search-wrapper input {
        width: 75%; } }
    .search-wrapper input::-moz-placeholder, .search-wrapper input::-webkit-input-placeholder, .search-wrapper input:-ms-input-placeholder {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: .28em;
      text-transform: uppercase; }
    .search-wrapper input.focused {
      opacity: 1;
      -webkit-transition: opacity .3s 0s, visibility 0s 0s, border .3s;
      -o-transition: opacity .3s 0s, visibility 0s 0s, border .3s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s, border .3s;
      transition: opacity .3s 0s, visibility 0s 0s, border .3s;
      visibility: visible; }
    .search-wrapper input:valid {
      border-bottom: 1px solid #acacac; }

#js-holder {
  z-index: 2;
  position: relative;
  margin-top: 70vh;
  margin-bottom: -117px; }
  #js-holder.container {
    padding: 0;
    overflow: visible; }
  #js-holder .line-prompt {
    width: 2px;
    height: 35px;
    opacity: 0;
    background-color: #ec1c24;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    z-index: 14;
    -webkit-transform: translateY(-140px);
       -moz-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
         -o-transform: translateY(-140px);
            transform: translateY(-140px);
    -webkit-transform-origin: top;
       -moz-transform-origin: top;
        -ms-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top; }
  #js-holder .tabbed-nav {
    background-color: #ffffff;
    height: 101px;
    position: relative;
    z-index: 9;
    overflow: visible;
-webkit-border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px; }
    @media (max-width: 1420px) {
      #js-holder .tabbed-nav {
        width: 94%; } }
    @media (max-width: 959px) {
      #js-holder .tabbed-nav {
        width: 100%; } }
    #js-holder .tabbed-nav ul {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      color: #9e9e9e;
      text-align: center;
      height: 100%; }
      #js-holder .tabbed-nav ul::-moz-selection {
        background: none; }
      #js-holder .tabbed-nav ul::selection {
        background: none; }
      #js-holder .tabbed-nav ul::-moz-selection {
        background: none; }
      #js-holder .tabbed-nav ul li {
        margin-right: 8%;
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-bottom: 20px; }
        #js-holder .tabbed-nav ul li::-moz-selection {
          background: none; }
        #js-holder .tabbed-nav ul li::selection {
          background: none; }
        #js-holder .tabbed-nav ul li::-moz-selection {
          background: none; }
        @media (max-width: 1024px) {
          #js-holder .tabbed-nav ul li {
            margin-right: 6.5%; } }
        @media (max-width: 959px) {
          #js-holder .tabbed-nav ul li {
            margin-right: 5.5%; } }
        #js-holder .tabbed-nav ul li:after {
          position: absolute;
          content: '';
          bottom: -8px;
          background-color: #ec1c24;
          width: 52%;
          height: 1px;
          left: 0;
          margin-left: 25%;
          -webkit-transition: .4s transform ease-out;
          -o-transition: .4s transform ease-out;
          -moz-transition: .4s transform ease-out;
          transition: .4s transform ease-out;
          -webkit-transform: scale3d(0, 1, 1);
             -moz-transform: scale3d(0, 1, 1);
                  transform: scale3d(0, 1, 1); }
          @media (max-width: 767px) {
            #js-holder .tabbed-nav ul li:after {
              bottom: -6px; } }
        #js-holder .tabbed-nav ul li:last-child {
          margin-right: 0; }
        #js-holder .tabbed-nav ul li.active {
          color: #1d1d1d; }
          #js-holder .tabbed-nav ul li.active:after {
            -webkit-transition: .4s transform ease-out;
            -o-transition: .4s transform ease-out;
            -moz-transition: .4s transform ease-out;
            transition: .4s transform ease-out;
            -webkit-transform: scale3d(1, 1, 1);
               -moz-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1); }
      #js-holder .tabbed-nav ul li:not(.filter-by) {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: .077em;
        -webkit-transition: .4s color;
        -o-transition: .4s color;
        -moz-transition: .4s color;
        transition: .4s color;
        cursor: pointer; }
        #js-holder .tabbed-nav ul li:not(.filter-by):hover {
          color: #1d1d1d; }
      #js-holder .tabbed-nav ul .filter-by {
        font-family: "acumin-pro-extra-condensed", serif;
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .22em; }

.body-content-holder {
  background-color: #ffffff;
  z-index: -2; }
  .body-content-holder .body-content {
    padding-top: 100px;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .body-content-holder .body-content > .container {
      padding-bottom: 115px; }
    @media (max-width: 767px) {
      .body-content-holder .body-content {
        padding-top: 50px; } }

li .info {
  max-height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
  -o-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
  -moz-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
  transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding; }
  li .info .btn {
    display: inline-block; }
  li .info p {
    line-height: 2;
    letter-spacing: .093em;
    font-size: 1.2rem;
    margin-bottom: 12px; }
li.open .info {
  max-height: 2000px;
  opacity: 1;
  padding: 10px 10px 31px 0;
  -webkit-transition: .3s max-height, .4s .1s opacity;
  -o-transition: .3s max-height, .4s .1s opacity;
  -moz-transition: .3s max-height, .4s .1s opacity;
  transition: .3s max-height, .4s .1s opacity; }

li.performance-dd .info .btn {
  background-color: #ec1c24;
  color: #FFFFFF;
  font-size: 1.3rem;
  height: 35px;
  padding: 10px 10px 10px 13px; }

#footer {
  height: 170px;
  position: relative;
  background-color: #252525;
  opacity: 1;
  z-index: 2;
  
  margin-top:-30em !important; }
  @media (max-width: 767px) {
    #footer {
      height: 450px; } }
  @media (max-width: 600px) {
    #footer {
      height: auto;
      padding: 0px 0 101px; }
      #footer .container {
        overflow: visible; } }
  #footer .holder {
    width: 100%;
    height: 100%;
    position: relative; }
  #footer .menu-v {
    left: 0;
    z-index: 1; }
    #footer .menu-v li {
      font-family: "Raleway", serif;
      font-size: 1.3rem;
      letter-spacing: .09em;
      color: #d9d9d9;
      line-height: 1;
      margin-bottom: 20px; }
      #footer .menu-v li:last-child {
        margin-bottom: 40px; }
        @media (max-width: 590px) {
          #footer .menu-v li:last-child {
            margin-bottom: 10px; } }
    #footer .menu-v .socials .fa {
      display: inline-block;
      font-size: 20px;
      color: #404040;
      -webkit-transition: .4s color;
      -o-transition: .4s color;
      -moz-transition: .4s color;
      transition: .4s color;
      cursor: pointer;
      margin-right: 30px; }
      #footer .menu-v .socials .fa:hover {
        color: #d9d9d9; }
      @media (max-width: 590px) {
        #footer .menu-v .socials .fa {
          margin: 0 15px 0 12px; } }
      @media (max-width: 767px) {
        #footer .menu-v .socials .fa {
          margin-right: 20px; } }
    @media (max-width: 600px) {
      #footer .menu-v {
        position: relative;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
    @media (max-width: 590px) {
      #footer .menu-v {
        text-align: center; } }
  #footer .menu-h {
    right: 0;
    height: 271px;
    width: 100%;
    text-align: right; 
	margin-top: 0px;}
    #footer .menu-h .bottom {
      position: absolute;
      bottom: 2px;
      right: 0; }
      @media (max-width: 590px) {
        #footer .menu-h .bottom {
          position: relative;
          margin-top: 0px; } }
    @media (max-width: 590px) {
      #footer .menu-h ul {
        text-align: center;
        margin-top: 0px; } }
    @media (max-width: 1024px) {
      #footer .menu-h .breaker {
        display: block;
        clear: both; } }
    @media (max-width: 590px) {
      #footer .menu-h .breaker {
        display: none; } }
    #footer .menu-h li {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      display: inline-block;
      margin-right: 30px;
      letter-spacing: .03em;
      float: right;
      color: #737373;
      line-height: 1;
      margin-bottom: 27px;
      position: relative;
      -webkit-transition: .4s color;
      -o-transition: .4s color;
      -moz-transition: .4s color;
      transition: .4s color; }
      @media (max-width: 590px) {
        #footer .menu-h li {
          margin: 0 10px 25px 10px;
          float: none; } }
      @media (max-width: 480px) {
        #footer .menu-h li {
          margin: 0 6px 25px 6px; } }
      #footer .menu-h li:after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        right: -16px;
        top: 0;
        background-color: #404040; }
        @media (max-width: 590px) {
          #footer .menu-h li:after {
            content: none; } }
      #footer .menu-h li:hover {
        color: #b2b2b2; }
      #footer .menu-h li:first-child {
        margin-right: 0; }
        @media (max-width: 590px) {
          #footer .menu-h li:first-child {
            margin-right: 10px; } }
        @media (max-width: 480px) {
          #footer .menu-h li:first-child {
            margin-right: 6px; } }
        #footer .menu-h li:first-child:after {
          content: none; }
      @media (max-width: 1024px) {
        #footer .menu-h li:nth-child(7) {
          margin-right: 0; }
          #footer .menu-h li:nth-child(7):after {
            content: none; } }
      @media (max-width: 590px) {
        #footer .menu-h li:nth-child(7) {
          margin-right: 10px; } }
      @media (max-width: 480px) {
        #footer .menu-h li:nth-child(7) {
          margin-right: 6px; } }
    #footer .menu-h .copyright {
      font-family: "Raleway", serif;
      font-size: 1.1rem;
      text-align: right;
      letter-spacing: .03em;
      color: #737373;
      float: right;
      line-height: 1.9;
      bottom: 10px;
      position: relative; }
      @media (max-width: 959px) {
        #footer .menu-h .copyright {
          bottom: -2px; }
          #footer .menu-h .copyright span:not(.symbol):nth-child(4) {
            display: none; }
          #footer .menu-h .copyright span:not(.symbol):nth-child(5) {
            display: block;
            height: 3px; } }
      @media (max-width: 767px) {
        #footer .menu-h .copyright span:not(.symbol):nth-child(2) {
          display: none; }
        #footer .menu-h .copyright span:not(.symbol):nth-child(3) {
          display: block;
          height: 3px; } }
      @media (max-width: 590px) {
        #footer .menu-h .copyright {
          float: none;
          text-align: center; } }
    #footer .menu-h .nasd-text {
      font-family: "Raleway", serif;
      font-size: 1.1rem;
      text-align: right;
      letter-spacing: .03em;
      color: #737373;
      float: right;
      line-height: 1.9;
      bottom: -2px;
      position: relative; }
      @media (max-width: 959px) {
        #footer .menu-h .nasd-text {
          position: fixed;
          width: 100%;
          bottom: -85px;
          left: 0;
          text-align: center; } }
      @media (max-width: 767px) {
        #footer .menu-h .nasd-text {
          bottom: -68px; } }
      @media (max-width: 600px) {
        #footer .menu-h .nasd-text {
          bottom: -70px;
          position: absolute; } }
      @media (max-width: 320px) {
        #footer .menu-h .nasd-text {
          bottom: -81px; } }
    @media (max-width: 600px) {
      #footer .menu-h {
        position: relative;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        height: auto; } }
    @media (max-width: 590px) {
      #footer .menu-h {
        display: block; } }

.symbol {
  bottom: 2px;
  font-size: 1.4rem;
  display: inline-block !important;
  margin-right: 2px; }

.panel-holder .symbol {
  margin-right: 1px;
  bottom: 0; }

video[class^="vid-"] {
  position: relative;
  top: 0;
  display: none; }
  video[class^="vid-"].active {
    display: block; }

.is-mobile #hero-area .arrows-mouse .mouse-up.wheel {
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none; }
.is-mobile .arrow.up #mousey {
  display: none; }
.is-mobile #js-holder .line-prompt {
  -webkit-transform: translateY(-110px);
     -moz-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
       -o-transform: translateY(-110px);
          transform: translateY(-110px); }
@media screen and (orientation: landscape) {
  .is-mobile .panel-holder .socials {
    bottom: 19px !important;
    padding: 0 !important;
    position: fixed !important; } }
@media (max-height: 780px) {
  .is-mobile .panel-holder .socials {
    position: absolute;
    bottom: 19px; } }
.is-mobile input {
  font-size: 16px !important; }
  .is-mobile input::-ms-input-placeholder {
    font-size: 11px;
    bottom: -4px;
    position: relative; }
  .is-mobile input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 11px;
    bottom: -4px;
    position: relative; }
  .is-mobile input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 11px;
    bottom: -4px;
    position: relative; }
  .is-mobile input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px;
    bottom: -4px;
    position: relative; }
  .is-mobile input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 11px;
    bottom: -4px;
    position: relative; }
.is-mobile .search-wrapper input::-moz-placeholder, .is-mobile .search-wrapper input::-webkit-input-placeholder, .is-mobile .search-wrapper input:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: .28em;
  text-transform: uppercase;
  top: 0;
  position: relative; }
.is-mobile .cover {
  opacity: 1; }
.is-mobile .tall-boy {
  display: none;
  max-width: 100%; }
.is-mobile #header .panel-holder .bar-content .menu-gradient {
  position: absolute; }
.is-mobile #header .panel-holder .bar-content {
  overflow-y: scroll; }
.is-mobile .tel {
  text-decoration: underline; }
.is-mobile #header .panel-holder .bar-content .menu .menu-item .holder {
  -webkit-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  .is-mobile #header .panel-holder .bar-content .menu .menu-item .holder.open {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.error404 .container {
  padding-top: 150px;
  padding-bottom: 120px; }
.error404 p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .093em;
  color: #636363;
  font-family: 'Open Sans', sans-serif; }
.error404 .container h1 {
  font-size: 5.5rem;
  color: #797979;
  font-family: "Raleway", serif;
  font-style: italic;
  display: inline-block;
  margin-bottom: 25px;
  line-height: .97;
  position: relative;
  text-decoration: none;
  text-shadow: 2px 0px #ffffff, -2px 0 #ffffff, 2px 1px #ffffff, -3px 1px #ffffff, 4px 1px #ffffff, -4px 1px #ffffff, 3px 1px #ffffff; }
  .error404 .container h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #ec1c24; }
  @media (max-width: 767px) {
    .error404 .container h1 {
      font-size: 4.5rem;
      line-height: 1; } }
  @media (max-width: 480px) {
    .error404 .container h1 {
      font-size: 3.5rem;
      margin-bottom: 12px;
      line-height: .98; }
      .error404 .container h1:after {
        bottom: -1px; } }

#js-holder .tabbed-nav.less-margin ul li {
  margin-right: 5%; }

.home .preloader {
  display: block; }

.preloader {
  display: none; }

.cover-outer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }

.cover-inner {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }

.preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0%;
  left: 0; }
  .preloader .circle-nav {
    top: -webkit-calc(50% + 24.5px);
    top: -moz-calc(50% + 24.5px);
    top: calc(50% + 24.5px); }
    @media (max-width: 480px) {
      .preloader .circle-nav {
        top: -webkit-calc(40% + 39px);
        top: -moz-calc(40% + 39px);
        top: calc(40% + 39px); } }
  .preloader .cover {
    opacity: 1; }
  .preloader .cover {
    position: absolute;
    height: 100%;
    width: 100%; }
    .preloader .cover.first-cover .cover-outer, .preloader .cover.first-cover .cover-inner {
      visibility: visible;
      opacity: 1; }
  .preloader.top-layer {
    z-index: 9999; }
    .preloader.top-layer .cover-inner > div {
      color: white;
      background-color:#09F;
      width: 100%;
      height: 100%;
      position: relative; }
  .preloader.bottom-layer {
    z-index: 9998; }
    .preloader.bottom-layer .cover-outer, .preloader.bottom-layer .cover-inner {
      opacity: 1;
      visibility: visible; }
    .preloader.bottom-layer .cover-inner > div {
      color: #6d6d6d;
      background-color: #FFFFFF;
      width: 100%;
      height: 100%;
      position: relative; }

.titles {
  position: absolute;
  top: -15% !important;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  vertical-align:middle;
   }
  .titles .abs-holder-v {
    top: 50%;
    -webkit-transform: translateY(-94%);
       -moz-transform: translateY(-94%);
        -ms-transform: translateY(-94%);
         -o-transform: translateY(-94%);
            transform: translateY(-94%);
    position: absolute;
    width: 100%; }
  .titles .sub {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 959px) {
      .titles .sub {
        font-size: 1.8vw; } }
    @media (max-height: 450px) {
      .titles .sub {
        font-size: 2vw;
        top: 0px; } }
  .titles .main {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%; }
  .titles span {
    letter-spacing: .22em;
    margin-bottom: 32px;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 35.2%; }
    @media (max-width: 767px) {
      .titles span {
        font-size: 1.1rem; } }
    @media (max-height: 450px) {
      .titles span {
        top: 32%; } }
  .titles h2 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  .titles h2 {
    letter-spacing: .18em;
    position: absolute;
    top: 42.9%;
    font-size: 3.2vw;
    width: 100%; }
	  .cliccaqui{
		  vertical-align:middle;
    width: 100%;
	max-width:40px }
    @media (min-width: 1350px) {
      .titles h2 {
        font-size: 3vw; } }
    @media (min-width: 1778px) {
      .titles h2 {
        font-size: 54px; } }
    @media (max-width: 959px) {
      .titles h2 {
        font-size: 5.8vw; } }
    @media (max-height: 600px) {
      .titles h2 {
        font-size: 5vw; } }
    @media (max-width: 480px) {
      .titles h2 {
        font-size: 5vw; } }
    @media (max-height: 450px) {
      .titles h2 {
        font-size: 4vw;
        }
		
		.cliccaqui{
		  vertical-align:middle;
    width: 100%;
	max-width:20px } }
  .titles .preload {
    opacity: 1;
    position: relative;
    top: 65% !important;
    width: 65% !important;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-51.8%, -100%) !important;
       -moz-transform: translate(-51.8%, -100%) !important;
        -ms-transform: translate(-51.8%, -100%) !important;
         -o-transform: translate(-51.8%, -100%) !important;
            transform: translate(-51.8%, -100%) !important; }

.single-performance .titles h2 {
  max-width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.koozi {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1; }

.page-template-page-main .titles h2 {
  opacity: 0; }
.page-template-page-main .titles span {
  opacity: 0; }

.circle-nav {
  width: 45vw;
  height: 45vw;
  max-height: 800px;
  max-width: 800px;
  left: 50%;
  z-index: 99;
  top: -webkit-calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: calc(50% - 8px); }
  @media (max-width: 959px) {
    .circle-nav {
      width: 85vw;
      height: 85vw;
      left: 50%;
      top: -webkit-calc(50% - 8px);
      top: -moz-calc(50% - 8px);
      top: calc(50% - 8px); } }
  @media (max-height: 600px) {
    .circle-nav {
      width: 74vh;
      height: 74vh;
      top: -webkit-calc(50% - 8px);
      top: -moz-calc(50% - 8px);
      top: calc(50% - 8px); } }
  @media (max-width: 480px) {
    .circle-nav {
      width: 94vw;
      height: 94vw;
      top: 40%; } }
  @media (max-height: 450px) {
    .circle-nav {
      width: 55% !important; } }
  .circle-nav .cta {
    color: #ffffff;
    position: absolute;
    bottom: 29%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10; }
    @media (max-width: 959px) {
      .circle-nav .cta {
        bottom: 24%; } }
    @media (max-width: 767px) {
      .circle-nav .cta {
        width: 90px;
        height: 35px;
        padding: 8px 0;
        bottom: 18%; } }
    @media (max-height: 600px) {
      .circle-nav .cta {
        width: 75px;
        height: 30px;
        padding: 7px 0;
        font-size: 1.2rem;
        letter-spacing: .3em; } }
  .circle-nav svg {
    position: absolute; }
    .circle-nav svg.preload-logo {
      position: relative;
      width: 100%;
      left: 0; }
    @media (max-height: 450px) {
      .circle-nav svg {
        display: none; } }

.vid-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0; }

.circle-nav svg {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#hero-area {
  height: -webkit-calc(100vh - 65px);
  height: -moz-calc(100vh - 65px);
  height: calc(100vh - 65px);
  width: 100%;
  margin-top: 65px;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff; }
  #hero-area .bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 17px;
    background-color: #ffffff;
    z-index: 9; }
  #hero-area .hotitem-callout {
    height: 36px;
    padding: 0 33px 0 0;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 9;
    background-color:#09F;
    cursor: pointer;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
    #hero-area .hotitem-callout span:first-of-type {
      content: '';
      position: absolute;
      height: 0;
      top: 15%;
      width: 0;
      left: -21px;
      -webkit-transform-origin: 50%;
         -moz-transform-origin: 50%;
          -ms-transform-origin: 50%;
           -o-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transform: translateY(-50%) rotate(0);
         -moz-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
           -o-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0);
      border-style: solid;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ffffff;
      z-index: 2; }
    #hero-area .hotitem-callout span:last-child {
      content: '';
      z-index: 1;
      left: -42px;
      top: 0;
      height: 100%;
      background-color:#09F;
      width: 42px;
      position: absolute; }
    #hero-area .hotitem-callout p {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: .28em;
    font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-size: 1.0rem;
      margin-top: 13px; }
      #hero-area .hotitem-callout p .fa {
        top: 1px;
        position: relative;
        margin-left: 1px; }
    @media (max-width: 959px) {
      #hero-area .hotitem-callout {
        top: auto;
        right: auto;
        left: 15px;
        bottom: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        height: 30px;
        padding: 0 28px; }
        #hero-area .hotitem-callout p {
          font-size: 1.0rem;
          letter-spacing: .22em;
          margin-top: 8px; }
        #hero-area .hotitem-callout span {
          display: none; } }
    #hero-area .hotitem-callout.tucked-away {
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
           -o-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform .4s ease-in-out;
      transition: -webkit-transform .4s ease-in-out;
      -o-transition: -o-transform .4s ease-in-out;
      -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
      transition: transform .4s ease-in-out;
      transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out; }
      #hero-area .hotitem-callout.tucked-away span:first-of-type {
        -webkit-transition: left .4s .1s ease, -webkit-transform .4s .2s ease-in-out;
        transition: left .4s .1s ease, -webkit-transform .4s .2s ease-in-out;
        -o-transition: left .4s .1s ease, -o-transform .4s .2s ease-in-out;
        -moz-transition: transform .4s .2s ease-in-out, left .4s .1s ease, -moz-transform .4s .2s ease-in-out;
        transition: transform .4s .2s ease-in-out, left .4s .1s ease;
        transition: transform .4s .2s ease-in-out, left .4s .1s ease, -webkit-transform .4s .2s ease-in-out, -moz-transform .4s .2s ease-in-out, -o-transform .4s .2s ease-in-out;
        -webkit-transform: translateY(-50%) rotate(180deg);
           -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
             -o-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        left: -23px; }
      #hero-area .hotitem-callout.tucked-away:hover {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0); }
        #hero-area .hotitem-callout.tucked-away:hover span:first-of-type {
          -webkit-transform: translateY(-50%) rotate(0);
             -moz-transform: translateY(-50%) rotate(0);
              -ms-transform: translateY(-50%) rotate(0);
               -o-transform: translateY(-50%) rotate(0);
                  transform: translateY(-50%) rotate(0);
          left: -21px; }
      @media (max-width: 959px) {
        #hero-area .hotitem-callout.tucked-away {
          top: auto;
          right: auto;
          left: 15px;
          bottom: 2px;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; }
          #hero-area .hotitem-callout.tucked-away:hover {
            -webkit-transform: none;
               -moz-transform: none;
                -ms-transform: none;
                 -o-transform: none;
                    transform: none; } }
  #hero-area.to-content .hotitem-callout {
    -webkit-transition: opacity .5s 0s, visibility 0s .5s;
    -o-transition: opacity .5s 0s, visibility 0s .5s;
    -moz-transition: opacity .5s 0s, visibility 0s .5s;
    transition: opacity .5s 0s, visibility 0s .5s;
    opacity: 0;
    visibility: hidden; }
  #hero-area.animating .cta, #hero-area.animating .double-homepage-btn {
    opacity: .2; }
  #hero-area #red-dots {
    z-index: 9; }
  #hero-area #circle-white {
    z-index: 8; }
  #hero-area .dot-red {
    fill: #ffffff;
    -webkit-transition: fill .18s;
    -o-transition: fill .18s;
    -moz-transition: fill .18s;
    transition: fill .18s;
    cursor: pointer; }
    #hero-area .dot-red.active {
      -webkit-transition: fill .19s;
      -o-transition: fill .19s;
      -moz-transition: fill .19s;
      transition: fill .19s;
      fill: #ED1D24; }
  #hero-area .cover, #hero-area .nav-stuff {
    height: 100%;
    width: 100%;
    position: absolute; }
  #hero-area .nav-stuff {
    z-index: 9; }
  #hero-area .arrows-mouse {
    width: 31px;
    height: 100px;
    right: auto;
    left: -42%;
    z-index: 100; }
	
	.cliccaqui2{
		  vertical-align:middle;
    width: 90%;
	max-width:100px;
	margin-left:30%; margin-top:-56px;
     }
	
    #hero-area .arrows-mouse.mobile {
      display: none; }
    @media (max-width: 959px) {
      #hero-area .arrows-mouse {
        width: 22px;
        height: 80px;
        left: 7px;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
    @media (max-width: 959px) and (max-height: 600px) {
      #hero-area .arrows-mouse {
        top: 50%;
        bottom: auto;
        left: -100px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (max-width: 800px) {
      #hero-area .arrows-mouse {
        left: 30px;
        top: auto;
        bottom: 80px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
        #hero-area .arrows-mouse.mobile {
          display: block; }
        #hero-area .arrows-mouse.desktop {
          display: none; } }
    @media (max-width: 480px) {
      #hero-area .arrows-mouse {
        bottom: 42px;
        left: 25px; } 
		
		.cliccaqui2{
		  vertical-align:middle;
    width: 100%;
	max-width:40px;
	margin-right:0px;
 }
	  
	  }
    @media (max-width: 320px) {
      #hero-area .arrows-mouse {
        bottom: 22px;
        left: 13px;
		
		 }
		
		.cliccaqui2{
		  vertical-align:middle;
    width: 100%;
	max-width:40px;
margin-right:0px;

    }
	  
	   }
    @media (max-height: 450px) {
      #hero-area .arrows-mouse {
        top: 67%;
        bottom: auto;
        left: 60px;
        -webkit-transform: translateY(-51%);
           -moz-transform: translateY(-51%);
            -ms-transform: translateY(-51%);
             -o-transform: translateY(-51%);
                transform: translateY(-51%); }
				
				.cliccaqui2{
		  vertical-align:middle;
    width: 100%;
	max-width:40px;
	margin-right:0px;

 }
 
  }
    #hero-area .arrows-mouse:after {
      content: '';
      width: 23px;
      left: 50%;
      -webkit-transform: translateX(-49%);
         -moz-transform: translateX(-49%);
          -ms-transform: translateX(-49%);
           -o-transform: translateX(-49%);
              transform: translateX(-49%);
      top: 50%;
      margin-top: -1px;
      display: block;
      border-top: 1px solid transparent;
      border-bottom: 1px solid #fff;
      position: absolute; }
    #hero-area .arrows-mouse .mouse-up {
      position: absolute;
      top: 0;
      width: 19px; }
      #hero-area .arrows-mouse .mouse-up.wheel {
        -webkit-animation: mouse-wheel 1.7s ease infinite;
           -moz-animation: mouse-wheel 1.7s ease infinite;
             -o-animation: mouse-wheel 1.7s ease infinite;
                animation: mouse-wheel 1.7s ease infinite; }
    #hero-area .arrows-mouse .finger-arrow {
      -webkit-animation: finger-arrow 1.7s ease infinite;
         -moz-animation: finger-arrow 1.7s ease infinite;
           -o-animation: finger-arrow 1.7s ease infinite;
              animation: finger-arrow 1.7s ease infinite; }
    #hero-area .arrows-mouse.goodbye-mouse .mouse-up.wheel {
      -webkit-animation-name: none;
         -moz-animation-name: none;
           -o-animation-name: none;
              animation-name: none;
      -webkit-transition: opacity .2s .5s;
      -o-transition: opacity .2s .5s;
      -moz-transition: opacity .2s .5s;
      transition: opacity .2s .5s;
      opacity: 0; }
    #hero-area .arrows-mouse.goodbye-mouse .finger-arrow {
      -webkit-animation-name: none;
         -moz-animation-name: none;
           -o-animation-name: none;
              animation-name: none; }
  #hero-area .cover-numbers {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 47.5%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: -29.5%; }
    #hero-area .cover-numbers.mobile {
      display: none; }
    @media (max-width: 959px) {
      #hero-area .cover-numbers {
        top: auto;
        left: auto;
        height: auto;
        bottom: -27px;
        right: -5px; } }
    @media (max-width: 959px) and (max-height: 600px) {
      #hero-area .cover-numbers {
        bottom: 50%;
        height: 60px;
        -webkit-transform: translateY(50%);
           -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
             -o-transform: translateY(50%);
                transform: translateY(50%);
        left: 111%; } }
    @media (max-width: 800px) {
      #hero-area .cover-numbers {
        right: 30px;
        top: auto;
        left: auto;
        bottom: 97px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
        #hero-area .cover-numbers.mobile {
          display: block; }
        #hero-area .cover-numbers.desktop {
          display: none; } }
    @media (max-width: 480px) {
      #hero-area .cover-numbers {
        bottom: 52px;
        right: 24px; } }
    @media (max-width: 320px) {
      #hero-area .cover-numbers {
        bottom: 32px;
        right: 14px; } }
    @media (max-height: 450px) {
      #hero-area .cover-numbers {
        bottom: 33%;
        right: 60px;
        -webkit-transform: translateY(50%);
           -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
             -o-transform: translateY(50%);
                transform: translateY(50%); } }
    #hero-area .cover-numbers .current {
      color: #ffffff;
      display: inline-block; }
      #hero-area .cover-numbers .current span {
        position: absolute;
        width: 100%;
        opacity: 0;
        left: 32px;
        top: 0; }
    #hero-area .cover-numbers .out-of {
      color: #818181;
      position: absolute;
      right: -3px;
      top: 12px; }
  #hero-area .cover-desc {
    position: absolute;
    height: 125px;
    width: 245px;
    color: #FFFFFF;
    line-height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: -webkit-calc(-30% - 155px);
    right: -moz-calc(-30% - 155px);
    right: calc(-30% - 155px); }
    @media (max-width: 1200px) {
      #hero-area .cover-desc {
        right: -webkit-calc(-30% - 130px);
        right: -moz-calc(-30% - 130px);
        right: calc(-30% - 130px); } }
    @media (max-width: 959px) {
      #hero-area .cover-desc {
        display: none; } }
    #hero-area .cover-desc p {
      position: absolute;
      opacity: 0;
      width: 100%;
      top: 0;
      left: 0; }
  #hero-area .arrow {
    padding: 0 6px;
    cursor: pointer; }
    @media (max-width: 959px) {
      #hero-area .arrow {
        padding: 0 3px; } }
    #hero-area .arrow.down {
      position: absolute;
      width: 100%;
      bottom: 0;
      opacity: 1;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0;
         -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
           -o-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      -moz-transition: all 1s;
      transition: all 1s; }
      #hero-area .arrow.down svg {
        position: relative;
        bottom: -19px;
        max-width: 19px;
        height: 30px; }
        @media (max-width: 959px) {
          #hero-area .arrow.down svg {
            bottom: -7px;
            width: 100%;
            max-width: 19px;
            left: 0; } }
        @media (max-width: 480px) {
          #hero-area .arrow.down svg {
            bottom: -2px; } }
      #hero-area .arrow.down .mouse {
        opacity: 0; }
      #hero-area .arrow.down .arrow-down-path {
        -webkit-transform-origin: 50% -50%;
           -moz-transform-origin: 50% -50%;
            -ms-transform-origin: 50% -50%;
             -o-transform-origin: 50% -50%;
                transform-origin: 50% -50%; }
    #hero-area .arrow.up {
      opacity: 1;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0;
         -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
           -o-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      -moz-transition: all 1s;
      transition: all 1s; }
      #hero-area .arrow.up svg {
        height: 30px;
        max-width: 19px;
        position: relative;
        top: -23px; }
        @media (max-width: 959px) {
          #hero-area .arrow.up svg {
            max-width: 18px;
            top: -10px;
            width: 100%;
            left: 0; } }
        @media (max-width: 480px) {
          #hero-area .arrow.up svg {
            top: -5px; } }
        #hero-area .arrow.up svg.hide-finger {
          display: none;
          top: -35px; }
          @media (max-width: 959px) {
            #hero-area .arrow.up svg.hide-finger {
              top: -40px; } }
          @media (max-width: 480px) {
            #hero-area .arrow.up svg.hide-finger {
              top: -34px; } }
      #hero-area .arrow.up .arrow-up-path {
        opacity: 0;
        -webkit-transform-origin: 50% -60%;
           -moz-transform-origin: 50% -60%;
            -ms-transform-origin: 50% -60%;
             -o-transform-origin: 50% -60%;
                transform-origin: 50% -60%; }
  #hero-area .first-forbidden .arrow.up {
    opacity: .3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
         -o-transform: scale(0.92);
            transform: scale(0.92);
    cursor: default; }
  #hero-area .last-forbidden .arrow.down {
    opacity: .3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
         -o-transform: scale(0.92);
            transform: scale(0.92);
    cursor: default; }
  #hero-area .bg-img {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    background-position: 50%;
    display: block; }
  #hero-area .cover {
    position: absolute; }
    #hero-area .cover.first-cover .cover-outer, #hero-area .cover.first-cover .cover-inner {
      visibility: visible;
      opacity: 1; }

#c-hero-area {
  width: 100%;
  height: 600px;
  margin-top: 65px;
  position: relative;
  overflow: hidden; }
  @media (max-height: 690px) {
    #c-hero-area {
      height: 420px; } }
  @media (max-width: 959px) {
    #c-hero-area {
      height: 420px; } }
  @media (max-width: 767px) {
    #c-hero-area {
      height: 350px; } }
  @media (max-width: 600px) {
    #c-hero-area {
      height: 300px; } }
  @media (max-width: 320px) {
    #c-hero-area {
      height: 225px; } }
  #c-hero-area .titles h2 {
    top: 42.9% !important; }
  #c-hero-area .cover, #c-hero-area .nav-stuff {
    height: 100%;
    width: 100%;
    position: absolute; }
  #c-hero-area .nav-stuff {
    z-index: 9; }
  #c-hero-area .bg-img {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    background-position: 50%; }
    @media (min-width: 1475px) {
      #c-hero-area .bg-img {
        background-position: 50% 25%; } }
  #c-hero-area .cover {
    position: absolute; }
    #c-hero-area .cover.first-cover .cover-outer, #c-hero-area .cover.first-cover .cover-inner {
      visibility: visible;
      opacity: 1; }

@media (max-width: 550px) {
  .page-template-page-c-dancer #c-hero-area {
    height: 225px; } }
@media (max-width: 320px) {
  .page-template-page-c-dancer #c-hero-area {
    height: 200px; } }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: .9; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }

@-moz-keyframes mouse-wheel {
  0% {
    opacity: .9; }
  100% {
    opacity: 0;
    -moz-transform: translateY(5px);
         transform: translateY(5px); } }

@-o-keyframes mouse-wheel {
  0% {
    opacity: .9; }
  100% {
    opacity: 0;
    -o-transform: translateY(5px);
       transform: translateY(5px); } }

@keyframes mouse-wheel {
  0% {
    opacity: .9; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px); } }
@-webkit-keyframes finger-arrow {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }
@-moz-keyframes finger-arrow {
  0% {
    -moz-transform: translateY(8px);
         transform: translateY(8px); }
  50% {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    -moz-transform: translateY(8px);
         transform: translateY(8px); } }
@-o-keyframes finger-arrow {
  0% {
    -o-transform: translateY(8px);
       transform: translateY(8px); }
  50% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    -o-transform: translateY(8px);
       transform: translateY(8px); } }
@keyframes finger-arrow {
  0% {
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px); } }
.is-mobile #hero-area .arrow.up svg.hide-finger {
  display: block; }

.latest-tile-wrap {
  padding-top: 35px;
  padding-bottom: 95px;
  background: #fff; }
  @media (max-width: 426px) {
    .latest-tile-wrap {
      margin-top: -1px;
      padding-top: 85px; } }

.page-template-page-performances_gallery .tile-wrap {
  padding-bottom: 150px; }

.body-content-holder .body-content.gallery {
  padding-top: 1px; }
  .body-content-holder .body-content.gallery .tile-wrap {
    margin-top: 35px;
    margin-bottom: 145px; }

.tile-wrap .subscribe {
  background-color: #f5f0e3; }
  .tile-wrap .subscribe .subscribe-title {
    color: #b3b0a5;
    font-size: 24px;
    letter-spacing: .3em;
    font-family: "Raleway", serif;
    font-style: italic; }
    .tile-wrap .subscribe .subscribe-title:after {
      height: 2px;
      background-color: #b3b0a5;
      content: '';
      width: 40px;
      bottom: -55px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) scaleX(1);
         -moz-transform: translateX(-50%) scaleX(1);
          -ms-transform: translateX(-50%) scaleX(1);
           -o-transform: translateX(-50%) scaleX(1);
              transform: translateX(-50%) scaleX(1);
      -webkit-transition: .4s transform ease-in-out;
      -o-transition: .4s transform ease-in-out;
      -moz-transition: .4s transform ease-in-out;
      transition: .4s transform ease-in-out; }
  .tile-wrap .subscribe:hover .subscribe-title:after {
    -webkit-transform: translateX(-50%) scaleX(1.3);
       -moz-transform: translateX(-50%) scaleX(1.3);
        -ms-transform: translateX(-50%) scaleX(1.3);
         -o-transform: translateX(-50%) scaleX(1.3);
            transform: translateX(-50%) scaleX(1.3); }
.tile-wrap .twitter {
  background-color: #d2e8f2;
  cursor: default; }
  .tile-wrap .twitter .fa-twitter {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -13px;
    color: #7a878d;
    font-size: 22px; }
  .tile-wrap .twitter .at-mkeballet {
    position: absolute;
    display: block;
    bottom: 40px;
    padding: 5px 0;
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.4rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #7a878d;
    height: auto;
    width: auto; }
    .tile-wrap .twitter .at-mkeballet .bumper {
      top: -1px; }
  .tile-wrap .twitter .tweets {
    width: 100%;
    padding: 0 10%;
    overflow: hidden;
    text-align: center;
    height: 60%; }
  .tile-wrap .twitter p.rtw_meta {
    display: none; }
  .tile-wrap .twitter p.rtw_main {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .093em;
    line-height: 2;
    color: #7a878d; }
.tile-wrap .alm-btn-wrap {
  padding: 0;
  margin-top: 40px; }
.tile-wrap #load-more {
  font-weight: bold;
  font-family: "acumin-pro-extra-condensed", serif;
  font-size: 1.4rem;
  letter-spacing: .3em;
  color: #ec1c24;
  background-color: transparent;
  cursor: pointer;
  padding: 15px 20px;
  text-transform: uppercase;
  outline: none;
  height: auto;
  line-height: 1;
  margin-bottom: 0; }
  .tile-wrap #load-more:hover {
    color: #ec1c24;
    background-color: transparent; }
  .tile-wrap #load-more:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
.tile-wrap button#load-more.alm-load-more-btn.done {
  display: none; }

.tile {
  position: relative;
  width: 25%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  outline: none;
  cursor: pointer; }
  @media (max-width: 959px) {
    .tile {
      width: 33%; } }
  @media (max-width: 767px) {
    .tile {
      width: 50%; } }
  @media (max-width: 480px) {
    .tile {
      width: 100%; } }
  .tile a {
    height: 100%;
    width: 100%;
    display: block; }
  .tile .tile-content {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 10% 8%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(90%, rgba(0, 0, 0, 0.001)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.001) 90%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.001) 90%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.001) 90%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.001) 90%); }
    .tile .tile-content .title {
      line-height: 1.2;
      font-style: italic;
      font-size: 20px;
      font-family: "Raleway", serif;
      margin-bottom: 12px; }
    .tile .tile-content .snippet {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      letter-spacing: .093em;
      line-height: 2;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: .5s .19s max-height ease-out, .4s opacity;
      -o-transition: .5s .19s max-height ease-out, .4s opacity;
      -moz-transition: .5s .19s max-height ease-out, .4s opacity;
      transition: .5s .19s max-height ease-out, .4s opacity;
      opacity: 0; }
  .tile:hover .tile-content .snippet {
    opacity: 1;
    max-height: 72px;
    -webkit-transition: .5s max-height ease-in-out, .5s .2s opacity;
    -o-transition: .5s max-height ease-in-out, .5s .2s opacity;
    -moz-transition: .5s max-height ease-in-out, .5s .2s opacity;
    transition: .5s max-height ease-in-out, .5s .2s opacity; }

.latest-tile-wrap .tile:nth-child(5) {
  width: 50%; }
  @media (max-width: 959px) {
    .latest-tile-wrap .tile:nth-child(5) {
      width: 66%; } }
  @media (max-width: 767px) {
    .latest-tile-wrap .tile:nth-child(5) {
      width: 50%; } }
  @media (max-width: 480px) {
    .latest-tile-wrap .tile:nth-child(5) {
      width: 100%; } }

.body-content.performances .no-future {
  font-size: 42px;
  font-family: "Raleway", serif;
  font-style: italic;
  color: #a8a1a1; }

.full-width-video, .c-body-video, .sidebar-video {
  width: 100%;
  height: -webkit-calc(100vh - 65px);
  height: -moz-calc(100vh - 65px);
  height: calc(100vh - 65px);
  overflow: hidden;
  position: relative; }
  .full-width-video iframe, .c-body-video iframe, .sidebar-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.vid-overlay {
  position: absolute;
  background-position: 50% 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }
  .vid-overlay:after {
    width: 150px;
    height: 150px;
    background-image: url("../images/play-icon.png");
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transition: -webkit-transform .5s .1s;
    transition: -webkit-transform .5s .1s;
    -o-transition: -o-transform .5s .1s;
    -moz-transition: transform .5s .1s, -moz-transform .5s .1s;
    transition: transform .5s .1s;
    transition: transform .5s .1s, -webkit-transform .5s .1s, -moz-transform .5s .1s, -o-transform .5s .1s; }
  .vid-overlay:hover:after {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }

.is-mobile .vid-overlay {
  display: none; }

.c-body-video {
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 35px; }
  .c-body-video .vid-overlay:after {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px; }

.sidebar-video {
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 50px; }
  .sidebar-video .vid-overlay:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px; }

.video_bottom {
  max-width: 800px;
  margin: 180px auto;
  text-align: center; }
  .video_bottom iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .video_bottom .wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57%;
    width: 100%; }
  .video_bottom h4 {
    font-family: "acumin-pro-extra-condensed", serif;
    letter-spacing: .22em;
    font-weight: bold;
    font-size: 3.7rem;
    text-transform: uppercase;
    color: #a8a8a8;
    margin-bottom: 10px; }
  .video_bottom p {
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #847e7e;
    line-height: 1.9; }
  .video_bottom .vid-overlay:after {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px; }

.single-performance .header {
  font-family: "acumin-pro-extra-condensed", serif;
  font-weight: bold;
  font-size: 3.7rem;
  letter-spacing: .6em;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 30px; }
.single-performance #hero-area {
  position: relative; }
  .single-performance #hero-area .btn {
    bottom: 24%;
    position: absolute;
    left: 50%;
    border-color: #fff;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .single-performance #hero-area .btn:hover {
      color: #ec1c24;
      border-color: #ec1c24; }
.single-performance .titles .sub {
  font-size: 1.7rem; }
  @media (max-width: 959px) {
    .single-performance .titles .sub {
      font-size: 1.9rem; } }
.single-performance #bill-intro {
  padding: 83px 0 100px;
  background-color: #ffffff;
  position: relative; }
  @media (max-width: 600px) {
    .single-performance #bill-intro {
      padding: 43px 0 80px; } }
  .single-performance #bill-intro .holder {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    position: relative; }
    .single-performance #bill-intro .holder:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 600px) {
      .single-performance #bill-intro .holder {
        padding: 0 30px; } }
    @media (max-width: 480px) {
      .single-performance #bill-intro .holder {
        padding: 0 20px; } }
  .single-performance #bill-intro .desc {
    width: 50%;
    float: left;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .single-performance #bill-intro .desc {
        width: 41.66667%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 660px) {
      .single-performance #bill-intro .desc {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        text-align: center;
        padding-right: 0; } }
    .single-performance #bill-intro .desc h2 {
      font-family: "acumin-pro-extra-condensed", serif;
      line-height: 1.2;
      font-size: 3.5rem;
      letter-spacing: .5em;
      font-weight: bold;
      color: #a8a8a8;
      text-transform: uppercase; }
      @media (max-width: 660px) {
        .single-performance #bill-intro .desc h2 {
          margin-right: -12px; } }
    .single-performance #bill-intro .desc p {
      margin-top: 35px;
      font-size: 1.2rem;
      max-width: 390px;
      color: #636363;
      letter-spacing: .093em;
      font-family: 'Open Sans', sans-serif;
      line-height: 2; }
      @media (max-width: 767px) {
        .single-performance #bill-intro .desc p {
          margin-top: 18px; } }
      @media (max-width: 660px) {
        .single-performance #bill-intro .desc p {
          margin: 18px auto 30px; } }
  .single-performance #bill-intro .img {
    width: 50%;
    float: right;
    margin-right: 0; }
    @media (max-width: 767px) {
      .single-performance #bill-intro .img {
        width: 58.33333%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 660px) {
      .single-performance #bill-intro .img {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .single-performance #bill-intro .img .credit {
      font-size: .9em;
      font-family: 'Open Sans', sans-serif;
      color: #c6c6c6;
      width: 100%;
      position: relative;
      margin-top: 8px;
      clear: both;
      bottom: -8px; }
      .single-performance #bill-intro .img .credit p {
        display: inline-block; }
      .single-performance #bill-intro .img .credit span {
        background-color: #c6c6c6;
        width: 80%;
        height: 1px;
        bottom: 50%;
        position: absolute;
        right: 0; }
    .single-performance #bill-intro .img img {
      float: right;
      max-width: 100%; }
      @media (max-width: 767px) {
        .single-performance #bill-intro .img img {
          max-height: 500px; } }
      @media (max-width: 660px) {
        .single-performance #bill-intro .img img {
          margin: 0 auto;
          display: block;
          float: none; } }
.single-performance .body-img-wrapper {
  width: 100%;
  height: -webkit-calc(100vh - 65px);
  height: -moz-calc(100vh - 65px);
  height: calc(100vh - 65px);
  overflow: hidden;
  background-position: 50% 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }
  .single-performance .body-img-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0; }
.single-performance .body-img-credit {
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  letter-spacing: .093em;
  margin: 15px 0;
  color: #c1c1c1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .single-performance .body-img-credit:after {
    content: " ";
    display: block;
    clear: both; }
.single-performance .press-quote {
  padding: 0 30px;
  font-family: "Raleway", serif;
  font-style: italic;
  font-size: 3.8rem;
  letter-spacing: .02em;
  color: #797979;
  line-height: 1.6;
  max-width: 690px;
  margin: 100px auto 47px;
  text-align: center; }
  @media (max-width: 600px) {
    .single-performance .press-quote {
      font-size: 3rem;
      line-height: 1.4;
      margin-bottom: 25px;
      margin-top: 60px; } }
.single-performance .press-attribution {
  font-size: 1.7rem;
  font-family: "acumin-pro-extra-condensed", serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #a8a8a8;
  letter-spacing: .22em;
  text-align: center; }
.single-performance .performance-meta {
  margin-top: 115px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px; }
  .single-performance .performance-meta:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 600px) {
    .single-performance .performance-meta {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .single-performance .performance-meta {
      padding: 0 20px; } }
  .single-performance .performance-meta .header {
    letter-spacing: .22em; }
  .single-performance .performance-meta .performances {
    float: left;
    max-width: 66.6%;
    width: 66.6%; }
    @media (max-width: 1024px) {
      .single-performance .performance-meta .performances {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px; } }
    .single-performance .performance-meta .performances li {
      font-family: 'Open Sans', sans-serif;
      color: #726e6e;
      letter-spacing: .18em;
      font-size: 1.3rem;
      position: relative;
      width: 45%;
      float: left;
      clear: both;
      margin-right: 30px; }
      @media (max-width: 670px) {
        .single-performance .performance-meta .performances li {
          width: 100%;
          margin-right: 0; } }
      .single-performance .performance-meta .performances li > a {
        padding: 20px 0;
        display: block;
        position: relative; }
      .single-performance .performance-meta .performances li:nth-child(n + 10) {
        float: none;
        display: inline-block;
        margin-right: 0; }
      .single-performance .performance-meta .performances li:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        background-color: #ededed;
        width: 100%; }
      .single-performance .performance-meta .performances li .pointer {
        display: none; }
      .single-performance .performance-meta .performances li.has-info .pointer {
        display: block; }
  .single-performance .performance-meta .tickets {
    width: 33.33333%;
    float: left; }
    @media (max-width: 1024px) {
      .single-performance .performance-meta .tickets {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .single-performance .performance-meta .tickets .holder {
      max-width: 385px;
      float: right; }
      @media (max-width: 1024px) {
        .single-performance .performance-meta .tickets .holder {
          float: left;
          max-width: 600px; } }
    .single-performance .performance-meta .tickets .tel:hover {
      text-decoration: underline; }
    .single-performance .performance-meta .tickets p {
      margin-bottom: 30px;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.3rem;
      color: #847e7e;
      line-height: 1.9; }
    .single-performance .performance-meta .tickets .btn {
      display: inline-block;
      background-color: #ec1c24;
      color: #FFFFFF; }
.single-performance .sponsors {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 75px;
  margin-top: 60px; }
  .single-performance .sponsors .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px; }
    .single-performance .sponsors .container:after {
      content: " ";
      display: block;
      clear: both; }
  .single-performance .sponsors .subhead {
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: .42em;
    font-family: "acumin-pro-extra-condensed", serif;
    color: #898989;
    font-weight: bold; }
  .single-performance .sponsors .header {
    letter-spacing: .22em;
    color: #797979;
    margin-top: 9px;
    margin-bottom: 0; }
  .single-performance .sponsors .logo-holder {
    margin-top: 30px;
    position: relative;
    overflow: hidden; }
    .single-performance .sponsors .logo-holder:after {
      content: '';
      position: absolute;
      top: 0;
      width: 106%;
      left: -3%;
      height: 1px;
      background-color: #dedede; }
  .single-performance .sponsors .img-holder {
    width: 33.33333%;
    float: left;
    text-align: center; }
    .single-performance .sponsors .img-holder:nth-child(-n + 3) {
      margin-top: 0; }
    .single-performance .sponsors .img-holder img {
      display: block;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      margin: 0 auto;
      max-width: 100%; }
    @media (max-width: 767px) {
      .single-performance .sponsors .img-holder {
        width: 50%;
        float: left; } }
    @media (max-width: 600px) {
      .single-performance .sponsors .img-holder {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .single-performance .sponsors .img-holder.only-sponsor {
      left: 50%;
      position: relative;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 5px 0 5px; }
.single-performance .prev-next-holder {
  height: 360px;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 115px; }
  @media (max-width: 767px) {
    .single-performance .prev-next-holder {
      height: 600px; } }
  .single-performance .prev-next-holder .prev-next {
    font-family: "acumin-pro-extra-condensed", serif;
    font-size: 1.7rem;
    color: #898989;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold; }
  .single-performance .prev-next-holder .prev-post, .single-performance .prev-next-holder .next-post {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    background-color: #06060b; }
    .single-performance .prev-next-holder .prev-post.empty, .single-performance .prev-next-holder .next-post.empty {
      background-color: #f1f1f1; }
      .single-performance .prev-next-holder .prev-post.empty h1, .single-performance .prev-next-holder .next-post.empty h1 {
        color: #898989; }
      .single-performance .prev-next-holder .prev-post.empty .prev-next, .single-performance .prev-next-holder .next-post.empty .prev-next {
        color: #636363; }
    @media (max-width: 767px) {
      .single-performance .prev-next-holder .prev-post, .single-performance .prev-next-holder .next-post {
        width: 100%;
        height: 50%; } }
  .single-performance .prev-next-holder h1 {
    font-size: 4.4rem;
    font-style: italic;
    font-family: "Raleway", serif;
    color: #fff;
    line-height: 54px; }
    @media (max-width: 767px) {
      .single-performance .prev-next-holder h1 {
        font-size: 4rem; } }
    @media (max-width: 480px) {
      .single-performance .prev-next-holder h1 {
        font-size: 3.5rem; } }
  .single-performance .prev-next-holder .anchor {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }
  .single-performance .prev-next-holder .cover-img {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    opacity: .45;
    width: 100%;
    height: 100%; }
  .single-performance .prev-next-holder .holder {
    text-align: center;
    width: 100%;
    padding: 0 40px; }

.dancers {
  margin-top: 115px;
  margin-bottom: 115px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px; }
  .dancers:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 600px) {
    .dancers {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .dancers {
      padding: 0 20px; } }
  .dancers > h3 {
    text-align: center; }

.dancer-tile {
  width: 33.33333%;
  float: left;
  margin-bottom: 30px; }
  @media (max-width: 650px) {
    .dancer-tile {
      width: 50%; } }
  @media (max-width: 450px) {
    .dancer-tile {
      width: 100%; } }
  .dancer-tile img {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block; }
    @media (max-width: 450px) {
      .dancer-tile img {
        width: 100%; } }
  .dancer-tile .name {
    margin: 0 auto;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
    font-family: "Raleway", serif;
    margin-top: 12px;
    font-style: italic;
    color: #797979;
    font-size: 1.6rem;
    letter-spacing: .24em; }

.single-performance .descriptive-images {
  margin-top: 120px; }

.descriptive-images {
  margin-bottom: 150px; }
  @media (max-width: 600px) {
    .descriptive-images {
      margin-top: 80px; } }
  .descriptive-images .para h3 {
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #a8a8a8;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .descriptive-images .para h3 {
        margin-bottom: 20px; } }
  .descriptive-images .para h5 {
    font-family: "Raleway", serif;
    font-size: 1.8rem;
    line-height: 1.77;
    font-style: italic;
    margin-bottom: 8px;
    color: #847e7e; }
  .descriptive-images .para p {
    color: #847e7e;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .093em; }

.portrait-para {
  overflow: hidden;
  z-index: 3;
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  .portrait-para:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 600px) {
    .portrait-para {
      padding: 0 20px; } }
  .portrait-para .portrait {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: 50% 0;
    width: 50%;
    float: left;
    height: 100vh;
    min-height: 620px; }
    @media (max-width: 767px) {
      .portrait-para .portrait {
        width: 70%;
        height: 40vh;
        min-height: 400px;
        margin: 0 auto;
        float: none; } }
    @media (max-width: 480px) {
      .portrait-para .portrait {
        width: 80%; } }
    @media (max-width: 420px) {
      .portrait-para .portrait {
        width: 90%; } }
  .portrait-para .para {
    position: relative;
    width: 50%;
    float: left;
    height: 79vh;
    max-height: 770px; }
    .portrait-para .para .holder {
      width: 40vw;
      right: 0;
      max-width: 380px; }
      @media (max-width: 767px) {
        .portrait-para .para .holder {
          width: auto;
          top: auto;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          left: 0;
          position: relative;
          margin: 40px auto; } }
    @media (max-width: 767px) {
      .portrait-para .para {
        width: 100%;
        height: auto;
        text-align: center; } }

.landscape-para {
  overflow: hidden;
  z-index: 1;
  margin-top: -210px; }
  @media (max-width: 767px) {
    .landscape-para {
      margin-top: -300px; } }
  @media (max-width: 600px) {
    .landscape-para {
      margin-top: -250px; } }
  .landscape-para .landscape {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: 50% 0;
    height: 650px;
    width: 50vw;
    position: absolute;
    left: 0; }
    @media (max-width: 600px) {
      .landscape-para .landscape {
        height: 550px;
        width: 100vw;
        position: relative; } }
  .landscape-para p {
    margin-bottom: 17px; }
  .landscape-para .para {
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    height: 650px; }
    .landscape-para .para:after {
      content: " ";
      display: block;
      clear: both; }
    .landscape-para .para .holder {
      right: 40px;
      max-width: 400px;
      width: 40vw; }
      @media (max-width: 767px) {
        .landscape-para .para .holder {
          top: 60%; } }
      @media (max-width: 600px) {
        .landscape-para .para .holder {
          position: relative;
          top: 0;
          float: none;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          left: 0;
          width: 100%; } }
    @media (max-width: 600px) {
      .landscape-para .para {
        height: auto;
        margin-top: 35px; } }

.solo-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 650px; }

.landscape-solo {
  overflow: hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 50% 0;
  margin-top: -150px;
  position: absolute;
  width: 70vw;
  height: 650px;
  right: 0; }
  @media (max-width: 767px) {
    .landscape-solo {
      margin-top: 0;
      width: 90vw;
      height: 450px; } }

.page-template-page-community .portrait-para .portrait {
  max-height: 750px; }
.page-template-page-community .portrait-para .para .holder {
  top: -webkit-calc(50% - 75px);
  top: -moz-calc(50% - 75px);
  top: calc(50% - 75px); }
  @media (max-height: 600px) {
    .page-template-page-community .portrait-para .para .holder {
      top: 50%; } }

.body-content-holder {
  clear: both;
  display: block; }
  .body-content-holder.cal-content .body-content {
    padding-top: 68px; }
    @media (max-width: 1024px) {
      .body-content-holder.cal-content .body-content {
        padding-top: 50px; } }
    @media (max-width: 480px) {
      .body-content-holder.cal-content .body-content {
        padding-top: 110px; } }

.cal-content {
  min-height: 360px; }
  .cal-content #load-more {
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative; }

.dd-holder .fa-close {
  display: none; }
.dd-holder .active-option {
  position: relative;
  cursor: default; }
  .dd-holder .active-option .fa-close {
    position: absolute;
    right: 7px;
    height: 100%;
    padding: 13px 10px;
    font-size: 17px;
    color: #9e9e9e;
    top: -1px;
    cursor: pointer;
    display: block; }

.cal-nav {
  background-color: #ffffff;
  height: 101px;
  position: relative;
  overflow: visible;
  padding-top: 35px;
  width: 94%; }
  @media (max-width: 959px) {
    .cal-nav {
      width: 100%; } }
  @media (max-width: 600px) {
    .cal-nav > ul {
      display: none; } }
  .cal-nav .cal-search {
    float: right;
    position: relative;
    height: 44px; }
    .cal-nav .cal-search .fa-close {
      position: absolute;
      right: 6px;
      height: 100%;
      padding: 13px 10px;
      font-size: 17px;
      color: #9e9e9e;
      cursor: pointer; }
  .cal-nav .filter-by {
    font-family: "acumin-pro-extra-condensed", serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: #898989;
    display: inline-block;
    float: left;
    top: 14px;
    position: relative; }
  .cal-nav .dropdown-sorter {
    display: inline-block;
    float: left;
    position: absolute;
    width: 225px; }
    @media (max-width: 959px) {
      .cal-nav .dropdown-sorter {
        width: 180px; } }
    .cal-nav .dropdown-sorter .clear-sort {
      opacity: .6; }
      .cal-nav .dropdown-sorter .clear-sort:hover {
        color: #9e9e9e;
        cursor: default; }
    .cal-nav .dropdown-sorter.picked-one .clear-sort {
      opacity: 1; }
      .cal-nav .dropdown-sorter.picked-one .clear-sort:hover {
        cursor: pointer;
        color: #ec1c24; }
    .cal-nav .dropdown-sorter.picked-one .sort-trigger span {
      color: #ec1c24; }
    .cal-nav .dropdown-sorter:first-of-type {
      border-right: none;
      margin-left: 20px; }
      .cal-nav .dropdown-sorter:first-of-type .sort-trigger:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        background-color: #d7d7d7; }
      .cal-nav .dropdown-sorter:first-of-type .sort-options:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: -webkit-calc(100% + 2px);
        height: -moz-calc(100% + 2px);
        height: calc(100% + 2px);
        width: 1px;
        background-color: #d7d7d7; }
      @media (max-width: 480px) {
        .cal-nav .dropdown-sorter:first-of-type {
          position: absolute;
          top: 35px;
          margin-left: 20px;
          left: 0 !important;
          width: -webkit-calc(100% - 40px);
          width: -moz-calc(100% - 40px);
          width: calc(100% - 40px);
          z-index: 10; } }
    .cal-nav .dropdown-sorter:nth-child(2) {
      border-left: 1px solid #d7d7d7;
      width: 230px;
      margin-left: -1px; }
      @media (max-width: 959px) {
        .cal-nav .dropdown-sorter:nth-child(2) {
          width: 210px; } }
      @media (max-width: 767px) {
        .cal-nav .dropdown-sorter:nth-child(2) {
          margin-left: 20px; } }
      @media (max-width: 600px) {
        .cal-nav .dropdown-sorter:nth-child(2) {
          left: 0 !important;
          margin-left: 30px; } }
      @media (max-width: 480px) {
        .cal-nav .dropdown-sorter:nth-child(2) {
          position: absolute;
          top: 90px;
          z-index: 9;
          margin-left: 20px;
          width: -webkit-calc(100% - 40px);
          width: -moz-calc(100% - 40px);
          width: calc(100% - 40px); } }
  .cal-nav .sort-trigger {
    position: relative; }

.month-holder {
  display: none; }
  .month-holder.shown {
    display: block; }
  .month-holder.shown-override {
    display: none; }
  .month-holder.filtered-out {
    display: none; }
  .month-holder.filtered-to {
    display: block; }

.event {
  display: none; }
  .event.shown {
    display: block; }
  .event.filtered-out {
    display: none; }
  .event.filtered-to {
    display: block; }

.dd-holder.filtering {
  opacity: .6; }
  .dd-holder.filtering .dropdown-sorter {
    cursor: not-allowed; }
  .dd-holder.filtering .picked-one .no-select:after {
    content: '';
    position: absolute;
    width: -webkit-calc(108% - 50px);
    width: -moz-calc(108% - 50px);
    width: calc(108% - 50px);
    height: 1px;
    background-color: #ec1c24;
    z-index: 99;
    left: -webkit-calc(25px - 4%);
    left: -moz-calc(25px - 4%);
    left: calc(25px - 4%);
    top: 21px; }
    @media (max-width: 959px) {
      .dd-holder.filtering .picked-one .no-select:after {
        width: -webkit-calc(108% - 20px);
        width: -moz-calc(108% - 20px);
        width: calc(108% - 20px);
        left: -webkit-calc(10px - 4%);
        left: -moz-calc(10px - 4%);
        left: calc(10px - 4%); } }
    @media (max-width: 500px) {
      .dd-holder.filtering .picked-one .no-select:after {
        left: -webkit-calc(15px - 4%);
        left: -moz-calc(15px - 4%);
        left: calc(15px - 4%);
        width: -webkit-calc(108% - 25px);
        width: -moz-calc(108% - 25px);
        width: calc(108% - 25px); } }

.cal-header {
  margin-bottom: 100px;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 959px) {
    .cal-header {
      margin-bottom: 60px;
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .cal-header {
      margin-top: -10px; } }
  @media (max-width: 480px) {
    .cal-header {
      margin-bottom: 50px;
      margin-top: 25px; } }
  .cal-header .big-month {
    font-family: "Raleway", serif;
    font-size: 13vw;
    letter-spacing: .14em;
    color: #f1f1f1;
    font-weight: 600;
    font-style: normal;
    text-align: center; }
    @media (min-width: 1200px) {
      .cal-header .big-month {
        font-size: 16rem; } }
    @media (max-width: 959px) {
      .cal-header .big-month {
        font-size: 15.5vw; } }
    @media (max-width: 767px) {
      .cal-header .big-month {
        font-size: 14.9vw; } }
    @media (max-width: 600px) {
      .cal-header .big-month {
        color: #e9e9e9; } }
  .cal-header p {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #898989;
    letter-spacing: .22em; }
    @media (max-width: 959px) {
      .cal-header p {
        top: 56%;
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .cal-header p {
        top: 54%;
        font-size: 1.35rem; } }
    @media (max-width: 600px) {
      .cal-header p {
        display: none; } }
    .cal-header p:after {
      content: '';
      position: absolute;
      bottom: -9px;
      z-index: -1;
      left: -2px;
      width: 100%;
      height: 1px;
      background-color: #ec1c24; }
      @media (max-width: 959px) {
        .cal-header p:after {
          bottom: -6px; } }
      @media (max-width: 959px) {
        .cal-header p:after {
          bottom: -5px; } }

.cal-search .fa {
  display: none; }
.cal-search input {
  width: 350px;
  background-color: #f7f7f7;
  color: #9e9e9e;
  padding: 15px 25px;
  float: right;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .07em;
  outline: none;
  height: 44px;
  display: block; }
  @media (max-width: 1044px) {
    .cal-search input {
      width: 300px; } }
  @media (max-width: 995px) {
    .cal-search input {
      width: 27.5vw;
      padding: 15px; } }
  @media (max-width: 767px) {
    .cal-search input {
      width: 35vw; } }
  @media (max-width: 600px) {
    .cal-search input {
      width: 46vw; } }
  @media (max-width: 520px) {
    .cal-search input {
      width: 42vw; } }
  @media (max-width: 480px) {
    .cal-search input {
      width: 100%;
      margin-bottom: 10px; } }
@media (max-width: 480px) {
  .cal-search {
    float: none;
    width: 100%;
    top: 110px;
    z-index: 8; } }

.to-top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  z-index: 9;
  display: none; }
  @media (max-width: 1570px) {
    .to-top {
      right: 20px; } }
  .to-top img {
    width: 35px;
    display: block; }

.event {
  clear: both;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  position: relative; }
  @media (max-width: 959px) {
    .event {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .event {
      overflow: visible; } }
  .event .day, .event .more, .event .less, .event .location, .event .full-date {
    text-transform: uppercase;
    color: #898989;
    font-size: 1.7rem;
    font-family: "acumin-pro-extra-condensed", serif;
    letter-spacing: .22em;
    font-weight: 600; }
    @media (max-width: 767px) {
      .event .day, .event .more, .event .less, .event .location, .event .full-date {
        font-size: 1.5rem; } }
    @media (max-width: 460px) {
      .event .day, .event .more, .event .less, .event .location, .event .full-date {
        font-size: 1.7rem; } }
    @media (max-width: 385px) {
      .event .day, .event .more, .event .less, .event .location, .event .full-date {
        font-size: 1.5rem; } }
  .event .location {
    text-align: right;
    -webkit-transform: translateY(-webkit-calc(100% + 46px));
       -moz-transform: translateY(-moz-calc(100% + 46px));
        -ms-transform: translateY(calc(100% + 46px));
         -o-transform: translateY(calc(100% + 46px));
            transform: translateY(calc(100% + 46px)); }
    @media (max-width: 767px) {
      .event .location {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
    @media (max-width: 460px) {
      .event .location {
        text-align: left;
        font-size: 1.3rem; } }
  .event .day {
    -webkit-transform: translateY(-webkit-calc(100% + 46px));
       -moz-transform: translateY(-moz-calc(100% + 46px));
        -ms-transform: translateY(calc(100% + 46px));
         -o-transform: translateY(calc(100% + 46px));
            transform: translateY(calc(100% + 46px)); }
  .event .full-date {
    color: #cbcbcb;
    margin-bottom: 30px; }
    @media (max-width: 460px) {
      .event .full-date {
        margin-bottom: 50px; } }
  .event .right {
    width: 25%;
    float: left; }
    @media (max-width: 959px) {
      .event .right {
        width: 31.25%;
        float: left; } }
    @media (max-width: 767px) {
      .event .right {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 80%; } }
    @media (max-width: 650px) {
      .event .right {
        width: 100%; } }
    @media (max-width: 460px) {
      .event .right {
        top: 25px; } }
  .event .middle {
    width: 45.83333%;
    float: left; }
    @media (max-width: 959px) {
      .event .middle {
        width: 54.16667%;
        float: left; } }
    @media (max-width: 767px) {
      .event .middle {
        width: 80%;
        float: none; } }
    @media (max-width: 650px) {
      .event .middle {
        width: 100%; } }
    .event .middle .title {
      display: inline-block;
      font-size: 29px;
      margin-bottom: 0;
      color: #a8a1a1;
      font-family: "Raleway", serif;
      line-height: 1.2;
      position: relative;
      font-style: italic;
      text-decoration: none;
      text-shadow: 2px 0px #ffffff, -2px 0 #ffffff, 2px 1px #ffffff, -3px 1px #ffffff, 4px 1px #ffffff, -4px 1px #ffffff, 3px 1px #ffffff; }
      .event .middle .title:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        z-index: -1;
        width: 100%;
        height: 1px;
        background-color: #ec1c24; }
      @media (max-width: 600px) {
        .event .middle .title {
          font-size: 27px;
          text-shadow: none;
          text-decoration: none; }
          .event .middle .title:after {
            bottom: -2px; } }
    .event .middle .content {
      font-size: 1.3rem;
      font-family: 'Open Sans', sans-serif;
      line-height: 24px;
      letter-spacing: .093em;
      color: #636363;
      max-height: 0;
      opacity: 0;
      padding: 0;
      -webkit-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
      -o-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
      -moz-transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding;
      transition: .3s .1s max-height, .3s 0s opacity, 0s .3s padding; }
      .event .middle .content p {
        margin-bottom: 18px; }
        .event .middle .content p:last-child {
          margin-bottom: 0; }
      .event .middle .content .btn {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px; }
      .event .middle .content span {
        background-color: yellow; }
    .event .middle .read-toggle {
      position: relative;
      z-index: 1; }
      .event .middle .read-toggle .pointer {
        z-index: -1; }
      .event .middle .read-toggle .more, .event .middle .read-toggle .less {
        border-bottom: 1px solid #d7d7d7;
        padding: 15px 0 15px 1px;
        margin-top: 27px;
        cursor: pointer; }
      .event .middle .read-toggle .more {
        display: block; }
      .event .middle .read-toggle .less {
        display: none; }
      .event .middle .read-toggle.open .more {
        display: none; }
      .event .middle .read-toggle.open .less {
        display: block; }
      .event .middle .read-toggle.open .content {
        max-height: 2000px;
        opacity: 1;
        padding: 30px 12px;
        -webkit-transition: .3s max-height, .4s .1s opacity;
        -o-transition: .3s max-height, .4s .1s opacity;
        -moz-transition: .3s max-height, .4s .1s opacity;
        transition: .3s max-height, .4s .1s opacity; }
        @media (max-width: 767px) {
          .event .middle .read-toggle.open .content {
            padding: 20px 0 20px 3px; } }
  .event .left {
    width: 25%;
    float: left; }
    @media (max-width: 959px) {
      .event .left {
        width: 14.58333%;
        float: left; } }
    @media (max-width: 767px) {
      .event .left {
        display: none; } }

.nothing-found, .nothing-here {
  display: none; }
  .nothing-found.shown-override, .nothing-here.shown-override {
    display: none !important; }
  .nothing-found.shown, .nothing-here.shown {
    display: block; }

@media not screen and (-webkit-min-device-pixel-ratio: 2), not screen and (min--moz-device-pixel-ratio: 2), not screen and (-o-min-device-pixel-ratio: 2 / 1), not screen and (min-device-pixel-ratio: 2), not screen and (-o-min-device-pixel-ratio: 2/1), not screen and (min-resolution: 192dpi), not screen and (min-resolution: 2dppx) {
  .cal-header .big-month {
    color: #e6e6e6; }

  .event .full-date {
    color: #bbb; } }
@media (max-width: 1370px) {
  .page-template-page-nutcrackersale .interior-hero, .page-template-page-performances_subscribe .interior-hero, .page-template-page-schoolform .interior-hero {
    background-position: 0; } }
@media (max-width: 550px) {
  .page-template-page-nutcrackersale .interior-hero, .page-template-page-performances_subscribe .interior-hero, .page-template-page-schoolform .interior-hero {
    background-position: 15%; } }
.page-template-page-nutcrackersale .interior-hero .table-cell, .page-template-page-performances_subscribe .interior-hero .table-cell, .page-template-page-schoolform .interior-hero .table-cell {
  padding: 0 40px; }
  @media (max-width: 480px) {
    .page-template-page-nutcrackersale .interior-hero .table-cell, .page-template-page-performances_subscribe .interior-hero .table-cell, .page-template-page-schoolform .interior-hero .table-cell {
      padding: 0 20px; } }
.page-template-page-nutcrackersale .interior-hero .gift-holder, .page-template-page-performances_subscribe .interior-hero .gift-holder, .page-template-page-schoolform .interior-hero .gift-holder {
  margin-top: 80px;
  text-align: center;
  position: relative;
  z-index: 3; }
  @media (max-width: 600px) {
    .page-template-page-nutcrackersale .interior-hero .gift-holder, .page-template-page-performances_subscribe .interior-hero .gift-holder, .page-template-page-schoolform .interior-hero .gift-holder {
      margin-top: 60px; } }
.page-template-page-nutcrackersale .interior-hero .gift-text, .page-template-page-performances_subscribe .interior-hero .gift-text, .page-template-page-schoolform .interior-hero .gift-text {
  font-family: "Raleway", serif;
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle; }
.page-template-page-nutcrackersale .interior-hero .bmo, .page-template-page-performances_subscribe .interior-hero .bmo, .page-template-page-schoolform .interior-hero .bmo {
  display: inline-block;
  vertical-align: middle;
  max-width: 209px;
  margin-left: 20px; }
  @media (max-width: 600px) {
    .page-template-page-nutcrackersale .interior-hero .bmo, .page-template-page-performances_subscribe .interior-hero .bmo, .page-template-page-schoolform .interior-hero .bmo {
      max-width: 150px; } }
  @media (max-width: 480px) {
    .page-template-page-nutcrackersale .interior-hero .bmo, .page-template-page-performances_subscribe .interior-hero .bmo, .page-template-page-schoolform .interior-hero .bmo {
      display: block;
      margin: 15px auto 0;
      max-width: 200px; } }
.page-template-page-nutcrackersale.success .interior-hero, .page-template-page-performances_subscribe.success .interior-hero, .page-template-page-schoolform.success .interior-hero {
  background-image: url(../images/interior_hero_success.jpg) !important;
  height: auto;
  padding: 100px;
  min-height: 600px; }
  .page-template-page-nutcrackersale.success .interior-hero .overlay, .page-template-page-performances_subscribe.success .interior-hero .overlay, .page-template-page-schoolform.success .interior-hero .overlay {
    left: 0;
    top: 0; }
  .page-template-page-nutcrackersale.success .interior-hero .welcome-message, .page-template-page-performances_subscribe.success .interior-hero .welcome-message, .page-template-page-schoolform.success .interior-hero .welcome-message {
    display: none; }
  .page-template-page-nutcrackersale.success .interior-hero .success-message, .page-template-page-performances_subscribe.success .interior-hero .success-message, .page-template-page-schoolform.success .interior-hero .success-message {
    display: block; }
.page-template-page-nutcrackersale .welcome-message, .page-template-page-nutcrackersale .success-message, .page-template-page-performances_subscribe .welcome-message, .page-template-page-performances_subscribe .success-message, .page-template-page-schoolform .welcome-message, .page-template-page-schoolform .success-message {
  display: block; }
  .page-template-page-nutcrackersale .welcome-message a, .page-template-page-nutcrackersale .success-message a, .page-template-page-performances_subscribe .welcome-message a, .page-template-page-performances_subscribe .success-message a, .page-template-page-schoolform .welcome-message a, .page-template-page-schoolform .success-message a {
    text-decoration: underline; }
  .page-template-page-nutcrackersale .welcome-message p, .page-template-page-nutcrackersale .success-message p, .page-template-page-performances_subscribe .welcome-message p, .page-template-page-performances_subscribe .success-message p, .page-template-page-schoolform .welcome-message p, .page-template-page-schoolform .success-message p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .093em; }
    @media (max-width: 767px) {
      .page-template-page-nutcrackersale .welcome-message p, .page-template-page-nutcrackersale .success-message p, .page-template-page-performances_subscribe .welcome-message p, .page-template-page-performances_subscribe .success-message p, .page-template-page-schoolform .welcome-message p, .page-template-page-schoolform .success-message p {
        font-size: 12px; } }
    @media (max-width: 600px) {
      .page-template-page-nutcrackersale .welcome-message p, .page-template-page-nutcrackersale .success-message p, .page-template-page-performances_subscribe .welcome-message p, .page-template-page-performances_subscribe .success-message p, .page-template-page-schoolform .welcome-message p, .page-template-page-schoolform .success-message p {
        font-size: 11px; } }
.page-template-page-nutcrackersale .success-message, .page-template-page-performances_subscribe .success-message, .page-template-page-schoolform .success-message {
  display: none; }
.page-template-page-nutcrackersale .sort-trigger::-moz-selection, .page-template-page-nutcrackersale .pointer::-moz-selection, .page-template-page-performances_subscribe .sort-trigger::-moz-selection, .page-template-page-performances_subscribe .pointer::-moz-selection, .page-template-page-schoolform .sort-trigger::-moz-selection, .page-template-page-schoolform .pointer::-moz-selection {
  background: none; }
.page-template-page-nutcrackersale .sort-trigger::selection, .page-template-page-nutcrackersale .pointer::selection, .page-template-page-performances_subscribe .sort-trigger::selection, .page-template-page-performances_subscribe .pointer::selection, .page-template-page-schoolform .sort-trigger::selection, .page-template-page-schoolform .pointer::selection {
  background: none; }
.page-template-page-nutcrackersale .sort-trigger, .page-template-page-performances_subscribe .sort-trigger, .page-template-page-schoolform .sort-trigger {
  position: relative; }
.page-template-page-nutcrackersale .our-form, .page-template-page-performances_subscribe .our-form, .page-template-page-schoolform .our-form {
  margin-top: 80px;
  max-width: 480px; }
  @media (max-width: 767px) {
    .page-template-page-nutcrackersale .our-form, .page-template-page-performances_subscribe .our-form, .page-template-page-schoolform .our-form {
      margin-top: 60px; } }
.page-template-page-nutcrackersale .section-header, .page-template-page-performances_subscribe .section-header, .page-template-page-schoolform .section-header {
  font-family: "Raleway", serif;
  font-size: 29px;
  padding: 0 20px 15px;
  color: #a8a1a1;
  font-style: italic;
  border-bottom: 1px solid #ec1c24;
  margin-top: 95px;
  margin-bottom: 45px; }
.page-template-page-nutcrackersale .field, .page-template-page-performances_subscribe .field, .page-template-page-schoolform .field {
  padding: 30px 0 35px;
  border-top: 1px solid #f1f1f1; }
  .page-template-page-nutcrackersale .field.first, .page-template-page-performances_subscribe .field.first, .page-template-page-schoolform .field.first {
    border-top: none;
    padding-top: 0; }
  .page-template-page-nutcrackersale .field.last, .page-template-page-performances_subscribe .field.last, .page-template-page-schoolform .field.last {
    padding-bottom: 0; }
  .page-template-page-nutcrackersale .field label, .page-template-page-performances_subscribe .field label, .page-template-page-schoolform .field label {
    padding: 0 20px 15px;
    position: relative;
    color: #898989;
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed", serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: .22em;
    display: block; }
    @media (max-width: 500px) {
      .page-template-page-nutcrackersale .field label, .page-template-page-performances_subscribe .field label, .page-template-page-schoolform .field label {
        padding-left: 7px; } }
    .page-template-page-nutcrackersale .field label .seating-img, .page-template-page-performances_subscribe .field label .seating-img, .page-template-page-schoolform .field label .seating-img {
      font-family: 'Open Sans', sans-serif;
      color: #ec1c24;
      font-size: 11px;
      line-height: 1;
      font-weight: bold;
      letter-spacing: .073em;
      position: absolute;
      bottom: 16px;
      right: 0;
      cursor: pointer; }
      .page-template-page-nutcrackersale .field label .seating-img:hover, .page-template-page-performances_subscribe .field label .seating-img:hover, .page-template-page-schoolform .field label .seating-img:hover {
        text-decoration: underline; }
      .page-template-page-nutcrackersale .field label .seating-img .seating-chart, .page-template-page-performances_subscribe .field label .seating-img .seating-chart, .page-template-page-schoolform .field label .seating-img .seating-chart {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 99;
        right: 0;
        max-width: 320px;
        -webkit-transition: opacity .3s, visibility .3s .3s;
        -o-transition: opacity .3s, visibility .3s .3s;
        -moz-transition: opacity .3s, visibility .3s .3s;
        transition: opacity .3s, visibility .3s .3s;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
           -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
        -webkit-transform: translateY(-104%);
           -moz-transform: translateY(-104%);
            -ms-transform: translateY(-104%);
             -o-transform: translateY(-104%);
                transform: translateY(-104%); }
        .page-template-page-nutcrackersale .field label .seating-img .seating-chart.viewing, .page-template-page-performances_subscribe .field label .seating-img .seating-chart.viewing, .page-template-page-schoolform .field label .seating-img .seating-chart.viewing {
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity .3s, visibility 0s;
          -o-transition: opacity .3s, visibility 0s;
          -moz-transition: opacity .3s, visibility 0s;
          transition: opacity .3s, visibility 0s; }
      @media (max-width: 600px) {
        .page-template-page-nutcrackersale .field label .seating-img span:not(.final-hide), .page-template-page-performances_subscribe .field label .seating-img span:not(.final-hide), .page-template-page-schoolform .field label .seating-img span:not(.final-hide) {
          display: none;
          bottom: 16px; } }
  .page-template-page-nutcrackersale .field input, .page-template-page-performances_subscribe .field input, .page-template-page-schoolform .field input {
    width: 100%;
    height: 40px;
    background-color: #d7d7d7;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .073em;
    padding-left: 30px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
    @media (max-width: 959px) {
      .page-template-page-nutcrackersale .field input, .page-template-page-performances_subscribe .field input, .page-template-page-schoolform .field input {
        font-size: 16px; } }
    @media (max-width: 500px) {
      .page-template-page-nutcrackersale .field input, .page-template-page-performances_subscribe .field input, .page-template-page-schoolform .field input {
        padding-left: 12px; } }
  .page-template-page-nutcrackersale .field textarea, .page-template-page-performances_subscribe .field textarea, .page-template-page-schoolform .field textarea {
    width: 100%;
    min-height: 200px;
    background-color: transparent;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .073em;
    padding: 20px;
    border: 1px solid #d7d7d7;
    color: #9e9e9e;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
    @media (max-width: 959px) {
      .page-template-page-nutcrackersale .field textarea, .page-template-page-performances_subscribe .field textarea, .page-template-page-schoolform .field textarea {
        font-size: 16px; } }
    @media (max-width: 500px) {
      .page-template-page-nutcrackersale .field textarea, .page-template-page-performances_subscribe .field textarea, .page-template-page-schoolform .field textarea {
        padding: 12px; } }
  .page-template-page-nutcrackersale .field .address, .page-template-page-performances_subscribe .field .address, .page-template-page-schoolform .field .address {
    margin-bottom: 20px; }
  .page-template-page-nutcrackersale .field .city, .page-template-page-performances_subscribe .field .city, .page-template-page-schoolform .field .city {
    width: 40%;
    display: inline-block; }
    @media (max-width: 480px) {
      .page-template-page-nutcrackersale .field .city, .page-template-page-performances_subscribe .field .city, .page-template-page-schoolform .field .city {
        width: 100%;
        margin-bottom: 20px; } }
  .page-template-page-nutcrackersale .field .state, .page-template-page-performances_subscribe .field .state, .page-template-page-schoolform .field .state {
    width: 25%;
    display: inline-block;
    margin-left: 5%; }
    @media (max-width: 480px) {
      .page-template-page-nutcrackersale .field .state, .page-template-page-performances_subscribe .field .state, .page-template-page-schoolform .field .state {
        width: 50%;
        margin-bottom: 20px;
        float: left;
        margin-left: 0; } }
  .page-template-page-nutcrackersale .field .zip, .page-template-page-performances_subscribe .field .zip, .page-template-page-schoolform .field .zip {
    width: 25%;
    float: right;
    display: inline-block; }
    @media (max-width: 480px) {
      .page-template-page-nutcrackersale .field .zip, .page-template-page-performances_subscribe .field .zip, .page-template-page-schoolform .field .zip {
        width: 40%;
        float: none;
        margin-left: 9.5%; } }
.page-template-page-nutcrackersale .add-section, .page-template-page-performances_subscribe .add-section, .page-template-page-schoolform .add-section {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 139px;
  letter-spacing: .073em;
  text-align: center;
  position: relative;
  color: #9e9e9e;
  cursor: pointer;
  line-height: 1.8; }
  .page-template-page-nutcrackersale .add-section br, .page-template-page-performances_subscribe .add-section br, .page-template-page-schoolform .add-section br {
    display: none; }
    @media (max-width: 440px) {
      .page-template-page-nutcrackersale .add-section br, .page-template-page-performances_subscribe .add-section br, .page-template-page-schoolform .add-section br {
        display: block; } }
  .page-template-page-nutcrackersale .add-section:after, .page-template-page-performances_subscribe .add-section:after, .page-template-page-schoolform .add-section:after {
    content: '';
    width: 660px;
    height: 1px;
    background: #d7d7d7;
    display: block;
    position: absolute;
    bottom: -90px;
    left: -90px; }
    @media (max-width: 800px) {
      .page-template-page-nutcrackersale .add-section:after, .page-template-page-performances_subscribe .add-section:after, .page-template-page-schoolform .add-section:after {
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .page-template-page-nutcrackersale .add-section img, .page-template-page-performances_subscribe .add-section img, .page-template-page-schoolform .add-section img {
    position: relative;
    margin-left: 18px;
    width: 21px;
    bottom: -7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
         -o-transform-origin: 50%;
            transform-origin: 50%; }
    @media (max-width: 440px) {
      .page-template-page-nutcrackersale .add-section img, .page-template-page-performances_subscribe .add-section img, .page-template-page-schoolform .add-section img {
        display: block;
        margin: 7px auto 0;
        bottom: 0; } }
  .page-template-page-nutcrackersale .add-section:hover img, .page-template-page-performances_subscribe .add-section:hover img, .page-template-page-schoolform .add-section:hover img {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
.page-template-page-nutcrackersale .submit, .page-template-page-performances_subscribe .submit, .page-template-page-schoolform .submit {
  margin: 38px auto 30px;
  color: #ec1c24;
  width: 160px; }
.page-template-page-nutcrackersale .ticket-group, .page-template-page-performances_subscribe .ticket-group, .page-template-page-schoolform .ticket-group {
  margin-bottom: 65px; }
  .page-template-page-nutcrackersale .ticket-group:last-child, .page-template-page-performances_subscribe .ticket-group:last-child, .page-template-page-schoolform .ticket-group:last-child {
    margin-bottom: 85px; }

.page-template-page-nutcrackersale header, .page-template-page-schoolform header {
  height: 105px;
  position: relative; }
  .page-template-page-nutcrackersale header h1, .page-template-page-schoolform header h1 {
    display: inline-block;
    height: 100%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .page-template-page-nutcrackersale header h1 img, .page-template-page-schoolform header h1 img {
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      position: relative; }
.page-template-page-nutcrackersale .our-form, .page-template-page-schoolform .our-form {
  width: 90%;
  max-width: 480px;
  margin: 120px auto; }
  @media (max-width: 350px) {
    .page-template-page-nutcrackersale .our-form, .page-template-page-schoolform .our-form {
      width: 92%; } }

.page-template-page-schoolform.success .interior-hero {
  background-image: url(../images/school-form-hero.jpg) !important; }

.page-template-page-nutcrackersale .output, .page-template-page-performances_subscribe .output, .page-template-page-schoolform .output {
  text-align: center;
  font-family: "acumin-pro-extra-condensed", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .page-template-page-nutcrackersale .interior-hero .title, .page-template-page-performances_subscribe .interior-hero .title, .page-template-page-schoolform .interior-hero .title {
    font-size: 4.5rem; } }
@media (max-width: 480px) {
  .page-template-page-nutcrackersale .interior-hero .title, .page-template-page-performances_subscribe .interior-hero .title, .page-template-page-schoolform .interior-hero .title {
    font-size: 3.5rem; } }

#event-footer {
  width: 100%;
  height: 305px;
  background-color: #252525; }
  #event-footer .table-cell {
    text-align: center; }
  #event-footer .logo-upaf {
    margin-bottom: 28px;
    max-width: 130px; }
  #event-footer .footer-info {
    color: #404040;
    font-family: "Raleway", serif;
    font-size: 11px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 2;
    padding: 0 25px; }
  #event-footer .fa {
    color: #404040;
    padding: 0 11px;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s; }
    #event-footer .fa:hover {
      color: #5a5a5a; }
