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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }

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; }

body {
  background-color: #b0cdd4; }

@font-face {
  font-family: 'Foundry-bold';
  src: url("../assets/fonts/FoundryGridnikOT2-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Foundry-medium';
  src: url("../assets/fonts/FoundryGridnikOT2-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Foundry-normal';
  src: url("../assets/fonts/FoundryGridnikOT2-Regular.woff") format("woff"); }

.blackText {
  color: #0d1c31;
  display: block; }

.whiteText {
  color: #ffffff;
  display: block;
  margin-top: 10px; }

.regular {
  font-family: 'Foundry-normal'; }

.medium {
  font-family: 'Foundry-medium'; }

.underlined {
  text-decoration: underline; }

#backgroundImage {
  position: absolute;
  max-height: 100%;
  width: 100%; }
  @media screen and (max-width: 1750px) {
    #backgroundImage {
      height: 100%;
      max-width: 100%; } }
  @media screen and (max-height: 1400px) {
    #backgroundImage {
      height: 100%;
      max-width: 100%; } }

#landingPage {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden; }
  #landingPage .centerBlocks {
    margin-top: 230px;
    padding-bottom: 150px; }
  #landingPage .titleContainer {
    display: flex;
    display: -webkit-flex; }
    #landingPage .titleContainer .title {
      color: #ffffff;
      font-size: 72px;
      font-family: 'Foundry-bold';
      letter-spacing: 12px;
      line-height: 70px;
      text-align: right;
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 10%;
      padding-left: 5%; }
      #landingPage .titleContainer .title .blackTitle {
        color: #0d1c31; }
      @media screen and (max-width: 750px) {
        #landingPage .titleContainer .title {
          left: 50%; } }
  #landingPage .block1 {
    position: relative;
    left: 50%;
    max-width: 300px;
    transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0%);
    text-align: right;
    font-size: 28px; }
    @media screen and (max-width: 1000px) {
      #landingPage .block1 {
        font-size: 24px;
        line-height: 28px;
        padding-left: 50%; } }
  #landingPage .block2 {
    position: relative;
    margin-top: 50px;
    font-size: 24px;
    left: 50%; }
  #landingPage .block3 {
    position: relative;
    left: 50%;
    max-width: 400px;
    transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0%);
    text-align: right;
    font-size: 28px;
    line-height: 32px; }
    @media screen and (max-width: 900px) {
      #landingPage .block3 {
        font-size: 24px;
        line-height: 28px;
        max-width: 380px;
        left: 40%;
        transform: none;
        -webkit-transform: none;
        text-align: left;
        padding-right: 48%; } }
  #landingPage .block4 {
    position: relative;
    margin-top: 40px;
    font-size: 20px;
    left: 50%;
    font-size: 20px;
    max-width: 300px;
    line-height: 25px; }
    @media screen and (max-width: 900px) {
      #landingPage .block4 {
        text-align: right;
        left: 60%;
        max-width: 400px;
        transform: translate(-100%, 0px);
        -webkit-transform: translate(-100%, 0%);
        padding-left: 48%;
        font-size: 24px;
        line-height: 30px; } }
  #landingPage .lowerCTA {
    width: calc(100% - 260px);
    max-width: 460px;
    height: 99px;
    z-index: 4;
    position: absolute;
    margin-top: 0px;
    right: 0px;
    border: 10px solid #fff;
    cursor: pointer; }
    #landingPage .lowerCTA .ctaContainer {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 24px; }
    #landingPage .lowerCTA .arrowCTA {
      position: absolute;
      top: 15px;
      right: 20px; }
  #landingPage .shadowCTA {
    z-index: 3;
    border: 10px solid rgba(0, 0, 0, 0.05);
    transform: translate(40px, 48px);
    -webkit-transform: translate(40px, 48px);
    pointer-events: none; }
    #landingPage .shadowCTA img {
      opacity: 0.05; }

#menuContainer {
  position: fixed;
  top: 0px; }

