@font-face {
  font-family: 'Avenir-Light';
  src: url(../fonts/Avenir-Light-07.woff) format('woff'), url(../fonts/Avenir-Light-07.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url(../fonts/Avenir-Medium-09.woff) format('woff'), url(../fonts/Avenir-Medium-09.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Avenir-Roman';
  src: url(../fonts/Avenir-Roman-12.woff) format('woff'), url(../fonts/Avenir-Roman-12.ttf) format('truetype');
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
  background-color: #070a17;
  background-image: url(../images/background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: Avenir-Light, Arial, Helvetica, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
img {
  max-width: 100%;
}
img[src*=".svg"] {
  width: 100%;
}
#main {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15vh 6vw 180px;
  min-height: 100%;
}
#unavailable {
  width: 406px;
  height: 92px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto;
  font-family: Avenir-Light, Arial, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9f9f9;
}
#header {
  margin-bottom: 8vw;
}
#header.branded {
  margin-bottom: 2vw;
}
#logo {
  max-width: 440px;
  min-width: 220px;
  width: 40vw;
}
.non-branded {
  font-family: Avenir-Light, Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  text-transform: none;
}
.non-branded span {
  font-family: Avenir-Medium, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
button {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0599ca), to(#0963a5));
  background-image: linear-gradient(to bottom, #0599ca, #0963a5);
  border-radius: 4px;
  border: none;
  color: #f9f9f9;
  cursor: pointer;
  font-family: inherit;
  font-size: 22px;
  font-size: calc(18px + 0.3vw);
  font-stretch: normal;
  font-style: normal;
  /*font-weight: 900;*/
  height: calc(48px + 1.1vw);
  letter-spacing: 0.5px;
  line-height: normal;
  padding: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 80vw;
  max-width: 400px;
  will-change: transform;
}
button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
button:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
button:focus {
  outline: none;
}
button:focus:not(.focus-visible) {
  outline: none;
}
button.focus-visible {
  outline: 1px white solid;
}
a:focus:not(.focus-visible) {
  outline: none;
}
a.focus-visible {
  outline: 1px white solid;
}
.no-oneID {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: 19px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 8vw;
}
#franchises {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto 5vw;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 20%;
}
.franchise {
  width: 100%;
  max-width: 285px;
  padding: 0 calc(10px + 1vw);
  margin: auto;
}
.franchise.natgeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 calc(1vw);
}
.asterisk {
  padding: 6px;
  height: 4px;
  opacity: 0.8;
  font-family: Avenir-Roman, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}
#footer {
  /*padding: 20px 0;*/
  color: rgba(255, 255, 255, 0.65);
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#footer-logo {
  width: 60px;
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-link {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-link:hover,
.footer-link:focus {
  color: #ffffffcc;
}
.footer-link:active {
  color: #ffffff99;
}
.footer-container.no-links li {
  padding: 5px 10px;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 900;
}
/* responsive stuff */
@media (max-width: 1024px) {
  #footer {
    font-size: 12px;
  }
  #franchises {
    height: 200px;
    max-width: 900px;
    margin-bottom: 5vw;
  }
  .row {
    width: 33%;
    margin-bottom: 2vw;
  }
  .franchise {
    width: 100%;
    max-width: 185px;
  }
  .franchise.pixar {
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  #logo {
    width: 30vw;
  }
  #header.branded {
    margin-bottom: 0.5vw;
  }
  #franchises {
    height: 175px;
    max-width: 350px;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 765px) {
  #main {
    padding: 5vw 5vw 200px;
  }
  #footer {
    font-size: 11px;
  }
  #unavailable {
    font-size: 26px;
  }
  #franchises {
    height: 300px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8vw;
  }
  .row {
    width: 50%;
  }
  .franchise.natgeo {
    padding: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 542px) {
  html {
    font-size: 100%;
  }
  body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 320px;
  }
  #main {
    padding: 5vw 5vw 200px;
  }
  #header {
    padding-top: 10vw;
  }
  #footer {
    font-size: 10px;
  }
  .non-branded {
    font-size: 24px;
  }
  .non-branded span {
    font-size: 55px;
    text-transform: none;
    display: block;
  }
  .no-oneID {
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 15px;
  }
  #franchises {
    height: 250px;
    margin-bottom: 8vw;
  }
  .franchise {
    width: 100%;
    max-width: 160px;
    padding: 0 calc(20px + 1vw);
  }
  .franchise.pixar {
    width: 100%;
    max-width: 190px;
  }
  .franchise.natgeo {
    padding: 0;
    max-width: 160px;
  }
}


/*# sourceMappingURL=splash_styles_bundle.css.map*/