@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************
COLORS
*********************/
/*********************
SPACING
*********************/
/*********************
TYPOGRAPHY & ICONS
*********************/
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -0.015em;
  margin-bottom: 25px; }

h1 {
  font-size: 4rem;
  line-height: 90%; }
  @media (min-width: 950px) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1rem; }

html {
  background: white; }
  html.empty {
    background: none; }

body {
  background: transparent;
  color: #4d4d4d;
  font: 300 16px/150% Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  position: relative; }

a {
  color: #4d4d4d;
  text-decoration: underline; }
  a:hover {
    color: #333;
    text-decoration: none; }

a img, a:visited img {
  border: 0; }

p {
  margin-bottom: 25px; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: 700; }

.hidden {
  display: none !important; }

.video {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 950px) {
    .video {
      width: 75%;
      margin: 0 auto 50px; } }

figure {
  margin-bottom: 25px; }
  figure img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto; }
  figure figcaption {
    font-style: italic;
    font-size: 1rem;
    padding: 0 10px;
    color: #b3b3b3; }

a#logo {
  margin: 2rem auto 1.5rem;
  display: block; }

#video2, #video3, #video4, #video5 {
  display: none; }

.container {
  position: relative;
  margin: 0 auto; }
  .container.on {
    opacity: 1; }

.app {
  position: relative;
  z-index: 13; }
  .app video {
    width: 100% !important;
    height: auto !important;
    position: relative;
    z-index: 12; }
  .app img.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: auto;
    display: none; }
  .app .next-scene,
  .app #restart-btn,
  .app #ios-play-btn {
    padding: 10px 20px;
    color: white;
    background-color: grey;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }

.green, #stop-2 .bottom a.next-scene, #stop-2 .bar {
  background-color: #37ae78 !important; }

.orange, #stop-3 .bottom a.next-scene, #stop-3 .bar {
  background-color: #f47b4e !important; }

.yellow {
  background-color: #fcc410 !important; }

.blue, #stop-4 .bottom a.next-scene, #stop-4 .bar {
  background-color: #008094 !important; }

.dark-green, #stop-5 .bottom a.next-scene, #stop-5 .bar {
  background-color: #45863b !important; }

.dark-blue {
  background-color: #00456b !important; }

.bottom {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%; }
  .bottom a.next-scene {
    position: absolute;
    bottom: -33px;
    right: 0;
    border-bottom-left-radius: 8px; }
  @media (max-width: 500px) {
    #stop-2 .bottom {
      bottom: -85px; } }
  @media (max-width: 500px) {
    #stop-3 .bottom {
      bottom: -109px; } }
  @media (max-width: 500px) {
    #stop-4 .bottom {
      bottom: -181px; } }
  @media (max-width: 500px) {
    #stop-5 .bottom {
      bottom: -181px; } }

.bar {
  clear: right;
  width: 100%;
  color: white;
  font-size: 0.875em;
  padding: 10px 20px; }
  .bar p {
    text-align: left;
    margin-bottom: 0; }
    .bar p a {
      color: white; }

.quiz {
  position: absolute;
  z-index: 15;
  bottom: 10%;
  left: 25%;
  width: 50%;
  padding: 25px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: white;
  display: none; }
  @media (max-width: 500px) {
    .quiz {
      bottom: auto;
      top: 25px;
      width: calc(100% - 50px);
      left: 25px; } }
  .quiz h3 {
    font-size: 1.125rem;
    line-height: 130%; }
  .quiz p {
    margin-bottom: 0; }
    .quiz p small {
      font-size: 0.75em; }
  .quiz.quiz-rewrite a {
    color: white; }
  .quiz.quiz-rewrite p {
    margin-bottom: 25px; }
    .quiz.quiz-rewrite p:last-child {
      margin-bottom: 0; }
  .quiz span {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px; }
    .quiz span.off {
      opacity: 0.5; }
    .quiz span.on {
      padding: 9px;
      border-color: white;
      border: 1px solid white; }
  .quiz .continue {
    margin-top: 1.5rem;
    display: none; }
  .quiz .quiz-continue {
    font-weight: bold;
    text-decoration: none;
    background: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-transform: uppercase; }
  .quiz .quiz-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    font-weight: bold; }
  .quiz#quiz-2 {
    background-color: #37ae78; }
    .quiz#quiz-2 .quiz-continue {
      color: #37ae78; }
  .quiz#quiz-3 {
    background-color: #f47b4e; }
    .quiz#quiz-3 .quiz-continue {
      color: #f47b4e; }
  .quiz#quiz-4 {
    background-color: #008094; }
    .quiz#quiz-4 .quiz-continue {
      color: #008094; }