#menu {
  position: absolute;
  height: 120px;
  z-index: 7; }
  #menu .menuButton {
    width: 119px;
    display: block;
    float: right;
    margin-right: 1px;
    cursor: pointer; }
    #menu .menuButton:hover .buttonBg {
      height: 119px; }
  #menu .buttonBg {
    background-color: #0d1c31;
    position: absolute;
    width: 119px;
    height: 0px; }
  #menu img {
    position: relative;
    z-index: 1; }
  #menu .buttonsShadow {
    position: absolute;
    left: 40px;
    top: 47px; }

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 5;
  top: 0px; }
  @media screen and (max-width: 1100px) {
    #overlay {
      overflow-y: auto; } }
  #overlay .options {
    width: 50%;
    background-color: #fff;
    height: 100%;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 40px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 40px 0px 0px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 1100px) {
      #overlay .options {
        width: calc(100% - 120px);
        height: 100%;
        float: auto; } }
    #overlay .options #overlay_location {
      position: relative;
      width: 100%;
      height: 100%; }
    #overlay .options #overlay_calendar {
      position: relative;
      width: 100%;
      height: 100%; }
    #overlay .options .textContainer {
      position: relative;
      height: 50%;
      width: 100%; }
    #overlay .options .imageContainer {
      position: relative;
      height: 50%;
      width: 100%; }
    #overlay .options .optionsBox {
      position: relative;
      border: solid 10px #0d1c31;
      width: 60%;
      max-width: 460px;
      height: 170px;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
      #overlay .options .optionsBox a {
        color: #0d1c31;
        display: block; }
      #overlay .options .optionsBox p {
        font-size: 24px;
        margin-left: 20px;
        margin-top: 18px; }
      #overlay .options .optionsBox img {
        position: absolute;
        float: right;
        right: 20px;
        top: 20px; }
      @media screen and (max-width: 1100px) {
        #overlay .options .optionsBox {
          position: relative;
          width: calc(80% - 120px); } }
    #overlay .options .shadowBox {
      pointer-events: none;
      position: absolute;
      color: rgba(0, 0, 0, 0.05);
      border: solid 10px rgba(0, 0, 0, 0.05);
      width: 100%;
      transform: translate(50px, calc(-50% + 50px));
      -webkit-transform: translate(50px, calc(-50% + 50px)); }
      #overlay .options .shadowBox img {
        opacity: 0.05; }
    #overlay .options .title {
      position: absolute;
      text-align: right;
      top: 50%;
      right: 50%;
      font-size: 48px;
      font-family: 'Foundry-bold';
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
      @media screen and (max-width: 1100px) {
        #overlay .options .title {
          right: 120px; } }
    #overlay .options .imageLocation {
      float: right; }
    #overlay .options .overlayImage {
      position: relative;
      height: 100%; }
  #overlay .sponsors {
    width: 50%;
    float: right;
    height: 100%; }
    @media screen and (max-width: 1100px) {
      #overlay .sponsors {
        width: 100%;
        height: 70%;
        float: left;
        background-color: #fff;
        width: calc(100% - 120px);
        -webkit-box-shadow: 40px 0px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 40px 0px 0px rgba(0, 0, 0, 0.05); } }
    #overlay .sponsors .textBlock {
      margin-top: 20px; }
    #overlay .sponsors .centeringSponsors {
      font-size: 16px;
      margin-left: auto;
      margin-right: auto;
      max-width: 142px;
      position: relative;
      top: 50%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%); }
      #overlay .sponsors .centeringSponsors a {
        display: block;
        text-decoration: underline;
        cursor: pointer;
        color: #0d1c31; }
      #overlay .sponsors .centeringSponsors a:visited {
        color: #0d1c31; }
  #overlay .closeButton {
    position: absolute;
    left: 50%;
    top: 0%;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      #overlay .closeButton {
        float: right;
        right: 0px;
        left: auto; } }
    #overlay .closeButton img {
      position: relative;
      z-index: 1; }
    #overlay .closeButton:hover .buttonBg {
      height: 119px; }
    #overlay .closeButton .buttonBg {
      background-color: #fff;
      position: absolute;
      width: 119px;
      height: 0px; }
  #overlay .closeButtonShadow {
    position: absolute;
    left: 50%;
    top: 0%;
    cursor: pointer;
    transform: translate(40px, 50px);
    -webkit-transform: translate(40px, 50px); }
    @media screen and (max-width: 1100px) {
      #overlay .closeButtonShadow {
        float: right;
        right: 0px;
        left: auto; } }

#titleOverlayCalendar {
  display: none; }

#titleOverlayLocation {
  display: none; }

.blackText {
  color: #0d1c31;
  display: block; }

.whiteText {
  color: #ffffff;
  display: block;
  margin-top: 10px; }

.regular {
  font-family: 'Foundry-normal'; }

.medium {
  font-family: 'Foundry-medium'; }

.underlined {
  text-decoration: underline; }

