/*
File: style.scss
Outputs: style.css

Project: __PROJECT NAME__

Description:
	Global styles

Requires:
	- Sass <http://sass-lang.com/>
	- Compass <http://compass-style.org/>

Requires:
	- <nunchucks/_nunchucks.scss>
	- <_site-settings.scss>

*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.hidden {
  display: none !important; }

.header--logo, .footer--logo {
  font-size: 0;
  line-height: 0;
  color: transparent; }

.about * {
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.blue {
  color: #3c8bcc; }

.color_bar {
  width: 100%;
  position: absolute; }
  .color_bar div {
    float: left;
    height: 100%;
    width: 14.2857143%; }
    .color_bar div:nth-of-type(1) {
      background: #ecb622; }
    .color_bar div:nth-of-type(2) {
      background: #9c1530; }
    .color_bar div:nth-of-type(3) {
      background: #1eb057; }
    .color_bar div:nth-of-type(4) {
      background: #fb7907; }
    .color_bar div:nth-of-type(5) {
      background: #8a6cdf; }
    .color_bar div:nth-of-type(6) {
      background: #14c7d2; }
    .color_bar div:nth-of-type(7) {
      background: #2c42e1; }

@font-face {
  font-family: 'DIN-Bold';
  src: url("../fonts/DIN-Bold.eot");
  src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#141abd1e4da862069abc8898071740b0") format("svg"); }

@font-face {
  font-family: 'DIN-BoldAlternate';
  src: url("../fonts/DIN-BoldAlternate.eot");
  src: url("../fonts/DIN-BoldAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-BoldAlternate.woff") format("woff"), url("../fonts/DIN-BoldAlternate.ttf") format("truetype"), url("../fonts/DIN-BoldAlternate.svg#11596ac102d0cf0c999454fe30285581") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'DIN-LightAlternate';
  src: url("../fonts/DIN-LightAlternate.eot");
  src: url("../fonts/DIN-LightAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-LightAlternate.woff") format("woff"), url("../fonts/DIN-LightAlternate.ttf") format("truetype"), url("../fonts/DIN-LightAlternate.svg#5436ac54207c5189bdeadc2ad19bd6a9") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'DIN-MediumAlternate';
  src: url("../fonts/DIN-MediumAlternate.eot");
  src: url("../fonts/DIN-MediumAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-MediumAlternate.woff") format("woff"), url("../fonts/DIN-MediumAlternate.ttf") format("truetype"), url("../fonts/DIN-MediumAlternate.svg#a25db254e7b0964f41d92f86dc025a4e") format("svg"); }

@font-face {
  font-family: 'DIN-Regular';
  src: url("../fonts/DIN-Regular.eot");
  src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#7ce5c290cbf96055cac52fb25e35bed6") format("svg"); }

.attend--row__info, .finalists--copy, .learnmore--btn:hover, .eventinfo p, .howtoattend p.howtoattend--sub {
  font-family: 'DIN-LightAlternate', sans-serif;
  font-style: normal;
  font-weight: 100; }

body, a, .footer--top, .eventinfo h2, .howtoattend a, .whatyoullsee p, .goalintro p, .tech p, .finalists--desktop .finalists-page--bottom__strong {
  font-family: 'DIN-Regular', sans-serif;
  font-style: normal;
  font-weight: 400; }

.strong, .header, .footer, .hero--title, .attend a, .finalists--btn span, .about--web_title, .press h2.press--title {
  font-family: 'DIN-MediumAlternate', sans-serif;
  font-style: normal;
  font-weight: 400; }

strong, .about--digit, .howtoattend p.howtoattend--head, .tech--copy__container-left-label, .legal h2, .legal span.strong, .press h2, .press .li-title, .rules h2, .rules span.strong {
  font-family: 'DIN-Bold', sans-serif;
  font-style: normal;
  font-weight: 700; }

.header {
  background: #fff;
  min-height: 72px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  z-index: 1000; }
  .header--expander {
    position: relative;
    height: 72px;
    display: block;
    pointer-events: none;
    transition: height .3s; }
    .header--expander[data-page="tech"], .header--expander[data-page="event"], .header--expander[data-page="about"], .header--expander[data-page="press"] {
      height: 113px; }
      .header--expander[data-page="tech"] .header--bottom-bar, .header--expander[data-page="event"] .header--bottom-bar, .header--expander[data-page="about"] .header--bottom-bar, .header--expander[data-page="press"] .header--bottom-bar {
        display: block; }
  .header--subheader-link {
    color: #fff;
    font-size: 11px;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #527a9d; }
    .header--subheader-link:last-of-type {
      border-right: none; }
  .header--subheader-link-wrapper {
    display: block;
    position: relative;
    top: 11px;
    text-align: center; }
  .header--bottom-bar {
    pointer-events: auto;
    display: none;
    position: absolute;
    background: #363636;
    width: 100%;
    height: 41px;
    bottom: 0; }
  .header--logo {
    width: 149px;
    height: 43px;
    display: block;
    position: absolute;
    left: 70px;
    top: 12px;
    transition: all 400ms ease; }
    .header--logo a {
      display: block;
      width: 100%;
      height: 100%; }
    .header--logo div {
      width: 100%;
      height: 100%;
      background-image: url("../images/header--logo.png");
      background-size: contain; }
    .header--logo:hover {
      opacity: 0.8; }
  .header--link_cont {
    position: absolute;
    bottom: 5px;
    right: 70px;
    transition: all 500ms ease;
    z-index: 10; }
  .header--link {
    display: block;
    float: left;
    margin-left: 23px;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 5px 9px 5px;
    position: relative;
    overflow: hidden;
    transition: all 175ms ease; }
    .header--link span {
      color: #1b1b1b;
      position: relative;
      z-index: 2;
      transition: all 175ms ease; }
    .header--link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0%;
      height: 3px;
      background: #3c8bcc;
      transition: all 175ms ease;
      z-index: 1; }
    .header--link:hover span, .header--link.active span, .header--link[data-active="true"] span {
      color: #707070; }
    .header--link:hover:before, .header--link.active:before, .header--link[data-active="true"]:before {
      width: 100%; }
  .header--bar_cont {
    bottom: 0;
    height: 5px; }
  .header--menu {
    position: absolute;
    display: block;
    top: 6px;
    right: 0;
    width: 128px;
    height: 66px;
    text-decoration: none;
    transition: all 500ms ease; }
    .header--menu_title {
      position: absolute;
      bottom: 12px;
      left: 17px;
      font-size: 17px;
      color: #3c8bcc; }
    .header--menu:hover {
      opacity: 0.7; }
  .header--button {
    position: absolute;
    right: 18px;
    width: 32px;
    height: 3px;
    background: #3c8bcc;
    z-index: 2;
    transition: all 500ms ease-in-out; }
    .header--button:nth-of-type(1) {
      top: 26px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .header--button:nth-of-type(2) {
      top: 37px;
      z-index: 1;
      border-radius: 0%; }
    .header--button:nth-of-type(3) {
      top: 48px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .open .header--button:nth-of-type(1) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      height: 2px;
      top: 37px;
      right: 23px;
      width: 21px; }
    .open .header--button:nth-of-type(2) {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #cee2f2;
      top: 17px;
      right: 12px; }
    .open .header--button:nth-of-type(3) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      height: 2px;
      top: 37px;
      right: 23px;
      width: 21px; }
  .header--mobile {
    display: none; }
  @media all and (max-width: 700px) {
    .header {
      position: relative; }
      .header--expander {
        display: none; }
      .header--mobile {
        display: block; }
      .header--logo {
        top: 6px;
        left: 0;
        width: 90px;
        height: 66px; }
        .header--logo a {
          padding-top: 17px;
          padding-left: 17px; }
        .header--logo div {
          width: 54px;
          height: 42px;
          background-repeat: no-repeat;
          background-size: 149px 43px; }
      .header--link_cont {
        width: 100%;
        position: absolute;
        top: 72px;
        right: 0;
        bottom: auto;
        max-height: 0;
        overflow: hidden; }
        .header--link_cont.open {
          max-height: 700px; }
      .header--link {
        float: none;
        width: 100%;
        color: #fff;
        background: #3c8bcc;
        font-size: 20px;
        padding: 30px 0;
        margin: 0;
        border-bottom: 3px solid #74b0e2;
        text-align: center; }
        .header--link[data-active="true"] span {
          color: #fff; }
        .header--link[data-active="true"] .header--tri {
          display: none; }
        .header--link span {
          color: #fff; }
        .header--link:last-of-type {
          border-bottom: none; }
        .header--link:before {
          display: none; }
        .header--link:hover span {
          color: #1b1b1b; }
      .header--bar_cont {
        bottom: auto;
        top: 0;
        height: 6px; } }

html {
  background: #3c8bcc; }

a {
  color: #3c8bcc;
  text-decoration: none; }

.main_cont {
  opacity: 0;
  transition: opacity .5s;
  width: 100%;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  background: #fff; }

.cont_replace {
  opacity: 1;
  transition: opacity .6s; }

.section {
  width: 100%;
  position: relative; }

.main_copy {
  font-size: 17px;
  line-height: 1.3; }
  @media all and (max-width: 700px) {
    .main_copy {
      font-size: 22px; } }
  @media all and (max-width: 350px) {
    .main_copy {
      font-size: 18px; } }

.small_center {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative; }

.secondary_title {
  color: #3c8bcc;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 46px;
  margin-bottom: 55px; }
  @media all and (max-width: 700px) {
    .secondary_title {
      margin-bottom: 45px; } }
  @media all and (max-width: 350px) {
  
    .secondary_title {
      font-size: 25px;
      margin-bottom: 30px; } }

.video_cont {
  position: relative;
  margin: 0 auto; }
  .video_cont img,
  .video_cont iframe {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.accordion--title_wrapper {
  display: none; }

.twitter_feed {
  height: 375px;
  margin: 0 auto 50px;
  max-width: 550px;
  overflow: scroll;
  width: 100%; }

.live-video {
  margin: 0 auto 20px;
  max-width: 700px;
  width: 100%;
  position: relative; }
  .live-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .live-video img {
    width: 100%; }

.download_note {
  margin-bottom: 50px; }

@media all and (max-width: 480px) {
  .accordion--title_wrapper {
    display: block; }
  .accordion--parent .btm_border,
  .accordion--parent .secondary_title {
    display: none; }
  .accordion--parent .media--headline .secondary_title {
    display: block; } }

.footer {
  background: #1b1b1b;
  height: 159px;
  font-size: 10px;
  position: relative; }
  .footer--content {
    height: 100%; }
  .footer--bar_cont {
    position: absolute;
    top: 0;
    height: 6px;
    display: none; }
  .footer--logo {
    display: block;
    width: 51px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    transition: all 400ms ease; }
    .footer--logo div {
      width: 100%;
      height: 100%;
      background-image: url("../images/footer--logo.png"); }
    .footer--logo:hover {
      opacity: 0.8; }
  .footer--top {
    width: 100%;
    position: relative;
    height: 155px;
    padding-top: 29px;
    text-decoration: none;
    margin-top: 30px;
    display: none; }
    .footer--top div {
      width: 69px;
      height: 36px;
      display: block;
      margin: 0 auto;
      margin-top: 35px;
      background-image: url("../images/footer--arrows.png"); }
    .footer--top span {
      text-transform: uppercase;
      color: #707070;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 16px; }
  .footer--link_cont {
    position: absolute;
    bottom: 113px;
    right: 0; }
    .footer--link_cont:before, .footer--link_cont:after {
      content: "";
      display: table; }
    .footer--link_cont:after {
      clear: both; }
  .footer--link {
    display: block;
    color: #3c8bcc;
    text-decoration: none;
    float: left;
    margin-right: 21px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: all 350ms ease; }
    .footer--link:hover {
      opacity: 0.9;
      border-bottom: 1px solid #3c8bcc; }
    .footer--link.active {
      border-bottom: 1px solid #3c8bcc; }
  .footer--copyright {
    color: #707070;
    float: left; }
  @media all and (max-width: 700px) {
    .footer {
      padding-top: 6px; }
      .footer--bar_cont {
        display: block; } }
  @media all and (max-width: 550px) {
    .footer {
      height: auto; }
      .footer--logo {
        display: none; }
      .footer--top {
        display: block; }
      .footer--link_cont {
        position: relative;
        bottom: 0;
        padding-bottom: 51px; }
      .footer--link {
        float: none;
        margin: 0;
        width: 100%;
        padding: 22px 0 21px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'DIN-Regular', sans-serif;
        font-style: normal;
        font-weight: 400; }
        .footer--link:last-of-type {
          margin-bottom: 82px; }
        .footer--link:hover {
          opacity: 1;
          border-bottom: 1px solid transparent; }
        .footer--link.active {
          border-bottom: 1px solid transparent; }
      .footer--copyright {
        font-size: 12px;
        width: 100%;
        text-align: center; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  max-width: 820px;
  margin: 0 auto;
  width: 90%; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.btm_border {
  width: 88%;
  max-width: 710px;
  height: 22px;
  margin: 0 auto;
  position: relative; }
  .btm_border--bar {
    width: 46%;
    position: absolute;
    height: 2px;
    background: #cee2f2;
    top: 8px; }
    .btm_border--bar__left {
      left: 0; }
    .btm_border--bar__right {
      right: 0; }
  .btm_border--hex {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 22px;
    background-image: url("../images/btm_border--hex.png"); }
  @media all and (max-width: 700px) {
    .btm_border--bar {
      background: #3c8bcc;
      height: 3px;
      top: 10px; }
      .btm_border--bar__left {
        left: 0; }
      .btm_border--bar__right {
        right: 0; } }

.gallery--slider {
  padding-bottom: 60px; }
  .gallery--slider--wrapper {
    position: relative; }

.gallery--item {
  float: left;
  overflow: hidden;
  position: relative;
  width: 33.3333%; }

.gallery--arrow {
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 62px;
  position: absolute;
  top: 30%;
  width: 20px; }
  .gallery--arrow__left {
    background-image: url(../images/gallery--arrow__left.png);
    left: -40px; }
  .gallery--arrow__right {
    background-image: url(../images/gallery--arrow__right.png);
    right: -40px; }

.gallery .slick-slider {
  width: 100%; }

.gallery--active {
  width: 100%; }

.gallery--active {
  padding-bottom: 20px;
  position: relative; }
  .gallery--active--video_image {
    position: relative; }
    .gallery--active--video_image:before {
      content: "";
      cursor: pointer;
      background: url(../images/video--play.png) no-repeat center center;
      background-size: 100px 116px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .gallery--active--video_image.playing {
      background: #000; }
      .gallery--active--video_image.playing .gallery--active--cover {
        opacity: 0; }
      .gallery--active--video_image.playing:before {
        display: none; }
  .gallery--active--video_wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .gallery--active--photo {
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 100%; }
  .gallery--active--cover {
    display: block;
    margin: 0;
    width: 100%; }
  .gallery--active--details {
    background: #1b1b1b;
    color: #fff;
    padding: 20px; }
  .gallery--active--title {
    font-family: 'DIN-Bold';
    padding-bottom: 10px; }
  .gallery--active--date {
    color: #959595;
    font-size: .6em;
    padding-bottom: 25px; }
  .gallery--active--description {
    font-size: .8em; }

.gallery--playlist_title {
  display: none; }

.gallery--cover {
  display: block;
  margin: 0;
  width: 100%; }

.gallery--video {
  position: relative; }

.gallery--video_image {
  position: relative;
  padding-bottom: 75px; }
  .gallery--video_image:before {
    content: "";
    cursor: pointer;
    background: url(../images/video--play.png) no-repeat center center;
    background-size: 64px 74px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 75px;
    left: 0;
    z-index: 1; }

.gallery--video_wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.gallery--details {
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .gallery--details--inner {
    background: #1b1b1b;
    height: 100%;
    position: absolute;
    margin-top: -75px;
    top: 100%;
    left: 0;
    right: 0;
    transition: all .3s; }
  .gallery--details.open {
    background: rgba(0, 0, 0, 0.8); }
    .gallery--details.open .gallery--details--inner {
      top: 40px;
      margin-top: 0; }

.gallery--item.slick-current .gallery--details--inner,
.gallery--ignore .gallery--item:nth-of-type(even) .gallery--details--inner {
  background: #707070; }

.gallery--title {
  color: #fff;
  font-size: .9em;
  height: 75px;
  padding: 10px 50px 30px 10px;
  line-height: 1.3em;
  text-transform: uppercase; }

.gallery--description {
  color: #fff;
  font-size: .6em;
  line-height: 1.5em;
  padding: 10px; }

.gallery--info_btn {
  background: url(../images/gallery--info.png) no-repeat center center;
  cursor: pointer;
  height: 23px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px; }

.gallery--photo {
  display: block;
  margin: 0 auto;
  width: 90%; }

.gallery--slider--wrapper[data-type="photo"] {
  position: static; }
  .gallery--slider--wrapper[data-type="photo"] .gallery--arrow {
    top: 42%; }
  .gallery--slider--wrapper[data-type="photo"] .gallery--item {
    opacity: .5; }
    .gallery--slider--wrapper[data-type="photo"] .gallery--item.slick-current {
      opacity: 1; }

.gallery--ignore .gallery--active {
  display: none; }

.gallery--ignore .gallery--slider {
  overflow: hidden; }

.gallery--ignore .gallery--item {
  cursor: pointer; }

.gallerymodal--overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.gallerymodal--modal {
  margin: 100px auto 0;
  max-width: 600px;
  width: 90%; }
  .gallerymodal--modal img {
    display: block;
    height: auto;
    width: 100%; }

@media all and (max-width: 850px) {
  .gallery--arrow__left {
    left: -30px; }
  .gallery--arrow__right {
    right: -30px; } }

@media all and (max-width: 700px) {
  .gallery.small_center {
    width: 100%; }
  .gallery--video .gallery--active {
    display: none; }
  .gallery--info_btn {
    display: none; }
  .gallery--video {
    overflow: hidden;
    margin-bottom: 10px; }
  .gallery--video_wrapper {
    display: block; }
  .gallery--item {
    outline: none;
    float: none;
    overflow: hidden;
    width: 100%; }
  .gallery--description {
    display: none; }
  .gallery--title {
    padding: 20px; }
  .gallery--playlist_title {
    background: url(../images/playlist--background.jpg) no-repeat center center;
    background-size: cover;
    color: #1b1b1b;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 15px 15px 10px;
    margin: 0; }
  .gallery--ignore .gallery--playlist_title {
    display: none; }
  .gallery--video_image {
    float: left;
    padding: 0;
    width: 50%; }
    .gallery--video_image:before {
      background-size: 32px 37px;
      bottom: 0; }
  .gallery--details {
    background: #1b1b1b;
    float: left;
    width: 50%;
    left: 50%; }
    .gallery--details--inner {
      height: auto;
      margin: 0;
      position: static; }
  .gallery--slider {
    overflow: hidden; }
  .gallery--photo {
    padding-bottom: 3px;
    width: 98%;
    outline: none; }
    .gallery--photo .gallery--item {
      float: left;
      width: 33.3333%; }
  .gallery--active--photo {
    padding: 0; }
  .gallery.gallery--single.gallery--video .gallery--active,
  .gallery.gallery--single.gallery--video .gallery--active--video_wrapper {
    display: block; } }

.accordion--parent {
  margin: 0;
  width: 100%;
  transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
  @media all and (max-width: 480px) {
    .accordion--parent {
      max-height: 62px;
      overflow: hidden; }
      .accordion--parent.active {
        transition: max-height 0.5s;
        max-height: 10000px; }
        .accordion--parent.active .accordion--title {
          background: #3c8bcc;
          color: #fff; }
        .accordion--parent.active .accordion--arrow:before {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); } }

.accordion--title_wrapper {
  padding-top: 1px;
  border-top: 2px solid #acb5be; }

.accordion--title {
  transition: all 0.3s;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 62px;
  background: #fff;
  color: #3c8bcc;
  padding-top: 2px;
  margin-bottom: 32px;
  font-size: 26px; }
  @media all and (max-width: 480px) {
    .accordion--title {
      max-height: 62px;
      cursor: pointer; } }

.accordion--arrow {
  display: none;
  position: absolute;
  top: 12px;
  right: 16px;
  transition: all 0.3s;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6da8d9; }
  .accordion--arrow:before {
    content: '';
    background-image: url(../images/glossary--arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 9px;
    top: 13px;
    width: 24px;
    height: 16px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    transition: all 0.3s; }
  @media all and (max-width: 480px) {
    .accordion--arrow {
      display: block; } }

.hero {
  background-image: url(../images/hero--img.jpg);
  text-transform: uppercase;
  text-align: center;
  padding-top: 108px;
  padding-bottom: 86px;
  background-size: cover;
  background-position: 50% 0;
  background-position-x: 50%;
  background-position-y: 0; }
  .hero--title {
    color: #1b1b1b;
    font-size: 42px;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 28px;
    line-height: 1.1; }
  .hero--sub_title {
    font-size: 21px;
    margin-bottom: 46px; }
  .hero--date, .hero--location {
    color: #3c8bcc; }
  .hero--line {
    color: #cee2f2;
    margin: 0 10px; }
  .hero--btn_cont {
    width: 452px;
    margin: 0 auto; }
    .hero--btn_cont:before, .hero--btn_cont:after {
      content: "";
      display: table; }
    .hero--btn_cont:after {
      clear: both; }
  .hero--btn {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid #fff;
    width: 218px;
    height: 42px;
    position: relative;
    text-align: center;
    text-decoration: none;
    float: left;
    color: #000;
    font-size: 15px;
    transition: all 500ms ease; }
    .hero--btn:first-of-type {
      margin-right: 14px; }
    .hero--btn span {
      display: block;
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .hero--btn:hover {
      background: #fff;
      color: #3c8bcc;
      border-color: #3c8bcc; }
  .hero--arrows {
    width: 69px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/hero--arrows.png");
    display: none; }
  @media all and (max-width: 550px) {
    .hero {
      padding-top: 32px;
      padding-bottom: 19px; }
      .hero--title {
        font-size: 37px; }
      .hero--sub_title {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 34px; }
      .hero--date, .hero--location {
        display: block; }
      .hero--line {
        display: none; }
      .hero--btn_cont {
        width: 100%;
        margin-bottom: 16px; }
      .hero--btn {
        display: block;
        margin: 0 auto;
        float: none;
        width: 85%;
        max-width: 304px;
        height: 61px;
        font-size: 20px; }
        .hero--btn:first-of-type {
          margin-right: auto;
          margin-bottom: 11px; }
      .hero--arrows {
        display: block; } }
  @media all and (max-width: 350px) {
    .hero--title {
      font-size: 34px; }
    .hero--sub_title {
      font-size: 20px; } }
  @media all and (max-width: 300px) {
    .hero--title {
      font-size: 28px; }
    .hero--sub_title {
      font-size: 16px; }
    .hero--btn {
      font-size: 18px;
      height: 50px; } }

.attend {
  line-height: 1.3; }
  .attend a {
    color: #3c8bcc;
    text-decoration: none; }
  .attend--row {
    margin-bottom: 23px;
    position: relative; }
    .attend--row:before, .attend--row:after {
      content: "";
      display: table; }
    .attend--row:after {
      clear: both; }
    .attend--row__location {
      margin-bottom: 46px; }
  .attend--mobile_info {
    display: none; }
  .attend--row__title {
    font-size: 21px;
    color: #1b1b1b;
    text-transform: uppercase; }
  .attend--row__info {
    font-size: 17px; }
  .attend--col {
    float: left; }
    .attend--col__1 {
      width: 20%; }
    .attend--col__2 {
      width: 34%;
      padding-right: 50px; }
    .attend--col__3 {
      width: 46%; }
  .attend--note {
    font-size: .8em;
    margin-bottom: 46px; }
  @media all and (max-width: 700px) {
    .attend--row__event .attend--col.attend--col__3, .attend--row__date .attend--col.attend--col__3, .attend--row__location .attend--col.attend--col__3 {
      display: none; }
    .attend--row__title {
      font-size: 17px; }
    .attend--row__info {
      font-size: 22px; }
    .attend--col__1 {
      position: absolute;
      top: 0;
      width: 108px;
      padding-top: 3px; }
    .attend--col__2 {
      padding-right: 0;
      width: 100%;
      padding-left: 108px; }
    .attend--mobile_info {
      display: block; }
      .attend--mobile_info .attend--col.attend--col__3 {
        float: none;
        width: 100%;
        margin-bottom: 36px; } }
  @media all and (max-width: 350px) {
    .attend--row {
      margin-bottom: 25px; }
      .attend--row__location {
        margin-bottom: 25px; }
    .attend--row__title {
      font-size: 18px; }
    .attend--row__info {
      font-size: 18px; }
    .attend--col__1 {
      position: relative;
      top: 0;
      width: 100%;
      padding-top: 0px; }
    .attend--col__2 {
      width: 100%;
      padding-left: 0px; }
    .attend--mobile_info {
      display: block; }
      .attend--mobile_info .attend--col.attend--col__3 {
        float: none;
        width: 100%;
        margin-bottom: 25px; } }

.see--copy {
  line-height: 1.55;
  margin-bottom: 47px; }

@media all and (max-width: 700px) {
  .see--copy {
    line-height: 1.4; } }

.finalists--btn_cont {
  height: 328px;
  position: relative;
  margin-bottom: 60px; }

.finalists--empty_hex {
  width: 104px;
  height: 240px;
  background: url("../images/finalists--empty_hex.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  transition: all 500ms ease;
  opacity: 0;
  top: 50%;
  left: 50%; }

.finalists--copy {
  display: block;
  text-align: center;
  width: 90%;
  margin: 0 auto 48px; }

.finalists--btn {
  width: 211px;
  height: 240px;
  background: url("../images/finalists.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0.72);
      -ms-transform: translateX(-50%) scale(0.72);
          transform: translateX(-50%) scale(0.72);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  transition: all 500ms ease; }
  .finalists--btn .hover {
    background: url("../images/finalists.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease; }
  .finalists--btn span {
    display: block;
    position: absolute;
    width: 100%;
    top: 30%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    transition: all 500ms ease;
    z-index: 2;
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .finalists--btn__team_1 {
    background-position: -633px 0;
    top: 154px;
    left: 80.7%; }
    .finalists--btn__team_1 .hover {
      background-position: -211px -480px; }
  .finalists--btn__team_2 {
    background-position: -422px -480px;
    top: 0;
    left: 14.8%; }
    .finalists--btn__team_2 .hover {
      background-position: -422px -720px; }
  .finalists--btn__team_3 {
    background-position: -422px 0;
    top: 0;
    left: 41%; }
    .finalists--btn__team_3 .hover {
      background-position: -422px -240px; }
  .finalists--btn__team_4 {
    background-position: -633px -240px;
    top: 0;
    left: 67.2%; }
    .finalists--btn__team_4 .hover {
      background-position: -211px -720px; }
  .finalists--btn__team_5 {
    background-position: -211px 0;
    top: 0;
    left: 93.4%; }
    .finalists--btn__team_5 .hover {
      background-position: -211px -240px; }
  .finalists--btn__team_6 {
    background-position: 0 -480px;
    top: 154px;
    left: 28.4%; }
    .finalists--btn__team_6 .hover {
      background-position: 0 -720px; }
  .finalists--btn__team_7 {
    background-position: 0 0;
    top: 154px;
    left: 54.1%; }
    .finalists--btn__team_7 .hover {
      background-position: 0 -240px; }
  .finalists--btn:hover .hover {
    opacity: 1; }
  .finalists--btn:hover span {
    opacity: 1;
    top: 50%; }

@media all and (max-width: 800px) {
  .finalists--title {
    margin-bottom: 61px; }
  .finalists--btn_cont {
    height: 566px; }
  .finalists--empty_hex:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
        -ms-transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
            transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
    top: 0px;
    left: 4.5%; }
  .finalists--empty_hex:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.86);
        -ms-transform: translateX(-50%) scale(0.86);
            transform: translateX(-50%) scale(0.86);
    top: 0px;
    left: 95.5%; }
  .finalists--empty_hex:nth-of-type(3) {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
        -ms-transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
            transform: translateX(-50%) scaleX(-0.86) scaleY(0.86);
    top: 360px;
    left: 4.5%; }
  .finalists--empty_hex:nth-of-type(4) {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.86);
        -ms-transform: translateX(-50%) scale(0.86);
            transform: translateX(-50%) scale(0.86);
    top: 360px;
    left: 95.5%; }
  .finalists--btn {
    -webkit-transform: scale(0.86) translateX(-50%);
        -ms-transform: scale(0.86) translateX(-50%);
            transform: scale(0.86) translateX(-50%); }
    .finalists--btn__team_1 {
      top: 360px;
      left: 67.5%; }
    .finalists--btn__team_2 {
      top: 0px;
      left: 32.5%; }
    .finalists--btn__team_3 {
      top: 0px;
      left: 67.5%; }
    .finalists--btn__team_4 {
      top: 180px;
      left: 15%; }
    .finalists--btn__team_5 {
      top: 180px;
      left: 50%; }
    .finalists--btn__team_6 {
      top: 180px;
      left: 85%; }
    .finalists--btn__team_7 {
      top: 360px;
      left: 32.5%; } }

@media all and (max-width: 700px) {
  .finalists--copy {
    font-size: 22px;
    line-height: 30px; } }

@media all and (max-width: 650px) {
  .finalists--btn_cont {
    height: 1404px;
    max-width: 326px;
    overflow: hidden; }
  .finalists--empty_hex:nth-of-type(1) {
    top: 0px;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    left: auto;
    right: -10px; }
  .finalists--empty_hex:nth-of-type(2) {
    top: 194px;
    -webkit-transform: scaleX(-1) scaleY(1);
        -ms-transform: scaleX(-1) scaleY(1);
            transform: scaleX(-1) scaleY(1);
    left: -10px; }
  .finalists--empty_hex:nth-of-type(3) {
    top: 388px;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    left: auto;
    right: -10px; }
  .finalists--empty_hex:nth-of-type(4) {
    top: 582px;
    -webkit-transform: scaleX(-1) scaleY(1);
        -ms-transform: scaleX(-1) scaleY(1);
            transform: scaleX(-1) scaleY(1);
    left: -10px; }
  .finalists--empty_hex:nth-of-type(5) {
    top: 776px;
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    left: auto;
    right: -10px; }
  .finalists--empty_hex:nth-of-type(6) {
    top: 970px;
    opacity: 1;
    -webkit-transform: scaleX(-1) scaleY(1);
        -ms-transform: scaleX(-1) scaleY(1);
            transform: scaleX(-1) scaleY(1);
    left: -10px; }
  .finalists--empty_hex:nth-of-type(7) {
    top: 1164px;
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    left: auto;
    right: -10px; }
  .finalists--btn {
    -webkit-transform: scale(1) translateX(0%);
        -ms-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%); }
    .finalists--btn__team_1 {
      top: 1164px;
      left: 0; }
    .finalists--btn__team_2 {
      top: 0px;
      left: 0; }
    .finalists--btn__team_3 {
      top: 194px;
      left: auto;
      right: 0; }
    .finalists--btn__team_4 {
      top: 388px;
      left: 0; }
    .finalists--btn__team_5 {
      top: 582px;
      left: auto;
      right: 0; }
    .finalists--btn__team_6 {
      top: 776px;
      left: 0; }
    .finalists--btn__team_7 {
      top: 970px;
      left: auto;
      right: 0; } }

@media all and (max-width: 350px) {
  .finalists--btn_cont {
    height: 1212px;
    max-width: 263px; }
  .finalists--empty_hex:nth-of-type(1) {
    top: 0px;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
        -ms-transform: scaleX(0.8) scaleY(0.8);
            transform: scaleX(0.8) scaleY(0.8);
    right: -19px; }
  .finalists--empty_hex:nth-of-type(2) {
    top: 170px;
    -webkit-transform: scaleX(-0.8) scaleY(0.8);
        -ms-transform: scaleX(-0.8) scaleY(0.8);
            transform: scaleX(-0.8) scaleY(0.8);
    left: -19px; }
  .finalists--empty_hex:nth-of-type(3) {
    top: 340px;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
        -ms-transform: scaleX(0.8) scaleY(0.8);
            transform: scaleX(0.8) scaleY(0.8);
    right: -19px; }
  .finalists--empty_hex:nth-of-type(4) {
    top: 510px;
    -webkit-transform: scaleX(-0.8) scaleY(0.8);
        -ms-transform: scaleX(-0.8) scaleY(0.8);
            transform: scaleX(-0.8) scaleY(0.8);
    left: -19px; }
  .finalists--empty_hex:nth-of-type(5) {
    top: 680px;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
        -ms-transform: scaleX(0.8) scaleY(0.8);
            transform: scaleX(0.8) scaleY(0.8);
    right: -19px; }
  .finalists--empty_hex:nth-of-type(6) {
    top: 850px;
    -webkit-transform: scaleX(-0.8) scaleY(0.8);
        -ms-transform: scaleX(-0.8) scaleY(0.8);
            transform: scaleX(-0.8) scaleY(0.8);
    left: -19px; }
  .finalists--empty_hex:nth-of-type(7) {
    top: 1020px;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
        -ms-transform: scaleX(0.8) scaleY(0.8);
            transform: scaleX(0.8) scaleY(0.8);
    right: -19px; }
  .finalists--btn {
    -webkit-transform: scale(0.8) translateX(0%);
        -ms-transform: scale(0.8) translateX(0%);
            transform: scale(0.8) translateX(0%); }
    .finalists--btn__team_1 {
      top: 1020px; }
    .finalists--btn__team_2 {
      top: 0px; }
    .finalists--btn__team_3 {
      top: 170px;
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; }
    .finalists--btn__team_4 {
      top: 340px; }
    .finalists--btn__team_5 {
      top: 510px;
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; }
    .finalists--btn__team_6 {
      top: 680px; }
    .finalists--btn__team_7 {
      top: 850px;
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; } }

@media all and (max-width: 300px) {
  .finalists--btn_cont {
    height: 864px;
    max-width: 202px; }
  .finalists--empty_hex:nth-of-type(1) {
    top: 0px;
    -webkit-transform: scaleX(0.6) scaleY(0.6);
        -ms-transform: scaleX(0.6) scaleY(0.6);
            transform: scaleX(0.6) scaleY(0.6);
    right: -33px; }
  .finalists--empty_hex:nth-of-type(2) {
    top: 120px;
    -webkit-transform: scaleX(-0.6) scaleY(0.6);
        -ms-transform: scaleX(-0.6) scaleY(0.6);
            transform: scaleX(-0.6) scaleY(0.6);
    left: -33px; }
  .finalists--empty_hex:nth-of-type(3) {
    top: 240px;
    -webkit-transform: scaleX(0.6) scaleY(0.6);
        -ms-transform: scaleX(0.6) scaleY(0.6);
            transform: scaleX(0.6) scaleY(0.6);
    right: -33px; }
  .finalists--empty_hex:nth-of-type(4) {
    top: 360px;
    -webkit-transform: scaleX(-0.6) scaleY(0.6);
        -ms-transform: scaleX(-0.6) scaleY(0.6);
            transform: scaleX(-0.6) scaleY(0.6);
    left: -33px; }
  .finalists--empty_hex:nth-of-type(5) {
    top: 480px;
    -webkit-transform: scaleX(0.6) scaleY(0.6);
        -ms-transform: scaleX(0.6) scaleY(0.6);
            transform: scaleX(0.6) scaleY(0.6);
    right: -33px; }
  .finalists--empty_hex:nth-of-type(6) {
    top: 600px;
    -webkit-transform: scaleX(-0.6) scaleY(0.6);
        -ms-transform: scaleX(-0.6) scaleY(0.6);
            transform: scaleX(-0.6) scaleY(0.6);
    left: -33px; }
  .finalists--empty_hex:nth-of-type(7) {
    top: 720px;
    -webkit-transform: scaleX(0.6) scaleY(0.6);
        -ms-transform: scaleX(0.6) scaleY(0.6);
            transform: scaleX(0.6) scaleY(0.6);
    right: -33px; }
  .finalists--btn {
    -webkit-transform: scale(0.6) translateX(0%);
        -ms-transform: scale(0.6) translateX(0%);
            transform: scale(0.6) translateX(0%); }
    .finalists--btn__team_1 {
      top: 720px; }
    .finalists--btn__team_2 {
      top: 0px; }
    .finalists--btn__team_3 {
      top: 120px; }
    .finalists--btn__team_4 {
      top: 240px; }
    .finalists--btn__team_5 {
      top: 360px; }
    .finalists--btn__team_6 {
      top: 480px; }
    .finalists--btn__team_7 {
      top: 600px; } }

.whatiscgc--copy {
  line-height: 1.55; }
  .whatiscgc--copy__1 {
    margin-bottom: 28px; }
  .whatiscgc--copy__2 {
    margin-bottom: 49px; }

.whatiscgc .gallery {
  margin-bottom: 56px; }

.whatiscgc--border {
  margin-bottom: 49px; }

@media all and (max-width: 700px) {
  .whatiscgc {
    padding-bottom: 0; }
    .whatiscgc--title {
      margin-bottom: 34px; }
    .whatiscgc--copy {
      width: 83%; }
      .whatiscgc--copy__1 {
        margin-bottom: 35px; }
      .whatiscgc--copy__2 {
        margin-bottom: 49px; }
    .whatiscgc .gallery {
      margin-bottom: 43px; }
    .whatiscgc--border {
      margin-bottom: 46px; } }

.learnmore {
  text-transform: uppercase;
  margin-bottom: 72px; }
  .learnmore a {
    text-decoration: none; }
  .learnmore--btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 194px;
    height: 44px;
    line-height: 46px;
    padding: 0 16px;
    background: #3c8bcc;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s;
    border: 1px solid transparent; }
    .learnmore--btn:hover {
      background: rgba(255, 255, 255, 0);
      color: #3c8bcc;
      border: 1px solid #3c8bcc;
      transition: all 0.3s; }
      .learnmore--btn:hover .learnmore--btn_arrow {
        opacity: 1;
        -webkit-transform: translateX(24px);
            -ms-transform: translateX(24px);
                transform: translateX(24px);
        transition-delay: 0.1s; }
        .learnmore--btn:hover .learnmore--btn_arrow:nth-of-type(2) {
          transition-delay: 0.2s; }
  .learnmore--btn_arrow {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
    top: 8px;
    right: 42px;
    background: url(../images/learnmore--arrow.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 10px;
    transition-delay: 0.1s; }
    .learnmore--btn_arrow:nth-of-type(2) {
      right: 48px;
      transition-delay: 0s; }

.about {
  width: 100%;
  height: 498px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .about--content {
    width: 100%;
    height: 100%; }
  .about--arrow {
    display: block;
    position: absolute;
    width: 8.3%;
    height: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1000; }
    .about--arrow_icon {
      display: block;
      position: absolute;
      width: 22px;
      height: 73px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background-size: 100% 100%; }
    .about--arrow__left {
      left: 0; }
      .about--arrow__left .about--arrow_icon {
        background-image: url(../images/animation/arrow_left.svg); }
    .about--arrow__right {
      right: 0; }
      .about--arrow__right .about--arrow_icon {
        background-image: url(../images/animation/arrow_right.svg); }
  .about--col {
    position: absolute;
    overflow: hidden;
    background: #fff; }
    .about--col__left {
      width: 38%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      z-index: 2; }
    .about--col__right {
      width: 592px;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 1;
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; }
      .about--col__right div {
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat; }
  .about--year {
    margin-left: 35%;
    height: 74px;
    width: 66%;
    font-size: 49px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: absolute;
    top: 15%;
    right: 5%;
    line-height: 1.82; }
    .about--year:before, .about--year:after {
      content: "";
      display: table; }
    .about--year:after {
      clear: both; }
  .about--digit {
    width: 23%;
    height: 100%;
    background: #3d8bca;
    float: left;
    color: #fff;
    position: relative;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .about--digit_top_back, .about--digit_top_front {
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      overflow: hidden;
      position: absolute; }
      .about--digit_top_back .inner, .about--digit_top_front .inner {
        height: 200%;
        top: 0; }
    .about--digit_btm_back, .about--digit_btm_front {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 46%;
      overflow: hidden;
      position: absolute; }
      .about--digit_btm_back .inner, .about--digit_btm_front .inner {
        height: 217.4%;
        bottom: 0; }
    .about--digit_top_front, .about--digit_btm_front {
      z-index: 2; }
    .about--digit .inner {
      position: absolute;
      left: 0;
      width: 100%;
      background: #3d8bca; }
    .about--digit .num {
      display: block;
      position: absolute;
      width: 100%;
      text-align: center; }
    .about--digit:not(:last-of-type) {
      margin-right: 2.67%; }
  .about--copy {
    color: #231f20;
    margin-left: 35%;
    font-size: 14px;
    line-height: 1.3;
    position: absolute;
    top: 44%;
    right: 5%;
    width: 66%; }
    .about--copy span {
      display: block;
      opacity: 0;
      visibility: hidden; }
      .about--copy span:first-of-type {
        margin-bottom: 14px; }
  .about--mac {
    top: 84px;
    left: 180px;
    width: 179px;
    height: 246px;
    background-image: url(../images/animation/mac.svg);
    opacity: 0;
    visibility: hidden; }
    .about--mac_line1 {
      width: 3px;
      height: 0px;
      left: 89px;
      top: 242px;
      background: #231f20; }
    .about--mac_line2 {
      width: 0px;
      height: 3px;
      left: 90px;
      top: 616px;
      background: #231f20; }
    .about--mac_connection {
      width: 172px;
      height: 27px;
      left: 4px;
      top: 278px;
      background-image: url(../images/animation/connection.svg); }
  .about--web_cont {
    width: 332px;
    height: 313px;
    left: 128px;
    top: 86px; }
  .about--web_title {
    display: block;
    font-size: 36px;
    color: #231f20;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    z-index: 10;
    visibility: hidden;
    opacity: 0; }
  .about--web_lines {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .about--web_line {
    opacity: 0;
    visibility: hidden;
    stroke-width: 2px; }
    .about--web_line.done {
      opacity: 0.3; }
  .about--web_icons {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-perspective: 1000;
            perspective: 1000; }
  .about--icon {
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .about--icon.blue {
      opacity: 1;
      visibility: visible;
      z-index: 5; }
    .about--icon__folder.b_w {
      width: 25px;
      height: 31px;
      left: 140px;
      top: 201px;
      background-image: url(../images/animation/folder.svg); }
    .about--icon__folder.blue {
      width: 42.75px;
      height: 53.01px;
      background-image: url(../images/animation/folder_blue.svg); }
    .about--icon__credit.b_w {
      width: 31px;
      height: 21px;
      left: 174px;
      top: 45px;
      background-image: url(../images/animation/credit.svg); }
    .about--icon__credit.blue {
      width: 53.01px;
      height: 35.91px;
      background-image: url(../images/animation/credit_blue.svg); }
    .about--icon__wifi.b_w {
      width: 32px;
      height: 26px;
      left: 53px;
      top: 119px;
      background-image: url(../images/animation/wifi.svg); }
    .about--icon__wifi.blue {
      width: 54.72px;
      height: 44.46px;
      background-image: url(../images/animation/wifi_blue.svg); }
    .about--icon__cell.b_w {
      width: 16px;
      height: 35px;
      left: 283px;
      top: 56px;
      background-image: url(../images/animation/cell.svg); }
    .about--icon__cell.blue {
      width: 27.36px;
      height: 59.85px;
      background-image: url(../images/animation/cell_blue.svg); }
    .about--icon__power.b_w {
      width: 22px;
      height: 31px;
      left: 27px;
      top: 269px;
      background-image: url(../images/animation/power.svg); }
    .about--icon__power.blue {
      width: 37.62px;
      height: 53.01px;
      background-image: url(../images/animation/power_blue.svg); }
    .about--icon__car.b_w {
      width: 32px;
      height: 20px;
      left: 188px;
      top: -10px;
      background-image: url(../images/animation/car.svg); }
    .about--icon__car.blue {
      width: 54.72px;
      height: 34.2px;
      background-image: url(../images/animation/car_blue.svg); }
    .about--icon__cloud.b_w {
      width: 31px;
      height: 17px;
      left: 74px;
      top: 12px;
      background-image: url(../images/animation/cloud.svg); }
    .about--icon__cloud.blue {
      width: 53.01px;
      height: 29.07px;
      background-image: url(../images/animation/cloud_blue.svg); }
    .about--icon__smart.b_w {
      width: 19px;
      height: 32px;
      left: 150px;
      top: 294px;
      background-image: url(../images/animation/smart.svg); }
    .about--icon__smart.blue {
      width: 32.49px;
      height: 54.72px;
      background-image: url(../images/animation/smart_blue.svg); }
    .about--icon__tablet.b_w {
      width: 23px;
      height: 31px;
      left: 314px;
      top: 198px;
      background-image: url(../images/animation/tablet.svg); }
    .about--icon__tablet.blue {
      width: 39.33px;
      height: 53.01px;
      background-image: url(../images/animation/tablet_blue.svg); }
    .about--icon__tv.b_w {
      width: 31px;
      height: 23px;
      left: 194px;
      top: 204px;
      background-image: url(../images/animation/tv.svg); }
    .about--icon__tv.blue {
      width: 53.01px;
      height: 39.33px;
      background-image: url(../images/animation/tv_blue.svg); }
    .about--icon__fridge.b_w {
      width: 21px;
      height: 33px;
      left: 8px;
      top: 68px;
      background-image: url(../images/animation/fridge.svg); }
    .about--icon__fridge.blue {
      width: 35.91px;
      height: 56.43px;
      background-image: url(../images/animation/fridge_blue.svg); }
    .about--icon__therm.b_w {
      width: 31px;
      height: 31px;
      left: -18px;
      top: 164px;
      background-image: url(../images/animation/therm.svg); }
    .about--icon__therm.blue {
      width: 53.01px;
      height: 53.01px;
      background-image: url(../images/animation/therm_blue.svg); }
    .about--icon__watch.b_w {
      width: 22px;
      height: 32px;
      left: 95px;
      top: 158px;
      background-image: url(../images/animation/watch.svg); }
    .about--icon__watch.blue {
      width: 37.62px;
      height: 54.72px;
      background-image: url(../images/animation/watch_blue.svg); }
    .about--icon__bitcoin.b_w {
      width: 31px;
      height: 31px;
      left: 115px;
      top: 127px;
      background-image: url(../images/animation/bitcoin.svg); }
    .about--icon__bitcoin.blue {
      width: 53.01px;
      height: 53.01px;
      background-image: url(../images/animation/bitcoin_blue.svg); }
    .about--icon__finger_print.b_w {
      width: 27px;
      height: 31px;
      left: 102px;
      top: 84px;
      background-image: url(../images/animation/finger_print.svg); }
    .about--icon__finger_print.blue {
      width: 46.17px;
      height: 53.01px;
      background-image: url(../images/animation/finger_print_blue.svg); }
  .about--web_circles {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .about--web_circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #231f20;
    opacity: 0;
    visibility: hidden; }
    .about--web_circle__1 {
      left: 178px;
      top: 46px; }
    .about--web_circle__2 {
      left: 278px;
      top: 64px; }
    .about--web_circle__3 {
      left: 60px;
      top: 122px; }
    .about--web_circle__4 {
      left: 142px;
      top: 204px; }
    .about--web_circle__5 {
      left: 24px;
      top: 274px; }
    .about--web_circle__6 {
      left: 152px;
      top: 302px; }
  .about--box_cont {
    width: 100%;
    height: 100%;
    top: 0; }
  .about--box {
    opacity: 0;
    visibility: hidden;
    width: 193px;
    height: 239px;
    top: 167px;
    left: 176px; }
    .about--box__back_left {
      width: 49.741%;
      height: 44.77%;
      left: 0;
      top: 0;
      background-image: url(../images/animation/box_back_left.svg);
      z-index: 1; }
    .about--box__back_right {
      width: 50.26%;
      height: 44.77%;
      right: 0;
      top: 0;
      background-image: url(../images/animation/box_back_right.svg);
      z-index: 1; }
    .about--box__open_back {
      width: 166px;
      height: 106px;
      right: -74px;
      top: -49px;
      background-image: url(../images/animation/box_open_back.svg);
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
    .about--box__front_left {
      width: 50.78%;
      height: 78.243%;
      bottom: 0;
      background-image: url(../images/animation/box_front_left.svg);
      z-index: 10; }
    .about--box__front_right {
      width: 50.78%;
      height: 79.08%;
      right: 0;
      bottom: 0;
      background-image: url(../images/animation/box_front_right.svg);
      z-index: 10; }
    .about--box__open_front {
      width: 165px;
      height: 187px;
      right: -70px;
      bottom: 0;
      background-image: url(../images/animation/box_open_front.svg);
      z-index: 10;
      opacity: 0;
      visibility: hidden; }
  .about--bug {
    z-index: 5;
    left: 100px;
    top: 160px; }
    .about--bug__1 {
      width: 71px;
      height: 61px;
      margin-left: -35px;
      background-image: url(../images/animation/virus1.svg); }
    .about--bug__2 {
      width: 35px;
      height: 33px;
      margin-left: -16px;
      background-image: url(../images/animation/virus2.svg); }
    .about--bug__3 {
      width: 49px;
      height: 46px;
      margin-left: -25px;
      background-image: url(../images/animation/virus3.svg); }
    .about--bug__4 {
      width: 28px;
      height: 38px;
      margin-left: -14px;
      background-image: url(../images/animation/virus4.svg); }
    .about--bug__5 {
      width: 41px;
      height: 49px;
      margin-left: -20px;
      background-image: url(../images/animation/virus5.svg); }
  .about--signal {
    visibility: hidden;
    opacity: 0;
    width: 433px;
    height: 113px;
    left: 51px;
    top: 202px; }
    .about--signal_wave {
      width: 212px;
      height: 38px;
      left: 140px;
      top: 42px;
      background-image: url(../images/animation/laptop_signal.svg); }
    .about--signal_flag {
      background-image: url(../images/animation/flag.svg);
      width: 38px;
      height: 60px; }
      .about--signal_flag__left {
        top: 0px;
        left: 72px; }
      .about--signal_flag__right {
        top: -60px;
        right: 45px; }
    .about--signal_laptop {
      background-image: url(../images/animation/laptop.svg);
      width: 154px;
      height: 113px;
      top: 0; }
      .about--signal_laptop__left {
        left: 0; }
      .about--signal_laptop__right {
        right: 0; }
  @media all and (max-width: 950px) {
    .about--col {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); }
    .about--year {
      line-height: 1.7; } }
  @media all and (max-width: 780px) {
    .about {
      height: 640px; }
      .about--arrow {
        top: 289px;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
        .about--arrow_icon {
          width: 16px;
          height: 50px; }
        .about--arrow__left {
          left: 18px; }
        .about--arrow__right {
          right: 18px; }
      .about--col {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
        .about--col__left {
          width: 100%;
          height: 294px;
          top: 346px; }
        .about--col__right {
          width: 100%;
          height: 346px; }
      .about--year {
        width: 130px;
        height: 42px;
        top: 0;
        left: 50%;
        margin-left: -65px;
        font-size: 28px; }
      .about--copy {
        width: 75%;
        margin: 0;
        right: auto;
        left: 12.5%;
        top: 30%; }
      .about--mac {
        width: 98px;
        height: 136px;
        left: 50%;
        margin-left: -49px;
        top: 78px; }
        .about--mac_line1 {
          top: 134px;
          left: 48px;
          width: 2px; }
        .about--mac_line2 {
          display: none; }
        .about--mac_connection {
          top: 154px;
          left: 1px;
          width: 97px;
          height: 16px; }
      .about--web_title {
        font-size: 28px; }
      .about--web_cont {
        top: 10px;
        left: 50%;
        margin-left: -154px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
      .about--box {
        width: 126px;
        height: 152px;
        top: 125px;
        left: 50%;
        margin-left: -63px; }
        .about--box__back_left {
          width: 61px;
          height: 68px;
          left: 2px;
          top: 3px; }
        .about--box__back_right {
          width: 61px;
          height: 68px;
          right: 2px;
          top: 3px; }
        .about--box__open_back {
          width: 107px;
          height: 68px;
          top: -31px;
          right: -44px; }
        .about--box__front_left {
          width: 63px;
          height: 118px;
          left: 1px; }
        .about--box__front_right {
          width: 63px;
          height: 118px;
          right: 1px; }
        .about--box__open_front {
          width: 104px;
          height: 119px;
          right: -41px;
          bottom: -1px; }
      .about--icon__folder.blue {
        width: 22.5px;
        height: 27.9px; }
      .about--icon__credit.blue {
        width: 27.9px;
        height: 18.9px; }
      .about--icon__wifi.blue {
        width: 28.8px;
        height: 23.4px; }
      .about--icon__cell.blue {
        width: 14.4px;
        height: 31.5px; }
      .about--icon__power.blue {
        width: 19.8px;
        height: 27.9px; }
      .about--icon__car.blue {
        width: 28.8px;
        height: 18px; }
      .about--icon__cloud.blue {
        width: 27.9px;
        height: 15.3px; }
      .about--icon__smart.blue {
        width: 17.1px;
        height: 28.8px; }
      .about--icon__tablet.blue {
        width: 20.7px;
        height: 27.9px; }
      .about--icon__tv.blue {
        width: 27.9px;
        height: 20.7px; }
      .about--icon__fridge.blue {
        width: 18.9px;
        height: 29.7px; }
      .about--icon__therm.blue {
        width: 27.9px;
        height: 27.9px; }
      .about--icon__watch.blue {
        width: 19.8px;
        height: 28.8px; }
      .about--icon__bitcoin.blue {
        width: 27.9px;
        height: 27.9px; }
      .about--icon__finger_print.blue {
        width: 24.3px;
        height: 27.9px; }
      .about--bug {
        left: 65px;
        top: 88px; }
        .about--bug__1 {
          width: 63.9px;
          height: 54.9px;
          margin-left: -31.5px; }
        .about--bug__2 {
          width: 31.5px;
          height: 29.7px;
          margin-left: -14.4px; }
        .about--bug__3 {
          width: 44.1px;
          height: 41.4px;
          margin-left: -22.5px; }
        .about--bug__4 {
          width: 25.2px;
          height: 34.2px;
          margin-left: -12.6px; }
        .about--bug__5 {
          width: 36.9px;
          height: 44.1px;
          margin-left: -18px; }
      .about--signal {
        left: 50%;
        margin-left: -216px; } }
  @media all and (max-width: 500px) {
    .about--signal {
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); } }
  @media all and (max-width: 400px) {
    .about--web_title {
      font-size: 24px; } }

.eventinfo {
  padding-bottom: 50px;
  overflow: hidden; }
  .eventinfo h2 {
    position: relative;
    font-size: 22px;
    margin-bottom: 32px;
    text-transform: uppercase; }
    .eventinfo h2::after {
      position: absolute;
      content: "";
      border-bottom: 3px solid #3d8bca;
      width: 42px;
      top: 36px;
      left: 2px; }
  .eventinfo p {
    font-size: 14px;
    line-height: 24px; }
  .eventinfo--infocontainer {
    width: 80%;
    margin: 0 auto; }
  .eventinfo--infocontainer__col {
    float: left;
    width: 33.333%;
    padding: 0 24px; }
  @media all and (max-width: 640px) {
    .eventinfo {
      background-position: 90% 150px; }
      .eventinfo h2 {
        display: block;
        margin: none;
        float: left;
        width: 35%;
        margin-bottom: 48px;
        font-size: 21px; }
        .eventinfo h2::after {
          display: none; }
      .eventinfo p {
        top: -5px;
        position: relative;
        display: block;
        float: left;
        font-size: 20px;
        width: 65%;
        line-height: 30px; }
      .eventinfo--infocontainer {
        width: 100%;
        margin: 0 auto; }
      .eventinfo--infocontainer__col {
        margin-bottom: 24px;
        clear: both;
        width: 100%;
        padding: 0 20px; } }
  @media all and (max-width: 340px) {
    .eventinfo--infocontainer__col {
      padding: 0 10px; } }

.howtoattend {
  width: 75%;
  margin: 0 auto 64px; }
  .howtoattend a {
    color: #3d8bca;
    text-decoration: none; }
  .howtoattend h1 {
    margin-bottom: 30px; }
  .howtoattend p {
    font-size: 16.67px;
    line-height: 28px; }
    .howtoattend p.howtoattend--sub {
      margin-bottom: 32px; }
  @media all and (max-width: 700px) {
    .howtoattend p {
      font-size: 22px;
      line-height: 1.2em; } }
  @media all and (max-width: 640px) {
    .howtoattend {
      width: 90%; }
      .howtoattend p {
        width: 100%;
        display: inline; }
      .howtoattend p.howtoattend--head::before {
        content: "";
        display: block;
        margin-bottom: 24px; } }

.whatyoullsee {
  margin-bottom: 116px; }
  .whatyoullsee p {
    margin-bottom: 24px;
    line-height: 24px; }
  .whatyoullsee .gallery {
    margin-top: 18px; }

.goalintro {
  margin: 48px 0; }
  .goalintro p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px; }
  .goalintro--carousel {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto 50px;
    height: 400px;
    background: #ddd;
    text-align: center;
    line-height: 400px; }
  @media all and (max-width: 700px) {
    .goalintro p {
      font-size: 22px; } }

.tech--copy__container {
  clear: both;
  width: 90%;
  max-width: 710px;
  display: block;
  margin: 0 auto; }
  .tech--copy__container p {
    margin: none; }
  .tech--copy__container-left {
    display: block;
    float: left;
    width: 100px;
    text-align: left; }
    .tech--copy__container-left img {
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
  .tech--copy__container-right {
    display: block;
    float: left;
    width: calc(100% - 100px); }

.tech--copy__container-left-label {
  display: none;
  padding-left: 16px;
  font-size: 23px; }

.tech .gallery {
  padding: 64px 0; }

.tech--livevideo .gallery {
  padding-top: 0; }

.tech p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px; }

.tech p.nomargin {
  width: 100%;
  margin: 0 0 32px 0; }

@media all and (max-width: 700px) {
  .tech p {
    font-size: 22px;
    line-height: 1.3em; } }

@media all and (max-width: 480px) {
  .tech .list-label {
    display: none; }
  .tech .nbsp {
    display: none; }
  .tech--copy__container-left-label {
    display: inline; }
  .tech--copy__container-left {
    width: 100%;
    clear: both;
    line-height: 70px; }
    .tech--copy__container-left img {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      vertical-align: middle; }
  .tech--copy__container-right {
    width: 100%;
    clear: both; } }

.legal {
  margin-bottom: 64px; }
  .legal p {
    padding: 18px 0;
    line-height: 32px;
    font-size: 16.67px; }
  .legal h2 {
    padding: 48px 0 24px; }
  @media all and (max-width: 700px) {
    .legal p {
      font-size: 22px; }
    .legal h2 {
      font-size: 24px; } }

.press {
  padding-top: 50px;
  padding-bottom: 64px; }
  .press p {
    padding: 18px 0;
    line-height: 32px;
    font-size: 15.5px;
    word-wrap: break-word; }
  .press h1.secondary_title {
    padding-top: 0; }
  .press h2 {
    padding: 48px 0 24px; }
    .press h2.press--title {
      padding: 0;
      margin-bottom: 35px; }
  .press .li-title {
    font-size: 17.75px; }
  .press .li-date {
    display: block;
    margin-left: 0;
    font-size: 14.5px;
    color: #818181; }
  .press .btm_border {
    margin-top: 50px; }
    .press .btm_border:first-of-type {
      margin-top: 22px;
      margin-bottom: 54px; }
  @media all and (max-width: 700px) {
    .press p {
      font-size: 22px; }
    .press .li-link {
      font-size: 22px; }
    .press .li-title {
      font-size: 22px; }
    .press h2 {
      font-size: 22px; } }

.rules {
  margin-top: 64px;
  margin-bottom: 64px; }
  .rules p {
    padding: 18px 0;
    line-height: 32px;
    font-size: 16.67px; }
  .rules h2 {
    padding: 48px 0 24px; }
  @media all and (max-width: 700px) {
    .rules p {
      font-size: 22px; }
    .rules h2 {
      font-size: 24px; } }

.glossary {
  margin-bottom: 64px; }
  .glossary--img {
    margin: 0 auto;
    display: block; }
  .glossary p {
    line-height: 32px;
    font-size: 16.67px; }
  .glossary--title {
    margin-top: 16px; }
  .glossary--copy {
    padding-bottom: 48px; }
  .glossary--container {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 710px; }
  .glossary--col {
    display: block;
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    border-top: 1px solid #acb5be; }
  .glossary--item {
    position: relative;
    display: block;
    max-height: 36px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    border-bottom: 1px solid #acb5be;
    cursor: pointer; }
    .glossary--item__arrow {
      position: absolute;
      transition: all 0.3s;
      display: block;
      background: url(../images/glossary--collapse.png);
      background-repeat: no-repeat;
      top: 10px;
      right: 6px;
      width: 30px;
      height: 14px; }
    .glossary--item__title {
      text-transform: uppercase;
      line-height: 32px;
      padding-top: 4px;
      padding-bottom: 24px; }
    .glossary--item__inner {
      padding-bottom: 24px;
      font-size: 14.5px;
      line-height: 24px; }
    .glossary--item.active {
      max-height: 500px;
      transition: max-height 0.5s; }
      .glossary--item.active .glossary--item__arrow {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1); }
  .glossary .clr {
    clear: both; }
  @media all and (max-width: 700px) {
    .glossary {
      margin-bottom: 5px; }
      .glossary p, .glossary-copy, .glossary--item__inner {
        font-size: 22px;
        line-height: 1.2em; }
      .glossary--col__wrapper {
        overflow: hidden;
        margin-bottom: 50px; } }
  @media all and (max-width: 480px) {
    .glossary--container {
      margin: 0;
      width: 100%;
      transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
      max-height: 62px;
      overflow: hidden; }
      .glossary--container.active {
        transition: max-height 0.5s;
        max-height: 10000px; }
      .glossary--container .btm_border {
        display: none; }
    .glossary--col {
      width: calc(100% - 20px);
      border-top: none; }
    .glossary--col__wrapper {
      border-top: 1px solid #acb5be; } }

.finalists--mobile {
  display: none; }

.finalists--desktop {
  display: block; }
  .finalists--desktop .gallery--video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    width: 100%; }
  .finalists--desktop .gallery--active,
  .finalists--desktop .gallery--active--video,
  .finalists--desktop .gallery--active--video_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .finalists--desktop .gallery--active--video_image:before {
    z-index: 4; }
  .finalists--desktop .slick-prev, .finalists--desktop .slick-next {
    position: absolute;
    width: 21px;
    height: 65px;
    background: url(../images/finalists-page--arrow.png);
    top: 230px;
    cursor: pointer; }
  .finalists--desktop .slick-prev {
    left: 6px; }
  .finalists--desktop .slick-next {
    right: 6px;
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg); }
  .finalists--desktop .finalists-page .clr {
    clear: both; }
  .finalists--desktop .finalists-page--info {
    color: #fff;
    background: #363636;
    padding-top: 36px;
    padding-bottom: 64px; }
    .finalists--desktop .finalists-page--info__arrows {
      position: relative; }
    .finalists--desktop .finalists-page--info__wrapper {
      background: #363636; }
    .finalists--desktop .finalists-page--info__proposal {
      float: left;
      display: block;
      clear: left;
      width: 35%;
      padding-right: 24px; }
    .finalists--desktop .finalists-page--info__description {
      float: left;
      display: block;
      width: 65%;
      border-left: 1px solid #51575b;
      padding-left: 48px; }
    .finalists--desktop .finalists-page--info__slide {
      width: 100%;
      display: block; }
    .finalists--desktop .finalists-page--info__video {
      border: 1px solid #a0a8b0;
      border-radius: 1px; }
      .finalists--desktop .finalists-page--info__video-placeholder {
        opacity: 0;
        position: static;
        width: 100%; }
        .finalists--desktop .finalists-page--info__video-placeholder.show {
          opacity: 1; }
      .finalists--desktop .finalists-page--info__video iframe {
        z-index: 2; }
    .finalists--desktop .finalists-page--info__lower-wrapper {
      margin-top: 58px; }
    .finalists--desktop .finalists-page--info p {
      margin-bottom: 40px; }
    .finalists--desktop .finalists-page--info__proposal-track {
      text-transform: uppercase;
      font-size: 16px;
      color: #3d8bca;
      margin-bottom: 32px; }
    .finalists--desktop .finalists-page--info__proposal-team {
      text-transform: uppercase;
      font-size: 33px;
      margin-bottom: 8px; }
    .finalists--desktop .finalists-page--info__proposal-location {
      color: #acb5be;
      text-transform: uppercase;
      font-size: 21px;
      margin-bottom: 48px; }
    .finalists--desktop .finalists-page--info__proposal-qualify {
      font-size: 16.67px;
      line-height: 26px; }
    .finalists--desktop .finalists-page--info__description-text {
      font-size: 16.67px;
      line-height: 26px; }
  .finalists--desktop .finalists-page--bottom {
    padding-top: 86px;
    padding-bottom: 70px; }
    .finalists--desktop .finalists-page--bottom p {
      font-size: 17px;
      margin-bottom: 16px; }
    .finalists--desktop .finalists-page--bottom__strong {
      font-size: 19px;
      text-transform: uppercase; }

@media all and (max-width: 800px) {
  .finalists--desktop .finalists-page--info__proposal-team {
    font-size: 28px; } }

@media all and (max-width: 700px) {
  .finalists--desktop {
    display: none; }
  .finalists--mobile {
    display: block; }
    .finalists--mobile .slick-list {
      height: auto !important; }
    .finalists--mobile .video_cont img {
      position: static; }
    .finalists--mobile .finalists-page--info__video-placeholder {
      opacity: 0; }
    .finalists--mobile .video_cont iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .finalists--mobile .finalists-page p {
      margin-top: 32px;
      font-size: 22px;
      line-height: 1.1em; }
    .finalists--mobile .finalists-page--info__proposal-location {
      text-transform: uppercase; }
    .finalists--mobile .finalists-page--info__proposal-logo {
      display: block;
      margin: 24px auto;
      text-align: center; }
      .finalists--mobile .finalists-page--info__proposal-logo img {
        display: block;
        margin: 0 auto; }
    .finalists--mobile .finalists-page--expand {
      position: relative;
      transition: all 0.3s;
      display: block;
      width: 100%;
      max-height: 62px;
      text-transform: uppercase;
      text-align: center;
      line-height: 62px;
      background: #fff;
      color: #fff;
      cursor: pointer;
      padding-top: 2px;
      font-size: 26px; }
      .finalists--mobile .finalists-page--expand.active {
        background: #3d8bca;
        color: #fff; }
        .finalists--mobile .finalists-page--expand.active .finalists-page--expand__arrow {
          opacity: 1; }
      .finalists--mobile .finalists-page--expand__wrapper {
        border-top: 1px solid #acb5be; }
        .finalists--mobile .finalists-page--expand__wrapper:nth-of-type(1) {
          border-top: none; }
      .finalists--mobile .finalists-page--expand__arrow {
        opacity: 0;
        position: absolute;
        transition: all 0.3s;
        display: block;
        background: url(../images/glossary--arrow.png);
        background-repeat: no-repeat;
        top: 22px;
        right: 22px;
        width: 24px;
        height: 16px; }
        .finalists--mobile .finalists-page--expand__arrow::before {
          content: " ";
          width: 42px;
          height: 42px;
          border-radius: 50%;
          left: -9px;
          top: -12px;
          position: absolute;
          background: rgba(255, 255, 255, 0.3); }
    .finalists--mobile .finalists-page--container {
      margin: 0;
      padding-bottom: 32px;
      width: 100%;
      transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
      max-height: 62px;
      overflow: hidden; }
      .finalists--mobile .finalists-page--container.active {
        transition: max-height 0.5s;
        max-height: 10000px; } }

.recapcta {
  padding-bottom: 54px; }
  .recapcta--image {
    position: relative;
    width: 100%;
    z-index: 1; }
  .recapcta--title {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .recapcta--title_wrapper {
      position: relative; }
      .recapcta--title_wrapper:after {
        content: "";
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 97%);
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
  .recapcta--copy {
    line-height: 1.55;
    margin-bottom: 49px; }
  .recapcta--btn {
    margin-bottom: 75px;
    text-transform: uppercase; }
  @media all and (max-width: 700px) {
    .recapcta {
      padding-bottom: 45px; }
      .recapcta--title_wrapper {
        overflow: hidden; }
      .recapcta--image {
        width: auto;
        left: -120px; }
      .recapcta--title {
        margin-bottom: 34px; }
      .recapcta--copy {
        width: 83%;
        margin-bottom: 35px;
        font-size: 22px;
        line-height: 1.2em; }
      .recapcta--btn {
        margin-bottom: 60px; } }

.highlightreel {
  padding-bottom: 54px; }
  .highlightreel--copy {
    line-height: 1.55;
    margin-bottom: 49px; }
  .highlightreel--btn {
    margin-bottom: 75px;
    text-transform: uppercase; }
  @media all and (max-width: 700px) {
    .highlightreel {
      padding-bottom: 45px; }
      .highlightreel--title {
        margin-bottom: 34px; }
      .highlightreel--copy {
        width: 83%;
        margin-bottom: 35px;
        font-size: 22px;
        line-height: 1.2em; }
      .highlightreel--btn {
        margin-bottom: 60px; } }

.cgcgallery {
  padding-bottom: 54px; }
  .cgcgallery--copy {
    line-height: 1.55;
    margin-bottom: 49px; }
  .cgcgallery--btn {
    margin-bottom: 75px;
    text-transform: uppercase; }
  @media all and (max-width: 700px) {
    .cgcgallery {
      padding-bottom: 45px; }
      .cgcgallery--title {
        margin-bottom: 34px; }
      .cgcgallery--copy {
        width: 83%;
        margin-bottom: 35px;
        font-size: 22px;
        line-height: 1.2em; }
      .cgcgallery--btn {
        margin-bottom: 60px; } }

.recap {
  margin-bottom: 50px; }
  .recap .gallery {
    margin-bottom: 50px; }
  @media all and (max-width: 700px) {
    .recap {
      margin-bottom: 0; } }

.results {
  margin-bottom: 50px; }
  .results--copy {
    line-height: 1.55;
    margin-bottom: 49px; }
  .results--headline {
    background: url(../images/playlist--background.jpg) no-repeat center center;
    background-size: cover;
    color: #231f20;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 15px 15px 10px;
    margin-bottom: 0; }
  .results a {
    display: block; }
  .results--breakdown, .results--scoreboard {
    margin-bottom: 50px; }
    .results--breakdown img, .results--scoreboard img {
      width: 100%; }
  @media all and (max-width: 700px) {
    .results {
      margin-bottom: 0; }
      .results--breakdown {
        position: relative; }
        .results--breakdown:before {
          background: url(../images/results--expand.png) no-repeat center center rgba(0, 0, 0, 0.5);
          content: "";
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .results .accordion--parent .secondary_title.results--headline {
        display: block; }
      .results .learnmore--btn {
        margin-bottom: 50px; } }

.media--copy {
  line-height: 1.55;
  margin-bottom: 49px; }

.media--btn {
  margin-bottom: 75px;
  text-transform: uppercase; }

.media--headline {
  margin-bottom: 30px; }
  .media--headline .results--headline {
    margin: 0 10px; }

@media all and (max-width: 700px) {
  .media {
    padding-bottom: 45px; }
    .media--title {
      margin-bottom: 34px; }
    .media--copy {
      width: 83%;
      margin-bottom: 35px; }
    .media--btn {
      margin-bottom: 60px; }
    .media--headline {
      margin-bottom: 0;
      width: 100%; }
      .media--headline .results--headline {
        margin: 0; } }

.road {
  padding-bottom: 50px; }

.photogallery {
  padding-bottom: 50px;
  overflow: hidden; }
  .photogallery--photos {
    overflow: hidden;
    margin-bottom: 30px; }
  .photogallery--photo {
    float: left;
    outline: none;
    width: 33.33%; }
    .photogallery--photo:nth-of-type(3n+3) {
      width: 33.33%;
      border: .1px solid #fff; }
    .photogallery--photo a {
      display: block; }
    .photogallery--photo img {
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
      width: 95%; }
  @media all and (max-width: 700px) {
    .photogallery {
      padding-bottom: 5px; }
      .photogallery--photos {
        max-width: 100%;
        width: 100%; }
      .photogallery--photo img {
        padding-bottom: 5px; }
      .photogallery--btn {
        margin-bottom: 50px; } }

/* Archive Banner */
.archiveBanner {
	padding: 2px;
	border: 1px solid #333cff;
	top: 0px;
	color:  #5692f3;
	font-weight: 500;
	font-family: 'DIN-Regular', sans-serif;
  text-transform: none;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	background-color: #D7DBDD;
	left: 500px;
}
