@charset "UTF-8";
/* === Cross-browser Flexbox mixins === */
@keyframes arrow-down {
  0% {
    top: -1px; }
  100% {
    top: 3px; } }

@-webkit-keyframes arrow-down {
  0% {
    top: -1px; }
  100% {
    top: 3px; } }

@keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -20px; }
  100% {
    top: 0; } }

@-webkit-keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -20px; }
  100% {
    top: 0; } }

@keyframes draw-tri {
  0% {
    stroke-dashoffset: 377; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes draw-tri {
  0% {
    stroke-dashoffset: 377; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw-stroke {
  0% {
    stroke-dashoffset: 537; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes draw-stroke {
  0% {
    stroke-dashoffset: 537; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes error-shake {
  0%,
  100% {
    left: 0; }
  20%,
  60% {
    left: 5px; }
  40%,
  80% {
    left: -5px; } }

@-webkit-keyframes error-shake {
  0%,
  100% {
    left: 0; }
  20%,
  60% {
    left: 5px; }
  40%,
  80% {
    left: -5px; } }

@keyframes grow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

@keyframes live-1 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes live-1 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes live-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes live-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes live-3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes live-3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes loud {
  25% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.4); }
  75% {
    transform: scaleY(1.2); } }

@keyframes loudest {
  25% {
    transform: scaleY(1.8); }
  50% {
    transform: scaleY(0.6); }
  75% {
    transform: scaleY(2); } }

@keyframes normal {
  25% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.4); }
  75% {
    transform: scaleY(0.6); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@keyframes push-up {
  0% {
    transform: translateY(10vh);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes push-up {
  0% {
    transform: translateY(10vh); }
  100% {
    transform: translateY(0); } }

@keyframes quiet {
  25% {
    transform: scaleY(0.6); }
  50% {
    transform: scaleY(0.4); }
  75% {
    transform: scaleY(0.8); } }

@keyframes shine {
  0% {
    opacity: 0;
    transform: translateX(-200%) rotate(30deg); }
  50% {
    transform: translateX(220%) rotate(30deg);
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(200%) rotate(30deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  color: #000; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  border: 0; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

h1.seo {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 1px; }

video {
  display: inline-block;
  vertical-align: baseline; }

h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 10px 0;
  color: #000; }

@media (min-width: 768px) {
  h2 {
    font-size: 50px; } }

@media (min-width: 992px) {
  h2 {
    margin: 30px 0; } }

h3 {
  font-size: 21px;
  line-height: 1.2; }

@media (min-width: 411px) {
  h3 {
    font-size: 22px; } }

@media (min-width: 768px) {
  h3 {
    font-size: 23px; } }

@media (min-width: 992px) {
  h3 {
    font-size: 25px; } }

/* === Text Styles Start === */
.roboto {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: bold !important; }

.heros-tagline {
  color: #fff;
  text-align: center;
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  font-size: 18px; }
  @media (max-width: 320px) {
    .heros-tagline {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .heros-tagline {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .heros-tagline {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    .heros-tagline {
      font-size: 42px; } }

h2.content-title, h2.content-title--roboto {
  position: relative;
  font-size: 21px;
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 1rem auto;
  text-transform: uppercase;
  padding: 0; }
  @media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    h2.content-title, h2.content-title--roboto {
      padding: 0;
      font-size: 19px; } }
  @media (min-width: 768px) {
    h2.content-title, h2.content-title--roboto {
      margin: 1rem auto 1rem 0;
      font-size: 28px; } }
  @media (min-width: 992px) {
    h2.content-title, h2.content-title--roboto {
      font-size: 36px; } }
  h2.content-title--roboto {
    font-family: "Roboto", sans-serif !important;
    color: #fff !important; }
    @media (min-width: 992px) {
      h2.content-title--roboto {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      h2.content-title--roboto {
        font-size: 42px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h2.content-title, h2.content-title--roboto {
      width: 100%; } }

span.br {
  display: inline-block; }
  @media (min-width: 768px) {
    span.br {
      display: block; } }

h3.content-title, h3.content-title--center {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin: 1rem auto .5rem auto;
  padding: 0;
  text-transform: uppercase;
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif; }
  @media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    h3.content-title, h3.content-title--center {
      padding: 0;
      font-size: 19px; } }
  @media (min-width: 768px) {
    h3.content-title, h3.content-title--center {
      margin: 1rem auto .5rem 0;
      font-size: 28px;
      padding: 0; } }
  @media (min-width: 1440px) {
    h3.content-title, h3.content-title--center {
      margin: 1rem auto 1rem 0;
      font-size: 36px; } }
  @media (min-width: 768px) {
    h3.content-title--center {
      margin: 1rem auto; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h3.content-title, h3.content-title--center {
      width: 100%; } }

h2.hero-line, h1.headline {
  color: #fff;
  width: 100%;
  text-align: center;
  margin: -1.25% auto .25% auto;
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  font-size: 16px; }
  h2.hero-line.padding, h1.headline.padding {
    padding: 1rem; }
  @media (min-width: 768px) {
    h2.hero-line, h1.headline {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h2.hero-line, h1.headline {
      font-size: 42px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h2.hero-line, h1.headline {
      width: 100%; } }

.content-overview, .content-overview--center, .content-overview--p2 {
  font-size: 16px;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .content-overview, .content-overview--center, .content-overview--p2 {
      text-align: left;
      padding: 0 0 0 0; } }
  @media (min-width: 992px) {
    .content-overview, .content-overview--center, .content-overview--p2 {
      font-size: 22px; } }
  .content-overview p, .content-overview--center p, .content-overview--p2 p {
    margin-top: 0;
    margin-bottom: 4%; }
    @media (min-width: 768px) {
      .content-overview p, .content-overview--center p, .content-overview--p2 p {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .content-overview--center {
      text-align: center; } }
  .content-overview--p2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 4%; }
    @media (min-width: 768px) {
      .content-overview--p2 {
        margin-top: 1rem; } }
    .content-overview--p2 p {
      display: inline; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content-overview, .content-overview--center, .content-overview--p2 {
      width: 100%; } }

.disclaimer-txt {
  font-family: "Roboto", sans-serif;
  color: white;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal; }

.disclaimer-txt {
  text-align: center;
  display: block; }
  @media (min-width: 768px) {
    .disclaimer-txt {
      padding-left: 1rem;
      font-size: 16px; } }

.theme-txt-col--left {
  text-align: center; }
  @media (min-width: 768px) {
    .theme-txt-col--left {
      text-align: left; } }

.theme-txt-col--center {
  text-align: center; }

.theme-txt-col--thin {
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
  @media (min-width: 768px) {
    .theme-txt-col--thin {
      width: calc((100vw) / 5);
      height: 100%;
      bottom: initial;
      margin: 0 1.5em;
      text-align: left; } }

/* === Text Styles End === */
/* === Button Styles Start === */
.cta, .cta--header, .cta--og, .cta--large, .cta--sm {
  display: inline-block;
  background-color: #B20006;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  height: auto; }
  .cta--text {
    color: #ffffff; }
  .cta--underline {
    text-decoration: none;
    position: relative; }
    .cta--underline::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 3px;
      margin: 5px 0 0 0;
      background-color: #BC2433; }
  .cta--header {
    font-family: "Roboto Condensed","Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 15px;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .cta--header {
        margin-bottom: 0;
        font-size: 16px;
        padding: 12px 24px; } }
    @media (min-width: 992px) {
      .cta--header {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .cta--header {
        margin: 1em 0;
        font-size: 21px; } }
  .cta--og {
    border-radius: 4px;
    padding: 0 15px;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: .5rem auto 0 auto;
    line-height: 52px; }
    @media (max-width: 320px) {
      .cta--og {
        line-height: 40px; } }
    @media (min-width: 768px) {
      .cta--og {
        line-height: 41px;
        font-size: 23px;
        padding: 6px 12px; } }
    @media (min-width: 992px) {
      .cta--og {
        line-height: 50px;
        font-size: 24px;
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .cta--og {
        margin-top: 1rem;
        padding: 0 25px;
        line-height: 60px;
        font-size: 30px; } }
    @media (min-width: 1440px) {
      .cta--og {
        padding: 0 30px;
        line-height: 70px; } }
  .cta--large {
    overflow: visible;
    border-radius: 50px;
    padding: 0 15px;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: .5rem auto .5rem auto;
    line-height: 52px; }
    @media (max-width: 320px) {
      .cta--large {
        line-height: 40px; } }
    @media (min-width: 768px) {
      .cta--large {
        font-size: 20px;
        line-height: 35px;
        padding: 6px 30px;
        margin: 1.5rem auto .75rem auto; } }
    @media (min-width: 992px) {
      .cta--large {
        font-size: 24px;
        line-height: 45px;
        margin: 1.5rem auto .75rem auto; } }
    .cta--large.under21char {
      margin: 1rem auto !important; }
      @media (max-width: 767px) {
        .cta--large.under21char {
          padding: 0px 30px; } }
      @media (min-width: 768px) {
        .cta--large.under21char {
          padding: 6px 30px; } }
      @media (min-width: 992px) {
        .cta--large.under21char {
          font-size: 24px; } }
  .cta--sm {
    border-radius: 50px;
    line-height: 41px;
    padding: 0 30px;
    font-weight: normal;
    font-size: 16px;
    margin: 0.5em 0; }
    @media (min-width: 992px) {
      .cta--sm {
        font-size: 20px; } }
  .cta--thin {
    font-family: "Roboto Condensed","Roboto", sans-serif;
    background-color: #B20006;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 12px; }
    @media (min-width: 768px) {
      .cta--thin {
        padding: 12px 24px; } }

.chevron-img {
  cursor: pointer; }

/* === Button Styles End === */
body.35off .promo.banner {
  display: none; }

.promo.bg-img.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
  display: inline-block;
  width: auto;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
  padding: 0 20px;
  margin: 0 auto 0 auto;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  vertical-align: middle;
  background-color: #fff;
  color: #080d18; }
  @media (max-width: 320px) {
    .promo.bg-img.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .promo.bg-img.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
      font-size: 15px;
      line-height: 41px; } }
  @media (min-width: 992px) {
    .promo.bg-img.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
      font-size: 22px; } }
  @media (min-width: 1440px) {
    .promo.bg-img.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.bg-img.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
      font-size: 25px; } }

.promo {
  background-color: #2d4da1;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF; }
  .promo.banner {
    visibility: visible;
    height: auto;
    width: auto;
    opacity: 1;
    position: relative;
    z-index: 100;
    display: block; }
  .promo.bg-img {
    background: #414c5c;
    background-image: radial-gradient(circle, rgba(65, 76, 92, 0.25) 0%, rgba(8, 13, 24, 0.85) 20%), url("https://try.nation.foxnews.com/img/35off-stripes.svg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: repeat; }
  .promo .promo-container {
    box-sizing: content-box;
    position: relative; }
    @media (min-width: 768px) {
      .promo .promo-container {
        display: block;
        padding: 0;
        margin: 0 auto;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: -ms-fit-content; } }

@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .promo .promo-container {
    max-width: 800px; } }

@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
  .promo .promo-container {
    max-width: 1000px; } }

@media all and (-ms-high-contrast: none) and (min-width: 1440px), (-ms-high-contrast: active) and (min-width: 1440px) {
  .promo .promo-container {
    max-width: 1200px; } }
  @supports (-ms-ime-align: auto) {
    @media (min-width: 1024px) {
      .promo .promo-container {
        max-width: 800px; } }
    @media (min-width: 1200px) {
      .promo .promo-container {
        max-width: 1000px; } }
    @media (min-width: 1440px) {
      .promo .promo-container {
        max-width: 1200px; } } }
  .promo .promo-container-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    justify-content: space-around; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo .promo-container-wrapper {
        justify-content: center; } }
    @media (min-width: 768px) {
      .promo .promo-container-wrapper {
        padding: 0 0 0 125px;
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .promo .promo-container-wrapper {
        padding: 0 0 0 220px; } }
  .promo a.promo-item__imag {
    width: 22%; }
    @media (min-width: 768px) {
      .promo a.promo-item__imag {
        width: auto; } }
  .promo .promo-item__imag img {
    vertical-align: middle;
    width: 100%;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .promo .promo-item__imag img {
        border: 2px solid #ffffff;
        max-width: 234px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        left: 0%;
        width: 22%;
        right: 0; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .promo .promo-item__imag img {
      left: 5%; } }
    @media (min-width: 992px) {
      .promo .promo-item__imag img {
        left: 5%;
        width: 22%; } }
    @media (min-width: 1200px) {
      .promo .promo-item__imag img {
        left: 0%;
        width: 26%; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .promo .promo-item__imag img {
      left: 5%;
      width: 26%; } }

@media all and (min-width: 1440px) and (-ms-high-contrast: none), (min-width: 1440px) and (-ms-high-contrast: active) {
  .promo .promo-item__imag img {
    left: 10%;
    width: 26%; } }
  .promo h3.promo-item__txt {
    color: #FFFFFF;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    margin: 0; }
    @media (max-width: 767px) {
      .promo h3.promo-item__txt {
        padding-left: 0; } }
    @media (max-width: 320px) {
      .promo h3.promo-item__txt {
        font-size: 12px; } }
    @media (min-width: 537px) {
      .promo h3.promo-item__txt {
        width: 60%; } }
    @media (min-width: 725px) {
      .promo h3.promo-item__txt {
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: -ms-fit-content; } }
    @media (min-width: 768px) {
      .promo h3.promo-item__txt {
        font-size: 18px;
        width: 350px;
        display: block;
        margin-top: .5em;
        margin-bottom: .5em; } }
    @media (min-width: 992px) {
      .promo h3.promo-item__txt {
        font-size: 23px;
        width: 400px; } }
  .promo .promo-item__mw {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block; }
    @media (max-width: 320px) {
      .promo .promo-item__mw {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .promo .promo-item__mw {
        display: none; } }
  .promo .promo-item__cta {
    display: none; }
    @media (min-width: 768px) {
      .promo .promo-item__cta {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        text-align: center;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: 0; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo .promo-item__cta {
        display: none; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    .promo .promo-item__cta {
      display: inline-table; } }
    @media (min-width: 992px) {
      .promo .promo-item__cta {
        margin-left: .5em; } }
    @media (min-width: 1440px) {
      .promo .promo-item__cta {
        margin-top: 1em;
        margin-bottom: 1em; } }
    .promo .promo-item__cta a.cta.white.cmp-track, .promo .promo-item__cta a.white.cmp-track.cta--header, .promo .promo-item__cta a.white.cmp-track.cta--og, .promo .promo-item__cta a.white.cmp-track.cta--large, .promo .promo-item__cta a.white.cmp-track.cta--sm {
      display: inline-block;
      width: auto;
      width: intrinsic;
      /* Safari/WebKit uses a non-standard name */
      width: -moz-max-content;
      /* Firefox/Gecko */
      width: -webkit-max-content;
      /* Chrome */
      width: max-content;
      padding: 5px 20px;
      margin: 0 auto 0 auto;
      text-decoration: none;
      font-weight: normal;
      font-size: 15px;
      vertical-align: middle;
      background-color: #B20006;
      color: #ffffff;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .promo .promo-item__cta a.cta.white.cmp-track, .promo .promo-item__cta a.white.cmp-track.cta--header, .promo .promo-item__cta a.white.cmp-track.cta--og, .promo .promo-item__cta a.white.cmp-track.cta--large, .promo .promo-item__cta a.white.cmp-track.cta--sm {
          font-size: 18px;
          line-height: 41px; } }
      @media (min-width: 992px) {
        .promo .promo-item__cta a.cta.white.cmp-track, .promo .promo-item__cta a.white.cmp-track.cta--header, .promo .promo-item__cta a.white.cmp-track.cta--og, .promo .promo-item__cta a.white.cmp-track.cta--large, .promo .promo-item__cta a.white.cmp-track.cta--sm {
          padding: 10px 20px;
          font-size: 23px; } }
  @media (min-width: 768px) {
    .promo.book.wrap .promo-container {
      padding-left: 7em;
      max-width: 550px; } }
  @media (min-width: 992px) {
    .promo.book.wrap .promo-container {
      padding-left: 10.5em;
      max-width: 700px; } }
  @media (min-width: 768px) {
    .promo.book.wrap .promo-container-wrapper {
      padding: 0;
      justify-content: center; } }
  @media (min-width: 768px) {
    .promo.book.wrap .promo-item__imag img {
      width: 14%;
      left: -16%; } }
  .promo.book.wrap .promo-item__mw--dbl {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block; }
    @media (max-width: 320px) {
      .promo.book.wrap .promo-item__mw--dbl {
        font-size: 13px; } }
    @media (min-width: 768px) {
      .promo.book.wrap .promo-item__mw--dbl {
        display: none; } }
  .promo.book.wrap .promo-item__txt--dbl {
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    margin: auto 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo.book.wrap .promo-item__txt--dbl {
        width: 100%; } }
    @media (max-width: 320px) {
      .promo.book.wrap .promo-item__txt--dbl {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .promo.book.wrap .promo-item__txt--dbl {
        padding-left: 5px; } }
    @media (min-width: 537px) {
      .promo.book.wrap .promo-item__txt--dbl {
        width: 60%; } }
    @media (min-width: 725px) {
      .promo.book.wrap .promo-item__txt--dbl {
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: -ms-fit-content; } }
  @media all and (min-width: 725px) and (-ms-high-contrast: none), (min-width: 725px) and (-ms-high-contrast: active) {
    .promo.book.wrap .promo-item__txt--dbl {
      width: 100%; } }
    @media (min-width: 768px) {
      .promo.book.wrap .promo-item__txt--dbl {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 18px;
        width: auto;
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content;
        /* Firefox/Gecko */
        width: -webkit-max-content;
        /* Chrome */
        width: max-content;
        display: block;
        margin-top: .5em;
        margin-bottom: .5em; } }
    @media (min-width: 992px) {
      .promo.book.wrap .promo-item__txt--dbl {
        font-size: 22px; } }
    @media (min-width: 1440px) {
      .promo.book.wrap .promo-item__txt--dbl {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .promo.book.wrap .promo-item__txt--dbl span {
        display: block; } }
  .promo.book.wrap .promo-item__cta--dbl {
    display: none; }
    @media (min-width: 768px) {
      .promo.book.wrap .promo-item__cta--dbl {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        text-align: center;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: .5em; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo.book.wrap .promo-item__cta--dbl {
        display: none; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    .promo.book.wrap .promo-item__cta--dbl {
      display: inline-table; } }
    @media (min-width: 992px) {
      .promo.book.wrap .promo-item__cta--dbl {
        margin-left: 1em; } }
    @media (min-width: 1440px) {
      .promo.book.wrap .promo-item__cta--dbl {
        margin-left: 1.5em;
        margin-top: 1em;
        margin-bottom: 1em; } }
    .promo.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
      display: inline-block;
      width: auto;
      width: intrinsic;
      /* Safari/WebKit uses a non-standard name */
      width: -moz-max-content;
      /* Firefox/Gecko */
      width: -webkit-max-content;
      /* Chrome */
      width: max-content;
      padding: 0 20px;
      margin: 0 auto 0 auto;
      text-decoration: none;
      font-weight: normal;
      font-size: 15px;
      vertical-align: middle;
      background-color: #fff;
      color: #B20006;
      border-radius: 4px; }
      @media (max-width: 320px) {
        .promo.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
          font-size: 13px; } }
      @media (min-width: 768px) {
        .promo.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
          font-size: 15px;
          line-height: 41px; } }
      @media (min-width: 992px) {
        .promo.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
          font-size: 22px; } }
      @media (min-width: 1440px) {
        .promo.book.wrap .promo-item__cta--dbl a.cta.white.cmp-track, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--header, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--og, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--large, .promo.book.wrap .promo-item__cta--dbl a.white.cmp-track.cta--sm {
          font-size: 25px; } }
  @media (min-width: 768px) {
    .promo.month-99 .promo-container {
      max-width: max-content; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .promo.month-99 .promo-container {
      max-width: 80%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
    .promo.month-99 .promo-container {
      max-width: 1000px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1440px), (-ms-high-contrast: active) and (min-width: 1440px) {
    .promo.month-99 .promo-container {
      max-width: 1200px; } }
  @supports (-ms-ime-align: auto) {
    .promo.month-99 .promo-container {
      max-width: 80%; }
      @media (min-width: 1200px) {
        .promo.month-99 .promo-container {
          max-width: 1000px; } }
      @media (min-width: 1440px) {
        .promo.month-99 .promo-container {
          max-width: 1200px; } } }
  .promo.month-99 .promo-item__imag img {
    border: 0; }
    @media (min-width: 768px) {
      .promo.month-99 .promo-item__imag img {
        width: 12%; } }
    @media (min-width: 992px) {
      .promo.month-99 .promo-item__imag img {
        left: 0;
        width: 12%; } }
    @media (min-width: 1440px) {
      .promo.month-99 .promo-item__imag img {
        width: 14%; } }
  @media (max-width: 767px) {
    .promo.month-99 h3.promo-item__txt {
      padding-left: .5rem; } }
  @media (max-width: 360px) {
    .promo.month-99 h3.promo-item__txt {
      font-size: 15px; } }
  @media (max-width: 320px) {
    .promo.month-99 h3.promo-item__txt {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .promo.month-99 h3.promo-item__txt {
      margin-left: 7em; } }
  @media (min-width: 992px) {
    .promo.month-99 h3.promo-item__txt {
      margin-left: 6em; } }
  @media (min-width: 1440px) {
    .promo.month-99 h3.promo-item__txt {
      margin-left: 7em; } }
  @media (min-width: 2000px) {
    .promo.month-99 h3.promo-item__txt {
      margin-left: 7em; } }
  .promo.month-99 a.promo-item__imag {
    width: 18%; }
    @media (min-width: 768px) {
      .promo.month-99 a.promo-item__imag {
        width: auto; } }
  .promo.month-99 .promo-item__mw {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold; }
    @media (max-width: 360px) {
      .promo.month-99 .promo-item__mw {
        font-size: 15px; } }
    @media (min-width: 768px) {
      .promo.month-99 .promo-item__mw {
        display: none; } }
  .promo.sb h3.promo-item__txt {
    font-size: 14px;
    line-height: 17px; }
    .promo.sb h3.promo-item__txt span {
      display: block; }
    @media (max-width: 320px) {
      .promo.sb h3.promo-item__txt {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .promo.sb h3.promo-item__txt {
        font-size: 15px; }
        .promo.sb h3.promo-item__txt span {
          display: inline-block; } }
    @media (min-width: 1024px) {
      .promo.sb h3.promo-item__txt {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .promo.sb h3.promo-item__txt {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .promo.sb h3.promo-item__txt {
        font-size: 23px; } }
  .promo.sb .promo-container-wrapper {
    padding: 8px 10px; }
    @media (min-width: 768px) {
      .promo.sb .promo-container-wrapper {
        padding: 0 10px; } }

@media (max-width: 767px) {
  body.bk.stickb .promo.book {
    visibility: visible;
    height: auto;
    width: 100%;
    opacity: 1;
    position: sticky;
    bottom: 0;
    z-index: 100;
    display: block;
    border-top: 2px solid #fff;
    z-index: 99;
    transform: translateZ(5px); } }

@media (max-width: 767px) {
  body.bk.stickb .promo.book .promo-container-wrapper {
    padding: 3% 0; } }

body.bk.stickb .promo.book a.promo-item__imag {
  width: 20%; }
  @media (min-width: 768px) {
    body.bk.stickb .promo.book a.promo-item__imag {
      width: auto;
      padding: 0; } }

@media (max-width: 767px) {
  body.bk.stickb .promo.book.wrap .promo-item__txt--dbl {
    padding: 5px;
    font-size: 15px; } }

@media screen and (max-width: 393px) {
  body.bk.stickb .promo.book.wrap .promo-item__txt--dbl {
    font-size: 14px; } }

@media (max-width: 320px) {
  body.bk.stickb .promo.book.wrap .promo-item__txt--dbl {
    font-size: 13px; } }

@media (max-width: 767px) {
  body.bk.stickb .promo.book.wrap .promo-item__mw--dbl {
    color: #B20006;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    line-height: 41px;
    padding: 0 33px;
    font-size: 14px;
    margin: 0.5em 0; } }

@media screen and (max-width: 393px) {
  body.bk.stickb .promo.book.wrap .promo-item__mw--dbl {
    font-size: 14px; } }

@media (max-width: 320px) {
  body.bk.stickb .promo.book.wrap .promo-item__mw--dbl {
    font-size: 13px;
    line-height: 31px;
    padding: 0 23px; } }

@media (min-width: 768px) {
  .promo.book.wrap.no-img .promo-container {
    padding: 0;
    max-width: none; } }

@media (max-width: 767px) {
  .promo.book.wrap.no-img .promo-item__txt--dbl {
    padding: 10px;
    font-size: 16px; } }

@media (max-width: 320px) {
  .promo.book.wrap.no-img .promo-item__txt--dbl {
    font-size: 14px; } }

@media (max-width: 767px) {
  .promo.book.wrap.no-img .promo-item__mw--dbl {
    font-size: 16px; } }

@media (max-width: 320px) {
  .promo.book.wrap.no-img .promo-item__mw--dbl {
    font-size: 14px; } }

@media (min-width: 768px) {
  .promo.book.wrap.no-img .promo-item__cta--dbl a.cta.white, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--header, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--og, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--large, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--sm {
    font-weight: bold;
    font-size: 18px; } }

@media (min-width: 992px) {
  .promo.book.wrap.no-img .promo-item__cta--dbl a.cta.white, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--header, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--og, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--large, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--sm {
    font-size: 22px; } }

@media (min-width: 1440px) {
  .promo.book.wrap.no-img .promo-item__cta--dbl a.cta.white, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--header, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--og, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--large, .promo.book.wrap.no-img .promo-item__cta--dbl a.white.cta--sm {
    font-size: 25px; } }

.promo.live {
  display: none; }

/* === Theme Outer Layout Starts === */
body.theme {
  position: relative;
  min-width: 320px;
  background-color: black;
  background: linear-gradient(170deg, #000000 10%, #0f1539 30%, #082865 60%, #0f1539 70%, #000000 100%);
  color: #fff;
  text-align: center; }

body.theme-vid {
  position: relative;
  min-width: 320px;
  background-color: #102041; }

@media (min-width: 768px) {
  section.promo.banner + section.page-content {
    margin: 1em auto 0 auto; } }

@media (min-width: 992px) {
  section.promo.banner + section.page-content {
    margin: 2em auto 0 auto; } }

.page-content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }
  .page-content .section-grid-layout, .page-content .section-grid-layout--flip {
    position: relative;
    overflow: hidden;
    margin: 0 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .page-content .section-grid-layout, .page-content .section-grid-layout--flip {
        grid-template-columns: 5% 25% 1fr 5%;
        grid-template-areas: ". content asset .";
        display: grid;
        margin: 3em 0;
        grid-gap: 2%;
        /*   IE 10 and IE 11 CSS Hacks  */ } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .page-content .section-grid-layout, .page-content .section-grid-layout--flip {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: space-around;
      -ms-flex-direction: space-around;
      flex-direction: space-around; } }
    @media (min-width: 1200px) {
      .page-content .section-grid-layout, .page-content .section-grid-layout--flip {
        grid-template-columns: 15% 25% 1fr 15%; } }
    @media (min-width: 768px) {
      .page-content .section-grid-layout--flip {
        grid-template-columns: 5% 1fr 25% 5%;
        grid-template-areas: ". asset content ."; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .page-content .section-grid-layout--flip {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -moz-box-direction: reverse;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
    @media (min-width: 1200px) {
      .page-content .section-grid-layout--flip {
        grid-template-columns: 15% 1fr 25% 15%; } }

/* === Theme Outer Layout Ends === */
/* === Theme Inner Layout Starts === */
.theme-txt-col, .theme-txt-col--left, .theme-txt-col--center {
  grid-area: content;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .theme-txt-col, .theme-txt-col--left, .theme-txt-col--center {
      flex-basis: 50%;
      padding: 0 .5rem; } }
  .theme-txt-col--left {
    text-align: center; }
    @media (min-width: 768px) {
      .theme-txt-col--left {
        text-align: left; } }
  .theme-txt-col--center {
    text-align: center; }
  .theme-txt-col--thin {
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .theme-txt-col--thin {
        width: calc((100vw) / 5);
        height: 100%;
        bottom: initial;
        top: 0;
        margin: 0 1.5em;
        text-align: left; } }

.theme-img-asset,
.theme-video-asset {
  grid-area: asset;
  position: relative;
  width: 100%;
  height: auto;
  grid-area: asset;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0px); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .theme-img-asset,
    .theme-video-asset {
      flex-basis: 50%;
      padding: 0 .5rem; } }

section#primetime > div.theme-img-asset::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #1f488c;
  background: radial-gradient(circle, #1f488c 0%, rgba(13, 29, 75, 0.15) 30%, rgba(13, 29, 75, 0) 60%);
  z-index: -1; }

section#lifestyle > div.theme-img-asset::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #1f488c;
  background: radial-gradient(circle, #1f488c 0%, rgba(13, 29, 75, 0.15) 40%, rgba(13, 29, 75, 0) 70%);
  z-index: -1; }

section#military > div.theme-img-asset::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #1f488c;
  background: radial-gradient(circle, #1f488c 0%, rgba(13, 29, 75, 0.15) 53%, rgba(13, 29, 75, 0) 100%);
  z-index: -1; }

.theme-video-asset {
  padding-top: calc(100% /(16 / 9)); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .theme-video-asset {
      padding-top: 27.7%; } }

.video-asset {
  padding-top: calc(100% /(16 / 9));
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .video-asset {
      padding-top: 55.25%;
      height: 100%; } }

/* === Theme Inner Layout Ends === */
#video-full,
.vid-cover,
.video-modal {
  display: none;
  visibility: hidden; }

body.stream-live {
  /* === CSS Video Fullscreen Start === */
  /* === CSS Video Fullscreen End === */ }
  body.stream-live .loading-container {
    display: none;
    pointer-events: none;
    z-index: 0; }
    body.stream-live .loading-container.appear {
      display: flex;
      align-items: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 9999;
      margin: auto;
      text-align: center;
      vertical-align: middle;
      pointer-events: none;
      flex-direction: column;
      justify-content: center;
      background: radial-gradient(#263d76, #000000); }
      body.stream-live .loading-container.appear::after {
        content: "";
        background: url("https://try.nation.foxnews.com/img/live-event-full.svg") 50% 50% no-repeat;
        background-size: 80% 80%;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute; }
      body.stream-live .loading-container.appear > span::before, body.stream-live .loading-container.appear > span::after {
        content: "";
        background: url("https://try.nation.foxnews.com/img/live-icon.svg") 50% 50% no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 26%;
        opacity: 0; }
      body.stream-live .loading-container.appear > span::after {
        transform: rotate(180deg); }
      body.stream-live .loading-container.appear > span.live-1::before, body.stream-live .loading-container.appear > span.live-1::after {
        background-size: 35% 35%;
        animation: live-1 1.5s linear infinite; }
      body.stream-live .loading-container.appear > span.live-1::before {
        left: -32%; }
      body.stream-live .loading-container.appear > span.live-1::after {
        right: -32%; }
      body.stream-live .loading-container.appear > span.live-2::before, body.stream-live .loading-container.appear > span.live-2::after {
        background-size: 25% 25%;
        animation: live-2 1.5s linear infinite; }
      body.stream-live .loading-container.appear > span.live-2::before {
        left: -28%; }
      body.stream-live .loading-container.appear > span.live-2::after {
        right: -28%; }
      body.stream-live .loading-container.appear > span.live-3::before, body.stream-live .loading-container.appear > span.live-3::after {
        background-size: 15% 15%;
        animation: live-3 1.5s linear infinite; }
      body.stream-live .loading-container.appear > span.live-3::before {
        left: -24.5%; }
      body.stream-live .loading-container.appear > span.live-3::after {
        right: -24.5%; }
  body.stream-live.lock {
    overflow: hidden;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    @media (max-width: 1023px) {
      body.stream-live.lock .vid-cover {
        position: fixed;
        z-index: 100;
        background: #000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        zoom: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        outline: none;
        visibility: visible;
        line-height: 1;
        box-shadow: none;
        display: block; }
      body.stream-live.lock .heros {
        position: relative; } }
    @media (max-width: 767px) {
      body.stream-live.lock .feature-still-photos {
        overflow-x: hidden; } }
  body.stream-live #live-modal::after {
    content: "";
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.856) 100%);
    transition: visibility 0.25s ease, opacity 0.25s ease; }
  body.stream-live #live-modal.fade-controls::after {
    opacity: 0;
    visibility: hidden;
    transition: visibility 1.5s ease, opacity 1.5s ease; }
  body.stream-live .video-modal {
    visibility: hidden;
    height: 0;
    opacity: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: 0; }
    body.stream-live .video-modal #video-full {
      visibility: hidden;
      height: 0;
      opacity: 0; }
    body.stream-live .video-modal.appear {
      background: #000;
      width: 100%;
      display: block;
      z-index: 102;
      opacity: 1;
      visibility: visible;
      height: 100%;
      transition: visibility 0.3s linear, opacity 0.3s linear; }
      body.stream-live .video-modal.appear #video-full {
        visibility: visible;
        height: calc(100vw / 1.778);
        opacity: 1;
        display: block;
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: relative;
        max-height: 80%;
        max-width: calc(80vh * 1.778);
        outline: none; }
      body.stream-live .video-modal.appear .close-wrap {
        position: absolute;
        top: 15px;
        right: 5px;
        cursor: pointer;
        padding: 0 15px;
        z-index: 99999; }
      body.stream-live .video-modal.appear .close {
        display: none; }
      body.stream-live .video-modal.appear .close-icon {
        color: #fff;
        font-size: 40px; }
      body.stream-live .video-modal.appear .text {
        position: absolute;
        top: 20px;
        left: 40px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 30px; }
        body.stream-live .video-modal.appear .text a {
          color: #fff;
          text-decoration: none;
          border-bottom: 2px solid #B20006; }
          body.stream-live .video-modal.appear .text a:hover {
            border-bottom: 2px solid #fff; }
          @media (max-width: 767px) {
            body.stream-live .video-modal.appear .text a {
              border-radius: 4px;
              background-color: #B20006;
              font-size: 15px;
              margin: 4px auto 0;
              font-weight: 700;
              text-align: center;
              color: #FFF;
              vertical-align: middle;
              padding: 0 15px;
              font-family: 'Roboto Condensed', 'Roboto', sans-serif;
              text-decoration: none;
              font-size: 18px;
              line-height: 37px;
              margin-bottom: 0.5em;
              margin-top: 0.5em; } }
      @media (max-width: 1023px) {
        body.stream-live .video-modal.appear {
          z-index: 101;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: auto; }
          body.stream-live .video-modal.appear #video-full {
            transform: none;
            top: 0;
            left: 0;
            height: calc(100vw / 1.778); }
          body.stream-live .video-modal.appear.rotated #video-full {
            transform: none;
            left: initial;
            top: initial;
            margin: 0 auto;
            max-height: 75%;
            max-width: calc(75vh * 1.778); }
          body.stream-live .video-modal.appear.rotated .text {
            top: 5px; }
          body.stream-live .video-modal.appear.rotated .close-wrap {
            top: 0; }
          body.stream-live .video-modal.appear.rotated .close {
            display: none; }
          body.stream-live .video-modal.appear .text {
            font-size: 18px;
            text-align: center;
            display: block;
            width: 100%;
            position: relative;
            left: initial;
            top: 20px; }
            body.stream-live .video-modal.appear .text a {
              display: inline-block; }
          body.stream-live .video-modal.appear .close-wrap {
            top: -40px; }
          body.stream-live .video-modal.appear .close {
            display: inline-block;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: uppercase;
            vertical-align: middle;
            font-size: 20px;
            margin-right: 15px;
            color: #fff; }
          body.stream-live .video-modal.appear .close-icon {
            display: inline-block;
            vertical-align: middle;
            font-size: 30px; } }
      @media (max-width: 767px) {
        body.stream-live .video-modal.appear .close-wrap {
          top: -30px; }
        body.stream-live .video-modal.appear .close-icon {
          line-height: 1; }
        body.stream-live .video-modal.appear .close {
          font-size: 15px;
          margin-right: 12px;
          margin-top: 3px; } }
      @media (max-width: 320px) {
        body.stream-live .video-modal.appear .text {
          font-size: 16px; } }
  body.stream-live .play-anim {
    cursor: pointer;
    width: 30%;
    height: 30%; }
    body.stream-live .play-anim svg {
      width: 1%;
      height: 100%; }
  body.stream-live .promo.live {
    display: block;
    background-color: #2670fb;
    border-top: none !important; }
    @media (min-width: 768px) {
      body.stream-live .promo.live {
        padding: 0;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      body.stream-live .promo.live .promo-container {
        max-width: 1000px; }
      body.stream-live .promo.live .promo-container-wrapper {
        justify-content: center; } }
    body.stream-live .promo.live .promo-container-wrapper {
      border-bottom: 0; }
    body.stream-live .promo.live .promo-item__txt {
      font-size: 18px;
      padding: 0.5em 0;
      font-family: "Roboto", sans-serif;
      color: #fff; }
      body.stream-live .promo.live .promo-item__txt > span {
        display: block; }
      @media (max-width: 320px) {
        body.stream-live .promo.live .promo-item__txt {
          font-size: 16px; } }
      @media (min-width: 768px) {
        body.stream-live .promo.live .promo-item__txt {
          padding: 0;
          text-align: left;
          font-size: 16px;
          margin: 0.5rem 0.5rem 0.5rem 0; }
          body.stream-live .promo.live .promo-item__txt > span {
            display: inline-block; } }
      @media (min-width: 992px) {
        body.stream-live .promo.live .promo-item__txt {
          text-align: center;
          font-size: 22px; } }
    body.stream-live .promo.live .white {
      background-color: #fff; }
    body.stream-live .promo.live .cta.white.live, body.stream-live .promo.live .white.live.cta--header, body.stream-live .promo.live .white.live.cta--og, body.stream-live .promo.live .white.live.cta--large, body.stream-live .promo.live .white.live.cta--sm {
      color: #2670fb;
      font-size: 20px;
      font-weight: bold; }
      @media (min-width: 768px) {
        body.stream-live .promo.live .cta.white.live, body.stream-live .promo.live .white.live.cta--header, body.stream-live .promo.live .white.live.cta--og, body.stream-live .promo.live .white.live.cta--large, body.stream-live .promo.live .white.live.cta--sm {
          border-radius: 4px;
          font-size: 16px;
          line-height: 35px;
          padding: 0 5px;
          margin: 0; } }
      @media (min-width: 992px) {
        body.stream-live .promo.live .cta.white.live, body.stream-live .promo.live .white.live.cta--header, body.stream-live .promo.live .white.live.cta--og, body.stream-live .promo.live .white.live.cta--large, body.stream-live .promo.live .white.live.cta--sm {
          line-height: 47px;
          font-size: 22px;
          padding: 0 20px; } }
    body.stream-live .promo.live .promo-item__cta.live {
      font-family: "Roboto", sans-serif;
      color: #2670fb;
      margin: 0.5em; }
      @media (min-width: 768px) {
        body.stream-live .promo.live .promo-item__cta.live {
          height: 35px; } }
      @media (min-width: 992px) {
        body.stream-live .promo.live .promo-item__cta.live {
          height: 47px; } }
    body.stream-live .promo.live .promo-item__mw {
      font-size: 18px;
      margin: 0.2rem; }
      @media (max-width: 320px) {
        body.stream-live .promo.live .promo-item__mw {
          font-size: 16px; } }
      @media (min-width: 768px) {
        body.stream-live .promo.live .promo-item__mw {
          display: none; } }
  @media (max-width: 1023px) {
    body.stream-live video#video-full + .modal.end-image.appear {
      height: auto;
      max-width: calc(75vh * 1.778); } }
  @media (min-width: 1024px) {
    body.stream-live video#video-full + .modal.end-image.appear {
      visibility: visible;
      height: auto;
      display: block;
      width: 100%;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      max-height: 85%;
      max-width: calc(85vh * 1.778);
      outline: none; } }

.video-js .vjs-endscreen-overlay-buttons .vjs-control {
  font-size: 4rem;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 1200px) {
    .video-js .vjs-endscreen-overlay-buttons .vjs-control {
      font-size: 8rem; } }

@media (max-width: 767px) {
  a.cta.ctaep, a.ctaep.cta--header, a.ctaep.cta--og, a.ctaep.cta--large, a.ctaep.cta--sm {
    display: none; } }

@media (min-width: 768px) {
  a.cta.ctaep, a.ctaep.cta--header, a.ctaep.cta--og, a.ctaep.cta--large, a.ctaep.cta--sm {
    position: absolute;
    left: 3%;
    bottom: 25%;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    display: block; } }

div.modal-back.vEm {
  display: none;
  visibility: hidden;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.modal-back.vEm {
    display: none;
    visibility: hidden;
    pointer-events: none; }
  body.cta div.vEm.modal-back, body.cta--header div.vEm.modal-back, body.cta--og div.vEm.modal-back, body.cta--large div.vEm.modal-back, body.cta--sm div.vEm.modal-back {
    display: block;
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(184, 183, 183, 0.9); }
    body.cta div.vEm.modal-back.appear, body.cta--header div.vEm.modal-back.appear, body.cta--og div.vEm.modal-back.appear, body.cta--large div.vEm.modal-back.appear, body.cta--sm div.vEm.modal-back.appear {
      opacity: 1; }
      body.cta div.vEm.modal-back.appear .modal-elem, body.cta--header div.vEm.modal-back.appear .modal-elem, body.cta--og div.vEm.modal-back.appear .modal-elem, body.cta--large div.vEm.modal-back.appear .modal-elem, body.cta--sm div.vEm.modal-back.appear .modal-elem {
        top: calc(100vh/3);
        background: #1c3c78;
        background: linear-gradient(0deg, #1c3c78 0%, #20468b 50%, #1c3c78 100%);
        width: 45%;
        height: 400px;
        min-height: 400px; }
      body.cta div.vEm.modal-back.appear h2.ie, body.cta--header div.vEm.modal-back.appear h2.ie, body.cta--og div.vEm.modal-back.appear h2.ie, body.cta--large div.vEm.modal-back.appear h2.ie, body.cta--sm div.vEm.modal-back.appear h2.ie {
        font-family: 'Roboto', sans-serif;
        color: #fff; }
      body.cta div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit, body.cta--header div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit, body.cta--og div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit, body.cta--large div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit, body.cta--sm div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit {
        top: 35%; }
      body.cta div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit p:first-of-type, body.cta--header div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit p:first-of-type, body.cta--og div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit p:first-of-type, body.cta--large div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit p:first-of-type, body.cta--sm div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit p:first-of-type {
        font-size: 20px;
        color: #fff; }
      body.cta div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a, body.cta--header div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a, body.cta--og div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a, body.cta--large div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a, body.cta--sm div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a {
        font-size: 20px;
        color: #fff;
        font-weight: bold; }
        body.cta div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a:hover, body.cta--header div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a:hover, body.cta--og div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a:hover, body.cta--large div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a:hover, body.cta--sm div.vEm.modal-back.appear .newsletter-form.nation-signup#subscribe-exit a:hover {
          text-decoration: underline; } }

.header-wrap {
  z-index: 99;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .header-wrap .header-wrap {
      position: fixed; } }
  .header-wrap.sticky {
    z-index: 100; }

.sticky {
  top: 0; }

.header-main {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  transition: none;
  position: absolute;
  right: 0; }
  @media (min-width: 768px) {
    .header-main {
      height: 73px; } }

.header-center {
  justify-content: flex-end;
  padding: 0 10px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 21px; }
  @media (min-width: 768px) {
    .header-center {
      padding: 0 1em; } }

.header-left {
  display: none; }

.header-right .header-cta {
  display: none; }

.header-right .header-signin {
  padding-top: 5px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: 101; }

@media (max-width: 767px) {
  .header-right {
    padding-top: 0; } }

.header-right .header-cta {
  display: none; }

.header-signin {
  padding-top: 5px;
  text-decoration: none; }
  .header-signin .header-signin-link {
    background-color: #B20006;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid white;
    padding: 8px 12px; }
    @media (min-width: 768px) {
      .header-signin .header-signin-link {
        padding: 12px 24px; } }

.heros {
  background: #000;
  position: relative;
  height: 100%;
  box-shadow: 0px 3px 10px #08101f; }

.heros-widget-container,
.heros-section-container {
  width: 100%;
  height: 100%;
  min-height: calc((100vw)/ .699);
  overflow: hidden; }
  @media (min-width: 768px) {
    .heros-widget-container,
    .heros-section-container {
      min-height: calc((100vw)/2.59); } }

.heros-widget-container:first-child {
  display: block; }

.heros-widget-container:nth-child(n+2) {
  display: none; }

.heros-section-container.slick-initialized .heros-widget-container:nth-child(n+2) {
  display: block; }

/* heros image container */
.heros-img-wrapper {
  width: 100%;
  position: relative;
  display: block; }
  .heros-img-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0) 52%); }
    @media (min-width: 768px) {
      .heros-img-wrapper::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 45%); } }

img.heros-img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1; }
  @media (min-width: 768px) {
    img.heros-img {
      width: 100%; } }

.heros-copy-container {
  width: 100%;
  position: absolute;
  bottom: 16%;
  left: 0; }
  @media (min-width: 768px) {
    .heros-copy-container {
      bottom: inherit;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .heros-copy-container.dots-disabled {
      bottom: 9%; } }
  .heros-copy-container .wrap {
    margin: 0 auto;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      .heros-copy-container .wrap {
        width: 50vw;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 768px) {
      .heros-copy-container .wrap.heros-diff-wrapper {
        margin-top: 19px; } }
    @media (min-width: 992px) {
      .heros-copy-container .wrap.heros-diff-wrapper {
        margin-top: 24px; } }
  .heros-copy-container .show-logo {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .heros-copy-container .show-logo {
        width: 24vw;
        display: block;
        margin: 0 auto; } }
  .heros-copy-container h3 {
    display: none;
    /* default */
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0 auto 20px;
    width: 68%;
    color: #fff; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
      .heros-copy-container h3 {
        font-size: 16px;
        width: 79%; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
      .heros-copy-container h3 {
        width: 68%; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
      .heros-copy-container h3 {
        width: 78%; } }
    @media (min-width: 411px) {
      .heros-copy-container h3 {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .heros-copy-container h3 {
        width: 77%;
        font-size: 22px; } }
    @media (min-width: 768px) {
      .heros-copy-container h3 {
        font-size: 17px;
        width: 100%;
        width: 80%; } }
    @media (min-width: 992px) {
      .heros-copy-container h3 {
        font-size: 20px;
        width: 78%; } }
    @media (min-width: 1024px) {
      .heros-copy-container h3 {
        font-size: 20px;
        width: 61%; } }
    @media (min-width: 1200px) {
      .heros-copy-container h3 {
        width: 72%;
        font-size: 24px;
        margin: 10px auto 20px; } }
    @media (min-width: 1440px) {
      .heros-copy-container h3 {
        font-size: 25px;
        width: 67%; } }
    @media (min-width: 1441px) {
      .heros-copy-container h3 {
        width: 59%; } }
    @media (min-width: 2000px) {
      .heros-copy-container h3 {
        width: 47%; } }
    @media (min-width: 1681px) {
      .heros-copy-container h3 {
        width: 46%; } }
    @media (min-width: 1893px) {
      .heros-copy-container h3 {
        width: 38%; } }
    @media (min-width: 2100px) {
      .heros-copy-container h3 {
        width: 45%; } }
    @media (min-width: 2500px) {
      .heros-copy-container h3 {
        width: 37%; } }
    @media (min-width: 2700px) {
      .heros-copy-container h3 {
        width: 35%; } }
    @media (min-width: 2880px) {
      .heros-copy-container h3 {
        width: 28%; } }
  .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 20px;
    margin: 1.5rem auto auto auto;
    line-height: 52px;
    font-weight: 700;
    border-radius: 4px; }
    @media (max-width: 320px) {
      .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
        font-size: 20px;
        line-height: 40px; } }
    @media (min-width: 768px) {
      .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
        line-height: 32px;
        font-size: 20px;
        padding: 6px 12px;
        margin-top: 1rem; } }
    @media (min-width: 992px) {
      .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
        margin-top: 1.5rem;
        line-height: 50px;
        font-size: 24px;
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
        padding: 0 25px;
        line-height: 60px;
        font-size: 30px; } }
    @media (min-width: 1440px) {
      .heros-copy-container a.cta, .heros-copy-container a.cta--header, .heros-copy-container a.cta--og, .heros-copy-container a.cta--large, .heros-copy-container a.cta--sm {
        padding: 0 30px;
        line-height: 70px; } }

body.home.home-left .heros-img-wrapper {
  width: 100%;
  position: relative;
  display: block; }
  body.home.home-left .heros-img-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0) 52%); }
    @media (min-width: 768px) {
      body.home.home-left .heros-img-wrapper::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 45%); } }

@media (min-width: 768px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1) {
    margin-left: 0%;
    align-items: center; } }

@media (min-width: 992px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1) {
    margin: auto 0; } }

@media (min-width: 768px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1).heros-diff-wrapper {
    margin-top: 19px; } }

@media (min-width: 992px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1).heros-diff-wrapper {
    margin-top: 24px; } }

body.home.home-left img.heros-img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1; }
  @media (min-width: 768px) {
    body.home.home-left img.heros-img {
      width: 100%;
      transform: translateX(0); } }

body.home-left .heros-widget-container.center div.heros-copy-container {
  width: 100%;
  position: absolute;
  left: 0; }

body.home-left .heros-widget-container.center.mobile-center div.heros-copy-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 768px) {
  body.home-left .heros-widget-container.center div.heros-copy-container > .wrap:nth-of-type(1) {
    margin: auto;
    align-items: center; } }

@media (min-width: 768px) {
  body.home-left .heros-widget-container.center div.heros-copy-container > .wrap:nth-of-type(1).heros-diff-wrapper {
    margin-top: 19px; } }

@media (min-width: 992px) {
  body.home-left .heros-widget-container.center div.heros-copy-container > .wrap:nth-of-type(1).heros-diff-wrapper {
    margin-top: 24px; } }

body.home-left .heros-widget-container.center .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0) 52%); }
  @media (min-width: 768px) {
    body.home-left .heros-widget-container.center .heros-img-wrapper::after {
      background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%); } }

@media (min-width: 768px) {
  body.home-left .heros-widget-container.center .heros-img-wrapper.img-wrapper-class_bg--mobile::after {
    background: none; } }

body.home-left .heros-widget-container.center .heros-img-wrapper.img-wrapper-class_bg--none::after {
  pointer-events: none;
  background: none; }
  @media (min-width: 768px) {
    body.home-left .heros-widget-container.center .heros-img-wrapper.img-wrapper-class_bg--none::after {
      background: none; } }

body.home-left .heros-widget-container.right div.heros-copy-container {
  width: 100%;
  position: absolute;
  left: 0; }

body.home-left .heros-widget-container.right.mobile-center div.heros-copy-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 768px) {
  body.home-left .heros-widget-container.right div.heros-copy-container > .wrap:nth-of-type(1) {
    margin: auto 0 auto auto;
    align-items: flex-end; } }

body.home-left .heros-widget-container.right .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0) 52%); }
  @media (min-width: 768px) {
    body.home-left .heros-widget-container.right .heros-img-wrapper::after {
      background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%); } }

@media (min-width: 768px) {
  body.home-left .heros-widget-container.right .heros-img-wrapper.img-wrapper-class_bg--mobile::after {
    background: none; } }

body.home-left .heros-widget-container.right .heros-img-wrapper.img-wrapper-class_bg--none::after {
  pointer-events: none;
  background: none; }
  @media (min-width: 768px) {
    body.home-left .heros-widget-container.right .heros-img-wrapper.img-wrapper-class_bg--none::after::after {
      background: none; } }

body.home-left .heros-widget-container.center[data-slide="wotb-slide"] .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(110, 180, 194, 0.5) 23%, rgba(0, 0, 0, 0) 52%); }
  @media (min-width: 768px) {
    body.home-left .heros-widget-container.center[data-slide="wotb-slide"] .heros-img-wrapper::after {
      background: radial-gradient(circle, rgba(110, 180, 194, 0.5) 0%, rgba(110, 180, 194, 0.1) 30%, rgba(0, 0, 0, 0) 100%); } }

@media (max-width: 320px) {
  body.home-left .heros-widget-container.center[data-slide="gntest-slide"] .heros-copy-container {
    bottom: 11.75%; } }

@media (max-width: 767px) {
  body.home-left .heros-widget-container.center[data-slide="gntest-slide"] .heros-copy-container {
    bottom: 12.5%; } }

/*home left side styles */
@media (min-width: 768px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1) {
    margin-left: 0;
    align-items: flex-start; } }

@media (min-width: 992px) {
  body.home.home-left div.heros-copy-container > .wrap:nth-of-type(1) {
    margin: auto 0;
    align-items: flex-start; } }

body.home.home-left img.heros-img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1; }

body.home.home-left .heros-widget-container[data-slide="happy-hour-6-slide"] .heros-copy-container,
body.home.home-left .heros-widget-container[data-slide="sas2020-slide"] .heros-copy-container,
body.home.home-left .heros-widget-container[data-slide="35off-red-slide"] .heros-copy-container,
body.home.home-left .heros-widget-container[data-slide="35off-blue-slide"] .heros-copy-container {
  display: none;
  pointer-events: none; }

body.home.home-left .heros-widget-container-class--1[data-slide="pa-2020-slide"] .heros-img-wrapper::after {
  pointer-events: none;
  background: none; }

body.home.home-left .heros-widget-container-class--1[data-slide="pa-2020-slide"] .heros-copy-container {
  display: none;
  pointer-events: none; }

body.home.home-left .heros-widget-container[data-slide="newt-book-slide"] .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 23%, rgba(0, 0, 0, 0) 52%); }

@media (min-width: 768px) {
  body.home.home-left .heros-widget-container[data-slide="forget-s3-slide"] .heros-copy-container {
    top: 47%; } }

body.home.home-left .heros-widget-container[data-slide="forget-s3-slide"] .heros-copy-container .wrap a {
  border-radius: 5px; }

body.home.home-left .heros-widget-container[data-slide="forget-s3-slide"] .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0) 52%); }

@media (min-width: 768px) {
  body.home.home-left .heros-widget-container[data-slide="forget-s3-slide"] .heros-img-wrapper::after {
    background: none; } }

@media (min-width: 768px) {
  body.home.home-left .heros-widget-container[data-slide="debate-party-slide"] .heros-img-wrapper::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 30.71%); } }

body.home.home-left .heros-widget-container[data-slide="patriot-month-slide"] .heros-img-wrapper::after {
  background: none; }

@media (min-width: 768px) {
  body.home.home-left .heros-widget-container[data-slide="patriot-month-slide"] .heros-img-wrapper::after {
    background: none; } }

body.home.home-left .heros-widget-container[data-slide="herodogs-slide"] .heros-img-wrapper::after {
  background: linear-gradient(to top, rgba(32, 70, 139, 0.52) 43%, rgba(12, 26, 53, 0) 82%); }

@media (min-width: 768px) {
  body.home.home-left .heros-widget-container[data-slide="herodogs-slide"] .heros-img-wrapper::after {
    background: linear-gradient(to right, rgba(18, 39, 76, 0.7) 25%, rgba(12, 26, 53, 0) 60.71%); } }

@media (min-width: 768px) {
  body.home.home-left .heros-img-wrapper.img-wrapper-class_bg--mobile::after {
    background: none; } }

body.home.home-left .heros-img-wrapper.img-wrapper-class_bg--none::after {
  pointer-events: none;
  background: none; }
  @media (min-width: 768px) {
    body.home.home-left .heros-img-wrapper.img-wrapper-class_bg--none::after {
      background: none; } }

/* add text to copy container*/
body.home.home-center.home-text .heros-copy-container h3,
body.home.home-left.home-text .heros-copy-container h3 {
  display: block; }

body.home.home-center.home-text .heros-copy-container a.cta, body.home.home-center.home-text .heros-copy-container a.cta--header, body.home.home-center.home-text .heros-copy-container a.cta--og, body.home.home-center.home-text .heros-copy-container a.cta--large, body.home.home-center.home-text .heros-copy-container a.cta--sm,
body.home.home-left.home-text .heros-copy-container a.cta,
body.home.home-left.home-text .heros-copy-container a.cta--header,
body.home.home-left.home-text .heros-copy-container a.cta--og,
body.home.home-left.home-text .heros-copy-container a.cta--large,
body.home.home-left.home-text .heros-copy-container a.cta--sm {
  margin: 0 auto;
  font-size: 24px;
  line-height: 50px; }

@media (max-width: 767px) {
  body.home.home-left.home-static.mw-bottom .heros-copy-container {
    transform: translateY(19%); } }

@media (max-width: 767px) {
  body.home.home-left.home-static.mw-bottom .heros-img-wrapper ::after {
    background: linear-gradient(to bottom, rgba(18, 39, 76, 0.5) 50%, rgba(12, 26, 53, 0) 80%); } }

.section-flex-layout, .section-flex-layout--1-2, .section-flex-layout--1 {
  max-width: 1200px;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .section-flex-layout--1-2 {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .section-flex-layout--1 {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .section-flex-layout--1 .section-img {
      width: 100%;
      margin-top: -7%; }
      .section-flex-layout--1 .section-img img {
        width: 100%;
        object-fit: cover; } }
  .section-flex-layout .section-title, .section-flex-layout--1-2 .section-title, .section-flex-layout--1 .section-title, .section-flex-layout .section-title--1-2, .section-flex-layout--1-2 .section-title--1-2, .section-flex-layout--1 .section-title--1-2, .section-flex-layout .section-title--1, .section-flex-layout--1-2 .section-title--1, .section-flex-layout--1 .section-title--1 {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .section-flex-layout .section-title--1-2, .section-flex-layout--1-2 .section-title--1-2, .section-flex-layout--1 .section-title--1-2 {
        width: 35%;
        padding: 0 0 0 1.5em; } }
    @media (min-width: 768px) {
      .section-flex-layout .section-title--1, .section-flex-layout--1-2 .section-title--1, .section-flex-layout--1 .section-title--1 {
        width: 100%;
        padding: 0 0 0 1.5em;
        margin: 0 0 5%; } }

/* === Payment Plan Starts === */
.middle {
  text-align: center; }

section.section-payment {
  display: block;
  position: relative;
  padding: 11px 0 20px; }
  section.section-payment p, section.section-payment li {
    font-size: 14px;
    line-height: 1.2; }
    @media (min-width: 375px) {
      section.section-payment p, section.section-payment li {
        font-size: 15px; } }
    @media (min-width: 411px) {
      section.section-payment p, section.section-payment li {
        font-size: 16px; } }
    @media (min-width: 768px) {
      section.section-payment p, section.section-payment li {
        font-size: 18px; } }
    @media (min-width: 992px) {
      section.section-payment p, section.section-payment li {
        font-size: 20px;
        line-height: 22px; } }
    @media (min-width: 1441px) {
      section.section-payment p, section.section-payment li {
        font-size: 23px;
        line-height: 25px; } }
  section.section-payment .content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      section.section-payment .content-bg {
        height: 300px; } }
  section.section-payment h2.content-title, section.section-payment h2.content-title--roboto {
    font-size: 21px;
    font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0.5em; }
    @media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      section.section-payment h2.content-title, section.section-payment h2.content-title--roboto {
        padding: 0;
        font-size: 19px; } }
    @media (min-width: 768px) {
      section.section-payment h2.content-title, section.section-payment h2.content-title--roboto {
        font-size: 28px;
        padding: 0; } }
    @media (min-width: 992px) {
      section.section-payment h2.content-title, section.section-payment h2.content-title--roboto {
        font-size: 36px; } }
  section.section-payment h3.content-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 0px;
    padding: 0 1em; }
    @media (max-width: 320px) {
      section.section-payment h3.content-desc {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      section.section-payment h3.content-desc {
        display: block;
        padding: 0;
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      section.section-payment h3.content-desc {
        font-size: 20px; } }
  section.section-payment ul.card-wrapper {
    max-width: 95%;
    margin: 20px auto 0;
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 768px) {
      section.section-payment ul.card-wrapper {
        margin-top: 32px;
        max-width: 100%; } }
    @media (min-width: 931px) {
      section.section-payment ul.card-wrapper {
        max-width: 95%; } }
    section.section-payment ul.card-wrapper > li {
      display: block;
      width: 95%;
      list-style-type: none;
      vertical-align: top;
      margin: 0 auto 15px;
      border-radius: 4px;
      position: relative;
      box-shadow: -1px 3px 15px 2px rgba(0, 0, 0, 0.26); }
      @media (min-width: 768px) {
        section.section-payment ul.card-wrapper > li {
          display: inline-block;
          width: 23%;
          max-width: 297px;
          margin: 0 1%;
          transition: transform 500ms ease;
          transform: translateY(0); }
          section.section-payment ul.card-wrapper > li:hover {
            transform: translateY(-5px); } }
  section.section-payment .card-content {
    background-color: #fff;
    text-align: center;
    min-height: 200px;
    border-radius: 5px; }
    @media (min-width: 768px) {
      section.section-payment .card-content {
        transform-origin: center; } }
    section.section-payment .card-content .c-header {
      font-family: 'Roboto', sans-serif;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #000;
      margin: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      font-size: 22px; }
      section.section-payment .card-content .c-header span {
        font-size: 20px;
        margin-left: 5px; }
      @media (min-width: 768px) {
        section.section-payment .card-content .c-header {
          font-family: 'Roboto Condensed','Roboto', sans-serif;
          padding-top: 18px;
          padding-bottom: 18px;
          font-size: 16px; }
          section.section-payment .card-content .c-header span {
            font-size: 14px;
            margin-left: 3px; } }
      @media (min-width: 992px) {
        section.section-payment .card-content .c-header {
          font-family: 'Roboto', sans-serif;
          padding: 15px;
          font-size: 18px; } }
  @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    section.section-payment .card-content .c-header {
      font-family: 'Roboto Condensed','Roboto', sans-serif;
      padding: 20px 15px 20px 20px;
      font-size: 16px; } }
      @media (min-width: 992px) {
          section.section-payment .card-content .c-header span {
            font-size: 16px; } }
    @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
      section.section-payment .card-content .c-header span {
        font-size: 15px; } }
      @media (min-width: 1200px) {
        section.section-payment .card-content .c-header {
          padding: 20px;
          font-size: 23px; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    section.section-payment .card-content .c-header {
      font-family: 'Roboto', sans-serif;
      padding: 20px;
      font-size: 20px; } }
      @media (min-width: 1200px) {
          section.section-payment .card-content .c-header span {
            font-size: 18px; } }
      @media (min-width: 1440px) {
        section.section-payment .card-content .c-header {
          font-size: 24px; } }
    section.section-payment .card-content a.cta, section.section-payment .card-content a.cta--header, section.section-payment .card-content a.cta--og, section.section-payment .card-content a.cta--large, section.section-payment .card-content a.cta--sm {
      line-height: 41px;
      padding: 0 33px;
      font-weight: normal;
      font-size: 20px;
      margin: 0.5em 0; }
      @media (min-width: 1024px) {
        section.section-payment .card-content a.cta, section.section-payment .card-content a.cta--header, section.section-payment .card-content a.cta--og, section.section-payment .card-content a.cta--large, section.section-payment .card-content a.cta--sm {
          margin: 1em 0;
          font-size: 21px; } }
    section.section-payment .card-content .c-button {
      display: block;
      padding: 10px 0;
      cursor: pointer; }
      @media (min-width: 768px) {
        section.section-payment .card-content .c-button {
          display: inline-block;
          padding: 20px 0; } }
    section.section-payment .card-content .c-button-img {
      width: 20px;
      height: 20px;
      background-image: url("https://try.nation.foxnews.com/img/open_plus_icon.svg");
      background-repeat: no-repeat;
      background-position: 28% center;
      -o-object-fit: contain;
      object-fit: contain;
      background-size: cover;
      display: inline-block;
      vertical-align: middle; }
    section.section-payment .card-content .c-button-txt {
      margin-left: 5px;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 768px) {
        section.section-payment .card-content .c-button-txt {
          font-size: 16px; } }
      @media (min-width: 826px) {
        section.section-payment .card-content .c-button-txt {
          font-size: 18px; } }
    section.section-payment .card-content .c-header-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
    section.section-payment .card-content .c-body-tp {
      padding-top: 2%; }
      @media (min-width: 768px) {
        section.section-payment .card-content .c-body-tp {
          padding: 0%; } }
    section.section-payment .card-content.monthly .c-header {
      display: inline-block; }
      @media (min-width: 992px) {
        section.section-payment .card-content.monthly .c-header {
          padding-right: 5px; } }
    section.section-payment .card-content.monthly .c-icon {
      padding-left: 1%;
      object-fit: contain;
      width: 30px; }
      @media (min-width: 992px) {
        section.section-payment .card-content.monthly .c-icon {
          width: 35px;
          padding-left: 0%; } }
      @media (min-width: 1200px) {
        section.section-payment .card-content.monthly .c-icon {
          width: 40px; } }
    section.section-payment .card-content.monthly .c-header:after {
      border-bottom: 3px solid #B20006;
      content: '';
      position: absolute;
      display: inline-block;
      height: 1.6em;
      left: 25%;
      width: 50%; }
      @media (min-width: 768px) {
        section.section-payment .card-content.monthly .c-header:after {
          width: 75%;
          left: 12%; } }
    section.section-payment .card-content.monthly .c-body {
      border-bottom: 5px solid #B20006; }
    section.section-payment .card-content.monthly .c-price {
      padding: 10px 0 10px 0; }
      @media (min-width: 992px) {
        section.section-payment .card-content.monthly .c-price {
          padding: 10px 0 10px 0; } }
      @media (min-width: 979px) {
        section.section-payment .card-content.monthly .c-price {
          padding: 10px 0 0 0; } }
    section.section-payment .card-content.monthly .c-type {
      padding: 0px; }
    section.section-payment .card-content.patriot .c-header:after {
      border-bottom: 3px solid #3067cf;
      content: '';
      position: absolute;
      display: inline-block;
      height: 1.6em;
      left: 25%;
      width: 50%; }
      @media (min-width: 768px) {
        section.section-payment .card-content.patriot .c-header:after {
          width: 75%;
          left: 12%; } }
    section.section-payment .card-content.patriot .c-body {
      border-bottom: 5px solid #3067cf; }
    section.section-payment .card-content.s-patriot .c-header:after {
      border-bottom: 3px solid #9c9a9a;
      content: '';
      position: absolute;
      display: inline-block;
      height: 1.6em;
      left: 25%;
      width: 50%; }
      @media (min-width: 768px) {
        section.section-payment .card-content.s-patriot .c-header:after {
          width: 75%;
          left: 12%; } }
    section.section-payment .card-content.s-patriot .c-body {
      border-bottom: 5px solid #9c9a9a; }
    section.section-payment .card-content.g-patriot .c-header:after {
      border-bottom: 3px solid #e2a700;
      content: '';
      position: absolute;
      display: inline-block;
      height: 1.6em;
      left: 25%;
      width: 50%; }
      @media (min-width: 768px) {
        section.section-payment .card-content.g-patriot .c-header:after {
          width: 75%;
          left: 12%; } }
    section.section-payment .card-content.g-patriot .c-body {
      border-bottom: 5px solid #e2a700; }
    section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
      content: "";
      transform: translateY(0px);
      transition: transform 500ms ease-in-out;
      background-image: url("https://try.nation.foxnews.com/img/limited-ribbon-red.svg");
      position: absolute;
      height: 100px;
      display: block;
      width: 110px;
      background-size: contain;
      background-repeat: no-repeat;
      max-height: none;
      top: -7px;
      left: -8px; }
      @media (max-width: 320px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          width: 78px;
          top: -7px;
          left: -6px; } }
      @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          width: 110px;
          top: -6px; } }
      @media (min-width: 360px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          width: 110px;
          top: -6px; } }
      @media (min-width: 460px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          left: -8px; } }
      @media (min-width: 768px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          width: 100%;
          position: absolute;
          display: block;
          width: 34%;
          background-size: contain;
          background-repeat: no-repeat;
          max-height: none;
          top: -4px;
          left: -2.9%; } }
      @media (min-width: 992px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          top: -6px;
          width: 32%; } }
      @media (min-width: 1200px) {
        section.section-payment .card-content.patriot.limited::after, section.section-payment .card-content.s-patriot.limited::after, section.section-payment .card-content.g-patriot.limited::after {
          left: -2.8%; } }
  section.section-payment .c-body {
    color: #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    font-family: 'Roboto', sans-serif; }
    @media (min-width: 768px) {
      section.section-payment .c-body {
        padding: 10px 5px; } }
    @media (min-width: 992px) {
      section.section-payment .c-body {
        padding: 10px; } }
  section.section-payment .c-type {
    font-weight: bold;
    display: block;
    font-size: 18px;
    padding: 0 0 10px 0; }
    @media (min-width: 768px) {
      section.section-payment .c-type {
        padding: 0;
        font-size: 15px;
        margin: 0; } }
    @media (min-width: 992px) {
      section.section-payment .c-type {
        padding: 0; } }
    @media (min-width: 1200px) {
      section.section-payment .c-type {
        font-size: 18px; } }
  section.section-payment .c-price {
    padding: 0 0 10px 0;
    font-size: 16px;
    display: inline-block;
    margin-left: 0; }
    section.section-payment .c-price::after {
      content: "";
      clear: both;
      display: block; }
    @media (min-width: 768px) {
      section.section-payment .c-price {
        font-size: 14px;
        padding: 10px 0; } }
    @media (min-width: 992px) {
      section.section-payment .c-price {
        font-size: 18px;
        padding: 10px 0 0 0; } }
  section.section-payment .c-a {
    width: 100%; }
  section.section-payment .c-button {
    display: block; }
  section.section-payment .c-text-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 500ms ease; }
  section.section-payment h4.c-tw-header {
    text-align: left;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 16px; }
  section.section-payment ul.c-tw-list {
    text-align: left;
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 20px; }
  section.section-payment li.c-tw-list-items {
    font-size: 15px; }
  section.section-payment .c-img {
    width: 48%;
    margin: 0 auto;
    height: auto;
    margin-top: 4%; }
    @media (min-width: 768px) {
      section.section-payment .c-img {
        width: 40%; } }
  section.section-payment .c-tw-disclaimer,
  section.section-payment .c-tw-reg {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; }
    @media (min-width: 768px) {
      section.section-payment .c-tw-disclaimer,
      section.section-payment .c-tw-reg {
        font-size: 10px;
        display: inline-block; } }
    @media (min-width: 992px) {
      section.section-payment .c-tw-disclaimer,
      section.section-payment .c-tw-reg {
        font-size: 12px; } }
    @media (min-width: 1200px) {
      section.section-payment .c-tw-disclaimer,
      section.section-payment .c-tw-reg {
        font-size: 14px; } }
  section.section-payment .s-patriot .c-tw-reg {
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      section.section-payment .s-patriot .c-tw-reg {
        display: block; } }
  section.section-payment .c-tw-reg-n {
    display: block;
    font-family: 'Roboto', sans-serif; }
    @media (min-width: 768px) {
      section.section-payment .c-tw-reg-n {
        min-height: 12px; } }
    @media (min-width: 992px) {
      section.section-payment .c-tw-reg-n {
        min-height: 22px; } }
  section.section-payment .card-content.expand .c-text-wrapper {
    opacity: 1;
    visibility: visible;
    transition: visibility 500ms ease; }
  section.section-payment .card-content.expand .c-button-img {
    background-image: url("https://try.nation.foxnews.com/img/close_minus_icon.svg"); }
  section.section-payment.month-99 .card-content.monthly {
    position: relative; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.section-payment .patriot.limited.card-content:after,
  section.section-payment .s-patriot.limited.card-content:after,
  section.section-payment .g-patriot.limited.card-content:after {
    content: "";
    background-image: url("https://try.nation.foxnews.com/img/limited-ribbon-red.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    max-height: none;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -8px;
    left: -10px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    section.section-payment .patriot.limited.card-content:after,
    section.section-payment .s-patriot.limited.card-content:after,
    section.section-payment .g-patriot.limited.card-content:after {
      height: 60px;
      width: 60px;
      position: absolute;
      top: -4px;
      left: -5px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    section.section-payment .patriot.limited.card-content:after,
    section.section-payment .s-patriot.limited.card-content:after,
    section.section-payment .g-patriot.limited.card-content:after {
      height: 100px;
      width: 100px;
      position: absolute;
      top: -8px;
      left: -10px; } }

/* === Closing Starts  === */
.features {
  min-height: calc(100vw / 4.114);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover; }
  .features.mosaic-bg-img {
    background-image: url("https://try.nation.foxnews.com/img/mosaic-blue.jpg"); }

.features.mosaic {
  position: relative;
  font-weight: 500; }
  .features.mosaic .feature-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: none;
    max-width: 600px;
    max-width: 900px;
    margin: 0px auto;
    padding: 60px 20px 40px 20px;
    width: 80%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .features.mosaic .feature-container {
        margin: 0; } }
    @media (min-width: 768px) {
      .features.mosaic .feature-container {
        width: 50%;
        padding: 0px 20px 40px 20px; } }
    @media (min-width: 769px) {
      .features.mosaic .feature-container {
        padding: 60px 20px 40px 20px; } }
    @media (min-width: 1024px) {
      .features.mosaic .feature-container {
        width: 40%; } }
    @media (min-width: 1440px) {
      .features.mosaic .feature-container {
        width: 70%; } }
  .features.mosaic .mosaic-img {
    width: 60%;
    display: block;
    height: 100%; }
    .features.mosaic .mosaic-img img {
      display: block;
      width: 100%; }
    @media (min-width: 1440px) {
      .features.mosaic .mosaic-img {
        width: 32%; } }
  .features.mosaic .feature-heading {
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    margin: 15px auto 15px auto; }
    @media (min-width: 768px) {
      .features.mosaic .feature-heading {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .features.mosaic .feature-heading {
        font-size: 22px;
        margin: 20px auto 10px auto; } }
    @media (min-width: 1200px) {
      .features.mosaic .feature-heading {
        font-size: 23px;
        width: 85%; } }
    @media (min-width: 1440px) {
      .features.mosaic .feature-heading {
        font-size: 26px;
        width: 80%; } }

.feature-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1130px;
  margin: 0px auto;
  width: 100%;
  padding: 50px 20px;
  height: 100%; }
  @media (max-width: 767px) {
    .feature-container {
      border-bottom: 2px solid #ffffff; } }
  @media (min-width: 768px) {
    .feature-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .feature-container {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; } }
  @media (min-width: 2000px) {
    .feature-container {
      max-width: 1440px;
      padding: 50px 155px; } }

.feature-heading {
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 2px; }
  .feature-heading--red {
    color: #B20006; }
  .feature-heading--blue {
    color: #20468B; }
  .feature-heading--white {
    color: #ffffff; }
  @media (min-width: 768px) {
    .feature-heading {
      margin: 0 10px 10px 0;
      font-size: 22px;
      vertical-align: middle; } }
  @media (min-width: 1024px) {
    .feature-heading {
      display: inline-block;
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .feature-heading {
      font-size: 32px; } }
  @media (min-width: 1440px) {
    .feature-heading {
      font-size: 38px; } }

.last {
  margin-top: 0 !important;
  font-weight: normal; }

.feature__text {
  color: #fff;
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  max-width: 400px; }
  @media (min-width: 768px) {
    .feature__text {
      font-size: 16px;
      max-width: 600px; } }
  @media (min-width: 1024px) {
    .feature__text {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .feature__text {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .feature__text {
      font-size: 22px; } }
  .feature__text p {
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 0; }

/* === Closing Ends  === */
/* === CSS Footer Starts === */
.footerContainer {
  font-family: 'Roboto', sans-serif;
  padding: 20px 21px 20px 21px;
  background-color: #181818;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footerContainer {
      display: block; } }

@media (min-width: 768px) {
  .footerContainer {
    padding: 30px 1em; } }

.footerContainer .footerBreakLine {
  max-width: 640px; }

@media (min-width: 1024px) {
  .footerContainer .footerBreakLine {
    max-width: 1130px; } }

a.footerLogoLink {
  margin: 25px auto 30px auto;
  display: inline-block; }
  @media (min-width: 769px) {
    a.footerLogoLink {
      margin: 20px auto 20px auto; } }

.footerLogo {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .footerLogo {
      width: 75px;
      height: 75px; } }

.footerLinksContainer, .footerSocialContainer, .footerTrademarkContainer {
  margin: 0 auto;
  max-width: 640px; }
  @media (min-width: 1024px) {
    .footerLinksContainer, .footerSocialContainer, .footerTrademarkContainer {
      max-width: 1130px;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footerTrademarkContainer {
    display: block; } }

.footerLinksContainer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.footerTrademarkText {
  color: #a1a1a1;
  font-size: 11.5px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center; }
  @media (min-width: 768px) {
    .footerTrademarkText {
      font-size: 14px; } }

.footerTrademark2 {
  display: inline; }

.footerTrademarkLink {
  text-decoration: none;
  color: #ffffff; }

/* === CSS Footer Ends === */
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: none; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  display: none;
  bottom: 0;
  min-height: calc(100vh / 0.735);
  pointer-events: none; }
  .slick-dots .slick-pill {
    pointer-events: auto;
    position: absolute;
    bottom: 1%;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .slick-dots .slick-pill {
        bottom: 0.25%; } }
  .slick-dots .slick-li-container {
    margin: 0;
    padding: 0 5px;
    border-radius: 23px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 3vh;
    display: flex;
    align-items: center; }
  .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    margin: 0 10px;
    height: 15px; }
    @media (max-width: 360px) {
      .slick-dots li {
        margin: 0 5px; } }
    @media tablet {
      .slick-dots li {
        margin: 0 15px; } }
    .slick-dots li button {
      width: 35%;
      height: 35%;
      border: none;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 0 0 0 0 transparent;
      vertical-align: middle;
      color: #555555;
      background-color: #fefefe;
      transition: all 0.3s ease;
      opacity: 0.4;
      margin: auto; }
      .slick-dots li button:before {
        color: transparent; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      border-color: #fefefe;
      box-shadow: 0 0 0 1px #fefefe;
      opacity: 1; }
    .slick-dots li.slick-active button:before {
      opacity: 0; }

body.theme {
  background-color: #000000;
  background: linear-gradient(180deg, #0f1539 20%, #082865 30%, #082865 60%, #0f1539 70%, #082865 100%); }
  body.theme video.video-asset {
    border-radius: 10px; }
  body.theme.plan-top .page-content {
    margin-bottom: 0; }
  body.theme.plan-top .section-payment {
    padding: 11px 0 0 0; }
    @media (min-width: 768px) {
      body.theme.plan-top .section-payment {
        padding: 25px 0 20px; } }
    @media (min-width: 992px) {
      body.theme.plan-top .section-payment {
        padding: 35px 0 20px; } }
  @media (min-width: 768px) {
    body.theme.plan-top #how.section-grid-layout, body.theme.plan-top .page-content #how.section-grid-layout--flip, .page-content body.theme.plan-top #how.section-grid-layout--flip {
      margin: 3em 0 0 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-content {
    max-width: 1200px; } }

@media (max-width: 767px) {
  .page-content .cta--header {
    padding: 12px 40px; } }

@media (max-width: 767px) {
  section#sheerId {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2rem; } }

section#sheerId .theme-img-asset {
  border-radius: 0; }
  section#sheerId .theme-img-asset img {
    width: 90%; }
    @media (min-width: 768px) {
      section#sheerId .theme-img-asset img {
        width: 100%; } }
  section#sheerId .theme-img-asset::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-image: url(../img/silhouettes.png);
    background-repeat: no-repeat;
    background-size: 67% auto;
    background-position: bottom; }
    @media (min-width: 768px) {
      section#sheerId .theme-img-asset::before {
        background-position: bottom left; } }
  section#sheerId .theme-img-asset::after {
    content: "";
    width: 56%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #ffffff;
    margin: auto; }
    @media (min-width: 768px) {
      section#sheerId .theme-img-asset::after {
        right: inherit;
        margin: 0; } }

.footerContainer {
  background-color: #000000; }

@media (min-width: 768px) {
  .header-signin .header-signin-link {
    font-size: 14px;
    padding: 5px 10px; } }

@media (min-width: 992px) {
  .header-signin .header-signin-link {
    font-size: 16px;
    padding: 12px 24px; } }

@media (min-width: 768px) {
  .header-center {
    padding: 0 0.5em;
    height: 40px; } }

@media (min-width: 992px) {
  .header-center {
    padding: 0 1em;
    height: 73px; } }

span.show-txt {
  display: block;
  margin: 0;
  padding-top: 5px;
  color: #ffffff;
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 992px) {
    span.show-txt {
      font-size: 16px; } }

a.promo-item__imag {
  width: 22%; }
  @media (min-width: 768px) {
    a.promo-item__imag {
      width: auto; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  a.promo-item__imag {
    width: 100%; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .promo-item__imag img {
    width: 19%; } }