.section {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 2; }
  .section .wrapper {
    position: relative;
    width: 1300px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    margin-top: 120px;
    background-color: #fff; }
    @media screen and (max-width: 1550px) {
      .section .wrapper {
        width: 100%; } }
    .section .wrapper .bgUpperBand {
      position: absolute;
      width: 100%;
      z-index: 4;
      height: 165px;
      transform: translate(0, -5px);
      -webkit-transform: translate(0, -5px); }
    .section .wrapper .upperCopy {
      position: absolute;
      left: 12.5%;
      z-index: 8;
      width: 22%; }
      @media screen and (max-width: 1550px) {
        .section .wrapper .upperCopy {
          left: 10%;
          width: 35%; } }
      .section .wrapper .upperCopy .titleCopy {
        position: relative;
        top: 55px;
        font-size: 20px;
        letter-spacing: 1px;
        cursor: pointer; }
      .section .wrapper .upperCopy .sectionCopy {
        position: absolute;
        top: 250px;
        font-size: 28px; }
    .section .wrapper .assetsContainer {
      position: absolute;
      background-color: #ffffff;
      width: 100%; }
      .section .wrapper .assetsContainer .photoContainer {
        position: relative;
        width: 50%;
        left: 37.5%;
        z-index: 5;
        overflow: hidden; }
        .section .wrapper .assetsContainer .photoContainer img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 1550px) {
          .section .wrapper .assetsContainer .photoContainer {
            left: 50%;
            width: 624px; } }
      .section .wrapper .assetsContainer .title {
        z-index: 6;
        position: absolute;
        right: 34%; }
        @media screen and (max-width: 1550px) {
          .section .wrapper .assetsContainer .title {
            right: 50%;
            width: 80%;
            max-width: 560px; } }
      .section .wrapper .assetsContainer .listWrapper {
        z-index: 15;
        position: relative;
        width: 100%;
        margin-top: 150px;
        margin-left: auto;
        margin-right: auto; }
        .section .wrapper .assetsContainer .listWrapper .list {
          position: relative;
          width: 400px;
          margin-left: auto;
          margin-right: auto;
          padding-top: 40px;
          padding-bottom: 140px; }
          .section .wrapper .assetsContainer .listWrapper .list .item {
            display: table;
            margin-top: 60px; }
          .section .wrapper .assetsContainer .listWrapper .list .item_image_container {
            width: 60px;
            display: table-cell; }
            .section .wrapper .assetsContainer .listWrapper .list .item_image_container .item_image {
              position: absolute;
              width: 60px;
              height: 60px;
              border: solid 2px; }
          .section .wrapper .assetsContainer .listWrapper .list .item_copy_container {
            margin-left: 20px;
            font-size: 24px;
            max-width: 300px;
            padding-left: 30px;
            display: table-cell; }
            .section .wrapper .assetsContainer .listWrapper .list .item_copy_container a {
              color: #0d1c31; }
            .section .wrapper .assetsContainer .listWrapper .list .item_copy_container .item_name {
              margin-bottom: 5px; }

#section_music {
  display: none;
  background-color: #c1dde1; }
  #section_music span {
    color: #7cb7c5; }
  #section_music .bgUpperBand {
    background-color: #c1dde1; }
  #section_music .item_image {
    border: solid 2px rgba(124, 183, 197, 0.2); }
  #section_music .title {
    transform: translate(0, -31%);
    -webkit-transform: translate(0, -31%); }
    @media screen and (max-width: 1550px) {
      #section_music .title {
        transform: translate(50%, -31%);
        -webkit-transform: translate(50%, -31%); } }

#section_photo {
  display: none;
  background-color: #f2b4a6; }
  #section_photo .bgUpperBand {
    background-color: #f2b4a6; }
  #section_photo span {
    color: #f2b4a6; }
  #section_photo .item_image {
    border: solid 2px rgba(242, 180, 166, 0.2); }
  #section_photo .title {
    transform: translate(0, -42%);
    -webkit-transform: translate(0, -42%); }
    @media screen and (max-width: 1550px) {
      #section_photo .title {
        transform: translate(50%, -42%);
        -webkit-transform: translate(50%, -42%); } }

#section_film {
  display: none;
  background-color: #beb47e; }
  #section_film .bgUpperBand {
    background-color: #beb47e; }
  #section_film span {
    color: #beb47e; }
  #section_film .item_image {
    border: solid 2px rgba(190, 180, 126, 0.2); }
  #section_film .title {
    transform: translate(0, -36%);
    -webkit-transform: translate(0, -36%); }
    @media screen and (max-width: 1550px) {
      #section_film .title {
        transform: translate(50%, -36%);
        -webkit-transform: translate(50%, -36%); } }

#section_creative {
  display: none;
  background-color: #deceae; }
  #section_creative .bgUpperBand {
    background-color: #deceae; }
  #section_creative span {
    color: #cbb78f; }
  #section_creative .item_image {
    border: solid 2px rgba(203, 183, 143, 0.2); }
  #section_creative .title {
    transform: translate(0, -34%);
    -webkit-transform: translate(0, -34%); }
    @media screen and (max-width: 1550px) {
      #section_creative .title {
        transform: translate(50%, -34%);
        -webkit-transform: translate(50%, -34%); } }

#arrowSelectors {
  position: absolute;
  top: 80%;
  width: 100%;
  z-index: 4;
  opacity: 0; }
  #arrowSelectors img {
    margin-top: 50%; }
  #arrowSelectors #leftArrowSelector {
    display: inline;
    cursor: pointer;
    float: left;
    margin-left: 30px;
    height: 80px; }
  #arrowSelectors #rightArrowSelector {
    display: inline;
    cursor: pointer;
    right: 0px;
    float: right;
    margin-right: 30px;
    height: 80px; }

#bgColor {
  position: absolute;
  background-color: #c1dde1;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none; }
