@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular.woff2') format('woff2'),
         url('fonts/leaguegothic-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_gothicCnRg';
    src: url('fonts/leaguegothic-condensedregular.woff2') format('woff2'),
         url('fonts/leaguegothic-condensedregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background: #444444 !important;
}

/* Components */
a.logo {
  background-size: 47px 27px;
  display: block;
  overflow: hidden;
  height: 27px;
  width: 47px; }
  @media screen and (max-width: 1024px) {
    a.logo {
      background-size: 41px 25px;
      height: 25px;
      width: 41px; } }
  @media screen and (max-width: 580px) {
    a.logo {
      background-size: 41px 25px;
      height: 25px;
      width: 41px; } }

#body--wrapper nav#main {
  box-sizing: border-box;
  position: absolute;
  left: 19px;
  top: 19px;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    #body--wrapper nav#main {
      position: fixed;
      left: 15px;
      top: 15px;
      z-index: 10; } }
  @media screen and (max-width: 768px) {
    #body--wrapper nav#main {
      display: block;
      left: 0;
      top: 0;
      padding: 15px;
      height: 25px;
      width: 100%; } }
  #body--wrapper nav#main .toggle {
    display: none;
    position: absolute;
    right: 20px;
    z-index: 10; }
    #body--wrapper nav#main .toggle:before, #body--wrapper nav#main .toggle:after {
      content: ""; }
    #body--wrapper nav#main .toggle:before, #body--wrapper nav#main .toggle:after, #body--wrapper nav#main .toggle span {
      background: #fff;
      display: block;
      margin-bottom: 5px;
      height: 3px;
      width: 28px;
      transition: 0.2s ease; }
    @media screen and (max-width: 768px) {
      #body--wrapper nav#main .toggle {
        display: block; } }
  #body--wrapper nav#main.open .toggle span {
    opacity: 0; }
  #body--wrapper nav#main.open .toggle:before {
    transform: rotate(45deg) translate3d(0, 11px, 0); }
  #body--wrapper nav#main.open .toggle:after {
    transform: rotate(-45deg) translate3d(0, -11px, 0); }

nav#scroll--navigation {
  transform: translate3d(0, -50%, 0);
  position: fixed;
  top: 50%;
  right: 60px;
  z-index: 15; }
  @media screen and (max-width: 768px) {
    nav#scroll--navigation {
      right: -128px;
      transition: 0.3s ease; }
      nav#scroll--navigation:before, nav#scroll--navigation:after {
        content: "";
        display: block;
        transform: translate3d(128px, 0, 0);
        opacity: 0;
        transition: 0.5s ease; }
      nav#scroll--navigation.open {
        display: block;
        transform: translate3d(0, -50%, 0);
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 9; }
        nav#scroll--navigation.open:before {
          content: "";
          display: block;
          background: rgba(0, 0, 0, 0.8);
          position: fixed;
          left: 0;
          top: 0;
          opacity: 1;
          transform: translate3d(0, 0, 0);
          height: 100%;
          width: 100%;
          z-index: 5; }
        nav#scroll--navigation.open:after {
          content: "";
          display: block;
          background: #191A1C;
          opacity: 1;
          transform: translate3d(0, 0, 0);
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 250px;
          z-index: 6; }
        nav#scroll--navigation.open ul {
          position: absolute;
          right: 57px;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          width: 250px;
          z-index: 8; }
          nav#scroll--navigation.open ul li span {
            color: #6F6F6F;
            opacity: 1;
            transform: translate3d(0, 0, 0); }
          nav#scroll--navigation.open ul li.active span {
            color: #fff; } }
  nav#scroll--navigation ul {
    position: relative; }
    nav#scroll--navigation ul li {
      font-family: 'Arial', Helvetica, sans-serif;
      font-size: 12px;
      color: #fff;
      cursor: pointer;
      letter-spacing: 0px;
      line-height: 15px;
      text-align: right;
      margin-bottom: 45px;
      padding-right: 23px;
      position: relative; }
      nav#scroll--navigation ul li span {
        cursor: pointer;
        display: inline-block;
        transform: translate3d(15px, 0, 0);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
      nav#scroll--navigation ul li:last-child {
        margin-bottom: 0; }
        nav#scroll--navigation ul li:last-child:before {
          display: none; }
      nav#scroll--navigation ul li:before {
        content: "";
        background: #6F6F6F;
        position: absolute;
        right: 5px;
        top: 15px;
        height: 50px;
        width: 1px; }
      nav#scroll--navigation ul li:after {
        content: "";
        background: #6F6F6F;
        border: solid 2px #1C1E20;
        border-radius: 7px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        height: 7px;
        width: 7px;
        transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      nav#scroll--navigation ul li:hover span, nav#scroll--navigation ul li.active span {
        transform: translate3d(0, 0, 0);
        opacity: 1; }
      nav#scroll--navigation ul li:hover:after, nav#scroll--navigation ul li.active:after {
        background: #ACC02A; }