.ui {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 20px 0; }
  @media (max-width: 500px) {
    .ui {
      flex-flow: row wrap; } }
  @media (max-width: 500px) {
    .ui.stop-2 {
      -webkit-transition: margin 0.3s;
      -moz-transition: margin 0.3s;
      -o-transition: margin 0.3s;
      -transition: margin 0.3s;
      transition: margin 0.3s;
      margin-top: 105px; } }
  @media (max-width: 500px) {
    .ui.stop-3 {
      -webkit-transition: margin 0.3s;
      -moz-transition: margin 0.3s;
      -o-transition: margin 0.3s;
      -transition: margin 0.3s;
      transition: margin 0.3s;
      margin-top: 129px; } }
  @media (max-width: 500px) {
    .ui.stop-4, .ui.stop-5 {
      -webkit-transition: margin 0.3s;
      -moz-transition: margin 0.3s;
      -o-transition: margin 0.3s;
      -transition: margin 0.3s;
      transition: margin 0.3s;
      margin-top: 201px; } }
  .ui h1 {
    font-size: 30px; }
    @media (max-width: 500px) {
      .ui h1 {
        width: 100%; } }
  .ui .key {
    text-align: right;
    margin-left: 20px; }
    @media (max-width: 500px) {
      .ui .key {
        margin-right: 20px;
        width: 100%; } }
    .ui .key img {
      height: 16px;
      width: auto; }
    .ui .key a {
      font-weight: bold;
      font-size: 0.75em; }

.ios-btn-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  display: none; }
  .ios-btn-wrap div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%; }
    .ios-btn-wrap div a {
      color: #00456b !important;
      background: white !important; }

.scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 13; }
  .scene#stop-6 #restart-btn {
    right: 45%;
    bottom: 50%;
    position: absolute;
    color: #00456b !important;
    background: white !important; }
    @media (max-width: 500px) {
      .scene#stop-6 #restart-btn {
        right: 30%;
        bottom: 54%; } }
  .scene .interaction-btn {
    text-decoration: none;
    display: block;
    position: absolute;
    cursor: pointer;
    width: 8%;
    height: 0;
    padding-top: 8%;
    background: transparent; }
    .scene .interaction-btn#btn-2-1 {
      left: 28%;
      top: 55%; }
    .scene .interaction-btn#btn-2-2 {
      right: 12%;
      top: 14%; }
    .scene .interaction-btn#btn-3-1 {
      left: 27%;
      top: 30.4%; }
    .scene .interaction-btn#btn-3-2 {
      left: 44%;
      top: 51%; }
    .scene .interaction-btn#btn-3-3 {
      left: 57.5%;
      top: 39%; }
    .scene .interaction-btn#btn-3-4 {
      left: 89%;
      top: 39%; }
    .scene .interaction-btn#btn-4-1 {
      left: 14%;
      top: 52%; }
    .scene .interaction-btn#btn-4-2 {
      left: 58%;
      top: 30%; }
    .scene .interaction-btn#btn-4-3 {
      left: 76%;
      top: 69%; }
    .scene .interaction-btn#btn-5-1 {
      left: 82%;
      top: 61%;
      width: 11%;
      padding-top: 11%; }
    .scene .interaction-btn#btn-5-2 {
      left: 64%;
      top: 36%;
      width: 9%;
      padding-top: 9%; }

.lightbox {
  display: none; }
  .lightbox video {
    max-height: 80vh;
    max-width: 100%; }
    @media (max-width: 500px) {
      .lightbox video {
        max-width: 100%;
        height: auto; } }
  .lightbox #start-tour {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #fcc410;
    color: white;
    padding: 10px 20px; }
  .lightbox img.headshot {
    width: 180px;
    margin: 0 1rem 1rem 0;
    float: left; }
  .lightbox img.sponsor {
    width: 50%;
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto 20px; }
  .lightbox .logo-grid {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    .lightbox .logo-grid a {
      padding: 30px; }
    .lightbox .logo-grid img {
      width: 100%;
      max-width: 300px;
      margin: 30px; }
    .lightbox .logo-grid hr {
      opacity: 0;
      visibility: hidden;
      width: 100%; }
    .lightbox .logo-grid.grid-3 img {
      max-width: 200px; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: transparent; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }
