body {
  background-color: #FFF;
}

#wrapper {
  padding: 0;
}

/* VSL Above the Fold */
#aboveTheFoldWrapper #aboveTheFold {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer {
  width: 100%;
  max-width: 1024px;
  z-index: 1000;
  margin: 10px auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #000;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer #VSL {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js {
  background-color: transparent !important;
  /* Hacky solution to eliminate the ugly borders that sometimes appear as a result of non-true aspect ratio resolutions during responsive scaling */
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js .vjs-big-play-button {
  font-size: 50px;
  background-color: rgba(204, 0, 0, 0.75) !important;
  left: 50% !important;
  margin-left: -75px !important;
  margin-top: -40px !important;
  transition: background-color 0.5s ease;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js .vjs-big-play-button:hover {
  background-color: rgb(204, 0, 0) !important;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js.vjs-16-9 {
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: -1px;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js.vjs-4-3 {
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: -1px;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer .video-js.vjs-fluid {
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: -1px;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer #CTA, #aboveTheFoldWrapper #aboveTheFold #videoContainer #CTA2 {
  display: none;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
}
#aboveTheFoldWrapper #aboveTheFold #videoContainer #CTA.shown, #aboveTheFoldWrapper #aboveTheFold #videoContainer #CTA2.shown {
  display: block;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold {
  /*width: calc(100vw - 17px);*/
  height: 100vh;
  /*max-width: calc(100vw - 17px);*/
  max-height: 100vh;
  margin: 0;
  padding: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 100%;
  flex: 1;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #VSL {
  /*width: calc(100vw - 17px);*/
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.78vh;
  margin: auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer .video-js .vjs-poster {
  background-color: #000 !important;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #CTA {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 2%;
  max-width: 100%;
  text-align: center;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #CTA.fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: calc(100vw - 17px);*/
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.78vh;
  margin: auto;
  right: initial;
  top: initial;
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(37, 37, 37) 100%);
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #CTA.fullscreen .trustIcons {
  background-color: #FFF;
  border-radius: 5px;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #CTA2 {
  text-align: center;
  opacity: 0.7;
  padding: 10px 10px 5px;
  margin: 0;
  position: absolute;
  top: 5%;
  max-width: 100%;
  transition: opacity 0.5s;
}
#aboveTheFoldWrapper.cinematic16x9 #aboveTheFold #videoContainer #CTA2:hover {
  opacity: 1;
}
#aboveTheFoldWrapper.cinematic9x16 {
  background-color: #000;
  height: 100vh;
  transition: background-color 1s ease;
}
#aboveTheFoldWrapper.cinematic9x16.playing {
  background-color: #000;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer {
  position: relative;
  display: flex;
  padding: 0;
  height: 100vh;
  max-height: 100vh;
  max-width: 50vh;
  margin: 0 auto;
  flex: 1;
  align-items: flex-start;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #VSL {
  margin: 0 auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  /*height: 100vh;*/
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer .video-js {
  width: auto;
  height: auto;
  padding-bottom: 177.78%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0) !important;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer .video-js .vjs-poster {
  background-color: #000 !important;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer .video-js .vjs-tech {
  width: 100%;
  height: 100% !important;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer .video-js .vjs-text-track-display > div > div {
  width: 100% !important;
  max-width: 100% !important;
  left: 50% !important;
  font-size: 26px !important;
  inset: auto auto 0 auto !important;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer .video-js .vjs-text-track-display > div > div > div {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #CTA {
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 5%;
  width: 100%;
  margin-bottom: 0;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #CTA img {
  max-width: 100%;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #CTA.fullscreen {
  display: flex;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100vh;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 15, 69) 0%, rgb(9, 38, 122) 100%);
  justify-content: center;
  align-items: center;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #CTA2 {
  position: absolute;
  right: 2%;
  bottom: 15%;
  width: 96%;
  margin-bottom: 0;
}
#aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer #CTA2 img {
  max-width: 100%;
}

/* Below Fold CTA */
#CTA3 {
  display: none;
  background-color: rgb(255, 242, 208);
  text-decoration: none;
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  padding: 10px 10px 20px;
  text-align: center;
  border: 2px dashed #256d4c;
  border-radius: 5px;
}
#CTA3.shown {
  display: block;
}
#CTA3 .CTABanner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
}
#CTA3 img {
  max-width: 100%;
}
#CTA3 .trustIcons {
  margin-top: 10px;
  padding: 0;
}

/* Buttons */
.nextPageButton {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(0deg, #760f0f 0%, #c71d1f 100%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.nextPageButton .buttonLogo {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 90px;
}

.trustIcons {
  max-width: 100%;
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
}

/* Citations */
.citations {
  max-width: 800px;
  display: block;
  text-align: left;
  margin: 40px auto;
  font-size: 24px;
  cursor: pointer;
}
.citations .citationsHead {
  margin: 10px;
  padding: 30px;
  background-color: #333;
  color: #FFF;
}
.citations .citationsBody {
  line-height: 2;
  font-size: 14px;
  padding: 20px;
  word-break: break-all;
  padding: 30px;
  display: none;
}

@media (max-width: 600px) {
  #CTA3 {
    max-width: 95%;
  }
  #CTA3 .nextPageButton {
    top: -15px;
  }
}
@media (max-width: 500px) {
  .nextPageButton {
    padding: 20px 0;
  }
}
@media screen and (max-width: 420px) {
  #aboveTheFoldWrapper.cinematic9x16 {
    background-color: #000;
    height: 100vh;
    transition: background-color 1s ease;
  }
  #aboveTheFoldWrapper.cinematic9x16 #aboveTheFold #videoContainer {
    max-width: 100%;
  }
}/*# sourceMappingURL=VSL.css.map */