canvas#grid {
  transform: translate3d(-50%, -50%, 0);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -1; }

.stats {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 10; }
  .stats label {
    display: block; }

section {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 190px 0;
  min-height: 100vh; }
  @media screen and (max-width: 425px) {
    section {
      padding: 90px 0; } }
  section[data-active="active"] article.content h2.title {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  section[data-active="active"] article.content p.description {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  section[data-active="inactive"] article.content h2.title {
    opacity: 0;
    transform: translate3d(-64px, 0, 0); }
    section[data-active="inactive"] article.content h2.title:before {
      transform: translate3d(32px, 0, 0); }
  section[data-active="inactive"] article.content p.description {
    opacity: 0;
    transform: translate3d(-64px, 0, 0); }

article.content {
  color: #fff;
  margin: auto 14% auto; }
  @media screen and (max-width: 1024px) {
    article.content {
      margin: auto 160px auto 100px; } }
  @media screen and (max-width: 768px) {
    article.content {
      margin: auto 100px; } }
  @media screen and (max-width: 580px) {
    article.content {
      margin: auto 55px; } }
  @media screen and (max-width: 425px) {
    article.content {
      margin: auto 50px; } }
  article.content h2.title, article.content h2.title:before {
    transition: 0.8s ease; }
  article.content h2.title {
    font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 38px;
    margin-bottom: 24px;
    position: relative; }
    article.content h2.title:before {
      content: "";
      background: #ACC02A;
      display: block;
      position: absolute;
      left: -23px;
      top: 1px;
      transform: skewX(-21deg);
      height: 34px;
      width: 2.5px; }
    @media screen and (max-width: 425px) {
      article.content h2.title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px; }
        article.content h2.title:before {
          height: 26px;
          left: -21px;
          top: 5px; } }
  article.content p.description {
    font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 32px;
    transition: 0.8s 0.2s ease; }
    @media screen and (max-width: 425px) {
      article.content p.description {
        font-size: 14px;
        line-height: 24px; } }
  article.content a.btn {
    color: #fff;
    display: inline-block;
    text-decoration: none; }
    article.content a.btn:hover {
      color: #fff; }
  article.content a {
    color: #ACC02A;
    transition: 0.2s ease; }
    article.content a:hover {
      color: #d1e070; }

form select,
form input[type="email"],
form input[type="text"],
form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 100%; }

form#subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
  position: relative; }
  @media screen and (max-width: 580px) {
    form#subscribe {
      margin-top: 42px; } }
  form#subscribe input {
    border: none;
    box-sizing: border-box;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 14px;
    outline: none; }
  form#subscribe .email-wrapper,
  form#subscribe .submit-wrapper {
    position: relative;
    height: 44px; }
  form#subscribe .email-wrapper {
    width: 100%;
    max-width: 275px;
    transition: 0.6s ease; }
    @media screen and (max-width: 580px) {
      form#subscribe .email-wrapper {
        margin-bottom: 20px;
        width: 100%;
        max-width: none; } }
    form#subscribe .email-wrapper input {
      color: #acacac;
      padding: 12px 14px 12px 28px;
      width: 100%;
      transition: 0.3s ease; }
      form#subscribe .email-wrapper input:disabled {
        background: #d1d1d1; }
      @media screen and (max-width: 580px) {
        form#subscribe .email-wrapper input {
          text-align: center;
          padding: 12px 14px;
          max-width: none; }
          form#subscribe .email-wrapper input:focus {
            text-align: left; } }
  form#subscribe .submit-wrapper {
    background: #1fcdbf;
    border-radius: 22px;
    margin-left: 15px;
    height: 44px;
    width: 200px; }
    @media screen and (max-width: 580px) {
      form#subscribe .submit-wrapper {
        margin-left: 0;
        width: 100%;
        max-width: none; } }
    form#subscribe .submit-wrapper input {
      background: #1fcdbf;
      border-radius: 22px;
      color: #fff;
      cursor: pointer;
      height: 44px;
      font-family: 'Arial', Helvetica, sans-serif;
      font-size: 14px;
      padding: 12px 0;
      white-space: nowrap;
      width: 200px; }
      @media screen and (max-width: 580px) {
        form#subscribe .submit-wrapper input {
          display: block;
          width: 100%; } }
      form#subscribe .submit-wrapper input:focus, form#subscribe .submit-wrapper input:hover {
        color: #96efe8; }
      form#subscribe .submit-wrapper input:disabled {
        color: #18a196; }
        form#subscribe .submit-wrapper input:disabled:hover {
          background: #1fcdbf; }
  form#subscribe.form--state--success #form--message {
    left: 44px; }
  form#subscribe.form--state--success .submit-wrapper:before {
    content: "";
    background-size: 21px 18px;
    position: absolute;
    height: 100%;
    width: 100%; }
  form#subscribe.form--state--error .email-wrapper input {
    border-bottom: solid 2px #d74e4e; }
  form#subscribe.form--state--error #form--message {
    color: #d74e4e;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 0;
    position: relative;
    max-height: 0;
    width: 100%; }
    @media screen and (max-width: 580px) {
      form#subscribe.form--state--error #form--message {
        text-align: center;
        padding: 0;
        width: 100%; } }

