@charset "UTF-8";
.to-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.to-header {
  background-color: #b3111a;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.to-header::before, .to-header::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.to-header::after {
  clear: both;
}
.to-header {
  *zoom: 1;
}

.to-logo {
  background-image: url(../img/logo_long.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-position: center center;
  background-size: contain;
  width: 229px;
  height: 41px;
  float: left;
}

.to-content {
  margin-top: 60px;
}

.to-center {
  width: 100%;
  max-width: 1243px;
  margin: 0px auto;
}

.to-text {
  background-image: url(../img/text-desktop@1x.png);
  width: 100%;
  padding-top: 21%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.to-cta, .to-skip {
  font-size: 20px;
  color: white;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-decoration: none;
}

.to-cta {
  padding: 15px 30px;
  background-color: #b3111a;
  margin-left: 3%;
}
.to-cta:hover {
  background-color: #840d13;
}
.to-cta::before {
  content: "›";
  display: inline-block;
  margin-right: 10px;
  font-size: 23px;
}

.to-skip {
  float: right;
  margin-top: 7px;
  display: block;
}

#takeover {
  z-index: 1000;
  display: none;
}

#takeover a:hover {
  color: white;
}

#takeover a:visited {
  color: white;
}

/*
@media (min-width: 481px) and (max-width: 767px) {

  //CSS

}
*/
@media (max-width: 480px) {
  .to-text {
    background-image: url(../img/text-mobile@1x.png);
    padding-top: 42%;
  }

  .to-logo {
    width: 160px;
    height: 28px;
  }

  .to-skip {
    margin-top: 2px;
    font-size: 17px;
  }

  .to-header {
    padding: 15px;
  }

  .to-cta {
    margin-left: 5%;
  }

  .to-wrap {
    background-image: url(../img/background-mobile.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 320px) {
  .to-logo {
    width: 140px;
    height: 26px;
  }

  .to-skip {
    margin-top: 2px;
    font-size: 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 340px), (min-resolution: 192dpi) and (max-width: 340px) {
  /* Retina-specific stuff here */
  .to-text {
    background-image: url(../img/text-mobile@2x.png);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) {
  .to-wrap {
    background-image: url(../img/background-mobile-long.jpg);
  }
}

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