#form--message {
  line-height: 0px;
  height: 44px;
  position: absolute;
  padding-left: 16px;
  padding-right: 52px; }
  #form--message:before {
    content: "";
    display: inline-block;
    height: 14px; }
  #form--message h3 {
    font-size: 16px;
    font-family: 'Arial', Helvetica, sans-serif;
    margin-bottom: 12px; }
  #form--message p {
    font-size: 14px;
    line-height: 16px; }
  #form--message a {
    color: #fff;
    display: block;
    margin-top: 4px; }

button {
  background: none;
  border: none;
  padding: 0;
  outline: none; }

.btn {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  text-align: center;
  transition: 0.2s ease; }
  .btn:before, .btn:after {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn[disabled] {
    border-color: #797E82;
    color: #797E82;
    cursor: not-allowed; }

.btn--fill, .btn--outline {
  border: solid 1px;
  border-color: #ACC02A;
  border-radius: 44px;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 12px 60px 11px;
  transition: 0.2s ease; }
  .btn--fill:active, .btn--outline:active {
    transform: translate3d(0, 2px, 0); }

.btn--fill {
  background: #acc02a; }
  .btn--fill:hover {
    background: rgba(172, 192, 42, 0.6); }
  .btn--fill.active {
    background: #acc02a; }
  .btn--fill[disabled] {
    background: rgba(172, 192, 42, 0); }

.btn--outline {
  background: rgba(172, 192, 42, 0); }
  .btn--outline:hover {
    background: rgba(172, 192, 42, 0.1); }
    .btn--outline:hover[disabled] {
      background: none; }

.btn--small {
  font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  padding-left: 24px;
  padding-right: 24px; }

.toggle--left,
.toggle--middle,
.toggle--right {
  padding: 12px 32px 11px; }

.toggle--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none; }

.toggle--middle {
  border-radius: 0;
  border-left: solid 1px rgba(172, 192, 42, 0.2);
  border-right: none; }

.toggle--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: solid 1px rgba(172, 192, 42, 0.2); }

.component--slider {
  backface-visibility: hidden;
  will-change: transform;
  cursor: -webkit-grab;
  cursor: grab;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative; }
  .component--slider.grabbing {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important; }
  .component--slider .dragCover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none; }
  .component--slider .slide {
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    backface-visibility: hidden;
    will-change: transform; }
    .component--slider .slide img {
      display: block;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      backface-visibility: hidden;
      will-change: transform;
      height: auto;
      width: 100%; }
  .component--slider .slide.video {
    position: relative; }
    .component--slider .slide.video .play {
      position: absolute;
      cursor: pointer;
      top: 50%;
      left: 50%;
      margin: -30px 0 0 -30px;
      height: 60px;
      width: 60px;
      z-index: 3; }

#slider {
  position: relative;
  overflow: hidden; }

nav.pager {
  bottom: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 4; }
  @media screen and (max-width: 425px) {
    nav.pager {
      display: none; } }
  nav.pager span {
    background: #fff;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px;
    height: 14px;
    width: 14px; }
    nav.pager span.active {
      background: #ACC02A; }

#modal {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 170px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8; }
  #modal .modal--content {
    box-sizing: border-box;
    color: #fff;
    margin: auto;
    text-align: center;
    z-index: 5;
    max-width: 1410px;
    width: 100%; }
    #modal .modal--content img {
      height: auto;
      width: 100%; }
    @media screen and (max-width: 1410px) {
      #modal .modal--content {
        padding: 0 170px 0 90px; } }
    @media screen and (max-width: 1024px) {
      #modal .modal--content {
        margin: 60px auto;
        padding: 0 50px;
        max-width: 654px; } }
  #modal .modal--background {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #modal .video--container {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    #modal .video--container iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }

body {
  background: #1C1E20;
  font-family: 'Arial', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #ACC02A;
  color: #fff; }

::selection {
  background: #ACC02A;
  color: #fff; }

.hidden {
  display: none;
  visibility: hidden; }

.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  overflow: hidden;
  min-height: 100vh; }

/*--------------------------------------------------------------
# Section Specific
--------------------------------------------------------------*/
#content--intro {
  height: 100vh; }
  #content--intro article.content {
    max-width: 660px; }
    @media screen and (max-width: 1024px) {
      #content--intro article.content {
        max-width: 554px; } }
    #content--intro article.content img.title {
      margin-bottom: 40px;
      width: 100%;
      max-width: 490px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media screen and (max-width: 580px) {
        #content--intro article.content img.title {
          margin-bottom: 0;
          width: 100%;
          max-width: 275px; } }
  #content--intro .intro {
    position: relative; }
    @media screen and (max-width: 580px) {
      #content--intro .intro {
        margin-top: 26px; } }
    #content--intro .intro h2 {
      font-family: 'league_gothicregular', 'Arial', Helvetica, sans-serif;
      font-size: 30px;
      margin-bottom: 8px;
      line-height: 38px; }
      @media screen and (max-width: 580px) {
        #content--intro .intro h2 {
          font-family: 'league_gothicregular', 'Arial', Helvetica, sans-serif;
          font-size: 20px;
          line-height: 36px;
          margin-bottom: 0; } }
    #content--intro .intro h3 {
      font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
      line-height: 30px;
      letter-spacing: 0px;
      font-size: 14px;
      margin-bottom: 60px; }
      @media screen and (max-width: 425px) {
        #content--intro .intro h3 {
          line-height: 24px; } }
    #content--intro .intro p {
      font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
      font-size: 19px;
      line-height: 29px;
      margin-bottom: 32px;
      max-width: 540px; }
      @media screen and (max-width: 1024px) {
        #content--intro .intro p {
          font-size: 16px; } }
      @media screen and (max-width: 425px) {
        #content--intro .intro p {
          font-size: 14px; } }
    #content--intro .intro span.divider {
      background: #494b4d;
      display: inline-block;
      margin: 0 10px;
      position: relative;
      height: 12px;
      width: 2px; }
      @media screen and (max-width: 768px) {
        #content--intro .intro span.divider {
          display: block;
          height: 0; } }

#content--event {
  background: #000;
  position: relative; }
  #content--event p {
    max-width: 675px; }
    @media screen and (max-width: 1024px) {
      #content--event p {
        padding-right: 100px; } }
    @media screen and (max-width: 768px) {
      #content--event p {
        padding-right: 0; } }
  #content--event h2, #content--event p {
    position: relative;
    z-index: 10; }
  #content--event .video--container {
    background-size: cover;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    overflow: hidden;
    height: 100%;
    width: 100%; }
    #content--event .video--container video {
      backface-visibility: hidden;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      min-height: 100%;
      min-width: 120%; }
      @media screen and (max-width: 768px) {
        #content--event .video--container video {
          display: none; } }
  #content--event article.content {
    z-index: 5; }

#content--travel article.content {
  width: 100%; }
  #content--travel article.content h2 {
    margin-bottom: 54px; }
    @media screen and (max-width: 425px) {
      #content--travel article.content h2 {
        margin-bottom: 30px; } }

#content--travel .float--container {
  margin-top: 75px;
  display: -ms-flexbox;
  display: flex;
  transition: 0.8s 0.6s ease;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 580px) {
    #content--travel .float--container {
      -ms-flex-direction: column;
          flex-direction: column; } }

#content--travel .float {
  width: 50%; }
  @media screen and (max-width: 1024px) {
    #content--travel .float {
      width: 48%; } }
  @media screen and (max-width: 580px) {
    #content--travel .float {
      margin-bottom: 32px;
      width: 100%; } }
  #content--travel .float h3 {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 26px; }
    @media screen and (max-width: 1024px) {
      #content--travel .float h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 17px; } }
  #content--travel .float p {
    font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
    font-size: 19px;
    line-height: 24px; }
    @media screen and (max-width: 1024px) {
      #content--travel .float p {
        font-size: 16px; } }

@media screen and (max-width: 1024px) {
  #content--travel article.content {
    max-width: 780px; } }

#content--travel article.content .gm-style-iw {
  padding: 12px;
  width: 280px !important; }
  #content--travel article.content .gm-style-iw h4, #content--travel article.content .gm-style-iw p {
    margin: 0;
    padding: 0; }
  #content--travel article.content .gm-style-iw a {
    color: #ACC02A; }
  #content--travel article.content .gm-style-iw h4 {
    color: #000;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 6px; }
  #content--travel article.content .gm-style-iw p {
    color: #000;
    font-size: 14px;
    line-height: 22px; }
  #content--travel article.content .gm-style-iw * {
    display: block;
    width: 100% !important; }

#content--travel #oc {
  position: relative;
  height: 500px;
  width: 100% !important;
  transition: 1.2s 0.2s ease; }
  @media screen and (max-width: 1024px) {
    #content--travel #oc {
      height: 350px; } }
  @media screen and (max-width: 425px) {
    #content--travel #oc {
      height: 275px; } }

#content--travel[data-active="active"] #oc {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important; }

#content--travel[data-active="active"] .float--container {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

#content--travel[data-active="inactive"] #oc {
  opacity: 0;
  transform: translate3d(0, 48px, 0) !important; }

#content--travel[data-active="inactive"] .float--container {
  opacity: 0;
  transform: translate3d(0, 48px, 0); }

/*! jQuery UI - v1.12.0 - 2016-09-07
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-datepicker {
  background: #fff;
  margin-top: 1px; }

.ui-state-default {
  border: 1px solid #000; }

.ui-datepicker a {
  color: #acc02a;
  font-weight: bold; }

.ui-datepicker-next, .ui-datepicker-prev {
  display: none; }

.ui-datepicker a.ui-state-active {
  background: #acc02a;
  color: #fff; }

a.logo-regs {
  padding-left: 20px;
  padding-top: 20px; }

.speaker-agreement {
  max-height: 400px;
  overflow: scroll;
  background: #fff;
  color: #000;
  padding: 30px 10px 30px 10px;
  line-height: 1.1em; }

.speaker-agreement span.title {
  font-weight: bold; }

.speaker-agreement span.subtitle {
  font-weight: bold; }

.speaker-agreement strong {
  font-weight: bold; }

.speaker-agreement span.admission {
  font-size: 1.3em; }

#header--register {
  color: #ACC02A;
  margin-left: 160px;
  margin-top: 124px;
  max-width: 870px; }
  #header--register img {
    margin-bottom: 15px;
    height: auto;
    width: 400px; }
  #header--register h1 {
    font-size: 24px;
    line-height: 38px; }
  #header--register p {
    font-size: 14px;
    line-height: 17px; }
  #header--register p.intro {
    color: #fff;
    max-width: 660px;
    font-size: 18px;
    line-height: 32px; }

section.form--wrapper {
  margin-left: 160px;
  margin-top: 24px;
  max-width: 650px;
  padding: 0 0 148px;
  min-height: 0; }
  section.form--wrapper * {
    box-sizing: border-box;
    width: 100%; }

.field--required label:after {
  content: " *";
  color: #ACC02A; }

.form--group {
  border-bottom: solid 2px #404040;
  color: #fff;
  padding: 40px 10px 0;
  margin-left: -10px; }

.field--group {
  margin-bottom: 40px; }

.field--group--half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .field--group--half .field--single {
    width: 50%; }
    .field--group--half .field--single:nth-child(odd) {
      padding-right: 15px; }
    .field--group--half .field--single:nth-child(even) {
      padding-left: 15px; }

.field--half {
  padding-right: 15px;
  width: 50%; }

.quarter--wrapper {
  display: -ms-flexbox;
  display: flex; }
  .quarter--wrapper input, .quarter--wrapper select {
    width: 50%; }
    .quarter--wrapper input:nth-child(1), .quarter--wrapper select:nth-child(1) {
      margin-right: 15px; }
    .quarter--wrapper input:nth-child(2), .quarter--wrapper select:nth-child(2) {
      margin-left: 15px; }

.field--single label {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
  letter-spacing: 0px;
  line-height: 20px;
  margin-bottom: 10px; }

.field--single input[type="text"],
.field--single input[type="tel"],
.field--single input[type="email"],
.field--single input[type="number"] {
  border: none;
  box-sizing: border-box;
  color: #1C1E20;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 20px 10px;
  width: 100%;
  outline-color: #ACC02A; }

.option--question {
  font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 20px; }

.field--checkbox {
  position: relative; }
  .field--checkbox label {
    padding-left: 36px;
    margin-bottom: 15px; }
  .field--checkbox input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: none;
    position: absolute;
    top: 0;
    outline-color: #ACC02A;
    height: 15px;
    width: 15px; }
    .field--checkbox input[type="checkbox"]:checked {
      background-size: 11px 9px;
      background-position: center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .field--checkbox input[type="checkbox"]:checked {
          background-size: 11px 9px;
          background-position: center; } }

.field--select select {
  background-size: 11px 18px;
  background-position: 95% center;
  background-position: right 13px center;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1C1E20;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 20px 10px;
  outline-color: #ACC02A; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .field--select select {
      background-size: 11px 18px;
      background-position: right 13px center; } }

.button--group {
  padding-top: 40px; }
  .button--group .btn {
    float: left;
    width: 220px; }
    .button--group .btn:first-child {
      margin-right: 30px; }

#content--gallery {
  background: #101010;
  display: block;
  padding: 0; }
  #content--gallery .wrapper--gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden;
    min-height: 100vh; }
  #content--gallery article.content {
    padding: 144px 0; }
    @media screen and (max-width: 425px) {
      #content--gallery article.content {
        margin: 50px 50px 160px;
        padding: 0; } }
  #content--gallery p.description {
    max-width: 640px; }

#content--schedule article.content {
  margin-top: 0; }
  @media screen and (max-width: 425px) {
    #content--schedule article.content {
      margin: auto 0; }
      #content--schedule article.content p.description, #content--schedule article.content h2.title {
        margin: 0 50px; } }
  #content--schedule article.content p.description {
    max-width: 545px; }

#content--schedule.sticky .toggle--group {
  position: fixed; }

#content--schedule .toggle--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px; }
  @media screen and (max-width: 425px) {
    #content--schedule .toggle--group {
      padding: 0 7%;
      margin-top: 42px; } }
  @media screen and (max-width: 320px) {
    #content--schedule .toggle--group {
      padding: 0 15px; } }

#content--schedule .btn {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 10px;
  text-align: center;
  width: 220px; }
  @media screen and (max-width: 1024px) {
    #content--schedule .btn {
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      width: 32%; } }
  @media screen and (max-width: 425px) {
    #content--schedule .btn {
      font-size: 14px;
      width: 100px; } }
  @media screen and (max-width: 320px) {
    #content--schedule .btn {
      font-size: 12px;
      width: 90px; } }

#content--schedule .schedule--wrapper {
  margin-top: 60px; }

#content--schedule .event--group {
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-left: 8px;
  position: relative;
  width: 610px; }
  @media screen and (max-width: 1024px) {
    #content--schedule .event--group {
      margin-right: 180px;
      max-width: 610px;
      width: auto; } }
  @media screen and (max-width: 768px) {
    #content--schedule .event--group {
      margin-right: 0; } }
  @media screen and (max-width: 425px) {
    #content--schedule .event--group {
      margin-left: 25px;
      margin-right: 20px; } }
  #content--schedule .event--group:last-child .event--detail:last-child:after {
    display: none; }
  #content--schedule .event--group .time {
    display: none;
    font-size: 12px;
    font-family: 'Arial', Helvetica, sans-serif;
    text-align: right;
    position: absolute;
    left: -22px;
    top: 0;
    line-height: 24px;
    width: 72px; }
  #content--schedule .event--group h4 {
    color: #ACC02A; }
  #content--schedule .event--group h5 {
    color: #ACC02A;
    margin-bottom: 24px; }

#content--schedule .event--detail {
  box-sizing: border-box;
  font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
  padding-bottom: 26px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    #content--schedule .event--detail {
      padding-right: 25px; } }
  #content--schedule .event--detail:first-child:before {
    background: #ACC02A; }
  #content--schedule .event--detail:before {
    background: #6F6F6F;
    border: solid 2px #1C1E20;
    border-radius: 7px;
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 6px;
    height: 7px;
    width: 7px;
    z-index: 2; }
  #content--schedule .event--detail:after {
    content: "";
    background: #6f6f6f;
    position: absolute;
    left: -1px;
    top: 16px;
    height: 100%;
    width: 1px;
    z-index: 1; }
  #content--schedule .event--detail > span {
    display: block; }
  #content--schedule .event--detail img {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    height: auto;
    width: 18px; }

@media screen and (max-width: 768px) {
  #content--schedule .byline span {
    display: block; }
    #content--schedule .byline span:before {
      display: none; } }

#content--schedule .byline .duration:before {
  content: "|";
  color: #6F6F6F;
  margin-right: 10px;
  margin-left: 10px; }

#content--schedule .event--additional {
  border-bottom: solid 1px #6f6f6f;
  padding: 25px 22px 33px;
  margin-left: -22px; }

#content--attend {
 background-size: cover; }
  #content--attend article.content {
    max-width: 550px;
    width: 100%; }
    #content--attend article.content p {
      font-size: 19px;
      line-height: 28.79px;
      max-width: 530px; }
      @media screen and (max-width: 425px) {
        #content--attend article.content p {
          font-size: 14px;
          line-height: 24px;
          max-width: 230px; } }
    #content--attend article.content a.btn {
      margin-top: 30px; }
      @media screen and (max-width: 425px) {
        #content--attend article.content a.btn {
          display: block; } }

#content--faqs {
  background: #141415; }
  #content--faqs article.content {
    width: 100%;
    max-width: 686px; }
    #content--faqs article.content p.description {
      max-width: 660px; }
  #content--faqs .faq--wrapper {
    width: 100%; }
    #content--faqs .faq--wrapper .faq--item {
      border-bottom: solid 1px #6f6f6f;
      padding: 48px 0;
      position: relative;
      font-family: "oculus_sansregular", "Arial", Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px; }
      #content--faqs .faq--wrapper .faq--item h3 {
        cursor: pointer;
        padding-right: 65px; }
      #content--faqs .faq--wrapper .faq--item .answer p {
        padding-right: 65px;
        padding-bottom: 16px; }
        @media screen and (max-width: 768px) {
          #content--faqs .faq--wrapper .faq--item .answer p {
            padding-right: 20px; } }
        #content--faqs .faq--wrapper .faq--item .answer p:first-child {
          padding-top: 30px; }
        #content--faqs .faq--wrapper .faq--item .answer p:last-child {
          padding-bottom: 10px; }
        #content--faqs .faq--wrapper .faq--item .answer p em {
          color: #ACC02A;
          text-decoration: underline; }
        #content--faqs .faq--wrapper .faq--item .answer p i {
          font-style: italic; }
      #content--faqs .faq--wrapper .faq--item img {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50px;
        width: 18px; }
        @media screen and (max-width: 768px) {
          #content--faqs .faq--wrapper .faq--item img {
            right: -32px; } }

body.oc-live {
  color: #fff; }
  body.oc-live #body--wrapper nav#main .toggle {
    display: none; }

section.content--demo {
  box-sizing: border-box;
  padding: 90px 16px; }
  section.content--demo article {
    margin: 0 auto;
    max-width: 360px;
    width: 100%; }
    section.content--demo article header {
      padding-left: 4px;
      margin-bottom: 48px; }
    section.content--demo article .abbr-logo {
      margin-bottom: 40px; }
    section.content--demo article h1 {
      font-size: 23px;
      line-height: 28px; }
  section.content--demo .btn--step {
    margin: 36px 0 22px;
    width: 100%; }
  section.content--demo .subheader {
    border-top: solid 1px #797E82;
    border-bottom: solid 1px #797E82;
    padding: 24px 8px;
    position: relative;
    font-size: 17px;
    line-height: 22px; }
    section.content--demo .subheader p {
      color: #797E82; }
  section.content--demo .demo-lookup header {
    margin-bottom: 8px; }
  section.content--demo .demo-lookup p {
    font-size: 17px;
    color: #797E82;
    line-height: 24px;
    max-width: 280px; }
  section.content--demo .demo-lookup .field--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 18px; }
  section.content--demo .demo-lookup input {
    background: none;
    border-bottom: solid 1px #797E82;
    color: #FFFFFF;
    font-family: "oculus_sansthin", "Arial", Helvetica, sans-serif;
    font-size: 40px;
    outline: none;
    overflow: visible;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 17.5%; }
  section.content--demo .demo-lookup button {
    margin-top: 2px; }
  section.content--demo .demo-lookup p.error {
    color: #fff;
    margin: 0 0 24px; }
  section.content--demo .select-time .subheader {
    text-align: center; }
    section.content--demo .select-time .subheader button {
      position: absolute;
      top: 28px; }
      section.content--demo .select-time .subheader button.back {
        left: 0; }
      section.content--demo .select-time .subheader button.forward {
        right: 0; }
  section.content--demo .btn img {
    height: 10px; }
  section.content--demo .time-slots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 32px; }
    section.content--demo .time-slots .btn {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 16px;
      padding: 16px 0 15px;
      width: 48%; }
  section.content--demo .confirm-time .subheader {
    text-align: left; }
    section.content--demo .confirm-time .subheader button {
      position: absolute;
      top: 28px;
      right: 0; }
  section.content--demo .confirm-time p.disclaimer {
    font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
    font-size: 13px;
    color: #777879;
    line-height: 20px;
    padding: 0 8px;
    max-width: 300px; }
    section.content--demo .confirm-time p.disclaimer a {
      color: inherit; }
  section.content--demo .confirmation .subheader {
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 52px; }
    section.content--demo .confirmation .subheader h2, section.content--demo .confirmation .subheader p {
      display: none; }
    section.content--demo .confirmation .subheader button {
      width: 48%; }
  section.content--demo .confirmation .content {
    box-sizing: border-box;
    margin-top: 48px;
    padding: 0 25px; }
    section.content--demo .confirmation .content h3 {
      font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
      font-size: 17px;
      color: #797E82;
      line-height: 22px;
      margin-bottom: 8px; }
    section.content--demo .confirmation .content p {
      font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
      font-size: 17px;
      color: #EFF1F3;
      letter-spacing: 0px;
      line-height: 25px;
      margin-bottom: 32px; }
      section.content--demo .confirmation .content p a {
        cursor: pointer;
        text-decoration: underline; }
    section.content--demo .confirmation .content .confirm--cancel {
      margin-top: 48px; }
      section.content--demo .confirmation .content .confirm--cancel .btn {
        border: solid 1px #797E82;
        margin: 8px 0 16px 0;
        width: 100%; }
      section.content--demo .confirmation .content .confirm--cancel p {
        font-family: "oculus_sanslight", "Arial", Helvetica, sans-serif;
        font-size: 13px;
        color: #777879;
        line-height: 20px;
        padding: 0 8px;
        max-width: 300px; }
        section.content--demo .confirmation .content .confirm--cancel p a {
          color: inherit; }
  section.content--demo .confirmation p.cancel--text {
    color: #777879;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-decoration: underline; }
  section.content--demo .text-alerts {
    border-bottom: solid 1px #797E82;
    margin-bottom: 48px; }
    section.content--demo .text-alerts .field--checkbox label {
      display: block;
      font-size: 13px;
      color: #777879;
      line-height: 20px; }
    section.content--demo .text-alerts .field--checkbox input {
      margin: 0;
      left: 8px;
      top: 4px; }

/* VD Poel adds */
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

a.link {
  color: #acc02a;
  transition: color 0.2s ease 0s; }

.form-step {
  display: none; }
  .form-step__first {
    display: block; }
  .form-step .other-value {
    display: none; }

.field--select select.error,
.field--single input[type="text"].error,
.field--single input[type="email"].error,
.field--single input[type="number"].error,
.field--checkbox input[type="checkbox"].error {
  border: 2px solid #fb3f3f; }

.checkbox-error-label {
  color: #fb3f3f;
  display: none; }

#submitting-progress {
  display: none;
  color: #fff;
  font-size: 18px; }

#invite_code {
  max-width: 200px; }

#validate-invite {
  max-width: 200px;
  margin-left: 10px; }

#decline-invite {
  max-width: 200px;
  margin-left: 10px;
  display: none; }

#invite-error {
  color: #fb3f3f;
  display: none; }

.error-message {
  display: none; }

.processing {
  display: none; }

.option--question label strong {
  font-size: 18px; }

@media only screen and (max-width: 768px) {
  nav#main {
    display: none; }
  #header--register {
    margin-left: 20px;
    margin-top: 40px; }
    #header--register img {
      width: 100%;
      max-width: 400px;
      padding-right: 12px; }
  section.form--wrapper {
    margin-left: 20px; }
  #validate-invite {
    margin-top: 20px;
    margin-left: 0px; }
  #decline-invite {
    margin-top: 20px;
    margin-left: 0px; } }

@media only screen and (max-width: 499px) {
  nav#main {
    display: none; }
  .field--group--half .field--single:nth-child(2n) {
    padding-left: 0px; }
  .field--group--half .field--single:nth-child(2n+1) {
    padding-right: 0px; }
  .field--group--half .field--single {
    width: 100%; }
  #validate-invite {
    margin-top: 20px;
    margin-left: 0px; }
  #decline-invite {
    margin-top: 20px;
    margin-left: 0px; }
  button.next {
    margin-top: 20px; } }

div.terms {
  color: #000;
  line-height: 28px;
  width: 80%; }
  div.terms h1 {
    font-weight: bold; }
  div.terms p {
    margin-top: 40px; }
    div.terms p strong {
      font-weight: bold; }
  div.terms ul {
    padding: 10px 0px 0px 40px;
    list-style: disc; }
    div.terms ul li {
      padding: 0px 5px 5px 0px; }
      div.terms ul li span {
        text-decoration: underline;
        font-weight: bold; }
  div.terms ol {
    padding: 40px 0px 0px 40px;
    list-style: decimal; }
    div.terms ol li {
      padding: 0px 5px 20px 0px; }
      div.terms ol li span {
        text-decoration: underline;
        font-weight: bold; }
      div.terms ol li ol {
        padding-top: 0px;
        list-style-type: lower-alpha; }
        div.terms ol li ol li span {
          text-decoration: underline;
          font-weight: normal; }

.placeholder {
  background: #000;
  height: 100vh; }

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }

body.export-tool {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 128px;
  text-align: center;
  height: 100vh; }
  body.export-tool .tools {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    position: absolute;
    width: 100%; }
    body.export-tool .tools .btn {
      margin-right: 8px; }
    body.export-tool .tools .toggle--left,
    body.export-tool .tools .toggle--middle,
    body.export-tool .tools .toggle--right {
      margin-right: 0;
      margin-left: -1px; }
    body.export-tool .tools .toggle--left {
      margin-left: auto; }
    body.export-tool .tools .toggle--right {
      margin-right: 8px; }
    body.export-tool .tools #random {
      margin-right: 0; }
  body.export-tool #grid-container {
    border: solid 1px #333;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    position: relative; }
  body.export-tool canvas#grid {
    display: block;
    position: static;
    transform: none;
    height: auto;
    max-width: 100%; }
  body.export-tool .timer {
    font-family: 'Arial', Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    margin: auto 0 auto 12px;
    position: relative;
    top: 2px; }

#body--wrapper nav#main,
  nav#scroll--navigation,
  #content--intro article.content img.title {
  display: none;
}
#content--wrapper {
  height: 660px;
  overflow: hidden;
}
canvas#grid {
  transform: translate3d(-50%, -50%, 0);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -1;
}
#content--intro {
  padding: 145px 0;
}
#content--intro article.content {
  max-width: 100%;
  margin: 0 auto;
}
#content--intro .intro h2 {
  font-family: 'league_gothicregular', 'Arial', Helvetica, sans-serif;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
}
/*# sourceMappingURL=layout.css.map */