:root {
  --white-color: #FFF;
  --grey: #CCCCCC;
  --black-color: #000;
  --border-color: #D8D8D8;
  --second-black: #323232;
  --main-border-bottom: #C4C4C4;
  --blue-color: #337AB7;
  --red-color: #E60001;
  --green-color: #01C65A;
  --footer-bg: #FBFBFB;
}








.autorWrp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.autor_photo {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}

.autor_text {
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
}

.autor_text:not(:first-of-type) {
  margin-top: 5px;
}





.news-block {
  display: flex;
  margin-bottom: 15px;
}

.news-block:nth-of-type(5) {
  margin-bottom: 0;
}

.news-block img {
  object-fit: contain;
  width: 100px;
  height: 75px;
}

.news-text {
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black-color);
}



.text-author {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: var(--black-color);
}

.text-phrase {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}

.text-block {
  background: rgba(232, 16, 25, 0.02);
  border: 2px solid var(--red-color);
  border-radius: 10px;
  padding: 20px;
}

.text-block__title {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: var(--red-color);
}

.text-block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

span {
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.newsWrp {
  padding: 20px;
  background: rgba(232, 16, 25, 0.05);
}

.newsInner-title {
  display: flex;
  margin-bottom: 10px;
}

.newsTitle-wrp {
  margin-left: 10px;
  width: 100%;
}

.newsTitle {
  font-family: 'RobotoSlab';
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}

.red {
  color: var(--red-color) !important;
}

.colored {
  background: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  color: var(--red-color) !important;
}

.newsSubtitle {
  font-family: 'RobotoSlab';
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}

.newsText {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}

.newsLink {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--blue-color);
}




.big-phrase {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  color: var(--black-color);
}

.footerLogo {
  width: 100%;
}

.resp-img {
  width: 100%;
  height: auto;
}

.btn {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: var(--blue-color);
  border-radius: 5px;
  padding: 25px 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
}


/* new-styles */

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}


/* /new-styles */

.comments {
  width: 100%;
  max-width: 650px;
  margin-bottom: 60px;
}

.comments-mainTitle {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: var(--black-color);
  border-bottom: 1px solid #c4c4c4;
}

.comment-block {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.comment-block:nth-of-type(1) {
  margin-top: 20px;
}

.comment-img {
  border-radius: 50%;
  display: block;
  width: 41px;
  height: 41px;
}

.comment-mainPart {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-mainPart p {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.comment-mainPart p span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--grey);
}

.comment-mainPart .comment-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.comment-like {
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ccc;
}

.comment-like span {
  margin: 0 4px;
}

.comment-like {
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ccc;
}

.selected {
  font: inherit !important;
  font-weight: bold !important;
  color: var(--blue-color);
  background: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.brandName {
  font: inherit !important;
  font-weight: bold !important;
  color: var(--blue-color);
  background: inherit;
  text-decoration: none;
  cursor: pointer;
}

span.brandName {
  font: inherit;
  color: inherit;
}

p.image-undertext {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

p.text-content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

@media all and (max-width: 1054px) {
  .news-block:nth-of-type(5) {
    display: none;
  }
}

@media (max-width: 460px) {
  .article-heading {
    font-size: 24px;
    line-height: 33px;
  }
}




@media all and (max-width: 460px) {
  .article-main {
    padding: 0 10px;
  }

  .mob-mb-10 {
    margin-bottom: 10px;
  }

  .mob-mb-15 {
    margin-bottom: 15px;
  }

  .mob-mb-35 {
    margin-bottom: 35px;
  }
}

@media all and (min-width: 461px) {
  .header__mob {
    display: none;
  }

  .header__tablet {
    display: block;
    padding: 0 14px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  header.header {
    margin-bottom: 20px;
  }

  .mainArticle-image-undertext {
    font-size: 12px;
    line-height: 14px;
  }

  .mainArticle-content {
    margin-bottom: 15px;
  }

  .text-block {
    flex-direction: column;
    padding: 20px;
  }

  .big-phrase {
    font-size: 24px;
    line-height: 28px;
  }

  .comments {
    margin-top: 0px;
  }

  .comment-mainPart p {
    font-size: 12px;
    line-height: 16px;
  }

  .comment-mainPart .comment-text {
    font-size: 13px;
  }

  .newsTitle {
    text-align: center;
  }

  .newsInner-title {
    margin-bottom: 5px;
  }

  .newsTitle-wrp {
    margin-left: 5px;
  }

  .newsSubtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .newsLink {
    font-size: 16px;
  }

  .newsText {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .btn {
    max-width: 100%;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 21px;
  }

  br {
    display: none;
    margin-right: 10px;
  }

  footer br {
    display: block;
  }

  .mob-mb-5 {
    margin-bottom: 5px;
  }
}





@media all and (min-width: 1025px) {
  .btn:hover {
    transform: scale(1.1);
    transition-duration: 300ms;
  }
}



@media all and (max-width: 460px) {
  .comments {
    margin-bottom: 35px;
  }

  .autorWrp {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 400px) {
  .article-heading {
    margin-bottom: 20px;
  }

  .text-title {
    font-size: 16px;
    line-height: 24px;
  }

  .mainArticle-image-text {
    font-size: 16px;
    line-height: 24px;
  }

  .text-author {
    font-size: 16px;
    line-height: 24px;
  }

  .text-phrase {
    font-size: 16px;
    line-height: 24px;
  }

  p.image-undertext {
    font-size: 12px;
    line-height: 16px;
  }

  p.text-content {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block__title {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block__text {
    font-size: 16px;
    line-height: 24px;
  }

  .big-phrase {
    margin-top: 45px;
  }

  .comments-mainTitle {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .comment-block {
    margin-top: 15px;
  }

  .comment-mainPart .comment-text {
    font-size: 13px;
    line-height: 22px;
  }
}

@media all and (max-width: 360px) {
  .footerLogos img {
    width: 150px;
  }
}

.stepSection {
  color: #000;
}

#deposit_screen {
  max-height: 226px;
}

.stepSection_heroTitle {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  max-width: 680px;
  text-align: center;
  color: var(--red-color);
  margin-bottom: 50px;
}

.stepSection_stepsContainer {
  border-radius: 20px;
}

.stepSection_stepWrapper {
  display: flex;
  justify-content: space-between;
}

.stepSection_stepWrapper.step1 {
  margin: 0 0 30px;
}

.stepSection_stepWrapper.step2 {
  flex-direction: row-reverse;
  margin: 30px 0 30px;
}

.stepSection_stepWrapper.step3 {
  margin: 30px 0 0;
}

.stepSection_textWrapper {
  width: 100%;
}

.step1 .stepSection_textWrapper {
  max-width: 355px;
  padding: 10px 0 0;
  margin-right: 10px;
}

.step2 .stepSection_textWrapper {
  max-width: 355px;
  padding: 10px 0 0;
  margin-left: 10px;
}

.step3 .stepSection_textWrapper {
  max-width: 410px;
  padding: 10px 0 0;
  margin-right: 30px;
}

.arrowDown {
  text-align: center;
  animation: arrows 1.5s infinite;
}

@keyframes arrows {
  to {
    transform: translateY(25px);
    opacity: 0;
  }
}

p.stepSection_textSubTitle {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: var(--black-color);
  opacity: 0.5;
  text-transform: uppercase;
}

.stepSection_textTitle {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 10px;
}

p.stepSection_textDescriprion {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: var(--second-black);
}

.stepSection_cardWrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.step1 .stepSection_cardWrapper {
  max-width: 600px;
}

.step2 .stepSection_cardWrapper {
  max-width: 600px;
}

.step3 .stepSection_cardWrapper {
  max-width: 300px;
  padding: 0;
}

.stepSection_descriptionContainer {
  width: 100%;
  margin-right: 5px;
}

.stepSection_descriptionTextWrapper {
  background: rgba(56, 255, 24, 0.02);
  border: 2px solid var(--green-color);
  border-radius: 5px;
  box-sizing: border-box;
}

.stepSection_descriptionTextWrapper:not(:first-of-type) {
  margin-top: 5px;
}

p.stepSection_descriptionText {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: var(--second-black);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.stepSection_descriptionTextWrapper.part1 {
  height: 48%;
}

.stepSection_descriptionTextWrapper.part2 {
  height: 49%;
}

.step2 .stepSection_descriptionTextWrapper {
  height: 99%;
  width: 100%;
}

.stepSection_formContainer {
  max-width: 274px;
  position: relative;
}

.formVector1 {
  position: absolute;
  top: 35%;
  left: -28px;
  animation: bounce 1600ms infinite;
}

.formVector2 {
  position: absolute;
  top: 59%;
  left: -28px;
  animation: bounce 1600ms infinite;
}

.depVector {
  position: absolute;
  top: 67%;
  left: -34px;
  z-index: 9;
  animation: bounce 1600ms infinite;
}

@keyframes bounce {
  50% {
    transform: translateX(5px);
  }
}

@media all and (max-width: 1024px) {
  .stepSection_descriptionText {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .step2 .stepSection_descriptionTextWrapper {
    width: 100%;
  }

  .stepSection_stepWrapper {
    flex-direction: column;
    align-items: center;
  }

  .step1 .stepSection_textWrapper {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .step2 .stepSection_textWrapper {
    text-align: center;
    margin-left: 0;
    padding: 0;
    max-width: 100%;
  }

  .step3 .stepSection_textWrapper {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .stepSection_stepWrapper.step2 {
    flex-direction: column;
  }

  .stepSection_stepWrapper.step3 {
    padding: 0;
  }

  .stepSection_cardWrapper {
    margin-top: 10px;
  }

  p.stepSection_descriptionText {
    font-size: 12px;
    line-height: 14px;
  }

  .stepSection_heroTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .stepSection_stepWrapper.step1 {
    margin: 0 0 20px;
  }

  .stepSection_stepWrapper.step2 {
    margin: 15px 0 20px;
  }

  .stepSection_stepWrapper.step3 {
    margin: 25px 0 20px;
  }

  .stepSection_stepsContainer {
    padding: 0;
  }

  .stepSection_textSubTitle {
    font-size: 14px;
    line-height: 16px;
  }

  .stepSection_descriptionTextWrapper.part1 {
    height: 48%;
  }

  .stepSection_descriptionTextWrapper.part2 {
    height: 50%;
  }

  .stepSection_formContainerImg {
    width: 190px;
    height: 99%;
  }

  @keyframes arrows {
    to {
      transform: translateY(15px);
      opacity: 0;
    }
  }

  .depVector {
    width: 40px;
    left: -35px;
  }

  .stepSection_descriptionText {
    font-size: 12px;
    line-height: 15px;
    padding: 0 10px;
  }
}

@media all and (max-width: 460px) {
  .arrowDown img {
    width: 100%;
    max-width: 200px;
  }

  .depVector {
    top: 65%;
  }
}

@media all and (max-width: 400px) {
  p.stepSection_textSubTitle {
    font-size: 12px;
    line-height: 16px;
  }

  .stepSection_textTitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  p.stepSection_textDescriprion {
    font-size: 16px;
    line-height: 24px;
  }

  .step3 .stepSection_cardWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stepSection_stepManagerContainer img {
    width: 225px;
    height: 225px;
  }
}

.video-player[data-v-13907676] {
  width: 100%;
  height: 100%
}

.yt-container[data-v-9b57f396] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.yt-container embed[data-v-9b57f396],
.yt-container iframe[data-v-9b57f396],
.yt-container object[data-v-9b57f396] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width:370px) {
  [id=kingpuzz] {
    margin: 0 -12px
  }

  iframe[name=kingportal] {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }
}

.vendors-base {
  color: #00f
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

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

html #wrapper .hide {
  display: none
}

html #wrapper .show {
  display: block
}

html #wrapper .screen-reader-hide {
  position: absolute;
  left: -99999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

body {
  min-width: 320px;
  color: #666;
  background-color: #f6f8fa;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hidden {
  visibility: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: inherit;
  font-weight: 700;
  line-height: normal
}

b,
strong {
  font-weight: 600
}

em,
i {
  font-style: italic
}

.m,
picture {
  position: relative
}

.m a,
picture a {
  display: block;
  position: relative
}

.m img,
picture img {
  display: block;
  width: 100%
}

section {
  position: relative
}

section:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (min-width:1024px) {
  .main-content {
    float: left;
    margin-left: 16px;
    width: calc(100% - 344px)
  }

  .sidebar {
    float: right;
    margin-left: 12px;
    margin-right: 16px;
    width: 300px
  }
}

@media screen and (min-width:1280px) {
  .main-content {
    margin-left: 24px;
    width: calc(100% - 360px)
  }

  .sidebar {
    float: right;
    margin-right: 24px
  }
}

body {
  overflow-x: hidden
}

body .sticky,
body .sticky-bottom,
body .sticky-top {
  position: fixed;
  position: sticky;
  width: inherit
}

body .sticky-top {
  top: 0
}

body .sticky-bottom {
  bottom: 0
}

body .limit {
  position: absolute;
  bottom: 0;
  width: inherit
}

h1 {
  font-size: 30px
}

h2 {
  font-size: 24px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 12px
}

a {
  color: #036;
  -webkit-transition: color, .25s, ease-in-out;
  transition: color, .25s, ease-in-out;
  -webkit-transition: background, .25s, ease-in-out;
  transition: background, .25s, ease-in-out;
  text-decoration: none
}

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 14px
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 51, 102, .99)
}

::selection {
  color: #fff;
  background: rgba(0, 51, 102, .99)
}

img::-moz-selection {
  background: #036
}

img::selection {
  background: #036
}

.pre-content .ad-container {
  margin-bottom: 0
}

.pre-content .ad-container.collapse {
  height: 0
}

.page-content,
.post-content,
.pre-content {
  width: 100%
}

.row {
  clear: both;
  position: relative
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row.advert {
  background: #e6e6e6;
  padding: 12px 0;
  text-align: center
}

.sidebar {
  padding: 12px 11px 0 11px
}

.sidebar-primary-alt,
.sidebar-seconday-alt {
  clear: both;
  display: block
}

.sidebar [class^=fox-covid19-chart-],
.sidebar [class^=fox-covid19-heatmap] {
  margin-bottom: 12px
}

.ad-container {
  text-align: center
}

.ad-container .ad .gpt {
  text-align: center
}

.ad-container .ad img {
  display: block;
  margin: 0 auto
}

.ad-container.yieldmo {
  margin: 0 11px 22px 11px;
  width: auto
}

.advert-txt {
  display: block;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-top: 8px
}

.ad-h-0 {
  padding: 0;
  margin: 0
}

.ad-h-0 .ad {
  margin: 0;
  padding: 0
}

.ad-h-30 {
  min-height: 31px
}

.ad-h-30 .ad {
  min-height: 31px
}

.ad-h-31 {
  min-height: 31px
}

.ad-h-31 .ad {
  min-height: 31px
}

.ad-h-50 {
  min-height: 50px
}

.ad-h-50 .ad {
  min-height: 50px
}

.ad-h-66 {
  min-height: 66px
}

.ad-h-66 .ad {
  min-height: 66px
}

.ad-h-90 {
  min-height: 90px
}

.ad-h-90 .ad {
  min-height: 90px
}

.ad-h-350 {
  min-height: 350px
}

.ad-h-350 .ad {
  min-height: 350px
}

.ad-h-600 {
  min-height: 600px
}

.ad-h-600 .ad {
  min-height: 600px
}

.ad-w-88 {
  min-width: 88px
}

.ad-w-88 .ad {
  min-width: 88px
}

.ad-w-300 {
  min-width: 300px
}

.ad-w-300 .ad {
  min-width: 300px
}

.ad-w-728 {
  min-width: 728px
}

.ad-w-728 .ad {
  min-width: 728px
}

.overlay {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-box-shadow: 0 0 4px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, .3);
  opacity: .8;
  border-radius: 50%;
  color: rgba(0, 0, 0, .2);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  text-indent: -9999em
}

a:hover .overlay {
  opacity: 1
}

.video-ct .overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/video.svg);
  background-repeat: no-repeat
}

.list-article-ct .overlay,
.listpage-ct .overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/list.svg);
  background-repeat: no-repeat
}

.interactive-ct .overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/interactive.svg);
  background-repeat: no-repeat
}

.slideshow-ct .overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/slideshow.svg);
  background-repeat: no-repeat
}

.section-nav {
  padding-bottom: 24px
}

.section-nav nav {
  margin-bottom: 24px;
  vertical-align: top;
  padding: 0 16px
}

.section-nav .nav-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px
}

.section-nav .nav-item {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px
}

.site-header {
  border-top: 2px solid #c20017;
  background-color: #036;
  min-height: 50px;
  position: relative;
  z-index: 100
}

.is-doomsday .site-header {
  background-color: #001224
}

.site-header .click-region {
  display: none
}

.site-header.nav-open .click-region {
  display: block;
  height: 100%;
  width: 100%;
  background: red;
  position: fixed;
  top: 48px;
  z-index: 499
}

.site-header.nav-open .expandable-nav {
  display: block
}

.site-header a {
  color: #edf6ff
}

.site-header .branding {
  float: left
}

.site-header .branding a {
  background-image: url(img/fox-news-logo-small.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  margin-left: 12px;
  margin-top: 12px;
  height: 24px;
  width: 126px
}

.site-header .branding .current-time {
  display: none
}

.site-header .meta {
  float: right;
  padding-right: 48px
}

.site-header .meta .weather {
  display: none
}

.site-header .network-access {
  float: left
}

.site-header .user-profile {
  float: left;
  display: block;
  margin-top: 8px;
  margin-right: 8px
}

.site-header .user-profile .avatar {
  display: block;
  width: 30px
}

.site-header .user-profile .avatar img {
  border-radius: 3px;
  max-width: 100%
}

.site-header .button {
  display: block;
  float: left;
  margin-top: 12px
}

.site-header .button a {
  font-size: 11px;
  padding: 6px
}

.site-header .button a:hover {
  color: #fff
}

.site-header .button.user-login {
  display: none
}

.site-header .button.user-login a {
  background-color: #1b4e81
}

.site-header .button.user-login a:hover {
  background-color: #5787b8
}

.site-header .button.user-login a:active {
  background-color: #00274e
}

.site-header .button.watch a {
  background-color: #d20f26
}

.site-header .button.watch a:hover {
  background-color: #db4052
}

.site-header .button.watch a:active {
  background-color: #c20017
}

.site-header .menu {
  position: absolute;
  right: 0;
  top: 0
}

.site-header .menu a {
  background-image: url(/static/orion/styles/img/fox-news/s/bg/menu.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  display: block;
  font-size: 20px;
  text-indent: -9999px;
  height: 48px;
  width: 48px
}

.site-header .menu a.menu-open {
  background: 0 0;
  font-size: 0;
  text-align: center;
  line-height: 48px;
  text-indent: initial
}

.site-header .menu a.menu-open:before {
  display: block;
  content: "\00D7";
  color: #036;
  font-size: 16px;
  position: relative;
  z-index: 5
}

.site-header .menu a.menu-open:after {
  border-radius: 50%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  z-index: 4
}

.site-header .search {
  border-bottom: 1px solid #174676;
  padding: 16px
}

.site-header .search-wrap {
  position: relative
}

.site-header .search-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  height: 40px
}

.site-header .search-wrap input[type=text] {
  color: #5787b8;
  padding: 0 12px;
  width: calc(100% - 79px)
}

.site-header .search-wrap input[type=submit] {
  color: #fff;
  background-color: #c20017;
  font-weight: 600;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 82px
}

.site-header .search-wrap input::-webkit-input-placeholder {
  color: #666
}

.site-header .search-wrap input::-moz-placeholder {
  color: #666
}

.site-header .search-wrap input:-ms-input-placeholder {
  color: #666
}

.site-header .search-wrap input::-ms-input-placeholder {
  color: #666
}

.site-header .search-wrap input::placeholder {
  color: #666
}

.site-header .search-wrap input:focus::-webkit-input-placeholder {
  color: transparent
}

.site-header .search-wrap input:focus::-moz-placeholder {
  color: transparent
}

.site-header .search-wrap input:focus:-ms-input-placeholder {
  color: transparent
}

.site-header .search-wrap input:focus::-ms-input-placeholder {
  color: transparent
}

.site-header .search-wrap input:focus::placeholder {
  color: transparent
}

.site-header .weather {
  border-bottom: 1px solid #174676;
  padding: 16px 16px 12px 16px;
  text-align: right;
  overflow: hidden
}

.site-header .weather a {
  display: block
}

.site-header .weather .info {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 6px
}

.site-header .weather .location {
  color: #a7c6e5;
  font-weight: 600;
  margin-bottom: 6px
}

.site-header .weather .condition {
  color: #edf6ff;
  line-height: 14px
}

.site-header .weather .temp {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-left: 16px;
  vertical-align: top
}

.site-header .section-nav {
  padding-top: 24px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .site-header .section-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

.is-doomsday .site-header .section-nav {
  border-color: #17283a
}

.site-header .section-nav nav {
  padding: 0 24px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

.site-header .section-nav .nav-title {
  color: #edf6ff
}

.site-header .expandable-nav {
  display: none;
  border-top: 1px solid #174676;
  background-color: #036;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 500
}

.is-doomsday .site-header .expandable-nav {
  background-color: #001224;
  border-color: #17283a
}

.site-header .header-lower {
  clear: both;
  border-top: 1px solid #174676;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 16px;
  overflow: hidden
}

.site-header .header-lower .branding {
  float: left;
  margin-right: 16px
}

.site-header .header-lower .branding a {
  opacity: .15;
  background-image: url(/static/orion/styles/img/fox-news/s/fox-news-logo-square.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  height: 49px;
  width: 52px;
  display: block;
  margin: 0;
  text-indent: -9999px
}

.site-header .header-lower .legal {
  color: #a7c6e5;
  float: right;
  width: calc(100% - 68px)
}

.site-header .header-lower .legal p {
  font-size: 12px;
  margin-bottom: 0
}

.site-header .header-lower .legal ul {
  margin-bottom: 10px
}

.site-header .header-lower .legal li {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  padding-right: 6px;
  position: relative
}

.site-header .header-lower .legal li:after {
  content: "";
  background-color: #5787b8;
  position: absolute;
  top: 3px;
  right: -1px;
  height: 12px;
  width: 1px
}

.site-header .header-lower .legal li:last-of-type {
  margin-right: 0;
  padding-right: 0
}

.site-header .header-lower .legal li:last-of-type:after {
  display: none
}

.site-header .header-lower .legal a {
  color: #edf6ff
}

.site-header .header-lower .social-icons {
  margin-bottom: 24px
}

.site-header .header-lower .social-icons ul {
  text-align: center
}

.site-header .header-lower .social-icons li {
  float: none;
  display: inline-block;
  margin: 0 3px
}

.site-header .header-lower .social-icons a {
  background-color: #001d3a
}

.site-footer {
  background-color: #036;
  padding: 32px 0 24px 0;
  margin-top: 20px
}

.site-footer .inner {
  padding: 0;
  width: 100%
}

.site-footer .nav-title,
.site-footer a {
  color: #edf6ff
}

.site-footer .section-nav nav {
  display: inline-block;
  width: calc(50% - 32px)
}

.site-footer .footer-lower {
  border-top: 1px solid #174676;
  padding-top: 24px;
  margin: 0 16px;
  overflow: hidden
}

.site-footer .footer-lower .branding {
  float: left;
  margin-right: 16px
}

.site-footer .footer-lower .branding a {
  opacity: .15;
  background-image: url(/static/orion/styles/img/fox-news/s/fox-news-logo-square.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 49px;
  width: 52px;
  display: block;
  text-indent: -9999px
}

.site-footer .footer-lower .legal {
  color: #a7c6e5;
  float: right;
  width: calc(100% - 68px)
}

.site-footer .footer-lower .legal p {
  font-size: 12px;
  margin-bottom: 0
}

.site-footer .footer-lower .legal ul {
  margin-bottom: 10px
}

.site-footer .footer-lower .legal li {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  padding-right: 6px;
  position: relative
}

.site-footer .footer-lower .legal li:after {
  content: "";
  background-color: #5787b8;
  position: absolute;
  top: 3px;
  right: -1px;
  height: 12px;
  width: 1px
}

.site-footer .footer-lower .legal li:last-of-type {
  margin-right: 0;
  padding-right: 0
}

.site-footer .footer-lower .legal li:last-of-type:after {
  display: none
}

.site-footer .footer-lower .legal a {
  color: #edf6ff
}

.site-footer .social-icons {
  margin-bottom: 32px
}

.site-footer .social-icons a {
  background-color: #001d3a
}

.pill {
  display: inline-block;
  background-color: #c20017;
  color: #fff;
  text-transform: uppercase;
  margin-right: 4px;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  padding: 4px
}

.pill .pill-link {
  display: block;
  color: #fff;
  padding: 3px 3px 2px 3px;
  position: relative;
  border: 1px solid #c20017
}

.pill.duration,
.pill.live-now {
  padding: 0
}

.pill.live-now {
  background-color: #c20017
}

.pill.live-now-link {
  border-color: #c20017
}

.pill.duration {
  font-size: 11px;
  font-weight: 700;
  line-height: 10px
}

.pill.duration .pill-link:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 4px
}

.pill.new-episodes {
  background-color: #61b921
}

.pill.new-episodes .pill-link {
  border-color: #61b921
}

.pill.now-playing {
  background-color: #307608
}

.pill.now-playing .pill-link {
  border-color: #307608
}

.pill-inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #c20017
}

.pill-inverted .pill-link {
  color: #c20017
}

.pill-inverted.duration .pill-link:before {
  border-left-color: #c20017
}

.pill.is-developing,
.pill.is-livenow {
  color: #000;
  background: #ffb400
}

.source {
  color: #666;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 10px
}

.button a {
  border-radius: 3px;
  color: #fff;
  background-color: #1b4e81;
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600
}

.button a:hover {
  color: #fff
}

.button.disabled {
  color: #666;
  background-color: #ededed
}

.button.brand-primary {
  color: #666;
  background-color: #ededed
}

.button.brand-secondary {
  color: #666;
  background-color: #ededed
}

.button.brand-tertiary {
  color: #666;
  background-color: #ededed
}

.page-arrows {
  color: #4b78a7;
  float: right;
  font-size: 11px;
  line-height: 32px
}

.page-arrows .count {
  float: left;
  margin-right: 20px
}

.page-arrows ul {
  float: right
}

.page-arrows ul li {
  float: left
}

.page-arrows .next,
.page-arrows .prev {
  background-color: #d3e2f1;
  display: inline-block;
  height: 32px;
  width: 32px
}

.page-arrows .next .arrow:before,
.page-arrows .prev .arrow:before {
  top: 6px
}

.page-arrows .next .arrow:after,
.page-arrows .prev .arrow:after {
  bottom: 6px
}

.page-arrows .prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 1px
}

.page-arrows .prev .arrow:after,
.page-arrows .prev .arrow:before {
  -webkit-box-shadow: 1px 0 0 0 rgba(0, 51, 102, .4);
  box-shadow: 1px 0 0 0 rgba(0, 51, 102, .4);
  left: 12px
}

.page-arrows .next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.page-arrows .next .arrow:after,
.page-arrows .next .arrow:before {
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 51, 102, .4);
  box-shadow: -1px 0 0 0 rgba(0, 51, 102, .4);
  right: 12px
}

.page-arrows .arrow {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: relative;
  text-indent: -9999em
}

.page-arrows .arrow:after,
.page-arrows .arrow:before {
  border-radius: 2px;
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  height: 12px;
  width: 3px
}

.page-arrows .prev .arrow:before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0)
}

.page-arrows .prev .arrow:after {
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0)
}

.page-arrows .next .arrow:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0)
}

.page-arrows .next .arrow:after {
  -webkit-transform: rotate(225deg) translate3d(0, 0, 0);
  transform: rotate(225deg) translate3d(0, 0, 0)
}

.page-arrows .arrow:focus:after,
.page-arrows .arrow:focus:before,
.page-arrows .arrow:hover:after,
.page-arrows .arrow:hover:before {
  background-color: #a7c6e5
}

.scroll-outer {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.scroll-outer .scroll-inner {
  padding-right: 22px;
  width: 9999px
}

.eyebrow {
  display: inline-block;
  color: #4b78a7;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 6px
}

.eyebrow a {
  color: inherit
}

.eyebrow a:hover {
  text-decoration: underline
}

.eyebrow.is-showpage a {
  color: #c20017
}

.video-container {
  background-color: #000;
  position: relative;
  height: 0;
  padding-bottom: 56.25%
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  min-height: 100%;
  width: 100%
}

.video-player {
  position: static
}

.article {
  position: relative
}

.article:after {
  content: "";
  display: table;
  clear: both
}

.article .m {
  width: 100%
}

.article .m .pill {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0
}

.article .m .pill.duration {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  margin: 0
}

.article .kicker {
  position: absolute;
  left: 0;
  bottom: 0
}

.article .kicker .kicker-text {
  -webkit-box-shadow: 8px 0 0 rgba(0, 51, 102, .8), -8px 0 0 rgba(0, 51, 102, .8);
  box-shadow: 8px 0 0 rgba(0, 51, 102, .8), -8px 0 0 rgba(0, 51, 102, .8);
  color: #fff;
  background-color: rgba(0, 51, 102, .8);
  padding: 4px 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -.25px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone
}

@supports (-webkit-overflow-scrolling:touch) {
  .article .kicker .kicker-text {
    line-height: 1.55
  }
}

.article .article-source {
  color: #666;
  font-size: 12px
}

.article .source {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0
}

.article .duration {
  display: inline-block
}

.article .duration a {
  display: block
}

.article .source {
  display: inline-block;
  color: #fff;
  background-color: #000
}

.article .info {
  overflow: hidden
}

.article .meta:after {
  content: "";
  display: table;
  clear: both
}

.article .meta .pill {
  display: block;
  float: left;
  margin-right: 6px
}

.article .meta .pill a {
  padding: 4px 3px 3px 3px;
  line-height: 9px
}

.article .eyebrow {
  display: inline-block;
  color: #4b78a7;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 6px
}

.article .eyebrow a {
  color: inherit
}

.article .eyebrow a:hover {
  text-decoration: underline
}

.article .eyebrow.is-showpage a {
  color: #c20017
}

.article .time {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 18px
}

.article .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px
}

.article .title a:hover {
  text-decoration: underline
}

.article .dek {
  color: #666;
  font-size: 14px;
  line-height: 21px
}

.article .dek a {
  color: inherit
}

.article .related li {
  border-left: 1px solid #cedfef;
  font-size: 13px;
  line-height: 18px;
  padding: 0 12px;
  position: relative
}

.article .related-item {
  margin-bottom: 8px
}

.article .related-item a:hover {
  text-decoration: underline
}

.article.has-video .m {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.article.has-video .m iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.article-list {
  clear: both
}

.article-list .article {
  border-bottom: 1px solid #cedfef;
  padding: 0 0 12px 0;
  margin: 0 0 16px 0
}

.article-list .article:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.article-list .article .m {
  float: left;
  margin-right: 12px;
  width: 132px;
  z-index: 10
}

.article-list .article .info {
  padding: 0
}

.article-list .article .title {
  font-size: 14px;
  line-height: 18px
}

.article-list .article .header .info-header .pill {
  margin-bottom: 2px
}

.article-list .article footer .meta {
  margin-bottom: 0
}

.collection {
  background-color: #fff;
  border: 1px solid #cedfef;
  padding: 16px;
  margin-bottom: 12px
}

.collection .heading {
  margin-bottom: 8px
}

.collection .heading .title {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600
}

.collection .content:after {
  content: "";
  display: table;
  clear: both
}

.collection .content p {
  margin-bottom: 0
}

.collection footer:after {
  content: "";
  display: table;
  clear: both
}

.collection footer .button {
  margin-top: 12px
}

.collection footer .meta {
  margin-bottom: 0
}

.collection.has-arrows .article:last-of-type {
  border-bottom: 1px solid #cedfef;
  padding-bottom: 12px;
  margin-bottom: 12px
}

.promo {
  background-color: #fff;
  border: 1px solid #cedfef;
  padding: 16px;
  margin-bottom: 12px
}

.promo:after {
  content: "";
  display: table;
  clear: both
}

.promo .info {
  float: left
}

.promo .heading {
  margin-bottom: 8px
}

.promo .title {
  color: #222;
  font-size: 16px;
  font-weight: 700
}

.promo .m img {
  width: 100%
}

.promo .content p {
  margin-bottom: 10px
}

.promo .more {
  clear: both;
  font-size: 14px;
  line-height: 21px;
  color: #036;
  background: #edf6ff
}

.promo footer {
  margin-top: 12px
}

.message {
  border-radius: 3px;
  clear: both;
  border-width: 1px;
  border-style: solid;
  position: relative;
  text-align: center;
  padding: 6px 32px 6px 8px;
  font-size: 12px;
  line-height: 16px;
  min-height: 30px;
  width: 100%
}

.message span {
  display: inline-block
}

.message p {
  font-size: 12px;
  line-height: 16px
}

.message .close {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px
}

.message .close a {
  display: block;
  padding: 4px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  height: 14px;
  width: 14px
}

.message .close a::after,
.message .close a::before {
  border-radius: 2px;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px
}

.message .close a::before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0)
}

.message .close a::after {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0)
}

.message.success {
  color: #307608;
  background-color: #f8fff1;
  border-color: #60b911
}

.message.success .close a::after,
.message.success .close a::before {
  background-color: #60b911
}

.message.error {
  color: #c20017;
  background-color: #ffdce0;
  border-color: #f26a7a
}

.message.error .close a::after,
.message.error .close a::before {
  background-color: #f26a7a
}

.collection-article-list {
  border-left: 0;
  border-right: 0;
  margin-left: 0;
  margin-right: 0
}

.collection-article-list .article-list .article .info {
  overflow: hidden
}

.collection-article-list .article-list .article .dek {
  display: none
}

.collection-article-list .article-list .article .overlay.inline-overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/video.svg);
  background-repeat: no-repeat;
  right: 16px;
  bottom: 16px;
  height: 32px;
  width: 32px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.social-icons {
  clear: both
}

.social-icons ul {
  letter-spacing: -4px
}

.social-icons ul:after {
  content: "";
  display: table;
  clear: both
}

.social-icons li {
  float: left;
  display: block;
  margin: 0 3px
}

.social-icons a {
  border-radius: 50%;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  display: block;
  background-color: #036;
  line-height: 30px;
  position: relative;
  height: 30px;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff
}

.social-icons a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px
}

.social-icons .fb a:after {
  background-image: url(../assets/Facebook.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 7px;
  left: 11px
}

.social-icons .tw a:after {
  background-image: url(../assets/twitter.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 13px;
  width: 16px;
  top: 9px
}

.social-icons .gp a:after {
  background-image: url(../assets/google-plus.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .ig a:after {
  background-image: url(../assets/instagram.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .sc a:after {
  background-image: url(../assets/snapchat.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 17px;
  left: 7px
}

.social-icons .pc a:after {
  background-image: url(../assets/podcast.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 10px;
  left: 10px
}

.social-icons .li a:after {
  background-image: url(../assets/linked-in.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 15px
}

.social-icons .flipboard a:after {
  background-image: url(../assets/flipboard.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .iheartradio a:after {
  background-image: url(../assets/iheartradio.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .spotify a:after {
  background-image: url(../assets/spotify.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .youtube a:after {
  background-image: url(../assets/youtube.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .rss a:after {
  background-image: url(../assets/rss.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .email a:after {
  background-image: url(../assets/email.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  top: 10px
}

.social-icons .comments a:after {
  background-image: url(../assets/bubble.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .print a:after {
  background-image: url(../assets/print.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 6px;
  height: 16px;
  width: 18px
}

.social-icons .sms a:after {
  background-image: url(../assets/imessage.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 6px;
  left: 6px;
  height: 20px;
  width: 20px
}

.social-icons .messenger a:after {
  background-image: url(../assets/fb-messenger.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .read a:after {
  background-image: url(../assets/read-later.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 11px;
  height: 16px;
  width: 10px
}

.social-icons .nation a {
  border-radius: 6px;
  width: 82px;
  height: 30px
}

.social-icons .nation a:after {
  background-image: url(../assets/fox-nation-horizontal.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 1px 5px;
  width: 57px;
  height: 14px
}

.social-icons .yt a:after {
  background-image: url(../assets/youtube.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .slack a:after {
  background-image: url(../assets/slack.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .spotify a:after {
  background-image: url(../assets/spotify.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .ihr a:after {
  background-image: url(../assets/iheartradio.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .newsletters a:after {
  background-image: url(../assets/email.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

.social-icons .link a:after {
  background-image: url(../assets/link.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  left: 8px
}

.collection-timeline .heading:after {
  content: "";
  display: table;
  clear: both
}

.collection-timeline .title {
  font-size: 16px;
  line-height: 22px;
  float: left
}

.collection-timeline .arrow {
  display: none;
  position: relative;
  float: right;
  width: 20px;
  height: 20px
}

.collection-timeline .arrow:after,
.collection-timeline .arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 3px;
  background: #afcae6;
  top: 10px
}

.collection-timeline .arrow:before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0)
}

.collection-timeline .arrow:after {
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
  right: 1px
}

.collection-timeline .arrow.collapse:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0)
}

.collection-timeline .arrow.collapse:after {
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
  transform: rotate(-135deg) translate3d(0, 0, 0)
}

.collection-timeline .content ul {
  margin: 0 0 0 27px
}

.collection-timeline li {
  color: #222;
  position: relative;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  list-style-type: none
}

.collection-timeline li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  background: #fff;
  border: 1px solid #afcae6;
  width: 11px;
  height: 11px;
  top: 4px;
  left: -27px
}

.collection-timeline li:after {
  content: '';
  position: absolute;
  border-right: 1px solid #cedfef;
  height: calc(100% - 11px);
  top: 15px;
  left: -22px
}

.collection-timeline li:last-child {
  padding-bottom: 0
}

.collection-timeline li:last-child:after {
  display: none
}

.collection-timeline li a {
  position: relative;
  top: -4px
}

.collection-timeline li a:hover {
  text-decoration: underline
}

.collection-timeline li p {
  position: relative;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}

.collection-multi {
  padding-bottom: 12px;
  margin-bottom: 12px
}

.collection-multi .article {
  border-bottom: 1px solid #cedfef;
  padding-bottom: 12px;
  margin-bottom: 12px
}

.collection-multi .article .eyebrow {
  font-size: 11px
}

.collection-multi .article .title {
  font-size: 13px;
  line-height: 18px
}

.collection-multi.has-hero .article:first-of-type .m {
  float: none;
  margin-right: 0;
  margin-bottom: 6px;
  width: 100%
}

.collection-multi.has-hero .article:first-of-type .m img {
  width: 100%
}

.collection-multi.has-hero .article:first-of-type .m+.info {
  float: none;
  padding: 0;
  width: 100%
}

.collection-multi.has-hero .article:first-of-type .info {
  clear: both;
  float: none;
  padding: 0;
  width: 100%
}

.collection-multi.split article:nth-of-type(odd) {
  padding: 0 6px 0 0
}

.collection-multi.split article:nth-of-type(even) {
  padding: 0 0 0 6px
}

.collection-multi.split article:nth-of-type(n+3) {
  margin-top: 12px
}

.collection-multi.split .article {
  width: 50%;
  float: left;
  border: 0 none;
  margin: 0
}

.collection-multi.split .article .m {
  float: none;
  width: auto;
  margin: 0 0 6px 0
}

.collection-multi .article-list .article .m+.info {
  float: right;
  width: calc(100% - 144px)
}

.collection-clips {
  padding-bottom: 12px;
  margin-bottom: 12px
}

.collection-clips .article {
  border-bottom: 1px solid #cedfef;
  padding-bottom: 12px;
  margin-bottom: 12px
}

.collection-clips .article .eyebrow {
  font-size: 11px
}

.collection-clips .article .eyebrow.is-showpage {
  line-height: 14px
}

.collection-clips .article .title {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0
}

.collection-clips .article .title.title-color-red a {
  color: #c20017
}

.collection-clips .article .title.title-color-green a {
  color: #307608
}

.collection-clips.has-hero .article:first-of-type .heading .title {
  line-height: 20px
}

.collection-clips.has-hero .article:first-of-type .m {
  float: none;
  margin: 0 0 4px 0;
  width: 100%
}

.collection-clips.has-hero .article:first-of-type .m img {
  width: 100%
}

.collection-clips.has-hero .article:first-of-type .title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.25px
}

.collection-clips.collection-democracy .heading .title {
  background-image: url(/static/orion/styles/img/fox-news/elections/2020/s/logos/democracy-2020-logo-linear.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  text-indent: -9999px;
  height: 28px;
  width: 111px
}

.collection-clips.collection-democracy .eyebrow {
  color: #c20017
}

.collection-clips.has-countdown {
  padding: 0
}

.collection-clips.has-countdown .collection-election-countdown .container {
  height: auto;
  width: auto;
  border-bottom: 0;
  border-left: 1px solid #21438d;
  border-right: 1px solid #21438d;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden
}

.collection-clips.has-countdown .collection-election-countdown .container .slogan {
  margin-bottom: 8px
}

.collection-clips.has-countdown .article-list {
  padding: 16px;
  border-left: 1px solid #21438d;
  border-right: 1px solid #21438d;
  border-bottom: 16px solid #21438d
}

.collection-must-read .heading .image-title {
  display: block
}

.collection-must-read .heading .image-title img {
  display: block;
  width: 266px;
  margin: 0 auto
}

.collection-must-read .article {
  border-bottom: 1px solid #cedfef;
  padding-bottom: 12px;
  margin-bottom: 12px
}

.collection-must-read .article .info {
  padding: 0
}

.collection-must-read .article .title {
  font-size: 13px;
  line-height: 18px
}

.collection-must-read .article .title.title-color-red a {
  color: #c20017
}

.collection-must-read .article .title.title-color-green a {
  color: #307608
}

.item-show-top {
  background: #fff;
  clear: both;
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  min-height: 75px
}

.item-show-top .m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.item-show-top .m img {
  width: 100%
}

.item-show-top .m.headshot {
  z-index: 4
}

.item-show-top .m.logo {
  z-index: 3
}

.item-show-top .m.bg {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  z-index: 2
}

.summary {
  clear: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin: 0 auto 24px;
  width: 288px
}

.summary .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 11px
}

.summary .content ul {
  list-style-type: disc
}

.summary .content li {
  margin: 0 0 6px 16px;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px
}

.summary .content li a {
  font-weight: 700
}

.more-on-this {
  clear: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin: 0 auto 24px;
  width: 288px
}

.more-on-this .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 11px
}

.more-on-this .content ul {
  list-style-type: disc
}

.more-on-this .content li {
  margin: 0 0 15px 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #a7c6e5
}

.more-on-this .content li a {
  font-weight: 700
}

.more-on-this .content li a:hover {
  text-decoration: underline
}

.embed-media {
  display: block;
  position: relative;
  margin-bottom: 24px
}

.embed-media.twitter .twitter-tweet {
  margin: 0 auto
}

.embed-media.facebook {
  text-align: center
}

.embed-media.instagram {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto
}

.embed-media.fb-video .m,
.embed-media.fn-video .m {
  position: static
}

.embed-media.fb-video .m img,
.embed-media.fn-video .m img {
  width: 100%
}

.embed-media.fb-video .overlay,
.embed-media.fn-video .overlay {
  background-image: url(/static/orion/styles/img/fox-news/s/overlays/video.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 24px;
  bottom: 24px;
  height: 64px;
  width: 64px
}

.sidebar .embed-media {
  margin-bottom: 12px
}

.embed-media iframe.twitter-timeline {
  display: block !important;
  margin: 0 auto 12px !important
}

.pull-quote {
  clear: both;
  margin-left: 8px;
  margin-bottom: 24px;
  overflow: hidden
}

.pull-quote .quote-text {
  color: #000;
  border-left: 3px solid #1b4e81;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  padding-left: 12px;
  margin-bottom: 12px
}

.pull-quote .quote-author {
  float: right;
  font-size: 14px;
  color: #222
}

table {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 32px;
  width: 100%
}

table thead {
  display: table-header-group
}

table thead tr {
  border-bottom: 1px solid #ddd
}

table thead th {
  padding: 10px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 600
}

table tbody tr:nth-of-type(even) {
  background: #eee
}

table tbody td {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 12px;
  font-size: 14px
}

.related {
  margin: 0 auto;
  width: 300px
}

.related .m {
  margin-bottom: 12px
}

.related .m .overlay {
  width: 75px;
  height: 75px
}

.related .caption .title {
  color: #036;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 8px
}

.related .caption p {
  color: #666;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 6px
}

.featured {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px
}

.featured .m .overlay {
  width: 75px;
  height: 75px;
  right: 20px;
  bottom: 20px
}

.featured .info {
  padding-top: 12px
}

.featured .info .caption {
  border-bottom: 1px solid #cedfef
}

.featured .info .caption .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px
}

.featured .info .caption p {
  color: #666;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 16px
}

.featured.featured-video .control {
  display: none
}

.featured.featured-video .video-container .video-player .unauthorized-mvpd {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #000
}

.featured.featured-video .video-container .video-player .unauthorized-mvpd p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 0 17%;
  color: #fff;
  font-size: 18px
}

.featured.featured-video .video-container .video-player .unauthorized-mvpd:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  position: absolute;
  left: 0;
  top: 0
}

.featured.featured-image .slides .m {
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.featured.featured-image .slides .slide-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0
}

.featured.featured-image .slides .slide-container:after {
  content: "";
  display: table;
  clear: both
}

.featured.featured-image .slides .slide-container li.slide {
  display: none
}

.featured.featured-image .slides input {
  display: none
}

.featured.featured-image .slides input:checked+.slide {
  display: block
}

.featured.featured-image .ctrl {
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 56%
}

.featured.featured-image .ctrl .next,
.featured.featured-image .ctrl .prev {
  -webkit-box-shadow: 0 0 5px 2px;
  box-shadow: 0 0 5px 2px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: .9;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  text-indent: -9999px;
  color: #d3d3d3;
  cursor: pointer
}

.featured.featured-image .ctrl .next:after,
.featured.featured-image .ctrl .next:before,
.featured.featured-image .ctrl .prev:after,
.featured.featured-image .ctrl .prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 20px;
  background: #d3d3d3
}

.featured.featured-image .ctrl .next:before,
.featured.featured-image .ctrl .prev:before {
  top: 6px
}

.featured.featured-image .ctrl .next:after,
.featured.featured-image .ctrl .prev:after {
  bottom: 6px
}

.featured.featured-image .ctrl .next:hover,
.featured.featured-image .ctrl .prev:hover {
  opacity: 1
}

.featured.featured-image .ctrl .prev {
  position: absolute;
  left: -2px
}

.featured.featured-image .ctrl .prev:after,
.featured.featured-image .ctrl .prev:before {
  left: 20px
}

.featured.featured-image .ctrl .prev:before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0)
}

.featured.featured-image .ctrl .prev:after {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0)
}

.featured.featured-image .ctrl .next {
  position: absolute;
  right: -2px
}

.featured.featured-image .ctrl .next:after,
.featured.featured-image .ctrl .next:before {
  right: 20px
}

.featured.featured-image .ctrl .next:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0)
}

.featured.featured-image .ctrl .next:after {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0)
}

.featured.featured-image .pager {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px
}

.featured.featured-image .info .caption p {
  color: #222;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700
}

.collection-trending {
  counter-reset: trending-counter
}

.collection-trending header {
  margin-bottom: 16px
}

.collection-trending li {
  margin-bottom: 8px;
  counter-increment: trending-counter
}

.collection-trending li:after {
  content: "";
  display: table;
  clear: both
}

.collection-trending li .info {
  width: 50%;
  float: right;
  padding-left: 12px
}

.collection-trending li .info .title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px
}

.collection-trending li .m {
  width: 50%;
  float: left;
  margin-bottom: 12px
}

.collection-trending li .m a:before {
  content: counter(trending-counter);
  position: absolute;
  font-size: 64px;
  color: #fff;
  z-index: 2;
  text-shadow: 3px 3px #000;
  bottom: 0;
  left: 10px;
  font-weight: 900;
  letter-spacing: -22px
}

.collection-trending li .m img {
  width: 100%
}

.collection-trending li:last-child {
  margin-bottom: 0
}

.poll-component {
  display: block;
  background: #fff;
  border: 1px solid #cedfef;
  margin: 0 auto 12px auto;
  padding: 16px;
  width: 300px
}

.poll-component .poll-option {
  margin: 0 0 12px
}

.poll-component .poll-option span {
  display: inline-block;
  width: 236px
}

.poll-component .poll-item .hide {
  display: none
}

.poll-component .poll-item .poll-question {
  margin: 0 0 16px
}

.poll-component .poll-item .poll-question h2 {
  color: #000;
  font-size: 16px
}

.poll-component .poll-item .poll-selections .poll-option {
  position: relative
}

.poll-component .poll-item .poll-selections .poll-option input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: 3px 10px 10px 0;
  border: 2px solid #cedfef;
  background: #fff;
  float: left;
  position: relative
}

.poll-component .poll-item .poll-selections .poll-option input[type=radio]:after {
  content: '';
  border-radius: 15px;
  width: 6px;
  height: 6px;
  margin: 1px;
  background: #000;
  position: absolute;
  top: 1px;
  left: 1px;
  visibility: hidden
}

.poll-component .poll-item .poll-selections .poll-option input[type=radio]:checked:after {
  visibility: visible
}

.poll-component .poll-item .poll-selections .poll-option label {
  font-size: 14px;
  line-height: 1.5
}

.poll-component .poll-item .poll-selections .poll-button input[type=submit] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px;
  border: 0;
  background: #1b4e81;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%
}

.poll-component .poll-item .poll-results .poll-option:last-child {
  margin: 0
}

.poll-component .poll-item .poll-results .poll-option .bar {
  height: 12px;
  margin-bottom: 4px
}

.poll-component .poll-item .poll-results .poll-option .bar span {
  border-radius: 20px;
  display: block;
  background: #5787b8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 8px;
  width: 0
}

.poll-component .poll-item .poll-results .poll-option .name,
.poll-component .poll-item .poll-results .poll-option .pct {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.3
}

.poll-component .poll-item .poll-results .poll-option .pct {
  color: #222;
  width: 24px
}

.poll-component .poll-item .poll-results .poll-option .name {
  color: #666;
  width: 236px
}

.inline {
  width: auto;
  margin-bottom: 12px
}

.inline .m img {
  width: 100%
}

.inline .caption {
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #ddd
}

.inline .caption p {
  color: #222;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0
}

.full-span {
  position: relative;
  width: 100vw;
  margin-bottom: 12px
}

.full-span .m img {
  width: 100%
}

.full-span .caption {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-top: 12px;
  text-align: center
}

.full-span .caption p {
  color: #222;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0
}

.pre-content .full-span {
  margin-bottom: 0
}

.main-content .full-span {
  margin-left: -16px
}

.item-form {
  background-color: #fff;
  border: 1px solid #cedfef;
  padding: 16px;
  margin-bottom: 12px
}

.item-form:after {
  content: "";
  display: table;
  clear: both
}

.item-form .heading {
  margin-bottom: 8px
}

.item-form .heading .title {
  font-size: 18px;
  line-height: 24px
}

.item-form .heading p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 14px
}

.item-form .row {
  margin-bottom: 16px
}

.item-form .row:after {
  content: "";
  display: table;
  clear: both
}

.item-form .row:last-of-type {
  margin-bottom: 0
}

.item-form .label {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px
}

.item-form .required {
  color: #666
}

.item-form .input-wrap+.input-wrap {
  margin-top: 8px
}

.item-form .input-email,
.item-form .input-text,
.item-form .input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #cedfef;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 14px;
  width: 100%
}

.item-form .input-email::-webkit-input-placeholder,
.item-form .input-text::-webkit-input-placeholder,
.item-form .input-textarea::-webkit-input-placeholder {
  color: #666
}

.item-form .input-email::-moz-placeholder,
.item-form .input-text::-moz-placeholder,
.item-form .input-textarea::-moz-placeholder {
  color: #666
}

.item-form .input-email:-ms-input-placeholder,
.item-form .input-text:-ms-input-placeholder,
.item-form .input-textarea:-ms-input-placeholder {
  color: #666
}

.item-form .input-email::-ms-input-placeholder,
.item-form .input-text::-ms-input-placeholder,
.item-form .input-textarea::-ms-input-placeholder {
  color: #666
}

.item-form .input-email::placeholder,
.item-form .input-text::placeholder,
.item-form .input-textarea::placeholder {
  color: #666
}

.item-form .input-email.error,
.item-form .input-text.error,
.item-form .input-textarea.error {
  border-color: #f26a7a;
  color: #c20717
}

.item-form .input-email.error::-webkit-input-placeholder,
.item-form .input-text.error::-webkit-input-placeholder,
.item-form .input-textarea.error::-webkit-input-placeholder {
  color: #c20717
}

.item-form .input-email.error::-moz-placeholder,
.item-form .input-text.error::-moz-placeholder,
.item-form .input-textarea.error::-moz-placeholder {
  color: #c20717
}

.item-form .input-email.error:-ms-input-placeholder,
.item-form .input-text.error:-ms-input-placeholder,
.item-form .input-textarea.error:-ms-input-placeholder {
  color: #c20717
}

.item-form .input-email.error::-ms-input-placeholder,
.item-form .input-text.error::-ms-input-placeholder,
.item-form .input-textarea.error::-ms-input-placeholder {
  color: #c20717
}

.item-form .input-email.error::placeholder,
.item-form .input-text.error::placeholder,
.item-form .input-textarea.error::placeholder {
  color: #c20717
}

.item-form .input-email:focus::-webkit-input-placeholder,
.item-form .input-text:focus::-webkit-input-placeholder,
.item-form .input-textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.item-form .input-email:focus::-moz-placeholder,
.item-form .input-text:focus::-moz-placeholder,
.item-form .input-textarea:focus::-moz-placeholder {
  color: transparent
}

.item-form .input-email:focus:-ms-input-placeholder,
.item-form .input-text:focus:-ms-input-placeholder,
.item-form .input-textarea:focus:-ms-input-placeholder {
  color: transparent
}

.item-form .input-email:focus::-ms-input-placeholder,
.item-form .input-text:focus::-ms-input-placeholder,
.item-form .input-textarea:focus::-ms-input-placeholder {
  color: transparent
}

.item-form .input-email:focus::placeholder,
.item-form .input-text:focus::placeholder,
.item-form .input-textarea:focus::placeholder {
  color: transparent
}

.item-form .select-group {
  float: left;
  margin-right: 12px
}

.item-form .select-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px
}

.item-form .select-wrap {
  border-radius: 3px;
  color: #000;
  border: 1px solid #cedfef;
  float: left;
  padding: 0;
  position: relative;
  width: 100%
}

.item-form .select-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b4e81;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 1
}

.item-form .select-wrap.error {
  border-color: #f26a7a;
  color: #c20717
}

.item-form .select-wrap.error .select {
  color: #c20717
}

.item-form .select-wrap.error .select::-webkit-input-placeholder {
  color: #c20717
}

.item-form .select-wrap.error .select::-moz-placeholder {
  color: #c20717
}

.item-form .select-wrap.error .select:-ms-input-placeholder {
  color: #c20717
}

.item-form .select-wrap.error .select::-ms-input-placeholder {
  color: #c20717
}

.item-form .select-wrap.error .select::placeholder {
  color: #c20717
}

.item-form .select-wrap .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  border: 0;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 7px 28px 7px 14px;
  position: relative;
  width: 100%;
  z-index: 1
}

.item-form .select-wrap .select:hover {
  cursor: pointer
}

.item-form .select-wrap .select::-ms-expand {
  display: none
}

.item-form .input-textarea {
  min-height: 90px;
  max-width: 100%
}

.item-form .input-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  display: none;
  border: 0;
  background: #1b4e81;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  width: 100%
}

.item-form .input-submit:hover {
  cursor: pointer
}

.item-form .message {
  display: none;
  margin-top: 12px
}

.item-newsletter {
  width: 100%;
  min-height: 200px;
  position: relative;
  border: 1px solid #cedfef;
  margin-bottom: 12px;
  padding: 10px 0 0 0;
  overflow: hidden;
  background: #fff
}

.item-newsletter .logo img {
  display: block;
  width: 280px;
  height: 70px;
  margin: 0 auto;
  padding: 5px 10px
}

.item-newsletter .button a {
  border-radius: 5px;
  display: block;
  background: #1b4e81;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-bottom: 0 none
}

.item-newsletter .info {
  padding: 16px
}

.item-newsletter .info .title {
  margin-bottom: 12px
}

.item-newsletter .info .dek {
  color: #666;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px
}

.item-newsletter .info .arrive {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 14px;
  color: #000
}

.item-newsletter .info .arrive span {
  border-radius: 5px;
  color: #fff;
  background: #0d2e5a;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: -.23px;
  padding: 2px 4px;
  margin-left: 4px
}

.item-newsletter .info .arrive span.alt {
  background: #be0f26
}

.item-newsletter .info .subscribed {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999
}

.item-newsletter .info .subscribed:before {
  background-image: url(/static/orion/styles/img/fox-news/s/icons/checkmark.svg);
  background-repeat: no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 6px;
  margin-right: 15px
}

.item-newsletter .user-input {
  -webkit-box-shadow: 0 -8px 10px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 -8px 10px 2px rgba(0, 0, 0, .2);
  position: absolute;
  width: 100%;
  padding: 16px;
  background: #1b4e81;
  bottom: 0
}

.item-newsletter .user-input .input-wrap .input-email {
  border-radius: 5px;
  border: 0 none;
  width: 100%;
  font-size: 14px;
  color: #222;
  padding: 12px 32px 12px 15px;
  margin-bottom: 12px
}

.item-newsletter .user-input .input-wrap .input-email::-webkit-input-placeholder {
  color: #5787b8
}

.item-newsletter .user-input .input-wrap .input-email::-moz-placeholder {
  color: #5787b8
}

.item-newsletter .user-input .input-wrap .input-email:-ms-input-placeholder {
  color: #5787b8
}

.item-newsletter .user-input .input-wrap .input-email::-ms-input-placeholder {
  color: #5787b8
}

.item-newsletter .user-input .input-wrap .input-email::placeholder {
  color: #5787b8
}

.item-newsletter .user-input .button a {
  background: #0d2e5a;
  color: #1b4e81;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: default
}

.item-newsletter .user-input .success {
  color: #fff;
  text-align: center;
  margin-bottom: 0
}

.item-newsletter .user-input .success:before {
  background-image: url(/static/orion/styles/img/fox-news/s/icons/checkmark.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 10px
}

.item-newsletter .user-input.alt .input-wrap {
  position: relative
}

.item-newsletter .user-input.alt .input-wrap:before {
  background-image: url(/static/orion/styles/img/fox-news/s/icons/checkmark.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 10px
}

.item-newsletter .user-input.alt .button a {
  background: #63b727;
  color: #fff;
  pointer-events: auto;
  cursor: pointer
}

.item-nation-trial-bar {
  display: inline-block;
  margin-bottom: 8px
}

.item-nation-trial-bar .item-inner .trial {
  display: block;
  background: #bc2234;
  padding: 6px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 3px;
  position: relative;
  letter-spacing: .13px
}

.item-nation-trial-bar .item-inner .trial:hover {
  background: #800;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.item-nation-trial-mod {
  text-align: center;
  padding: 0 0 16px;
  margin-bottom: 22px;
  border-bottom: 10px solid #20468b
}

.item-nation-trial-mod .heading .title {
  color: #20468b;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  padding: 0 12px
}

.item-nation-trial-mod .heading .dek {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
  padding: 0 12px
}

.item-nation-trial-mod .content .button {
  display: block;
  color: #fff;
  background: #bb2332;
  border-radius: 6px;
  padding: 14px;
  font-weight: 600;
  font-size: 12px
}

.item-nation-trial-mod .content .button:hover {
  background: #800;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.item-nation-email-mod {
  text-align: center;
  padding: 12px 6px;
  margin-bottom: 24px;
  border: 2px solid #20468b;
  border-radius: 3px
}

.item-nation-email-mod .message {
  padding-right: 6px;
  font-size: 14px;
  margin-bottom: 12px
}

.item-nation-email-mod .message.error {
  margin-bottom: 0
}

.item-nation-email-mod .heading .title {
  color: #20468b;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  padding: 0 12px
}

.item-nation-email-mod .heading .dek {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600
}

.item-nation-email-mod .content {
  padding: 0 12px
}

.item-nation-email-mod .content .input-wrap {
  margin-bottom: 24px
}

.item-nation-email-mod .content .input-wrap:after {
  content: "";
  display: table;
  clear: both
}

.item-nation-email-mod .content .input-wrap .input {
  width: 68%;
  color: #21448b;
  border: 0 none;
  height: 35px;
  float: left;
  padding: 8px;
  font-size: 14px;
  border-bottom: 3px solid #bb2231;
  text-align: center
}

.item-nation-email-mod .content .input-wrap .input::-webkit-input-placeholder {
  color: #666
}

.item-nation-email-mod .content .input-wrap .input::-moz-placeholder {
  color: #666
}

.item-nation-email-mod .content .input-wrap .input:-ms-input-placeholder {
  color: #666
}

.item-nation-email-mod .content .input-wrap .input::-ms-input-placeholder {
  color: #666
}

.item-nation-email-mod .content .input-wrap .input::placeholder {
  color: #666
}

.item-nation-email-mod .content .input-wrap .input.error {
  color: #d20f26;
  margin-bottom: 12px;
  border: 1px solid #f26a7a
}

.item-nation-email-mod .content .input-wrap .input.error::-webkit-input-placeholder {
  color: #d20f26
}

.item-nation-email-mod .content .input-wrap .input.error::-moz-placeholder {
  color: #d20f26
}

.item-nation-email-mod .content .input-wrap .input.error:-ms-input-placeholder {
  color: #d20f26
}

.item-nation-email-mod .content .input-wrap .input.error::-ms-input-placeholder {
  color: #d20f26
}

.item-nation-email-mod .content .input-wrap .input.error::placeholder {
  color: #d20f26
}

.item-nation-email-mod .content .input-wrap .button {
  width: 30%;
  height: 35px;
  float: right;
  color: #fff;
  background: #bb2332;
  border-radius: 3px;
  padding: 8px;
  line-height: 19px;
  font-size: 14px
}

.item-nation-email-mod .content .input-wrap .button:hover {
  background: #800;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.item-nation-email-mod .content .input-wrap.disabled .input {
  color: #999
}

.item-nation-email-mod .content .input-wrap.disabled .button {
  color: #999;
  background: #ededed
}

.item-nation-email-mod .footing {
  padding: 0 12px 2px
}

.item-nation-email-mod .footing .legal {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0;
  color: #999
}

.item-nation-video-overlay .form-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 12px;
  background-color: rgba(0, 0, 0, .75);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.item-nation-video-overlay .form-overlay__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%
}

.item-nation-video-overlay .form-overlay__lock-icon {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%
}

.item-nation-video-overlay .form-overlay__lock-icon>svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px
}

.item-nation-video-overlay .form-overlay__title {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 900;
  letter-spacing: -.25px;
  text-align: center
}

.item-nation-video-overlay .form-overlay__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: auto
}

.item-nation-video-overlay .form-overlay__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 9px 16px;
  margin: 0;
  width: calc(100% - 100px)
}

.item-nation-video-overlay .form-overlay__button {
  width: 65px;
  padding: 8px 0;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #c20017;
  text-align: center;
  color: #fff;
  border: 1px solid #c20017
}

.item-nation-video-overlay .form-overlay__check {
  display: none;
  position: absolute;
  right: 70px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.item-nation-video-overlay .valid .form-overlay__check {
  display: block
}

.item-nation-video-overlay .invalid .form-overlay__input-wrapper {
  -webkit-box-shadow: 0 0 0 4px #c20017;
  box-shadow: 0 0 0 4px #c20017
}

.item-nation-video-overlay .form-overlay__helper {
  margin-top: .8rem;
  line-height: 1.64;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center
}

.item-nation-video-overlay .form-overlay__helper>a {
  color: #fff;
  text-decoration: underline
}

.form-overlay__error {
  display: block;
  margin: 8px 0;
  padding: 12px;
  background: #ffdce0;
  border: 1px solid #f26a7a;
  font-size: 14px;
  line-height: 21px;
  color: #c20017;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center
}

.invalid+.form-overlay__error {
  display: block
}

.collection-article-scroller {
  border-width: 0 0 1px 0;
  padding: 0
}

.collection-article-scroller.sticky-nav {
  -webkit-animation: nav_slide .25s both;
  animation: nav_slide .25s both;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .12);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500
}

.collection-article-scroller.sticky-nav.slide {
  -webkit-animation: nav_slide .25s both;
  animation: nav_slide .25s both
}

.collection-article-scroller .heading {
  padding: 12px;
  margin: 0
}

.collection-article-scroller .heading .title {
  font-size: 8px;
  line-height: 12px
}

.collection-article-scroller .heading .logo {
  background-image: url(/static/orion/styles/img/fox-news/bg/coronavirus-pandemic-small-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  height: 12px;
  width: 133px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:144),
(min-resolution:144dppx) {
  .collection-article-scroller .heading .logo {
    background-image: url(/static/orion/styles/img/fox-news/bg/coronavirus-pandemic-small-logo-2x.png)
  }
}

.collection-article-scroller .content {
  position: relative;
  overflow: hidden;
  height: 64px;
  width: 100%
}

.collection-article-scroller .article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 36px;
  height: 100px;
  -webkit-overflow-scrolling: none;
  -ms-overflow-style: none
}

.collection-article-scroller .article-wrap::-webkit-scrollbar {
  display: none
}

.collection-article-scroller .article-wrap .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 0 4px
}

.collection-article-scroller .article-wrap .article:first-of-type {
  padding-left: 12px
}

.collection-article-scroller .article-wrap .article:last-of-type {
  padding-right: 12px
}

.collection-article-scroller .article-wrap .article .m {
  float: left;
  margin-right: 8px;
  width: 85px
}

.collection-article-scroller .article-wrap .article .overlay {
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 5px;
  bottom: 5px;
  height: 14px;
  width: 14px
}

.collection-article-scroller .article-wrap .article .info {
  float: left;
  width: 160px
}

.collection-article-scroller .article-wrap .article .title {
  font-size: 11px;
  line-height: 16px;
  font-weight: 900;
  margin: 0;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box
}

@-webkit-keyframes nav_slide {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes nav_slide {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.collection-election-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.collection-election-countdown.promo-countdown {
  padding: 0;
  margin-bottom: 12px
}

.collection-election-countdown .container {
  height: 450px;
  width: 300px;
  border-top: 6px solid #21438d;
  border-bottom: 16px solid #21438d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  color: #21438d;
  background-image: url(/static/orion/styles/img/fox-news/bg/lincoln.png);
  background-repeat: no-repeat
}

.collection-election-countdown .slogan {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 12px
}

.collection-election-countdown .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  overflow: hidden;
  margin: 16px 0;
  width: 100%
}

.collection-election-countdown .length {
  display: block;
  text-align: center;
  margin: 0 12px 0 0;
  font-weight: 900;
  width: calc(25% - 9px)
}

.collection-election-countdown .length:first-of-type {
  margin-left: 16px
}

.collection-election-countdown .length:last-of-type {
  margin-right: 16px
}

.collection-election-countdown .value {
  background: #fff;
  display: block;
  border-bottom: 2px solid #ba2030;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  padding: 13px 0 11px;
  margin-bottom: 2px
}

.collection-election-countdown .text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -.19px;
  font-weight: 700
}

.collection-election-countdown .logo {
  margin-bottom: 12px
}

.speechkit-wrapper {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.speechkit-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.speechkit-wrapper .info {
  color: #222;
  line-height: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0
}

.speechkit-wrapper .label-bg {
  height: 18px;
  width: 33px;
  border-radius: 2px;
  background-color: #c20017;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 18px;
  margin-right: 8px
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container {
  background: #002c57 !important;
  --sk-text-color: #ffffff;
  --sk-slider-bg-color: #1b4e81;
  --sk-slider-progress-color: #ffffff;
  --sk-link-color: ##ffffff;
  --sk-link-color--hover: #ffffff
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container .sk-play-button {
  color: #002c57 !important;
  background: #fff
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container .sk-progress-duration {
  --sk-text-color: #ffffff;
  color: #fff
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container a.sk-app-link {
  --sk-text-color: #ffffff;
  --sk-link-color: ##ffffff;
  color: #fff
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container a.sk-app-link span {
  --sk-text-color: #ffffff;
  --sk-link-color: ##ffffff;
  color: #fff
}

.speechkit-wrapper.dark .speechkit-container .sk-app-container .sk-message {
  --sk-text-color: #ffffff;
  color: #fff
}

.speechkit-io-iframe {
  height: 80px !important;
  margin-bottom: 40px
}

.speechkit-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%
}

.speechkit-container .sk-app-container {
  height: 80px;
  border-radius: 12px;
  border: 1px solid #cedfef;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 36px;
  --sk-slider-bg-color: rgba(102, 102, 102, 0.2);
  --sk-slider-progress-color: #003366;
  --sk-button-play-height: 48px;
  --sk-slider-progress-height: 8px;
  --sk-slider-progress-radius: 100px;
  --sk-link-color: #003366;
  --sk-link-color--hover: #003366
}

.speechkit-container .sk-app-container .sk-play-button {
  background: #036;
  width: 48px;
  height: 48px;
  border-radius: 100px !important;
  color: #fff !important
}

.speechkit-container .sk-app-container .with-ad-link {
  line-height: 34px;
  padding-top: 12px
}

.speechkit-container .sk-app-container .buffered-bar {
  border-radius: 0
}

.speechkit-container .sk-app-container .played-bar {
  border-radius: 0
}

.speechkit-container .sk-app-container .progress-bar-box {
  overflow: hidden
}

.speechkit-container .sk-app-container .sk-progress-duration {
  margin-top: -8px
}

.speechkit-container .sk-app-container a.sk-app-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #036;
  margin-top: -12px;
  opacity: 1;
  -webkit-transition: none;
  transition: none
}

.speechkit-container .sk-app-container a.sk-app-link span {
  line-height: 8px;
  margin: 0 2px 0 4px
}

body {
  background-color: #fff
}

body .sticky,
body .sticky-bottom,
body .sticky-top {
  position: fixed;
  width: inherit
}

body .sticky-top {
  top: 0
}

body .sticky-bottom {
  bottom: 0
}

body .limit {
  position: absolute;
  bottom: 0;
  width: inherit
}

.article-meta {
  margin: 0 16px
}

.article-meta:after {
  content: "";
  display: table;
  clear: both
}

.article-meta .article-date {
  padding-left: 12px;
  position: relative
}

.article-meta .article-date:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\00b7";
  font-size: 20px;
  color: #a0a0a0
}

.article-meta .article-updated {
  padding-left: 12px;
  position: relative
}

.article-meta .article-updated:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\00b7";
  font-size: 20px;
  color: #a0a0a0
}

.article-header {
  color: #222;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 24px
}

.article-header .article-meta {
  text-align: center;
  font-size: 12px
}

.article-header .article-meta .article-date,
.article-header .article-meta .article-updated,
.article-header .article-meta .eyebrow {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px
}

.article-header .headline {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: -1.2px;
  padding: 0 16px;
  margin-bottom: 6px
}

.article-header .sub-headline {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  padding: 0 16px;
  margin-bottom: 10px
}

.eyebrow {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #036
}

.author-byline {
  margin-bottom: 8px
}

.author-byline a {
  font-weight: 600
}

.author-byline a:hover {
  text-decoration: underline
}

.author-byline>span {
  line-height: 24px
}

.author-byline .author-headshot {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  width: 32px;
  height: 32px
}

.author-byline .author-headshot .m {
  float: left
}

.author-byline .author-headshot+span {
  position: relative;
  top: -10px
}

.author-byline .author-headshot img {
  border-radius: 50%;
  width: 32px
}

.author-byline.opinion .author-headshot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50px;
  border: 2px solid #000;
  margin: 0;
  z-index: 2
}

.author-byline.opinion .author-headshot+span {
  top: -12px
}

.author-byline.opinion .author-headshot+span:before {
  padding-left: 8px;
  margin-left: -6px
}

.author-byline.opinion .author-headshot img {
  background: #fff
}

.author-byline.opinion>span:before {
  content: "OPINION";
  color: #fff;
  font-weight: 700;
  background: #000;
  border-radius: 3px;
  padding: 2px 6px;
  margin-right: 3px;
  letter-spacing: .5px
}

.article-notice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 16px;
  margin: 0 0 16px 0;
  text-align: center
}

.article-notice .title {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px
}

.article-notice p {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0
}

.article-notice .sponsor {
  margin-top: 8px;
  margin-bottom: 0
}

.article-social .social-icons a {
  background-color: #036
}

.article-social .social-icons ul {
  text-align: center
}

.article-social .social-icons li {
  float: none;
  display: inline-block
}

.article-social .social-icons li a {
  color: #000
}

.article-social .social-icons li.fb a {
  background-color: #3b5998;
  color: #fff
}

.article-social .social-icons li.tw a {
  background-color: #1da1f2
}

.article-social .social-icons li.flipboard a {
  background-color: #e12828
}

.article-social .social-icons li.sms a {
  background-color: #6cca13
}

.article-social .social-icons li.messenger a {
  background-color: #0083ff
}

.article-social .social-icons li.read a {
  background-color: #db4052
}

.article-content-wrap .article-meta {
  clear: both;
  margin-left: 0;
  margin-right: 0
}

.article-content {
  margin: 0 16px
}

.article-body {
  color: #222
}

.article-body:after {
  content: "";
  display: table;
  clear: both
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin-bottom: 12px
}

.article-body ol,
.article-body p,
.article-body ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400
}

.article-body p {
  margin-bottom: 22px
}

.article-body p a {
  color: #036;
  text-decoration: underline
}

.article-body p a:hover {
  text-decoration: none
}

.article-body>ol,
.article-body>ul {
  margin-left: 18px;
  margin-bottom: 24px
}

.article-body>ol li,
.article-body>ul li {
  margin-bottom: 12px
}

.article-body>ol li a,
.article-body>ul li a {
  color: #036;
  border-bottom: 2px solid #a7c6e5
}

.article-body>ol li a:hover,
.article-body>ul li a:hover {
  background: #edf6ff
}

.article-body ul {
  list-style-type: disc
}

.article-body ol {
  list-style-type: decimal
}

.article-body .credible {
  margin-bottom: 22px
}

.article-body .fox-bet-promo {
  margin-bottom: 28px
}

.article-body .fox-bet-promo img {
  width: 100%
}

.article-footer .article-notice {
  margin-bottom: 24px
}

.article-footer .article-tags {
  margin: 0 0 16px 0
}

.author-bio {
  clear: both;
  border-top: 1px solid #cedfef;
  padding: 16px 0 0 0;
  margin-bottom: 16px
}

.author-bio p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 16px
}

.author-bio a {
  color: #036;
  background: #edf6ff;
  border-bottom: 2px solid #a7c6e5
}

.author-bio a:hover {
  background: initial
}

.article-tags {
  margin: 0 16px 16px;
  overflow: hidden;
  border-bottom: 1px solid #cedfef;
  padding-bottom: 8px
}

.article-tags .title {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px
}

.article-tags li {
  background-color: #fff;
  display: block;
  float: left;
  margin: 0 8px 8px 0;
  font-size: 12px;
  line-height: 20px;
  list-style-type: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 51, 102, .25)
}

.article-tags li a {
  display: block;
  color: #036;
  padding: 4px 8px;
  font-weight: 900
}

.article-tags li:hover {
  background-color: #036;
  border: 1px solid #036
}

.article-tags li:hover a {
  color: #fff
}

.article-comments {
  margin: 0 16px
}

.commenting-nation-promo {
  width: 100%;
  text-align: center
}

.commenting-nation-promo a {
  width: 100%;
  display: inline-block
}

.commenting-nation-promo a img {
  width: 100%
}

.america-together-topper img {
  max-width: 100%
}

.big-idea-topper img {
  width: 100%
}

.scorestrip-container {
  max-width: 1256px;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto
}

.fox-bet-promo {
  display: none
}

body:after {
  display: none
}

.scroll-lock {
  overflow: hidden
}

html .mobile {
  display: block
}

html .mobile.ad-container {
  display: block;
  margin-bottom: 22px
}

html .mobile.ad-container.yieldmo {
  margin-left: 11px;
  margin-right: 11px;
  width: auto
}

html .mobile-tablet {
  display: block
}

html .mobile-tablet.ad-container {
  display: block;
  margin-bottom: 22px
}

html .mobile-tablet .mobile.ad-container {
  display: block
}

html .mobile-tablet .tablet.ad-container {
  display: none
}

html .mobile-desktop {
  display: block
}

html .mobile-desktop.ad-container {
  display: block;
  margin-bottom: 22px
}

html .mobile-desktop .mobile.ad-container {
  display: block
}

html .mobile-desktop .desktop.ad-container {
  display: none
}

html .tablet {
  display: none
}

html .tablet.ad-container {
  display: none
}

html .tablet-desktop {
  display: none
}

html .tablet-desktop.ad-container {
  display: none
}

html .desktop {
  display: none
}

html .desktop.ad-container {
  display: none
}

#ifr-mktfutures,
.gpt-inst {
  position: absolute;
  top: 0;
  left: 0
}

.notification-banner {
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.25px
}

.notification-banner-inner {
  position: relative;
  padding: 12px 44px 12px 16px;
  margin: 0 auto;
  max-width: 1280px
}

.notification-banner a,
.notification-banner a:link,
.notification-banner a:visited {
  color: #fff;
  font-weight: 900;
  text-decoration: underline
}

.notification-banner a:hover,
.notification-banner a:link:hover,
.notification-banner a:visited:hover {
  text-decoration: none
}

.notification-banner .close {
  background-image: url(/static/orion/styles/img/core/s/bg/close.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  height: 16px;
  width: 16px
}

.site-footer .social-icons ul {
  text-align: center
}

.site-footer .social-icons li {
  float: none;
  display: inline-block;
  margin: 0 3px
}

.popup-modal {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .96);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  z-index: 520
}

.popup-modal .modal {
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 300px 0;
  box-shadow: rgba(0, 0, 0, .2) 0 0 300px 0;
  width: 100%;
  min-width: 296px;
  position: relative;
  background: #fff;
  margin: 50px auto 0;
  border-radius: 5px
}

.popup-modal .modal:before {
  content: "Click anywhere outside the window to close.";
  width: 100%;
  position: absolute;
  left: 0;
  top: -18px;
  color: #666;
  font-size: 11px;
  text-align: center
}

.popup-modal .modal .close {
  background: url(/static/orion/styles/img/fox-news/bg/close.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  float: left;
  top: -12px;
  right: -12px;
  text-indent: -9999px;
  height: 24px;
  width: 24px;
  z-index: 1
}

.popup-modal .modal.modal-image .content .slide-container {
  position: relative
}

.popup-modal .modal.modal-image .content .slide-container:after {
  content: "";
  display: table;
  clear: both
}

.popup-modal .modal.modal-image .content .slide-container .slide {
  display: none
}

.popup-modal .modal.modal-image .content .slide-container .slide:target {
  display: block
}

.popup-modal .modal.modal-image .content .slide-container .slide .container {
  position: relative
}

.popup-modal .modal.modal-image .content .info {
  padding: 16px;
  background: #fff
}

.popup-modal .modal.modal-image .content .info span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #222
}

.popup-modal .modal.modal-image .page-arrows {
  opacity: .9;
  display: block;
  position: absolute;
  width: 100%;
  top: 45%
}

.popup-modal .modal.modal-image .page-arrows .arrow {
  height: 100%
}

.popup-modal .modal.modal-image .page-arrows .arrow:after,
.popup-modal .modal.modal-image .page-arrows .arrow:before {
  height: 24px;
  width: 6px
}

.popup-modal .modal.modal-image .page-arrows .arrow:before {
  top: 16px
}

.popup-modal .modal.modal-image .page-arrows .arrow:after {
  bottom: 16px
}

.popup-modal .modal.modal-image .page-arrows .next,
.popup-modal .modal.modal-image .page-arrows .prev {
  border-radius: 4px;
  height: 58px;
  width: 38px
}

.popup-modal .modal.modal-image .page-arrows .next .arrow:after,
.popup-modal .modal.modal-image .page-arrows .next .arrow:before,
.popup-modal .modal.modal-image .page-arrows .prev .arrow:after,
.popup-modal .modal.modal-image .page-arrows .prev .arrow:before {
  height: 22px
}

.popup-modal .modal.modal-image .page-arrows .next .arrow:before,
.popup-modal .modal.modal-image .page-arrows .prev .arrow:before {
  top: 12px
}

.popup-modal .modal.modal-image .page-arrows .next .arrow:after,
.popup-modal .modal.modal-image .page-arrows .prev .arrow:after {
  bottom: 12px
}

.popup-modal .modal.modal-image .page-arrows .prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left
}

.popup-modal .modal.modal-image .page-arrows .prev .arrow:after,
.popup-modal .modal.modal-image .page-arrows .prev .arrow:before {
  left: 14px
}

.popup-modal .modal.modal-image .page-arrows .next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: right
}

.popup-modal .modal.modal-image .page-arrows .next .arrow:after,
.popup-modal .modal.modal-image .page-arrows .next .arrow:before {
  left: 20px
}

.popup-modal .modal.modal-image:before {
  top: -32px
}

.popup-modal .modal.modal-image .close {
  top: -15px;
  right: -15px;
  width: 24px;
  height: 24px
}

@media screen and (orientation:landscape) {
  .popup-modal .modal.modal-image {
    margin: 0 auto;
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: calc(100% - 48px)
  }

  .popup-modal .modal.modal-image:before {
    top: -16px
  }
}

.popup-modal .modal.modal-email {
  border: 0 none;
  border-radius: 0
}

.popup-modal .modal.modal-email .content {
  border-top: 8px solid #036;
  padding: 20px 10px;
  text-align: center
}

.popup-modal .modal.modal-email .content.fn-first .email {
  display: none
}

.popup-modal .modal.modal-email .content.fn-first .email:before {
  background-image: url(/static/orion/styles/img/fox-news/s/newsletter/fn-first.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 276px;
  height: 48px;
  margin: 0 auto 15px
}

.popup-modal .modal.modal-email .content.fn-first .email p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px
}

.popup-modal .modal.modal-email .content.fn-first .email>span {
  display: none;
  font-size: 14px;
  line-height: 1.5;
  color: #c20017;
  background: #ffdce0;
  border: 1px solid #f26a7a;
  border-radius: 3px;
  padding: 10px
}

.popup-modal .modal.modal-email .content.fn-first .email form {
  width: 280px;
  margin: 20px auto 0;
  overflow: hidden
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  float: left;
  width: 208px;
  border: 1px solid #cedfef;
  padding: 8px 14px;
  font-size: 14px;
  color: #5787b8
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text]::-webkit-input-placeholder {
  color: #666
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text]::-moz-placeholder {
  color: #666
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text]:-ms-input-placeholder {
  color: #666
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text]::-ms-input-placeholder {
  color: #666
}

.popup-modal .modal.modal-email .content.fn-first .email form input[type=text]::placeholder {
  color: #666
}

.popup-modal .modal.modal-email .content.fn-first .email form .signup-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 10px 14px;
  border: 0;
  background: #d20f26;
  color: #fff;
  font-weight: 900;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  left: -2px
}

.popup-modal .modal.modal-email .content.fn-first .email form .signup-button:hover {
  background: #ef253d
}

.popup-modal .modal.modal-email .content.fn-first .email form .add {
  position: absolute;
  left: -99999px
}

.popup-modal .modal.modal-email .content.fn-first .email.thanks>span {
  display: block;
  background: #e4f8d0;
  color: #48980d;
  border-color: #aee973;
  margin-bottom: 10px
}

.popup-modal .modal.modal-email .content.fn-first .email.thanks p {
  margin-bottom: 0
}

.popup-modal .modal.modal-email .content.fn-first .email.thanks p a {
  font-weight: 900;
  text-decoration: underline
}

.popup-modal .modal.modal-email .content.fn-first .email.thanks p a:hover {
  text-decoration: none
}

.popup-modal .modal.modal-email .close {
  left: auto;
  right: -10px;
  top: -10px
}

.popup-modal .modal.modal-text {
  border-top: 8px solid #036;
  padding: 48px
}

.popup-modal .content .m .fox-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%
}

.popup-modal .content .m .fox-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.popup-modal .content .info {
  padding: 16px;
  text-align: center
}

.popup-modal .content .info .title {
  font-size: 14px;
  margin-bottom: 6px
}

.popup-modal .content .info span {
  font-size: 12px;
  line-height: 20px
}

.popup-modal.email-1 {
  background: rgba(0, 51, 102, .75);
  padding-left: 22px;
  padding-right: 22px;
  min-width: 320px
}

.popup-modal.email-1 .modal {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 48px 0;
  box-shadow: rgba(0, 0, 0, .4) 0 0 48px 0;
  border-top-width: 6px;
  top: 50%;
  margin-top: -110px;
  min-width: auto
}

.popup-modal.email-1 .modal:before {
  color: #b4b4b4;
  top: -27px
}

.popup-modal.email-1 .modal-email .close {
  background: 0 0;
  top: 15px;
  right: 9px;
  height: 12px;
  width: 12px;
  z-index: 10
}

.popup-modal.email-1 .modal-email .close:after,
.popup-modal.email-1 .modal-email .close:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #036;
  height: 1px;
  width: 12px
}

.popup-modal.email-1 .modal-email .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-modal.email-1 .modal-email .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-modal.email-1 .modal-email .content {
  border-color: #c20017;
  padding: 38px 20px
}

.popup-modal.email-1 .modal-email .content.fn-first .email:before {
  background-size: 100% 100%;
  margin-bottom: 19px;
  max-width: 276px;
  width: calc(100% - 8px)
}

.popup-modal.email-1 .modal-email .content.fn-first .email p {
  color: #222;
  font-size: 12px;
  line-height: 16px
}

.popup-modal.email-1 .modal-email .content.fn-first .email form {
  width: 100%
}

.popup-modal.email-1 .modal-email .content.fn-first .email form input[type=text] {
  width: calc(100% - 70px)
}

.popup-modal.email-1 .modal-email .content.fn-first .email form .signup-button {
  font-size: 14px;
  padding: 10px 8px 9px 8px
}

@media screen and (max-width:767px) and (orientation:landscape) {
  .popup-modal.email-1 .modal {
    margin-top: -125px;
    top: 50%;
    max-width: 420px
  }
}

.popup-modal.email-3 {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 320px
}

.popup-modal.email-3 .modal {
  margin-top: 162px;
  min-width: auto
}

.popup-modal.email-3 .modal:before {
  color: #636363;
  top: auto;
  bottom: -27px
}

.popup-modal.email-3 .modal-email .close {
  background-image: url(/static/orion/styles/img/fox-news/s/newsletter/x-red.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -8px;
  right: auto;
  left: -10px;
  height: 20px;
  width: 20px
}

.popup-modal.email-3 .modal-email .content {
  padding: 88px 16px 24px 16px
}

.popup-modal.email-3 .modal-email .content.fn-first:before {
  background: url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-phone.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: -120px;
  left: calc(50% - 60px);
  height: 204px;
  width: 121px;
  z-index: 5
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-pixel-ratio:2),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
  .popup-modal.email-3 .modal-email .content.fn-first:before {
    background-image: url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-phone-2x.png)
  }
}

@-webkit-keyframes fnf-scroll-email {
  10% {
    background-position: 0 0
  }

  45% {
    background-position: 0 100%
  }

  55% {
    background-position: 0 100%
  }

  100% {
    background-position: 0 0
  }
}

@keyframes fnf-scroll-email {
  10% {
    background-position: 0 0
  }

  45% {
    background-position: 0 100%
  }

  55% {
    background-position: 0 100%
  }

  100% {
    background-position: 0 0
  }
}

.popup-modal.email-3 .modal-email .content.fn-first:after {
  border-radius: 6px;
  background: #f6f8fa url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-email.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: -116px;
  left: calc(50% - 43px);
  height: 178px;
  width: 82px;
  z-index: 4;
  -webkit-animation-name: fnf-scroll-email;
  animation-name: fnf-scroll-email;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-pixel-ratio:2),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
  .popup-modal.email-3 .modal-email .content.fn-first:after {
    background-image: url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-email-2x.png)
  }
}

.popup-modal.email-3 .modal-email .content.fn-first .email:before {
  background-size: 100% 100%;
  background-position: center center;
  max-width: 276px;
  width: 100%
}

.popup-modal.email-3 .modal-email .content.fn-first .email p {
  color: #222;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -.25px
}

.popup-modal.email-3 .modal-email .content.fn-first .email form {
  width: auto
}

.popup-modal.email-3 .modal-email .content.fn-first .email form .signup-button,
.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
  border-radius: 5px;
  display: block;
  position: relative;
  left: 0;
  width: 100%
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
  color: #222;
  border-color: #88a0b8;
  margin-bottom: 9px;
  text-align: center
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text]::-webkit-input-placeholder {
  color: #666
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text]::-moz-placeholder {
  color: #666
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text]:-ms-input-placeholder {
  color: #666
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text]::-ms-input-placeholder {
  color: #666
}

.popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text]::placeholder {
  color: #666
}

@media screen and (max-width:767px) and (orientation:landscape) {
  .popup-modal.email-3 .modal {
    margin-top: -134px;
    top: 50%;
    max-width: 420px
  }

  .popup-modal.email-3 .modal-email .content {
    padding-top: 24px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:after,
  .popup-modal.email-3 .modal-email .content.fn-first:before {
    display: none
  }
}

.popup-modal.email-5 {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 320px
}

.popup-modal.email-5 .modal {
  top: 50%;
  margin-top: -100px;
  min-width: auto
}

.popup-modal.email-5 .modal:before {
  color: #636363;
  font-size: 10px;
  top: -20px
}

.popup-modal.email-5 .modal-email .close {
  background: 0 0;
  top: 14px;
  right: 12px;
  height: 10px;
  width: 10px;
  z-index: 10
}

.popup-modal.email-5 .modal-email .close:after,
.popup-modal.email-5 .modal-email .close:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 10px
}

.popup-modal.email-5 .modal-email .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-modal.email-5 .modal-email .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-modal.email-5 .modal-email .content {
  border-top-width: 5px;
  border-color: #c20017;
  background-color: #036;
  padding: 28px 24px 32px 24px
}

.popup-modal.email-5 .modal-email .content.fn-first:before {
  background-image: url(/static/orion/styles/img/fox-news/s/kliegs.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}

.popup-modal.email-5 .modal-email .content.fn-first .email {
  position: relative;
  z-index: 2
}

.popup-modal.email-5 .modal-email .content.fn-first .email:before {
  background-image: url(/static/orion/styles/img/fox-news/s/newsletter/fn-first-white.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 44px;
  width: 238px
}

.popup-modal.email-5 .modal-email .content.fn-first .email p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 24px
}

.popup-modal.email-5 .modal-email .content.fn-first .email form {
  width: 100%
}

.popup-modal.email-5 .modal-email .content.fn-first .email form input[type=text] {
  font-size: 12px;
  padding: 5px 14px;
  width: calc(100% - 70px)
}

.popup-modal.email-5 .modal-email .content.fn-first .email form .signup-button {
  font-size: 14px;
  padding: 5px 8px 5px 8px
}

@media screen and (max-width:767px) and (orientation:landscape) {
  .popup-modal.email-5 .modal {
    margin-top: -125px;
    top: 50%;
    max-width: 420px
  }
}

.popup-modal.email-6 {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 320px
}

.popup-modal.email-6 .modal {
  top: 50%;
  margin-top: -140px;
  min-width: auto
}

.popup-modal.email-6 .modal:before {
  color: #636363;
  font-size: 10px;
  top: -20px
}

.popup-modal.email-6 .modal-email .close {
  background: 0 0;
  top: 14px;
  right: 12px;
  height: 10px;
  width: 10px;
  z-index: 10
}

.popup-modal.email-6 .modal-email .close:after,
.popup-modal.email-6 .modal-email .close:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 10px
}

.popup-modal.email-6 .modal-email .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-modal.email-6 .modal-email .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-modal.email-6 .modal-email .content {
  border-top-width: 5px;
  border-color: #c20017;
  background-color: #036;
  padding: 28px 24px 112px 24px
}

.popup-modal.email-6 .modal-email .content.fn-first:before {
  background-image: url(/static/orion/styles/img/fox-news/s/kliegs.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}

.popup-modal.email-6 .modal-email .content.fn-first:after {
  background: url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-talent.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -145px;
  height: 104px;
  width: 291px
}

.popup-modal.email-6 .modal-email .content.fn-first .email {
  position: relative;
  z-index: 2
}

.popup-modal.email-6 .modal-email .content.fn-first .email:before {
  background-image: url(/static/orion/styles/img/fox-news/s/newsletter/fn-first-white.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 44px;
  width: 238px
}

.popup-modal.email-6 .modal-email .content.fn-first .email p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px
}

.popup-modal.email-6 .modal-email .content.fn-first .email form {
  width: 100%
}

.popup-modal.email-6 .modal-email .content.fn-first .email form input[type=text] {
  font-size: 12px;
  padding: 5px 14px;
  width: calc(100% - 70px)
}

.popup-modal.email-6 .modal-email .content.fn-first .email form .signup-button {
  font-size: 14px;
  padding: 5px 8px 6px 8px
}

@media screen and (max-width:767px) and (orientation:landscape) {
  .popup-modal.email-6 .modal {
    margin-top: -150px;
    top: 50%;
    max-width: 420px
  }
}

.popup-modal .modal-video .video-player .unauthorized-mvpd {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #000
}

.popup-modal .modal-video .video-player .unauthorized-mvpd p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 0 17%;
  color: #fff;
  font-size: 14px
}

.popup-modal .modal-video .video-player .unauthorized-mvpd:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  position: absolute;
  left: 0;
  top: 0
}

.popup-modal.airshipPushNotify {
  background: rgba(0, 0, 0, .3)
}

.popup-modal.airshipPushNotify .modal-airship:before {
  content: '';
  display: none
}

.popup-modal.airshipPushNotify .modal-airship .content {
  overflow: hidden;
  padding: 24px 16px
}

.popup-modal.airshipPushNotify .modal-airship .content img {
  display: block;
  width: 264px;
  margin: 0 auto 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.popup-modal.airshipPushNotify .modal-airship .content .info {
  float: none;
  text-align: center;
  width: 100%;
  padding: 0
}

.popup-modal.airshipPushNotify .modal-airship .content .info .title {
  font-size: 24px;
  margin-bottom: 12px
}

.popup-modal.airshipPushNotify .modal-airship .content .info .dek {
  display: block;
  font-size: 14px;
  margin-bottom: 12px
}

.popup-modal.airshipPushNotify .modal-airship .content .info .choices {
  overflow: hidden;
  width: 264px;
  margin: 0 auto
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button {
  float: left;
  width: 125px
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button a {
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button.opt-in {
  float: right
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button.opt-in a {
  background: #307608
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button.opt-in a:hover {
  background: #54cf0e
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button.opt-out a {
  background: #9b0012
}

.popup-modal.airshipPushNotify .modal-airship .content .info .button.opt-out a:hover {
  background: #f3001c
}

.popup-modal[id=toapp] {
  background-color: #000;
  background-color: rgba(0, 0, 0, .7)
}

.popup-modal .to-app {
  max-width: 272px;
  margin-top: 66px;
  padding: 16px;
  background-color: #fff;
  border-radius: 6px;
  color: #222
}

.popup-modal .to-app:before {
  content: none
}

.popup-modal .to-app .close {
  background: url(/static/orion/styles/img/fox-news/s/icons/close-red.svg) no-repeat;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  border: 0;
  border-radius: 50%;
  background-color: #fff
}

.popup-modal .to-app .app-logo {
  display: block;
  margin: 0 auto 16px auto
}

.popup-modal .to-app .title {
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.13px;
  line-height: 24px;
  text-align: center
}

.popup-modal .to-app .dek {
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center
}

.popup-modal .to-app .app-link {
  display: block;
  padding: 16px 0;
  border-radius: 3px;
  background-color: #1b4e81;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center
}

.popup-modal .to-app .close-text {
  display: block;
  margin: 16px auto 0 auto;
  border: 0;
  background-color: transparent;
  color: #036;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  text-decoration: underline
}

.site-header .hot-topics li {
  margin-left: 0
}

.site-header .hot-topics .rotate-items li {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.site-header .hot-topics .rotate-items li.title-color-red a {
  color: #c20017
}

.site-header .hot-topics .rotate-items li.title-color-green a {
  color: #307608
}

.site-header .hot-topics .rotate-items li:nth-child(1) {
  -webkit-animation: rotate-items 15s infinite 0s ease-in-out;
  animation: rotate-items 15s infinite 0s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(2) {
  -webkit-animation: rotate-items 15s infinite 5s ease-in-out;
  animation: rotate-items 15s infinite 5s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(3) {
  -webkit-animation: rotate-items 15s infinite 10s ease-in-out;
  animation: rotate-items 15s infinite 10s ease-in-out
}

@-webkit-keyframes rotate-items {

  0%,
  100%,
  33.333333% {
    opacity: 0;
    pointer-events: none
  }

  20%,
  5% {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
  }
}

@keyframes rotate-items {

  0%,
  100%,
  33.333333% {
    opacity: 0;
    pointer-events: none
  }

  20%,
  5% {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
  }
}

.pre-content {
  overflow: hidden
}

.page-content:after {
  content: "";
  display: table;
  clear: both
}

.social-icons .fb a:hover {
  background: #3b5998
}

.social-icons .tw a:hover {
  background: #1da1f2
}

.social-icons .gp a:hover {
  background: #dd4b39
}

.social-icons .ig a {
  -webkit-transition: none;
  transition: none
}

.social-icons .ig a:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.social-icons .sc a:hover {
  background: #fffc00
}

.social-icons .youtube a:hover {
  background: red
}

.social-icons .spotify a:hover {
  background: #1db954
}

.social-icons .iheartradio a:hover {
  background: #c6002b
}

.social-icons .pc a:hover {
  background: purple
}

.social-icons .li a:hover {
  background: #0077b5
}

.social-icons .flipboard a:hover {
  background: #e12828
}

.social-icons .rss a:hover {
  background: #f26522
}

.social-icons .email a:hover {
  background: gray
}

.social-icons .yt a:hover {
  background: red
}

.social-icons .slack a:hover {
  background: #481a4d
}

.social-icons .spotify a:hover {
  background: #1db954
}

.social-icons .ihr a:hover {
  background: #c6002b
}

.social-icons .newsletters a:hover {
  background: gray
}

.alert-banner {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 11px;
  height: auto;
  width: calc(100% - 22px);
  padding: 12px;
  min-width: 298px;
  z-index: 1000
}

@media screen and (orientation:landscape) {
  .alert-banner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.alert-banner .logo {
  position: relative;
  float: left;
  padding-right: 10px;
  z-index: 11
}

.alert-banner .logo img {
  display: block
}

.alert-banner .logo+.alert-info {
  display: table
}

.alert-banner .close {
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  width: 24px;
  z-index: 11
}

.alert-banner .close:before {
  display: block;
  content: "\00D7";
  font-size: 24px;
  position: relative;
  z-index: 5
}

.alert-banner .close:after {
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 4
}

.alert-banner .alert-inner:after {
  content: "";
  display: table;
  clear: both
}

.alert-banner .alert-info {
  position: relative;
  z-index: 10
}

.alert-banner .alert-type {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px
}

.alert-banner .alert-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: -1px
}

.alert-banner .alert-text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 0
}

.alert-banner .arrows {
  position: absolute;
  right: 72px;
  top: 50%;
  height: 100%;
  width: 292px;
  z-index: 8
}

.alert-banner .arrows span {
  position: absolute;
  top: -159px;
  border-style: solid;
  border-top-color: transparent;
  border-top-width: 159px;
  border-bottom-color: transparent;
  border-bottom-width: 159px;
  border-left-width: 120px;
  height: 0;
  width: 0
}

.alert-banner .arrows .arrow-1 {
  z-index: 9
}

.alert-banner .arrows .arrow-2 {
  left: 60px;
  z-index: 8
}

.alert-banner .arrows .arrow-3 {
  left: 80px;
  z-index: 7
}

.alert-banner .arrows .arrow-4 {
  left: 140px;
  z-index: 6
}

.alert-banner .arrows .arrow-5 {
  left: 160px;
  z-index: 5
}

.alert-banner .arrows .arrow-6 {
  left: 220px;
  z-index: 4
}

.alert-banner.is-breaking {
  color: #fff;
  background-color: #c20017
}

.alert-banner.is-breaking .close:before {
  color: #c20017
}

.alert-banner.is-breaking .close:after {
  background-color: #ffdce0
}

.alert-banner.is-breaking .alert-info a {
  color: #ffdce0
}

.alert-banner.is-breaking .alert-info p {
  color: #ffb6bf
}

.alert-banner.is-breaking .arrows span {
  border-left-color: #ae0015
}

.alert-banner.is-breaking .arrows span:nth-of-type(odd) {
  border-left-color: #c20017
}

.alert-banner.is-breaking .arrows .arrow-2 {
  -webkit-animation: breaking-arrow-highlight 2s infinite 0s ease-in-out;
  animation: breaking-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-breaking .arrows .arrow-4 {
  -webkit-animation: breaking-arrow-highlight 2s infinite .5s ease-in-out;
  animation: breaking-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-breaking .arrows .arrow-6 {
  -webkit-animation: breaking-arrow-highlight 2s infinite 1s ease-in-out;
  animation: breaking-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.is-programming {
  color: #000;
  background-color: #ffc000
}

.alert-banner.is-programming .close:before {
  color: #ffc000
}

.alert-banner.is-programming .close:after {
  background: #000
}

.alert-banner.is-programming .alert-info a {
  color: #000
}

.alert-banner.is-programming .alert-type {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 4px
}

.alert-banner.is-programming .alert-type a {
  color: #fff
}

.alert-banner.is-programming .arrows span {
  border-left-color: #ffb400
}

.alert-banner.is-programming .arrows span:nth-of-type(odd) {
  border-left-color: #ffc000
}

.alert-banner.is-programming .arrows .arrow-2 {
  -webkit-animation: programming-arrow-highlight 2s infinite 0s ease-in-out;
  animation: programming-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-programming .arrows .arrow-4 {
  -webkit-animation: programming-arrow-highlight 2s infinite .5s ease-in-out;
  animation: programming-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-programming .arrows .arrow-6 {
  -webkit-animation: programming-arrow-highlight 2s infinite 1s ease-in-out;
  animation: programming-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.is-show {
  color: #fff;
  background: #036;
  border-top: 4px solid #c20017
}

.alert-banner.is-show .close:before {
  color: #036
}

.alert-banner.is-show .close:after {
  background-color: #fff
}

.alert-banner.is-show .alert-info a {
  color: #a7c6e5
}

.alert-banner.is-show .alert-info p {
  color: #a7c6e5
}

.alert-banner.is-show .alert-title {
  color: #fff
}

.alert-banner.is-show .alert-title a {
  color: #fff
}

.alert-banner.is-show .alert-type {
  display: inline-block;
  color: #fff;
  background: #c20017;
  padding: 4px
}

.alert-banner.is-show .alert-type a {
  color: #fff
}

.alert-banner.is-show .arrows span {
  border-left-color: #002c57
}

.alert-banner.is-show .arrows span:nth-of-type(odd) {
  border-left-color: #036
}

.alert-banner.is-show .arrows .arrow-2 {
  -webkit-animation: show-arrow-highlight 2s infinite 0s ease-in-out;
  animation: show-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-show .arrows .arrow-4 {
  -webkit-animation: show-arrow-highlight 2s infinite .5s ease-in-out;
  animation: show-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-show .arrows .arrow-6 {
  -webkit-animation: show-arrow-highlight 2s infinite 1s ease-in-out;
  animation: show-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.is-nation {
  color: #fff;
  background: #222
}

.alert-banner.is-nation .close:before {
  color: #222
}

.alert-banner.is-nation .close:after {
  background-color: #fff
}

.alert-banner.is-nation .alert-info a {
  color: #fff
}

.alert-banner.is-nation .alert-info p {
  color: #ccc
}

.alert-banner.is-nation .alert-type {
  display: inline-block;
  color: #fff;
  background: #c20017;
  padding: 4px
}

.alert-banner.is-nation .alert-type a {
  color: #fff
}

.alert-banner.is-nation .arrows span {
  border-left-color: #000
}

.alert-banner.is-nation .arrows span:nth-of-type(odd) {
  border-left-color: #222
}

.alert-banner.is-nation .arrows .arrow-2 {
  -webkit-animation: nation-arrow-highlight 2s infinite 0s ease-in-out;
  animation: nation-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-nation .arrows .arrow-4 {
  -webkit-animation: nation-arrow-highlight 2s infinite .5s ease-in-out;
  animation: nation-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-nation .arrows .arrow-6 {
  -webkit-animation: nation-arrow-highlight 2s infinite 1s ease-in-out;
  animation: nation-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.slide-in {
  -webkit-animation: slide-in 1s both;
  animation: slide-in 1s both
}

.alert-banner.slide-out {
  -webkit-animation: slide-out 1s both;
  animation: slide-out 1s both
}

@-webkit-keyframes breaking-arrow-highlight {

  0%,
  100% {
    border-left-color: #ae0015
  }

  50% {
    border-left-color: #bd0017
  }
}

@keyframes breaking-arrow-highlight {

  0%,
  100% {
    border-left-color: #ae0015
  }

  50% {
    border-left-color: #bd0017
  }
}

@-webkit-keyframes programming-arrow-highlight {

  0%,
  100% {
    border-left-color: #ffb400
  }

  50% {
    border-left-color: #ffb90f
  }
}

@keyframes programming-arrow-highlight {

  0%,
  100% {
    border-left-color: #ffb400
  }

  50% {
    border-left-color: #ffb90f
  }
}

@-webkit-keyframes watch-arrow-highlight {

  0%,
  100% {
    border-left-color: #ffb400
  }

  50% {
    border-left-color: #ffb90f
  }
}

@keyframes watch-arrow-highlight {

  0%,
  100% {
    border-left-color: #ffb400
  }

  50% {
    border-left-color: #ffb90f
  }
}

@-webkit-keyframes show-arrow-highlight {

  0%,
  100% {
    border-left-color: #002c57
  }

  50% {
    border-left-color: #003466
  }
}

@keyframes show-arrow-highlight {

  0%,
  100% {
    border-left-color: #002c57
  }

  50% {
    border-left-color: #003466
  }
}

@-webkit-keyframes nation-arrow-highlight {

  0%,
  100% {
    border-left-color: #000
  }

  50% {
    border-left-color: #1a1a1a
  }
}

@keyframes nation-arrow-highlight {

  0%,
  100% {
    border-left-color: #000
  }

  50% {
    border-left-color: #1a1a1a
  }
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

@keyframes slide-out {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

body:not(.homepage) .alert-banner {
  left: 16px;
  width: calc(100% - 32px);
  min-width: 288px
}

body.slideshow .alert-banner {
  left: 12px;
  width: calc(100% - 24px);
  min-width: 296px
}

.alert {
  margin: 0 auto;
  text-align: center
}

.alert h2 {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  margin: 0 0 10px;
  clear: both;
  color: #e59fa1;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase
}

.alert>div {
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
  background: #c93f3f
}

.alert>div>span {
  margin: 0 0 16px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase
}

.alert>div>span a {
  color: #fff
}

.alert>div>span a:hover {
  text-decoration: underline
}

.alert>div>a {
  color: #fff
}

.alert>div>a.close {
  background-image: url(/static/orion/styles/img/fox-news/icons/close-small-white.png);
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: -9999px;
  height: 11px;
  width: 11px
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-pixel-ratio:2),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
  .alert>div>a.close {
    background-image: url(/static/orion/styles/img/fox-news/icons-2x/close-small-white.png)
  }
}

.alert>div>a.close:hover {
  background-image: url(/static/orion/styles/img/fox-news/icons/close-small-black.png);
  background-repeat: no-repeat;
  height: 11px;
  width: 11px
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-pixel-ratio:2),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
  .alert>div>a.close:hover {
    background-image: url(/static/orion/styles/img/fox-news/icons-2x/close-small-black.png)
  }
}

.alert>div>a:hover {
  text-decoration: underline
}

.alert>div>p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px
}

.alert .action a {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  padding: 10px 12px;
  display: inline-block;
  background: #ae3232;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em
}

.alert .action a:hover {
  background: #952b2b
}

.speechkit-container .sk-app-container .sk-play-button {
  margin: 16px !important
}

@media screen and (min-width:600px) {

  .item-form,
  .more-on-this,
  .related,
  .summary {
    clear: left;
    float: left;
    margin: 0 12px 12px 0;
    width: 300px
  }
}

@media screen and (min-width:768px) {
  body {
    min-width: 768px
  }

  h1 {
    font-size: 36px
  }

  h2 {
    font-size: 30px
  }

  h3 {
    font-size: 24px
  }

  h4 {
    font-size: 18px
  }

  h5 {
    font-size: 16px
  }

  h6 {
    font-size: 14px
  }

  html .mobile {
    display: none
  }

  html .mobile.ad-container {
    display: none
  }

  html .mobile-tablet {
    display: block
  }

  html .mobile-tablet.ad-container {
    display: block;
    margin-bottom: 22px
  }

  html .mobile-tablet .mobile.ad-container {
    display: none
  }

  html .mobile-tablet .tablet.ad-container {
    display: block
  }

  html .mobile-desktop {
    display: none
  }

  html .mobile-desktop.ad-container {
    display: none
  }

  html .mobile-desktop .mobile.ad-container {
    display: none
  }

  html .mobile-desktop .desktop.ad-container {
    display: none
  }

  html .tablet {
    display: block
  }

  html .tablet.ad-container {
    display: block;
    margin-bottom: 22px
  }

  html .tablet-desktop {
    display: block
  }

  html .tablet-desktop.ad-container {
    display: block
  }

  html .tablet-desktop .tablet.ad-container {
    display: block
  }

  html .tablet-desktop .desktop.ad-container {
    display: none
  }

  html .desktop {
    display: none
  }

  html .desktop.ad-container {
    display: none
  }

  .notification-banner-inner {
    padding: 12px 56px 12px 24px
  }

  .notification-banner .close {
    right: 24px
  }

  .section-nav {
    overflow: hidden;
    padding-bottom: 24px
  }

  .section-nav nav {
    float: left;
    width: 25%;
    padding: 0 24px
  }

  .section-nav nav:nth-of-type(4n+6) {
    clear: both
  }

  .site-header {
    border-top-width: 4px
  }

  .site-header .expandable-nav {
    top: 50px
  }

  .site-header .nav-row {
    padding: 0 24px 0 132px;
    height: 50px;
    line-height: 50px
  }

  .site-header .nav-row:after {
    content: "";
    display: table;
    clear: both
  }

  .site-header .nav-row-upper nav li {
    float: left
  }

  .site-header .nav-row-lower {
    background-color: #fff;
    border-top: 1px solid #036;
    border-bottom: 1px solid #def;
    font-size: 12px;
    font-weight: 600;
    line-height: 49px
  }

  .is-doomsday .site-header .nav-row-lower {
    background-color: #001224;
    border-bottom: none;
    border-top: 1px solid #17283a
  }

  .is-doomsday .site-header .nav-row-lower a {
    color: #fff
  }

  .site-header .nav-row-lower nav ul {
    display: inline
  }

  .site-header .nav-row-lower nav li {
    display: inline-block
  }

  .site-header .nav-row-lower nav li a {
    color: #036
  }

  .site-header .nav-row-lower nav li a:hover {
    text-decoration: underline
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .site-header .nav-row-lower nav .rotate-items li {
    position: absolute
  }
}

@media screen and (min-width:768px) {
  .site-header .subnav-title {
    color: #c20017;
    float: left;
    margin-right: 14px
  }

  .site-header .is-active a {
    border-radius: 3px;
    color: #fff;
    background-color: #40668c
  }

  .is-doomsday .site-header .is-active a {
    background-color: #404d5b
  }

  .site-header .branding {
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 510
  }

  .site-header .branding a {
    border-radius: 3px;
    background-image: url(/static/orion/styles/img/fox-news/s/logos/fox-news-logo.svg);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    border: 3px solid #fff;
    margin-left: 0;
    margin-top: 3px;
    height: 96px;
    width: 97px
  }

  .site-header .branding .current-time {
    text-shadow: 1px 0 2px #4e0009;
    display: block;
    background-color: #c20017;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 3px;
    bottom: 3px;
    height: 14px;
    width: 91px
  }

  .site-header .branding .current-time .zone {
    font-size: 10px
  }

  .site-header .search,
  .site-header .weather {
    border: 0;
    float: left
  }

  .site-header .search {
    padding-left: 142px;
    width: calc(100% - 272px)
  }

  .site-header .weather {
    padding-top: 22px;
    padding-right: 24px;
    width: 272px
  }

  .site-header .weather .info {
    width: 158px
  }

  .site-header .primary-nav {
    float: left
  }

  .site-header .primary-nav li {
    margin-right: 8px
  }

  .site-header .primary-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px
  }

  .site-header .primary-nav .menu-more a {
    position: relative;
    padding-right: 14px
  }

  .site-header .primary-nav .menu-more a:after {
    content: "\22EE";
    color: #edf6ff;
    position: relative;
    right: -6px
  }

  .site-header .meta {
    padding-right: 0;
    margin-top: 8px
  }

  .site-header .meta .search-toggle {
    float: left;
    margin-right: 4px
  }

  .site-header .meta .search-toggle a {
    display: block;
    position: relative;
    text-indent: -9999em;
    height: 32px;
    width: 24px
  }

  .site-header .meta .search-toggle a:before {
    border-radius: 50px;
    display: block;
    content: "";
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 4px;
    top: 8px;
    height: 8px;
    width: 8px
  }

  .site-header .meta .search-toggle a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    background: #fff;
    position: absolute;
    top: 19px;
    left: 12px;
    height: 2px;
    width: 7px
  }

  .site-header .meta .user-profile {
    margin-top: 0
  }

  .site-header .meta .user-profile .avatar {
    width: 32px
  }

  .site-header .meta .button {
    margin-top: 0
  }

  .site-header .meta .button a {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 16px
  }

  .site-header .secondary-nav {
    float: left
  }

  .site-header .secondary-nav .nav-title {
    display: inline-block;
    margin-left: 10px
  }

  .site-header .secondary-nav a {
    display: block;
    position: relative
  }
}

@media screen and (min-width:768px) and (min-width:1024px) {
  .site-header .secondary-nav li {
    display: block;
    float: left;
    margin: 0 14px;
    position: relative
  }

  .site-header .secondary-nav li:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #a7c6e5;
    top: 15px;
    left: -14px;
    height: 10px;
    width: 1px
  }
}

@media screen and (min-width:768px) {
  .site-header .markets-nav {
    float: right;
    text-align: left;
    font-weight: 600;
    width: auto
  }

  .site-header .markets-nav .market-data {
    float: left;
    width: 150px
  }

  .site-header .markets-nav .nav-title {
    display: inline-block
  }

  .site-header .markets-nav .stock span {
    display: inline-block;
    margin-left: 4px
  }

  .site-header .markets-nav .stock span:hover {
    text-decoration: underline
  }

  .site-header .markets-nav .pos {
    color: #307608;
    -webkit-text-decoration-color: #307608;
    text-decoration-color: #307608
  }

  .site-header .markets-nav .neg {
    color: #d20f26;
    -webkit-text-decoration-color: #d20f26;
    text-decoration-color: #d20f26
  }

  .site-header .markets-nav .more-markets {
    display: none
  }

  .site-header .market-sponsor {
    float: right;
    height: 31px;
    margin-top: 8px
  }

  .site-header .market-sponsor .advert-txt {
    display: none
  }

  .site-header .market-sponsor .ad>div {
    float: left;
    line-height: 31px
  }

  .site-header .market-sponsor .ad[data-ad-slot-rendered="0"] {
    display: none
  }

  .site-header .market-sponsor .ad[data-ad-slot-rendered="1"] {
    padding-left: 12px;
    position: relative
  }

  .site-header .market-sponsor .ad[data-ad-slot-rendered="1"]:after {
    content: "";
    background-color: #a7c6e5;
    height: 14px;
    width: 1px;
    position: absolute;
    top: 8px;
    left: 0
  }

  .site-header .market-sponsor .ad[data-ad-slot-rendered="1"]:before {
    content: "Sponsored by";
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: 31px;
    display: block;
    float: left;
    padding-right: 8px
  }

  .site-header .section-nav {
    border-top: 1px solid #174676;
    clear: both
  }

  .site-header .section-nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .site-header .header-lower {
    overflow: hidden
  }

  .site-header .header-lower .branding {
    position: relative;
    left: 0
  }

  .site-header .header-lower .branding a {
    border-radius: 0;
    position: relative;
    border: 0
  }

  .site-header .header-lower .branding,
  .site-header .header-lower .legal {
    float: left
  }

  .site-header .header-lower .legal {
    margin-bottom: 0;
    width: calc(100% - 68px - 276px)
  }

  .site-header .header-lower .social-icons {
    clear: none;
    float: right;
    margin-bottom: 0
  }

  .site-header .header-lower .social-icons ul {
    text-align: right;
    margin-left: 10px;
    margin-bottom: 6px
  }

  .site-header .header-lower .social-icons li {
    float: left;
    margin: 0 0 0 6px
  }

  .menu-business,
  .menu-entertainment,
  .menu-fox-nation,
  .menu-lifestyle,
  .menu-nation,
  .menu-radio,
  .menu-sports,
  .menu-tv {
    display: none
  }
}

@media screen and (min-width:768px) and (min-width:900px) {
  .menu-business {
    display: block
  }
}

@media screen and (min-width:768px) and (min-width:980px) {
  .menu-entertainment {
    display: block
  }
}

@media screen and (min-width:768px) {
  .site-footer .section-nav nav {
    display: block;
    width: 25%
  }

  .site-footer .section-nav nav.mobile {
    display: none
  }

  .site-footer .section-nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .popup-modal {
    padding: 0
  }

  .popup-modal .modal {
    width: 650px;
    margin: 100px auto 0
  }

  .popup-modal .modal:before {
    top: -24px
  }

  .popup-modal .modal.modal-email .content {
    padding: 50px
  }

  .popup-modal .modal.modal-email .content.fn-first .email:before {
    width: 300px;
    height: 52px;
    background-size: 300px;
    margin-bottom: 30px
  }

  .popup-modal .modal.modal-email .content.fn-first .email p {
    margin-bottom: 30px
  }

  .popup-modal .modal.modal-email .content.fn-first .email form {
    margin-top: 30px
  }

  .popup-modal.email-1 .modal {
    border-top-width: 10px;
    top: 50%;
    margin-top: -190px;
    width: 666px
  }

  .popup-modal.email-1 .modal:before {
    top: -36px;
    font-size: 16px
  }

  .popup-modal.email-1 .modal-email .close {
    top: 26px;
    right: 18px;
    height: 18px;
    width: 18px
  }

  .popup-modal.email-1 .modal-email .close:after,
  .popup-modal.email-1 .modal-email .close:before {
    top: 9px;
    width: 18px
  }

  .popup-modal.email-1 .modal-email .content {
    padding: 64px 90px 60px 90px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email:before {
    background-size: 100% 100%;
    margin-bottom: 42px;
    max-width: 100%;
    height: 64px;
    width: 366px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email p {
    font-size: 18px;
    line-height: 24px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form {
    margin-left: auto;
    margin-right: auto;
    width: 366px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 18px;
    height: 43px;
    width: calc(100% - 104px)
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form .signup-button {
    font-size: 19px;
    height: 43px;
    padding: 10px 16px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
  .popup-modal.email-1 .modal {
    margin-top: -125px;
    max-width: initial
  }

  .popup-modal.email-1 .modal-email .content {
    padding: 32px 36px
  }
}

@media screen and (min-width:768px) {
  .popup-modal.email-3 {
    padding-left: 24px;
    padding-right: 24px;
    min-width: 320px
  }

  .popup-modal.email-3 .modal {
    margin-top: 162px;
    min-width: auto
  }

  .popup-modal.email-3 .modal:before {
    font-size: 14px;
    bottom: -36px;
    width: calc(100% - 210px)
  }

  .popup-modal.email-3 .modal-email {
    background: #fff url(/static/orion/styles/img/fox-news/bg/fnf-newsletter-bg3.png) no-repeat center right;
    background-size: 60% 100%
  }

  .popup-modal.email-3 .modal-email .close {
    top: -8px;
    right: auto;
    left: -10px
  }

  .popup-modal.email-3 .modal-email .content {
    border-top-width: 10px;
    padding: 46px 254px 64px 36px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:before {
    top: -50px;
    left: auto;
    right: -54px;
    height: 489px;
    width: 286px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:after {
    top: -38px;
    left: auto;
    right: -2px;
    height: 424px;
    width: 194px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email {
    position: relative;
    z-index: 5
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email:before {
    background-size: 100% 100%;
    max-width: 100%;
    height: 62px;
    width: 347px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form {
    width: 326px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form .signup-button,
  .popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
    border-radius: 3px;
    position: relative;
    margin-bottom: 0;
    left: auto;
    width: auto
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
    height: 40px;
    font-size: 16px;
    text-align: left;
    width: calc(100% - 95px)
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form .signup-button {
    font-size: 17px;
    left: -5px;
    height: 40px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
  .popup-modal.email-3 .modal {
    margin-top: -166px;
    top: 50%;
    max-width: initial
  }

  .popup-modal.email-3 .modal-email {
    background-image: none
  }

  .popup-modal.email-3 .modal-email .content {
    padding-right: 36px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:after,
  .popup-modal.email-3 .modal-email .content.fn-first:before {
    display: none
  }
}

@media screen and (min-width:768px) {
  .popup-modal.email-5 {
    padding-left: 60px;
    padding-right: 60px
  }

  .popup-modal.email-5 .modal {
    margin-top: -223px
  }

  .popup-modal.email-5 .modal:before {
    font-size: 14px;
    top: -30px
  }

  .popup-modal.email-5 .modal-email .close {
    top: 19px;
    right: 16px;
    height: 12px;
    width: 12px
  }

  .popup-modal.email-5 .modal-email .close:after,
  .popup-modal.email-5 .modal-email .close:before {
    top: 6px;
    width: 12px
  }

  .popup-modal.email-5 .modal-email .content {
    border-top-width: 8px;
    padding: 74px 54px 88px 54px
  }

  .popup-modal.email-5 .modal-email .content.fn-first:before {
    background-size: 100% 100%
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email:before {
    background-size: 100% 100%;
    height: 69px;
    width: 389px;
    margin-bottom: 48px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form {
    width: 389px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 18px;
    padding: 5px 14px;
    height: 45px;
    width: calc(100% - 112px)
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form .signup-button {
    font-size: 20px;
    height: 45px;
    padding: 8px 18px 8px 18px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
  .popup-modal.email-5 .modal {
    margin-top: -178px;
    max-width: initial
  }

  .popup-modal.email-5 .modal-email .content {
    padding: 32px 48px
  }
}

@media screen and (min-width:768px) {
  .popup-modal.email-6 {
    padding-left: 54px;
    padding-right: 54px
  }

  .popup-modal.email-6 .modal {
    margin-top: -280px;
    min-width: auto
  }

  .popup-modal.email-6 .modal:before {
    font-size: 14px;
    top: -30px
  }

  .popup-modal.email-6 .modal-email .close {
    top: 26px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10
  }

  .popup-modal.email-6 .modal-email .close:after,
  .popup-modal.email-6 .modal-email .close:before {
    top: 10px;
    width: 20px
  }

  .popup-modal.email-6 .modal-email .content {
    border-top-width: 10px;
    padding: 52px 60px 262px 60px
  }

  .popup-modal.email-6 .modal-email .content.fn-first:after {
    left: 0;
    margin-left: 0;
    height: 251px;
    width: 658px;
    z-index: 2
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email:before {
    background-size: 100% 100%;
    height: 44px;
    width: 238px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form {
    width: 397px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 20px;
    padding: 5px 14px;
    height: 48px;
    width: calc(100% - 112px)
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form .signup-button {
    font-size: 20px;
    height: 48px;
    padding: 5px 18px 6px 18px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
  .popup-modal.email-6 .modal {
    margin-top: -144px;
    max-width: initial
  }

  .popup-modal.email-6 .modal-email .content {
    padding: 32px 48px
  }

  .popup-modal.email-6 .modal-email .content.fn-first:after {
    display: none
  }
}

@media screen and (min-width:768px) {
  .popup-modal .modal-video .video-player .unauthorized-mvpd p {
    font-size: 18px
  }

  .popup-modal.airshipPushNotify .modal-airship .content {
    padding: 24px
  }

  .popup-modal.airshipPushNotify .modal-airship .content img {
    float: left;
    width: 50%;
    margin: 0
  }

  .popup-modal.airshipPushNotify .modal-airship .content .info {
    float: right;
    text-align: left;
    width: 270px
  }

  .popup-modal.airshipPushNotify .modal-airship .content .info .choices {
    width: auto
  }

  .pre-content {
    width: 100%
  }

  .article-list {
    clear: both
  }

  .article-list .article {
    padding: 0 0 16px 0
  }

  .article-list .article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .collection-spotlight {
    padding-top: 24px
  }

  .is-doomsday .collection-spotlight {
    padding-top: 24px
  }

  .collection-spotlight .content:after {
    content: "";
    display: table;
    clear: both
  }

  .collection-spotlight.has-hero {
    padding-top: 0
  }

  .collection-spotlight.has-hero .article:nth-of-type(odd) {
    padding-left: 12px;
    padding-right: 24px
  }

  .collection-spotlight.has-hero .article:nth-of-type(even) {
    padding-left: 24px;
    padding-right: 12px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) {
    float: none;
    padding: 0;
    width: 100%
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .title {
    font-size: 30px;
    line-height: 34px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .info {
    padding: 8px 24px 18px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .kicker {
    margin: 0 24px;
    bottom: 0
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .kicker .kicker-text {
    -webkit-box-shadow: 10px 0 0 rgba(0, 51, 102, .8), -10px 0 0 rgba(0, 51, 102, .8);
    box-shadow: 10px 0 0 rgba(0, 51, 102, .8), -10px 0 0 rgba(0, 51, 102, .8);
    padding: 6px 0;
    font-size: 36px;
    line-height: 54px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .related {
    overflow: hidden
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .related ul:after {
    content: "";
    display: table;
    clear: both
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .related li {
    float: left;
    width: 50%
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .related li:nth-of-type(odd) {
    clear: both
  }

  .collection-spotlight .article {
    float: left;
    width: 50%
  }

  .collection-spotlight .article .m .overlay {
    right: 24px;
    bottom: 24px;
    height: 64px;
    width: 64px
  }

  .collection-spotlight .article .m .overlay.inline-overlay {
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
  }

  .collection-spotlight .article .kicker .kicker-text {
    padding: 4px 0
  }

  .collection-spotlight .article:nth-of-type(even) {
    padding-left: 12px;
    padding-right: 24px
  }

  .collection-spotlight .article:nth-of-type(odd) {
    clear: left;
    padding-left: 24px;
    padding-right: 12px
  }

  .collection-spotlight.collection-spotlight-cards {
    padding: 0
  }

  .collection-spotlight.collection-spotlight-cards>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
  }

  .collection-spotlight.collection-spotlight-cards .article {
    width: calc(50% - 18px);
    float: none
  }

  .collection-spotlight.collection-spotlight-cards .article:nth-of-type(even) {
    padding: 0;
    margin: 0 12px 12px 6px
  }

  .collection-spotlight.collection-spotlight-cards .article:nth-of-type(odd) {
    padding: 0;
    margin: 0 6px 12px 12px
  }

  .collection-spotlight.collection-spotlight-cards.has-hero .article:nth-of-type(1) {
    margin: 0 0 12px 0
  }

  .collection-spotlight.collection-spotlight-cards.has-hero .article:nth-of-type(1) .info {
    padding: 8px 24px 24px
  }

  .collection-spotlight.collection-spotlight-cards.has-hero .article:nth-of-type(1) .kicker {
    margin: 0 24px
  }

  .collection-spotlight.collection-spotlight-cards.has-hero .article:nth-of-type(1) .title {
    font-size: 30px;
    line-height: 36px
  }

  .collection-article-list {
    padding: 24px
  }

  .collection-article-list .article-list .article .m .overlay.inline-overlay {
    right: 8px;
    bottom: 8px;
    height: 24px;
    width: 24px
  }

  .collection-article-list .article-list .article .info {
    padding: 0
  }

  .collection-article-list .article-list .article .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px
  }

  .collection-article-list .article-list .article .dek {
    display: block;
    margin-bottom: 0
  }

  .collection-article-list .info-header .meta .pill {
    margin-bottom: 4px
  }

  .main-content .collection-article-list .article-list .article .m {
    width: 156px
  }

  .item-free-trial {
    margin: 0 0 12px;
    padding: 0 56px 24px
  }

  .item-free-trial .heading .title {
    font-size: 18px;
    line-height: 21px
  }

  .item-free-trial .content p {
    font-size: 18px;
    line-height: 26px
  }

  body.fn .alert-banner {
    left: 24px;
    width: calc(100% - 48px);
    padding: 16px;
    min-width: 720px
  }

  body.fn .alert-banner .alert-type {
    font-size: 14px;
    margin-bottom: 5px
  }

  body.fn .alert-banner .alert-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px
  }

  body.fn .alert-banner .alert-text {
    font-size: 14px
  }

  body.article-single .alert-banner {
    left: 48px;
    width: calc(100% - 96px);
    min-width: 672px
  }

  .alert {
    margin: 0;
    width: auto
  }

  .alert>div {
    margin: 0 0 24px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .sidebar {
    overflow: hidden;
    padding: 12px 24px
  }

  .sidebar .sidebar-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    position: relative
  }

  .sidebar .ad-container,
  .sidebar .collection,
  .sidebar .item,
  .sidebar .poll-component,
  .sidebar .promo,
  .sidebar .sidebar-panel {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .menu-subnav .rotate-items li {
    position: absolute
  }
}

@media screen and (min-width:768px) {

  .embed-media.fb-video .m,
  .embed-media.fn-video .m {
    position: static
  }

  .embed-media.fb-video .m img,
  .embed-media.fn-video .m img {
    width: 100%
  }

  .embed-media.fb-video .overlay,
  .embed-media.fn-video .overlay {
    height: 128px;
    width: 128px
  }

  .summary {
    float: left;
    margin: 0 24px 24px 0;
    width: 300px
  }

  .summary .content li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px
  }

  .more-on-this {
    float: left;
    margin: 0 24px 24px 0;
    width: 300px
  }

  .more-on-this .content li {
    font-size: 14px;
    line-height: 20px
  }

  .pull-quote {
    padding: 48px 36px 24px 36px;
    margin-left: 0
  }

  .pull-quote .quote-text {
    font-size: 36px;
    line-height: 48px
  }

  .pull-quote .quote-author {
    font-size: 18px
  }

  .related {
    float: left;
    margin: 0 24px 24px 0;
    width: 300px
  }

  .featured .m .overlay {
    width: 139px;
    height: 139px
  }

  .featured .info {
    padding-top: 18px
  }

  .featured .info .caption .title {
    font-size: 18px;
    line-height: 24px
  }

  .featured .info .caption p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px
  }

  .featured.featured-video.sticky-video {
    background: url(/static/orion/styles/img/fox-news/bg/fox-news-default.png) center center no-repeat #eee;
    height: 450px
  }

  .featured.featured-video.sticky-video .contain {
    position: fixed;
    width: calc(100% - (48px * 2));
    background: #000;
    top: 0;
    z-index: 350
  }

  .featured.featured-video.sticky-video .contain .control {
    display: block
  }

  .featured.featured-video.sticky-video .contain .control .close,
  .featured.featured-video.sticky-video .contain .control .top {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px
  }

  .featured.featured-video.sticky-video .contain .control .close {
    color: #666;
    font-size: 12px;
    top: 5px;
    height: 14px;
    width: 46px
  }

  .featured.featured-video.sticky-video .contain .control .close:after,
  .featured.featured-video.sticky-video .contain .control .close:before {
    content: "";
    display: block;
    background: #666;
    position: absolute;
    top: 6px;
    right: 0;
    width: 12px;
    height: 2px
  }

  .featured.featured-video.sticky-video .contain .control .close:before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0)
  }

  .featured.featured-video.sticky-video .contain .control .close:after {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0)
  }

  .featured.featured-video.sticky-video .contain .control .top {
    background: url(/static/orion/styles/img/fox-news/bg/article-video-hide.png) center center no-repeat;
    bottom: 5px
  }

  .featured.featured-video.sticky-video .contain .video-container {
    float: left;
    margin-bottom: 0;
    width: 66%
  }

  .featured.featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
    font-size: 18px
  }

  .featured.featured-video.sticky-video .contain .info {
    float: left;
    padding: 20px 12px 0;
    width: 30%
  }

  .featured.featured-video.sticky-video .contain .info .caption {
    border: 0 none
  }

  .featured.featured-video.sticky-video .contain .info .title {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5
  }

  .featured.featured-video.sticky-video .contain .info .title:before {
    content: "NOW PLAYING";
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 2px
  }

  .featured.featured-video.sticky-video .contain .info .title a {
    color: #fff
  }

  .featured.featured-video.sticky-video .contain .info p {
    display: none
  }

  .featured.featured-image .ctrl {
    height: 72px;
    bottom: 50%
  }

  .featured.featured-image .ctrl .next,
  .featured.featured-image .ctrl .prev {
    width: 72px;
    height: 72px
  }

  .featured.featured-image .ctrl .next:after,
  .featured.featured-image .ctrl .next:before,
  .featured.featured-image .ctrl .prev:after,
  .featured.featured-image .ctrl .prev:before {
    height: 30px
  }

  .featured.featured-image .ctrl .next:before,
  .featured.featured-image .ctrl .prev:before {
    top: 11px
  }

  .featured.featured-image .ctrl .next:after,
  .featured.featured-image .ctrl .prev:after {
    bottom: 11px
  }

  .featured.featured-image .ctrl .prev:after,
  .featured.featured-image .ctrl .prev:before {
    left: 35px
  }

  .featured.featured-image .ctrl .next:after,
  .featured.featured-image .ctrl .next:before {
    right: 35px
  }

  .featured.featured-image .pager {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px
  }

  .featured.featured-image .info .caption p {
    font-size: 13px
  }

  table {
    margin-bottom: 36px
  }

  table td {
    display: table-cell
  }

  table thead {
    display: table-header-group
  }

  table thead tr {
    border-bottom: 1px solid #ddd
  }

  table thead th {
    padding: 10px 14px;
    text-align: left;
    font-size: 16px;
    font-weight: 600
  }

  table tbody td {
    display: table-cell;
    padding: 14px;
    font-size: 16px
  }

  .poll-component {
    margin: 0 24px 24px 0;
    float: left
  }

  .inline {
    margin-bottom: 24px
  }

  .inline .caption {
    padding-bottom: 24px
  }

  .inline .caption p {
    font-size: 13px
  }

  .full-span {
    margin-bottom: 24px
  }

  .full-span .caption {
    padding-bottom: 24px
  }

  .full-span .caption p {
    font-size: 13px
  }

  .main-content .full-span {
    margin-left: -48px
  }

  .item-nation-trial-bar {
    margin-bottom: 16px
  }

  .item-nation-trial-bar .item-inner .trial {
    display: inline-block
  }

  .item-nation-trial-mod {
    padding: 0 48px 32px;
    border-width: 7px
  }

  .item-nation-trial-mod:before {
    width: 96px;
    height: 96px;
    margin-bottom: 24px
  }

  .item-nation-trial-mod .heading .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px
  }

  .item-nation-trial-mod .heading .dek {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    padding: 0 40px
  }

  .item-nation-trial-mod .content .button {
    width: 260px;
    padding: 16px;
    margin: 0 auto;
    line-height: 19px;
    font-size: 16px
  }

  .item-nation-email-mod {
    margin-bottom: 32px
  }

  .item-nation-email-mod:after {
    height: 228px
  }

  .item-nation-email-mod .message {
    font-size: 14px;
    line-height: 21px
  }

  .item-nation-email-mod .heading {
    padding: 0 36px
  }

  .item-nation-email-mod .heading .title {
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 0 24px
  }

  .item-nation-email-mod .heading .dek {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 16px
  }

  .item-nation-email-mod .content {
    padding: 0 60px
  }

  .item-nation-email-mod .content .input-wrap .input {
    width: 78%;
    font-size: 16px
  }

  .item-nation-email-mod .content .input-wrap .button {
    width: 20%
  }

  .item-nation-email-mod .footing {
    padding: 0 24px 2px
  }

  .item-nation-email-mod .footing .legal span {
    display: block
  }

  .item-nation-video-overlay .form-overlay__lock-icon {
    width: 64px;
    height: 64px
  }

  .item-nation-video-overlay .form-overlay__lock-icon>svg {
    width: 40px;
    height: 40px
  }

  .item-nation-video-overlay .form-overlay__title {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.16;
    letter-spacing: -.5px
  }

  .item-nation-video-overlay .form-overlay__input {
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 16px;
    width: calc(100% - 115px)
  }

  .item-nation-video-overlay .form-overlay__button {
    font-size: 14px;
    line-height: 1.2;
    padding: 14px 0;
    width: 80px
  }

  .item-nation-video-overlay .form-overlay__check {
    right: 90px
  }

  .item-nation-video-overlay .form-overlay__helper {
    margin-top: 1.75rem
  }

  .form-overlay__error {
    display: block;
    margin: 16px 0
  }

  .collection-article-scroller .heading {
    padding: 12px 24px
  }

  .collection-article-scroller .heading .title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.25px
  }

  .collection-article-scroller .heading .title .logo {
    background-image: url(/static/orion/styles/img/fox-news/bg/coronavirus-pandemic-large-logo.png);
    background-position: -14px -8px;
    height: 20px;
    width: 222px
  }
}

@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:768px) and (min-device-pixel-ratio:2),
screen and (min-width:768px) and (min-resolution:192dpi),
screen and (min-width:768px) and (min-resolution:2dppx) {
  .collection-article-scroller .heading .title .logo {
    background-image: url(/static/orion/styles/img/fox-news/bg/coronavirus-pandemic-large-logo-2x.png)
  }
}

@media screen and (min-width:768px) {
  .collection-article-scroller .content {
    height: 92px
  }

  .collection-article-scroller .article-wrap {
    padding-bottom: 36px;
    height: 128px
  }

  .collection-article-scroller .article-wrap .article {
    padding: 0 8px
  }

  .collection-article-scroller .article-wrap .article:first-of-type {
    padding-left: 24px
  }

  .collection-article-scroller .article-wrap .article:last-of-type {
    padding-right: 24px
  }

  .collection-article-scroller .article-wrap .article .m {
    margin-right: 12px;
    width: 142px
  }

  .collection-article-scroller .article-wrap .article .overlay {
    right: 7px;
    bottom: 7px;
    height: 26px;
    width: 26px
  }

  .collection-article-scroller .article-wrap .article .info {
    float: left;
    width: 142px
  }

  .collection-article-scroller .article-wrap .article .title {
    -webkit-line-clamp: 5
  }

  .speechkit-container .sk-app-container .sk-play-button {
    margin: 16px 16px 16px 24px !important
  }

  .article-header .article-meta {
    font-size: 14px;
    padding: 0 32px
  }

  .article-header .headline {
    font-size: 48px;
    line-height: 56px;
    padding-left: 48px;
    padding-right: 48px
  }

  .article-header .sub-headline {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 48px;
    padding-right: 48px
  }

  .author-headshot {
    top: auto
  }

  .author-byline {
    display: block;
    margin-right: 0;
    margin-bottom: 16px
  }

  .article-meta .article-date,
  .article-meta .article-updated {
    padding-left: 14px
  }

  .article-notice {
    padding: 14px 48px
  }

  .article-content-wrap>.article-tags {
    margin-left: 48px;
    margin-right: 48px
  }

  .article-content {
    margin-left: 48px;
    margin-right: 48px
  }

  .article-body ol,
  .article-body p,
  .article-body ul {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px
  }

  .article-body .credible {
    margin-bottom: 28px
  }

  .article-footer .vendor-unit {
    margin-left: 0;
    margin-right: 0
  }

  .author-bio p {
    font-size: 16px;
    line-height: 24px
  }

  .article-comments {
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (min-width:1024px) {
  body {
    min-width: 1024px
  }

  h1 {
    font-size: 48px
  }

  h2 {
    font-size: 36px
  }

  h3 {
    font-size: 30px
  }

  h4 {
    font-size: 24px
  }

  h5 {
    font-size: 18px
  }

  h6 {
    font-size: 16px
  }

  .ad-container {
    margin-bottom: 12px
  }

  html .mobile {
    display: none
  }

  html .mobile.ad-container {
    display: none
  }

  html .mobile-tablet {
    display: none
  }

  html .mobile-tablet.ad-container {
    display: none
  }

  html .mobile-tablet .mobile.ad-container {
    display: none
  }

  html .mobile-tablet .tablet.ad-container {
    display: none
  }

  html .mobile-desktop {
    display: block
  }

  html .mobile-desktop.ad-container {
    display: block
  }

  html .mobile-desktop .mobile.ad-container {
    display: none
  }

  html .mobile-desktop .desktop.ad-container {
    display: block
  }

  html .tablet {
    display: none
  }

  html .tablet.ad-container {
    display: none
  }

  html .tablet-desktop {
    display: block
  }

  html .tablet-desktop.ad-container {
    display: block
  }

  html .tablet-desktop .tablet.ad-container {
    display: none
  }

  html .tablet-desktop .desktop.ad-container {
    display: block
  }

  html .desktop {
    display: block
  }

  html .desktop.ad-container {
    display: block
  }

  html .desktop.ad-container.gam {
    min-height: 50px
  }

  html .desktop.ad-container.gam[id^=desktop_desk-][id$=lb1] {
    min-height: 66px;
    width: 100%
  }

  html .desktop.ad-container.gam[id^=desktop_desk-][id*=ban] {
    min-height: 350px
  }

  html .desktop.ad-container.gam[id=ad-desktop-300x350] {
    min-height: 350px
  }

  html .desktop.ad-container.gam[id=ad-desktop-970x350-970x66-728x90],
  html .desktop.ad-container.gam[id=ad-desktop-970x66-970x350-728x90] {
    min-height: 66px
  }

  html .desktop.desktop-lg,
  html .desktop.desktop-md,
  html .desktop.desktop-sm {
    display: none
  }

  html .desktop.desktop-lg.ad-container,
  html .desktop.desktop-md.ad-container,
  html .desktop.desktop-sm.ad-container {
    display: none
  }

  .notification-banner-inner {
    padding: 12px 48px 12px 16px
  }

  .notification-banner .close {
    right: 16px
  }

  .section-nav {
    padding: 24px 0
  }

  .section-nav a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
  }

  .section-nav nav {
    padding: 0 16px;
    width: 16.666667%
  }

  .section-nav nav:nth-of-type(4n+6) {
    clear: none
  }

  .section-nav nav:nth-of-type(6n+8) {
    clear: both
  }

  .section-nav:hover {
    color: #a7c6e5
  }

  .section-nav:hover a {
    color: inherit
  }

  .section-nav:hover .nav-title {
    color: #a7c6e5
  }

  .section-nav:hover nav:hover .nav-title {
    color: #fff;
    display: inline
  }

  .section-nav:hover nav:hover .nav-title a:hover {
    border-bottom: 2px solid #1b4e81
  }

  .section-nav:hover nav:hover ul {
    margin-top: 8px
  }

  .section-nav:hover nav:hover li a {
    color: #edf6ff
  }

  .section-nav:hover nav:hover li a:hover {
    color: #a7c6e5;
    border-bottom: 2px solid #1b4e81
  }

  .site-header .inner {
    position: relative;
    margin: 0 auto
  }

  .site-header .inner:after {
    content: "";
    display: table;
    clear: both
  }

  .site-header .nav-row {
    padding: 0
  }

  .site-header .nav-row .inner {
    padding: 0 16px 0 108px
  }

  .site-header .nav-row-upper {
    height: 42px
  }

  .site-header .nav-row-lower {
    height: 41px;
    line-height: 40px
  }

  .site-header .nav-row-lower nav li {
    display: inline
  }

  .site-header .nav-row-lower nav li:before {
    top: 14px
  }

  .site-header .nav-row-lower nav li:first-of-type {
    margin-left: 0
  }

  .site-header .nav-row-lower nav li:first-of-type:before {
    display: none
  }

  .site-header .nav-row-lower nav li:first-of-type a {
    padding-left: 0
  }

  .site-header .nav-row-lower nav li:last-of-type a {
    margin-right: 0
  }

  .site-header .nav-row-lower nav li:last-of-type a:after {
    display: none
  }

  .site-header .branding {
    left: 16px;
    height: 83px;
    width: 78px
  }

  .site-header .branding a {
    border-width: 2px;
    margin-top: 6px;
    height: 76px;
    width: 76px
  }

  .site-header .branding .current-time {
    bottom: 3px;
    left: 2px;
    height: 13px;
    width: 72px
  }

  .site-header .meta .user-profile .avatar {
    width: 28px
  }

  .site-header .meta .button a {
    line-height: 12px
  }

  .site-header .meta .search-toggle a {
    height: 28px
  }

  .site-header .meta .search-toggle a:before {
    top: 6px
  }

  .site-header .meta .search-toggle a:after {
    top: 17px
  }

  .site-header .primary-nav {
    line-height: 42px
  }

  .site-header .primary-nav li {
    margin-right: 6px
  }

  .site-header .primary-nav a {
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 6px
  }

  .site-header .primary-nav a:active,
  .site-header .primary-nav a:hover {
    color: #edf6ff;
    background-color: #40668c
  }

  .is-doomsday .site-header .primary-nav a:active,
  .is-doomsday .site-header .primary-nav a:hover {
    background-color: #404d5b
  }

  .site-header .subnav-title {
    float: left
  }

  .site-header .markets-nav {
    text-align: right
  }

  .site-header .markets-nav .market-data {
    font-size: 12px;
    padding-right: 118px;
    width: 170px
  }

  .site-header .market-sponsor {
    margin-top: 4px
  }

  .site-header .search {
    padding: 12px 0;
    width: 100%
  }

  .site-header .search .search-wrap {
    margin: 0 auto;
    width: 350px
  }

  .site-header .search .resp_site_submit:hover {
    cursor: pointer
  }

  .site-header .weather {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
    width: 355px
  }

  .site-header .weather .info {
    width: 200px
  }

  .site-header .expandable-nav {
    top: 42px
  }

  .site-header .header-lower .branding {
    height: auto;
    width: auto
  }

  .site-header .social-icons li {
    margin-left: 8px
  }

  .menu-fox-nation,
  .menu-lifestyle,
  .menu-nation,
  .menu-sports,
  .menu-tv {
    display: block
  }
}

@media screen and (min-width:1024px) and (min-width:1080px) {
  .menu-radio {
    display: block
  }
}

@media screen and (min-width:1024px) {
  .site-footer {
    margin-top: 36px
  }

  .site-footer .section-nav nav {
    margin-bottom: 30px;
    width: 16.666667%
  }

  .site-footer .footer-lower {
    overflow: hidden
  }

  .site-footer .footer-lower .branding,
  .site-footer .footer-lower .legal {
    float: left
  }

  .site-footer .footer-lower .legal {
    width: calc(100% - 496px)
  }

  .site-footer .social-icons {
    clear: none;
    float: right;
    margin-bottom: 0
  }

  .site-footer .social-icons ul {
    text-align: right;
    margin-left: 10px;
    margin-bottom: 6px
  }

  .site-footer .social-icons li {
    float: left;
    margin: 0 0 0 8px
  }

  .site-header .hot-topics {
    font-size: 11px;
    padding-left: 8px
  }

  .site-header .hot-topics .rotate-items li {
    float: left;
    opacity: 1;
    position: relative;
    visibility: visible
  }

  .site-header .hot-topics .rotate-items li:nth-child(1) {
    -webkit-animation: none;
    animation: none
  }

  .site-header .hot-topics .rotate-items li:nth-child(2) {
    -webkit-animation: none;
    animation: none
  }

  .site-header .hot-topics .rotate-items li:nth-child(3) {
    -webkit-animation: none;
    animation: none
  }

  .popup-modal .modal-video .video-player .unauthorized-mvpd p {
    font-size: 18px
  }

  .popup-modal.airshipPushNotify .modal-airship {
    width: 730px
  }

  .popup-modal.airshipPushNotify .modal-airship .content {
    padding: 48px
  }

  .popup-modal.airshipPushNotify .modal-airship .content img {
    width: 330px
  }

  .pre-content {
    margin: 0 auto;
    width: 972px
  }

  .page-content {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 972px
  }

  .post-content {
    margin: 0 auto;
    width: 972px
  }

  .collection {
    padding: 16px
  }

  .collection-spotlight {
    border: 1px solid #cedfef;
    border-bottom: 0;
    padding: 12px 0 0
  }

  .is-doomsday .collection-spotlight {
    padding-top: 16px
  }

  .collection-spotlight.has-hero {
    padding-top: 0
  }

  .collection-spotlight.has-hero .article:nth-of-type(odd) {
    padding-left: 6px;
    padding-right: 12px
  }

  .collection-spotlight.has-hero .article:nth-of-type(even) {
    padding-left: 12px;
    padding-right: 6px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) {
    padding: 0
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .title {
    font-size: 24px;
    line-height: 30px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .info {
    padding: 8px 12px 16px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .kicker {
    bottom: 0;
    margin: 0 12px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .kicker .kicker-text {
    -webkit-box-shadow: 12px 0 0 rgba(0, 51, 102, .8), -12px 0 0 rgba(0, 51, 102, .8);
    box-shadow: 12px 0 0 rgba(0, 51, 102, .8), -12px 0 0 rgba(0, 51, 102, .8);
    font-size: 26px;
    line-height: 42px
  }

  .collection-spotlight .article .m .overlay {
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
  }

  .collection-spotlight .article .m .overlay.inline-overlay {
    right: 8px;
    bottom: 8px;
    height: 24px;
    width: 24px
  }

  .collection-spotlight .article .kicker {
    margin: 0 8px
  }

  .collection-spotlight .article .kicker .kicker-text {
    -webkit-box-shadow: 8px 0 0 rgba(0, 51, 102, .8), -8px 0 0 rgba(0, 51, 102, .8);
    box-shadow: 8px 0 0 rgba(0, 51, 102, .8), -8px 0 0 rgba(0, 51, 102, .8);
    padding: 4px 0;
    font-size: 16px;
    line-height: 27px
  }

  .collection-spotlight .article .info {
    padding-left: 8px;
    padding-right: 8px
  }

  .collection-spotlight .article .title {
    font-size: 16px;
    line-height: 22px
  }

  .collection-spotlight .article .related li {
    font-size: 12px;
    line-height: 18px
  }

  .collection-spotlight .article:nth-of-type(even) {
    padding-left: 6px;
    padding-right: 12px
  }

  .collection-spotlight .article:nth-of-type(odd) {
    padding-left: 12px;
    padding-right: 6px
  }

  .collection-spotlight+.collection-spotlight {
    border-top-width: 0
  }

  .collection-spotlight.collection-spotlight-cards {
    padding: 0
  }

  .collection-spotlight.collection-spotlight-cards .article {
    width: calc(50% - 6px)
  }

  .collection-spotlight.collection-spotlight-cards .article:nth-of-type(even) {
    padding: 0;
    margin-right: 0
  }

  .collection-spotlight.collection-spotlight-cards .article:nth-of-type(odd) {
    padding: 0;
    margin-left: 0
  }

  .collection-spotlight.collection-spotlight-cards.has-hero .article:nth-of-type(1) .info {
    border-width: 0 1px 1px 1px
  }

  .collection-spotlight.collection-spotlight-cards+.collection-spotlight {
    border-top-width: 1px
  }

  .collection-article-list {
    margin-bottom: 12px;
    border: 1px solid #cedfef
  }

  .collection-article-list .article-list .article {
    padding-bottom: 16px;
    margin-bottom: 16px
  }

  .collection-article-list .article-list .article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .collection-article-list .article-list .article .m .overlay.inline-overlay {
    right: 8px;
    bottom: 8px;
    height: 24px;
    width: 24px
  }

  .collection-article-list .article-list .article .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0
  }

  .collection-article-list .article-list+footer {
    margin-top: 12px
  }

  .collection-section {
    background-color: inherit;
    padding: 0 16px
  }

  .collection-section:first-of-type {
    margin-top: 24px
  }

  .collection-section .heading .title {
    font-size: 24px
  }

  .collection-section .heading .more {
    font-size: 14px
  }

  .collection-section .heading .sponsor {
    margin-bottom: 0
  }

  .collection-section .content {
    display: table;
    overflow: hidden;
    width: 100%
  }

  .collection-section .article-list,
  .collection-section .latest {
    display: table-cell;
    height: auto;
    width: 50%;
    vertical-align: top
  }

  .collection-section .article-list {
    background-color: #fff;
    padding: 20px
  }

  .collection-section .article-list .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
  }

  .collection-section .article .meta {
    margin-bottom: 6px
  }

  .collection-section .latest {
    background-color: #000
  }

  .collection-section .latest .article {
    position: initial
  }

  .collection-section .latest .meta {
    left: 16px
  }

  .collection-section .latest .m {
    min-height: 279px
  }

  .collection-section .latest .m a:after {
    bottom: -1px
  }

  .collection-section .latest .title {
    font-size: 30px;
    line-height: 32px
  }

  .collection-section .latest .title a {
    padding: 0 16px 16px 16px
  }

  .collection-section-alt {
    padding: 0
  }

  .collection-section-alt:first-of-type {
    margin-top: 0
  }

  .collection-section-alt .heading .title {
    font-size: 18px;
    line-height: 20px
  }

  .collection-section-alt .article-list {
    padding: 16px;
    width: 100%
  }

  .collection-section-alt .article-list .article .title {
    font-size: 12px;
    line-height: 18px
  }

  .collection-section-alt .article-list .article:first-of-type .title {
    font-size: 14px;
    line-height: 18px
  }

  .collection-section-alt .content+footer {
    padding: 0 16px 16px 16px
  }

  .social-icons .sc {
    display: none
  }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
  .promo-channel .info {
    padding-right: 4px;
    width: calc(100% - 48px)
  }

  .promo-channel .time {
    padding: 0
  }

  .promo-channel .headshot {
    width: 48px
  }

  .promo-countdown .info {
    width: 100%
  }

  .promo-countdown .headshot {
    display: none
  }
}

@media screen and (min-width:1024px) {
  .promo-watch-live .m {
    min-height: 92px
  }

  .promo-watch-live .preview-text {
    display: none
  }

  .promo-watch-live .preview-toggle-wrap .text {
    min-width: 15px
  }

  .promo-watch-live .logo {
    margin-right: 8px
  }

  .promo-watch-live .title {
    font-size: 12px
  }

  .promo-watch-live .info {
    width: calc(100% - 48px)
  }

  .alert {
    margin: 0 auto;
    width: 972px
  }

  .alert>div {
    padding: 16px
  }

  .alert h2 {
    font-size: 16px
  }

  .alert.ad-blocker {
    background-color: #c20017;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 1000
  }

  .alert.ad-blocker .content {
    background-color: inherit;
    padding: 24px 12px 14px 12px;
    margin: 0 auto;
    width: 972px
  }

  .alert.ad-blocker .content:after {
    content: "";
    display: table;
    clear: both
  }

  .alert.ad-blocker .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    text-indent: -9999em
  }

  .alert.ad-blocker .close a {
    background-image: url(/static/orion/styles/img/fox-news/icons/alert-close.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px
  }
}

@media screen and (min-width:1024px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:1024px) and (min-device-pixel-ratio:2),
screen and (min-width:1024px) and (min-resolution:192dpi),
screen and (min-width:1024px) and (min-resolution:2dppx) {
  .alert.ad-blocker .close a {
    background-image: url(/static/orion/styles/img/fox-news/icons-2x/alert-close.png)
  }
}

@media screen and (min-width:1024px) {
  .alert.ad-blocker p {
    float: left;
    color: #ffdce0;
    font-family: Helvetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0 56px 0 46px;
    min-height: 44px;
    width: 79%;
    position: relative
  }

  .alert.ad-blocker p:before {
    background-image: url(/static/orion/styles/img/fox-news/icons/alert-anti-ad.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    top: -5px;
    height: 44px;
    width: 44px
  }
}

@media screen and (min-width:1024px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:1024px) and (min-device-pixel-ratio:2),
screen and (min-width:1024px) and (min-resolution:192dpi),
screen and (min-width:1024px) and (min-resolution:2dppx) {
  .alert.ad-blocker p:before {
    background-image: url(/static/orion/styles/img/fox-news/icons-2x/alert-anti-ad.png)
  }
}

@media screen and (min-width:1024px) {
  .alert.ad-blocker .button {
    float: right;
    display: inline-block;
    font-family: Helvetica, "Helvetica Neue", Helvetica, Arial, sans-serif
  }

  .alert.ad-blocker .button a {
    display: block;
    border-radius: 4px;
    background: #ffdce0;
    color: #c20017;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 16px
  }

  .alert.ad-blocker .button a:hover {
    text-decoration: none
  }

  .alert.ad-blocker-overlay .bg {
    opacity: .8;
    display: block;
    background-color: #000;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1003
  }

  .alert.ad-blocker-overlay .popup {
    border-radius: 2px;
    display: block;
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 10px;
    z-index: 1003
  }

  .alert.ad-blocker-overlay .popup div {
    display: block;
    background: url(/static/orion/styles/img/fox-news/ab-disable.gif) no-repeat;
    height: 380px;
    width: 674px
  }

  body.fn .alert-banner {
    left: 16px;
    width: calc(100% - 32px);
    min-width: 992px
  }

  .page {
    padding-top: 0
  }

  .pre-content .ad-container {
    background: #eff2f5;
    padding-top: 16px;
    padding-bottom: 16px
  }

  .pre-content .ad-container.sponsor {
    background: 0 0;
    padding: 0
  }

  .pre-content .ad-container.collapse {
    padding-top: 0;
    padding-bottom: 0
  }

  .page-content,
  .post-content,
  .pre-content {
    width: 100%
  }

  .row {
    margin: 0 auto;
    width: 100%
  }

  .sidebar {
    background-color: initial;
    padding: 0
  }

  .item-show-top {
    margin: 12px 24px
  }

  .pull-quote {
    padding: 40px 46px
  }

  .pull-quote .quote-text {
    padding-left: 24px
  }

  .featured .m .overlay {
    width: 107px;
    height: 107px
  }

  .featured .info {
    padding-top: 16px
  }

  .featured.featured-video.sticky-video .contain {
    top: auto;
    bottom: 0;
    right: 0;
    width: 400px
  }

  .featured.featured-video.sticky-video .contain .control {
    float: none;
    padding: 5px;
    width: auto
  }

  .featured.featured-video.sticky-video .contain .control:after {
    content: "";
    display: table;
    clear: both
  }

  .featured.featured-video.sticky-video .contain .control .close,
  .featured.featured-video.sticky-video .contain .control .top {
    position: relative;
    right: 0
  }

  .featured.featured-video.sticky-video .contain .control .close {
    float: right;
    top: 3px
  }

  .featured.featured-video.sticky-video .contain .control .top {
    float: left;
    bottom: 0
  }

  .featured.featured-video.sticky-video .contain .video-container {
    float: none;
    margin-bottom: 0;
    width: auto
  }

  .featured.featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
    font-size: 18px
  }

  .featured.featured-video.sticky-video .contain .info {
    float: none;
    padding: 12px;
    width: auto
  }

  .featured.featured-image .pager {
    margin-bottom: 10px
  }

  .collection-trending li {
    margin-bottom: 8px
  }

  .collection-trending li .info {
    width: auto;
    float: none;
    padding: 0
  }

  .collection-trending li .m {
    width: auto;
    float: none
  }

  .collection-trending li .m a:before {
    font-size: 144px
  }

  .collection-trending li:last-child {
    margin-bottom: 0
  }

  .main-content .full-span {
    margin-left: -16px
  }

  .pre-content .full-span .caption p {
    font-size: 13px
  }

  .newsletter-item {
    width: calc(33% - 13px);
    margin-right: 24px;
    float: left;
    clear: none
  }

  .newsletter-item .info .dek {
    width: 268px
  }

  .item-nation-trial-bar {
    position: relative;
    float: left;
    top: 3px;
    margin: 0 24px 0 0
  }

  .item-nation-video-overlay .form-overlay__title {
    font-size: 30px;
    line-height: 1.2
  }

  .collection-article-scroller {
    padding: 0
  }

  .main-content {
    margin-left: 0;
    width: 100%
  }

  .article-wrap.has-video .sidebar .sticky-region {
    padding-bottom: 345px
  }

  .article-header:after {
    content: "";
    display: table;
    clear: both
  }

  .article-header .headline {
    font-size: 60px;
    line-height: 66px;
    padding: 0;
    margin: 0 auto 24px auto;
    max-width: 992px
  }

  .article-header .sub-headline {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px
  }

  .article-header .article-meta-lower {
    float: left;
    width: calc(100% - 300px - 48px);
    border-top: 1px solid #cedfef;
    border-bottom: 1px solid #cedfef;
    padding: 16px 0;
    overflow: hidden
  }

  .article-header .article-meta-lower .author-byline {
    float: left;
    padding-right: 24px;
    margin-bottom: 0
  }

  .article-header .article-meta-lower .article-social {
    float: right
  }

  .article-header .article-meta-lower .social-icons a {
    height: 32px;
    width: 32px
  }

  .article-header .article-meta-lower .social-icons a:after {
    top: 8px;
    left: 8px
  }

  .article-header .article-meta-lower .social-icons .fb a:after {
    left: 12px
  }

  .article-header .article-meta-lower .social-icons .tw a:after {
    top: 9px;
    left: 9px
  }

  .article-header .article-meta-lower .social-icons .print a:after {
    left: 7px
  }

  .article-header .article-meta-lower .social-icons .email a:after {
    top: 11px
  }

  .article-header .article-meta-lower .social-icons .read a:after {
    left: 11px
  }

  .author-byline .author-headshot {
    display: block;
    float: left
  }

  .author-byline .author-headshot+span {
    top: 0
  }

  .author-byline span {
    line-height: 32px
  }

  .author-byline.opinion .author-headshot+span {
    top: 3px
  }

  .author-byline.opinion .author-headshot+span:before {
    margin-left: -8px
  }

  .article-content-wrap {
    position: relative
  }

  .article-content-wrap:after {
    content: "";
    display: table;
    clear: both
  }

  .article-content-wrap>.article-tags {
    margin-left: 16px;
    width: calc(100% - 300px - 48px)
  }

  .article-content {
    float: left;
    margin: 0 16px;
    width: calc(100% - 348px)
  }

  .article-content:after {
    content: "";
    display: table;
    clear: both
  }

  .sidebar-article {
    margin-top: -90px;
    margin-left: 0;
    margin-right: 16px
  }

  .sidebar-article .vendor-unit {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px
  }

  .article-footer {
    clear: both
  }

  .author-bio {
    padding-top: 20px
  }
}

@media screen and (min-width:1280px) {
  html .desktop.desktop-sm {
    display: block
  }

  html .desktop.desktop-sm.ad-container {
    display: block
  }

  html .desktop.desktop-lg,
  html .desktop.desktop-md,
  html .desktop.desktop-xs {
    display: none
  }

  html .desktop.desktop-lg.ad-container,
  html .desktop.desktop-md.ad-container,
  html .desktop.desktop-xs.ad-container {
    display: none
  }

  .notification-banner-inner {
    padding: 12px 64px 12px 24px
  }

  .notification-banner .close {
    right: 24px
  }

  .site-header .inner {
    max-width: 1280px
  }

  .site-header .nav-row .inner {
    padding-left: 129px;
    padding-right: 24px
  }

  .site-header .nav-row-upper {
    height: 50px
  }

  .site-header .nav-row-lower {
    line-height: 49px;
    height: 50px
  }

  .site-header .nav-row-lower nav li:before {
    top: 19px
  }

  .site-header .nav-row-lower nav li:first-child {
    margin-left: 0
  }

  .site-header .nav-row-lower nav li:first-child a {
    margin-left: 0
  }

  .site-header .nav-row-lower nav li:first-child a:before {
    display: none
  }

  .site-header .nav-row-lower .markets-nav li {
    float: left
  }

  .site-header .branding {
    left: 50%;
    margin-left: -616px;
    height: 100px;
    width: 97px
  }

  .site-header .branding a {
    border-width: 3px;
    margin-top: 3px;
    height: 96px;
    width: 97px
  }

  .site-header .branding .current-time {
    left: 3px;
    bottom: 4px;
    height: 14px;
    width: 91px
  }

  .site-header .meta .weather {
    display: block;
    position: relative;
    margin: 8px 16px 0 0;
    line-height: 16px;
    padding: 0;
    width: auto
  }

  .site-header .meta .weather .info {
    padding-top: 2px;
    font-size: 13px;
    line-height: 13px;
    width: auto
  }

  .site-header .meta .weather .location {
    margin-bottom: 0
  }

  .site-header .meta .weather .condition {
    display: none
  }

  .site-header .meta .weather .temp {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    margin-left: 10px
  }

  .site-header .meta .search-toggle a {
    height: 30px
  }

  .site-header .meta .search-toggle a:before {
    top: 8px
  }

  .site-header .meta .search-toggle a:after {
    top: 19px
  }

  .site-header .meta .user-profile .avatar {
    width: 30px
  }

  .site-header .meta .button a {
    line-height: 14px
  }

  .site-header .primary-nav {
    line-height: 50px
  }

  .site-header .primary-nav li {
    margin-right: 0
  }

  .site-header .primary-nav a {
    padding: 6px 10px
  }

  .site-header .search {
    position: relative;
    padding: 16px 0
  }

  .site-header .search .search-wrap {
    width: 768px
  }

  .site-header .search .search-wrap input {
    height: 48px
  }

  .site-header .section-nav {
    padding-bottom: 4px
  }

  .site-header .markets-nav {
    width: auto
  }

  .site-header .markets-nav .market-data {
    padding-right: 0;
    width: auto
  }

  .site-header .markets-nav .more-markets {
    display: inline-block
  }

  .site-header .market-sponsor {
    margin-top: 8px;
    margin-left: 12px
  }

  .site-header .expandable-nav {
    top: 50px
  }

  .site-header .expandable-nav .weather {
    display: none
  }

  .site-header .header-lower {
    margin: 0 auto;
    max-width: 1248px
  }

  .site-header .header-lower .branding {
    margin-left: 0
  }

  .site-footer .footer-lower,
  .site-footer .footer-upper {
    margin: 0 24px
  }
}

@media screen and (min-width:1280px) and (min-width:1440px) {

  .site-footer .footer-lower,
  .site-footer .footer-upper {
    margin: 0 auto;
    max-width: 1408px
  }

  .site-footer .section-nav nav {
    padding: 0 0 0 24px
  }
}

@media screen and (min-width:1280px) {
  .site-header .hot-topics {
    font-size: 12px;
    padding-left: 10px
  }

  .site-header .hot-topics .rotate-items li {
    opacity: 1;
    position: relative;
    visibility: visible
  }

  .site-header .hot-topics .rotate-items li:nth-child(1) {
    -webkit-animation: none;
    animation: none
  }

  .site-header .hot-topics .rotate-items li:nth-child(2) {
    -webkit-animation: none;
    animation: none
  }

  .site-header .hot-topics .rotate-items li:nth-child(3) {
    -webkit-animation: none;
    animation: none
  }

  .popup-modal.email-1 .modal {
    border-top-width: 12px;
    top: 50%;
    margin-top: -243px;
    width: 868px
  }

  .popup-modal.email-1 .modal:before {
    top: -40px;
    font-size: 18px
  }

  .popup-modal.email-1 .modal-email .close {
    top: 32px;
    right: 24px;
    height: 22px;
    width: 22px
  }

  .popup-modal.email-1 .modal-email .close:after,
  .popup-modal.email-1 .modal-email .close:before {
    top: 11px;
    width: 22px
  }

  .popup-modal.email-1 .modal-email .content {
    padding: 72px 98px 76px 98px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email:before {
    margin-bottom: 56px;
    height: 86px;
    width: 478px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email p {
    font-size: 25px;
    line-height: 34px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form {
    width: 478px
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 24px;
    height: 56px;
    width: calc(100% - 130px)
  }

  .popup-modal.email-1 .modal-email .content.fn-first .email form .signup-button {
    font-size: 24px;
    height: 56px;
    padding: 10px 20px
  }

  .popup-modal.email-3 .modal {
    top: 50%;
    margin-top: -340px;
    width: 1140px
  }

  .popup-modal.email-3 .modal:before {
    color: #666;
    font-size: 23px;
    bottom: -60px;
    width: calc(100% - 440px)
  }

  .popup-modal.email-3 .modal-email .close {
    left: -20px;
    top: -14px;
    height: 38px;
    width: 38px
  }

  .popup-modal.email-3 .modal-email .content {
    border-top-width: 20px;
    padding: 82px 458px 112px 64px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:before {
    top: -90px;
    left: auto;
    right: -88px;
    height: 871px;
    width: 515px
  }

  .popup-modal.email-3 .modal-email .content.fn-first:after {
    border-radius: 36px;
    top: -66px;
    left: auto;
    right: 6px;
    height: 752px;
    width: 346px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email:before {
    height: 114px;
    width: 620px;
    margin-bottom: 50px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 52px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form {
    width: 586px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form .signup-button,
  .popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
    height: 70px
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 30px;
    width: calc(100% - 158px)
  }

  .popup-modal.email-3 .modal-email .content.fn-first .email form .signup-button {
    font-size: 30px;
    padding: 10px 24px
  }

  .popup-modal.email-5 .modal {
    top: 50%;
    margin-top: -278px;
    width: 796px
  }

  .popup-modal.email-5 .modal:before {
    font-size: 17px;
    top: -30px
  }

  .popup-modal.email-5 .modal-email .close {
    top: 34px;
    right: 20px;
    height: 24px;
    width: 24px
  }

  .popup-modal.email-5 .modal-email .close:after,
  .popup-modal.email-5 .modal-email .close:before {
    top: 12px;
    width: 24px
  }

  .popup-modal.email-5 .modal-email .content {
    border-top-width: 10px;
    padding: 94px 62px 110px 62px
  }

  .popup-modal.email-5 .modal-email .content.fn-first:before {
    background-size: 100% 108%
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email:before {
    height: 88px;
    width: 479px;
    margin-bottom: 56px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email p {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 40px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form {
    width: 479px
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 24px;
    padding: 5px 14px;
    height: 56px;
    width: calc(100% - 128px)
  }

  .popup-modal.email-5 .modal-email .content.fn-first .email form .signup-button {
    font-size: 24px;
    height: 56px;
    padding: 8px 18px 8px 18px
  }

  .popup-modal.email-6 .modal {
    top: 50%;
    margin-top: -342px;
    width: 796px
  }

  .popup-modal.email-6 .modal:before {
    font-size: 17px;
    top: -30px
  }

  .popup-modal.email-6 .modal-email .close {
    top: 34px;
    right: 20px;
    height: 24px;
    width: 24px
  }

  .popup-modal.email-6 .modal-email .close:after,
  .popup-modal.email-6 .modal-email .close:before {
    top: 12px;
    width: 24px
  }

  .popup-modal.email-6 .modal-email .content {
    padding: 64px 72px 290px 72px
  }

  .popup-modal.email-6 .modal-email .content.fn-first:before {
    background-size: 100% 108%
  }

  .popup-modal.email-6 .modal-email .content.fn-first:after {
    left: 20px;
    height: 271px;
    width: 683px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email:before {
    height: 88px;
    width: 479px;
    margin-bottom: 34px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email p {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 30px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form {
    width: 479px
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form input[type=text] {
    font-size: 24px;
    padding: 5px 14px;
    height: 56px;
    width: calc(100% - 128px)
  }

  .popup-modal.email-6 .modal-email .content.fn-first .email form .signup-button {
    font-size: 24px;
    height: 56px;
    padding: 8px 18px 8px 18px
  }

  .popup-modal .modal-video .video-player .unauthorized-mvpd p {
    padding: 0 20%;
    font-size: 18px
  }

  .collection-spotlight {
    padding-top: 24px
  }

  .collection-spotlight.has-hero .article:nth-of-type(1) .kicker .kicker-text {
    font-size: 36px;
    line-height: 54px
  }

  .collection-spotlight .article .m .overlay {
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
  }

  .collection-spotlight .article .m .overlay.inline-overlay {
    right: 6px;
    bottom: 10px;
    height: 32px;
    width: 32px
  }

  .collection-spotlight .article .kicker .kicker-text {
    font-size: 18px;
    line-height: 29px
  }

  .collection-spotlight.collection-spotlight-cards {
    padding: 0
  }

  .collection-article-list {
    padding: 24px
  }

  .collection-article-list .article-list .article .m .overlay.inline-overlay {
    right: 6px;
    bottom: 10px;
    height: 32px;
    width: 32px
  }

  .collection-article-list .article-list .article .title {
    font-size: 18px;
    line-height: 24px
  }

  .collection-article-list footer .button {
    margin-top: 16px
  }

  .item-free-trial {
    margin: 0 -88px 12px;
    padding: 0 24px 36px
  }

  .item-free-trial .heading .title {
    font-size: 24px;
    line-height: 28px
  }

  .item-free-trial .content p {
    margin-bottom: 18px;
    padding: 0 62px
  }

  .promo-watch-live .m {
    min-height: 156px
  }

  .promo-watch-live .title {
    font-size: 16px
  }

  .promo-watch-live .preview-text {
    display: inline
  }

  .promo-watch-live .preview-toggle-wrap .text {
    min-width: 57px
  }

  .collection-clips .article .m {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    width: 132px
  }

  .collection-clips .article .meta {
    line-height: 14px;
    margin-bottom: 0
  }

  .collection-clips .article .title {
    line-height: 16px
  }

  body.fn .alert-banner {
    min-width: 1248px;
    border-top-width: 4px
  }

  body.fn .alert-banner .logo {
    padding-right: 20px
  }

  body.fn .alert-banner .arrows {
    width: 672px
  }

  body.fn .alert-banner .arrows span {
    top: -256px;
    border-top-width: 256px;
    border-bottom-width: 256px;
    border-left-width: 256px
  }

  body.fn .alert-banner .arrows .arrow-2 {
    left: 118px;
    left: auto;
    right: 296px
  }

  body.fn .alert-banner .arrows .arrow-3 {
    left: 148px;
    left: auto;
    right: 266px
  }

  body.fn .alert-banner .arrows .arrow-4 {
    left: 266px;
    left: auto;
    right: 148px
  }

  body.fn .alert-banner .arrows .arrow-5 {
    left: 296px;
    left: auto;
    right: 118px
  }

  body.fn .alert-banner .arrows .arrow-6 {
    left: 414px;
    left: auto;
    right: 0
  }

  body.fn .alert-banner.is-breaking .alert-title {
    text-shadow: 4px 4px 0 #ae0015
  }

  body.fn .alert-banner.is-programming .alert-title {
    text-shadow: 4px 4px 0 #ffb400
  }

  body.fn .alert-banner.is-show .alert-title {
    text-shadow: 4px 4px 0 #002c57
  }

  body.fn .alert-banner.is-nation .alert-title {
    text-shadow: 4px 4px 0 #000
  }

  body:not(.homepage) .alert-banner {
    left: 50%;
    max-width: 1232px;
    margin-left: -616px;
    min-width: 1232px
  }

  body {
    min-width: 1280px
  }

  .page-content {
    margin: 0 auto;
    width: 1280px
  }

  .page-heading {
    margin: 24px auto 12px auto;
    padding: 0 24px;
    max-width: 1280px
  }

  .post-content .vendor-zergnet {
    margin-left: auto;
    margin-right: auto;
    max-width: 1232px
  }

  .post-content .vendor-zergnet img {
    max-width: 100%
  }

  .item-show-top {
    margin: 12px auto;
    max-width: 1232px
  }

  .inline.spotlight {
    margin-left: -88px
  }

  .full-span {
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw);
    margin-right: calc(-50vw)
  }

  .main-content .full-span {
    margin-left: calc(-50vw + 168px);
    margin-right: calc(-50vw)
  }

  .featured {
    width: auto;
    max-width: none;
    margin-left: -88px;
    margin-right: -88px
  }

  .featured .m .overlay {
    width: 139px;
    height: 139px
  }

  .item-free-trial {
    margin: 0 -88px 12px;
    padding: 0 24px 36px
  }

  .item-free-trial .heading .title {
    font-size: 24px;
    line-height: 28px
  }

  .item-free-trial .content p {
    margin-bottom: 18px;
    padding: 0 62px
  }

  .item-nation-video-overlay .form-overlay__title {
    font-size: 36px;
    line-height: 1.2
  }

  .item-nation-video-overlay .form-overlay__check {
    right: 90px
  }

  .collection-article-scroller .content,
  .collection-article-scroller .heading {
    margin: 0 auto;
    max-width: 1232px
  }

  .collection-article-scroller .heading {
    padding-left: 0;
    padding-right: 0
  }

  .collection-article-scroller .article-wrap .article:first-of-type {
    padding-left: 0
  }

  .collection-article-scroller .article-wrap .article:last-of-type {
    padding-right: 0
  }

  .main-content {
    margin-left: 0
  }

  .article-header .article-meta,
  .article-header .sub-headline {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1232px
  }

  .article-header .article-meta-lower {
    float: none;
    position: relative;
    left: 50%;
    margin-left: -616px;
    width: 896px
  }

  .article-notice .title,
  .article-notice p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1232px
  }

  .article-content-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1264px
  }

  .article-content-wrap>.article-tags {
    width: calc(100% - 368px)
  }

  .article-content .article-footer,
  .article-content .article-meta {
    margin-left: 88px
  }

  .article-body {
    padding: 0 88px
  }

  .article-body>ol,
  .article-body>ul {
    margin-left: 20px
  }

  .article-body .poll-component,
  .article-body .related,
  .article-body>section {
    clear: left;
    margin-left: -88px
  }

  .article-content {
    margin-right: 36px;
    width: calc(100% - 368px)
  }

  .article-footer {
    margin-bottom: 24px
  }

  .post-content {
    margin-bottom: 48px
  }
}


.wnd-s-normal.wn-space-top .s-c {
  padding: 0rem !important;
}

@media screen and (min-width: 56.25em) {
  .b-s {
    padding: 0rem !important;
  }
}

.b.b-text.cf {
  display: none !important;
}

.bs {
  padding: 0rem !important;
}

.wnd-free-stripe.cf {
  display: none !important;
}

.footer-container.footer-font {
  display: none;
}

.l-h.cf {
  display: none;
}

.sf {
  display: none;
}

.s-c.cf {
  max-width: 1800px;
}

.s-w.cf {
  background-color: #fff;
}

h2,
.inner-heading {
  color: black;
  font-size: 24px;
}

.checkpoint {
  color: black;
  font-size: 22px;
}

@media screen and (min-width: 56.25em) {
  .l-sidebar .l-m {
    width: 900px !important;
  }
}

#SITE_HEADER {
  display: none;
}

.container {
  max-width: 1600px !important;
}


#deposit_screen {
  position: relative
}

.deposit-card,
.deposit-card * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.deposit-card {
  max-width: 420px;
  max-height: 500px;
  font-size: 21px;
  color: #000;
  height: fit-content;
  position: absolute;
  top: 0%;
  left: -60%;
  right: 0;
  bottom: 0;
  display: flex;
  width: 444px;
  min-height: 390px;
  font-family: Arial;
  background: #f3f5f7;
  border-radius: 10px;
  margin: auto;
  pointer-events: none;
  user-select: none
}

@-moz-document url-prefix() {
  .deposit-card {
    top: -18%;
    -webkit-top: -35%;
    -moz-top: -35%;
  }
}

.deposit-card--body-group,
.deposit-card--footer-group,
.deposit-card--header-group {
  display: flex;
  width: 100%
}

.deposit-card--body-group,
.deposit-card--footer-group {
  flex-direction: column
}

.deposit-card--header-group .deposit-card--header-sponsor {
  height: auto;
  border-radius: 5px;
  border: 1px solid #E1E1E2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  max-width: 50px;
}

.deposit-card--header-group .deposit-card--header-sponsor img {
  display: block;
  height: auto;
  max-width: 30px
}

.deposit-card--header-group .deposit-card--header-sponsor {
  margin-right: 10px;
  margin: 5px 5px 5px 5px;
  padding: 2px;
}

.deposit-card--header-sponsor:last-child {
  margin-right: 0 !important;
}

.deposit-card--header-group-sponsors {
  flex-wrap: wrap;
}

.deposit-card--header-question {
  max-width: 23px;
  height: auto
}

.deposit-card--container {
  padding: 15px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex
}

.deposit-card--header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3px
}

.deposit-card--first-block {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px
}

.deposit-card--first-block span {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
}

.deposit-card--body {
  width: 100%;
  display: flex;
  flex-direction: column
}

.deposit-card--body-title,
.deposit-card--footer-title {
  margin-bottom: 10px;
  display: block
}

.deposit-card--body-group-big .deposit-card--secret-text {
  padding: 20px 60px 20px 15px;
}

.deposit-card--secret-text {
  white-space: nowrap;
  font-weight: 700;
  overflow: hidden;
  min-height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 15px;
  color: #4c4b4b;
  position: relative;
  border: 1px solid #c7c7c7;
  border-radius: 5px
}

.deposit-card--body-group-big .deposit-card--secret-text:after {
  content: '';
  position: absolute;
  right: -1px;
  background: #c7c7c7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
  background-position: center;
  -webkit-background-size: 15px;
  background-size: 15px;
  width: 60px;
  height: 63.2px;
  border-radius: 0 4px 4px 0
}

.deposit-card--body-group-small,
.deposit-card--footer {
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  margin-top: 15px
}

.deposit-card--body-group-small .deposit-card--body-group-small-img-1 {
  margin-left: 5px;
  max-width: 30px;
  display: block;
  height: 59.2px
}

.deposit-card--body-group-small .deposit-card--body-group-small-img-2 {
  margin-left: 5px;
  max-width: 23px;
  display: block;
  height: 59.2px
}

.deposit-card--body-group-1 {
  max-width: 170px
}

.deposit-card--body-group-2 {
  margin-left: 10px
}

.deposit-card--body-title,
.deposit-card--footer-title {
  font-size: 14px;
  color: #696A6A;
}

.deposit-card--body-group-2 .deposit-card--secret-text {
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgaWQ9Il94MzFfX3gyQ181IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjNTg1ODU4Ij48cGF0aCBkPSJtMTguNzUgMjRoLTEzLjVjLTEuMjQgMC0yLjI1LTEuMDA5LTIuMjUtMi4yNXYtMTAuNWMwLTEuMjQxIDEuMDEtMi4yNSAyLjI1LTIuMjVoMTMuNWMxLjI0IDAgMi4yNSAxLjAwOSAyLjI1IDIuMjV2MTAuNWMwIDEuMjQxLTEuMDEgMi4yNS0yLjI1IDIuMjV6bS0xMy41LTEzLjVjLS40MTMgMC0uNzUuMzM2LS43NS43NXYxMC41YzAgLjQxNC4zMzcuNzUuNzUuNzVoMTMuNWMuNDEzIDAgLjc1LS4zMzYuNzUtLjc1di0xMC41YzAtLjQxNC0uMzM3LS43NS0uNzUtLjc1eiIvPjxwYXRoIGQ9Im0xNy4yNSAxMC41Yy0uNDE0IDAtLjc1LS4zMzYtLjc1LS43NXYtMy43NWMwLTIuNDgxLTIuMDE5LTQuNS00LjUtNC41cy00LjUgMi4wMTktNC41IDQuNXYzLjc1YzAgLjQxNC0uMzM2Ljc1LS43NS43NXMtLjc1LS4zMzYtLjc1LS43NXYtMy43NWMwLTMuMzA5IDIuNjkxLTYgNi02czYgMi42OTEgNiA2djMuNzVjMCAuNDE0LS4zMzYuNzUtLjc1Ljc1eiIvPjxwYXRoIGQ9Im0xMiAxN2MtMS4xMDMgMC0yLS44OTctMi0ycy44OTctMiAyLTIgMiAuODk3IDIgMi0uODk3IDItMiAyem0wLTIuNWMtLjI3NSAwLS41LjIyNC0uNS41cy4yMjUuNS41LjUuNS0uMjI0LjUtLjUtLjIyNS0uNS0uNS0uNXoiLz48cGF0aCBkPSJtMTIgMjBjLS40MTQgMC0uNzUtLjMzNi0uNzUtLjc1di0yLjc1YzAtLjQxNC4zMzYtLjc1Ljc1LS43NXMuNzUuMzM2Ljc1Ljc1djIuNzVjMCAuNDE0LS4zMzYuNzUtLjc1Ljc1eiIvPjwvc3ZnPg==) no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: 85% 50%
}

.deposit-card--footer .deposit-card--footer-group-1 {
  max-width: 130px;
  position: relative
}

.deposit-card--footer .deposit-card--footer-group-2 {
  max-width: 220px;
  margin-left: auto;
  position: relative
}

.deposit-card--footer {
  width: 100%;
  display: flex;
  flex-direction: row
}

.deposit-card--footer .deposit-card--secret-text {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 15px;
  border: 2px solid #199749;
  background: rgba(25, 151, 73, 0.1);
  position: relative
}

.deposit-card--footer-button {
  padding: 5px;
  text-align: center;
  min-height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #199749;
  border-radius: 5px;
  margin-top: 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  position: relative
}

.deposit-card--footer-button img {
  max-width: 24px;
  height: auto;
  filter: brightness(3);
  margin-left: 10px
}

.deposit-arrow {
  position: absolute;
  z-index: 1
}

.deposit-arrow-1 {
  transform: rotate(150deg);
  left: -53px;
  top: 70px;
  display: none
}

.deposit-arrow-2 {
  right: 0px;
  top: -20px;
  display: none
}

.deposit-card--footer-button .deposit-arrow-3 {
  max-width: 100%;
  filter: unset;
  margin-left: 0;
  right: 0;
  top: 30px;
  transform: rotate(45deg);
  display: none
}

@media (max-width:460px) {
  .deposit-card {
    font-size: 17px;
  }

  .deposit-card--body-title,
  .deposit-card--footer-title {
    font-size: 13px;
  }

  .deposit-card--footer .deposit-card--footer-group-1 {
    max-width: 110px
  }

  .deposit-card--footer .deposit-card--footer-group-2 {
    max-width: 275px
  }

  .deposit-card--body-group-1 {
    max-width: 100px
  }

  .deposit-card--body-group-2 {
    max-width: 165px
  }

  .deposit-card--container {
    padding: 10px 15px
  }

  .deposit-card--first-block span {
    font-size: 18px
  }
}

@media (max-width:400px) {
  .deposit-card--footer .deposit-card--footer-group-1 {
    max-width: 90px
  }

  .deposit-card--footer .deposit-card--footer-group-2 {
    max-width: 285px
  }

  .deposit-card--container {
    padding: 10px 15px
  }
}

@media (max-width:385px) {
  .deposit-card--body-group-1 {
    max-width: 100px
  }

  .deposit-card--body-group-2 {
    max-width: 155px
  }

  .deposit-card--body-group-small .deposit-card--body-group-small-img-2 {
    max-width: 19px
  }

  .deposit-card--body-group-small .deposit-card--body-group-small-img-1 {
    max-width: 23px
  }

  .deposit-card--body-title,
  .deposit-card--footer-title {
    font-size: 12px
  }
}

@media (max-width:360px) {

  .deposit-card--body-group-small,
  .deposit-card--footer {
    margin-top: 20px;
  }

  .deposit-arrow {
    max-width: 70px !important
  }

  .deposit-card--body-group-big .deposit-card--secret-text {
    padding: 17px 60px 17px 15px;
  }

  .deposit-card--secret-text {
    padding: 10px 5px 10px 5px
  }

  .deposit-card--body-group-big .deposit-card--secret-text:after {
    height: 55px
  }

  .deposit-card--first-block span {
    font-size: 16px
  }

  .deposit-card--footer-button .deposit-arrow-3 {
    top: 50px
  }
}

@media (max-width:359px) {
  .deposit-card--first-block span {
    font-size: 15px
  }

  .deposit-card--body-title,
  .deposit-card--footer-title {
    font-size: 10px
  }
}

.deposit-card--body-group-2 {
  max-width: 130px;
}

@media (max-width:480px) {
  .deposit-card {
    min-height: 522px;
  }
}

#myNav {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}

#myNav a {
  color: #036 !important;
  padding: 0 15px;
  font-weight: 900;
  font-size: 14px;
}

#myNav ul {
  display: flex;
}

.menu-more {
  position: relative;
}

.menu-more:before {
  content: "";
  display: block;
  position: absolute;
  background: #5787b8;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 #5787b8, 0 8px 0 #5787b8;
  box-shadow: 0 4px 0 #5787b8, 0 8px 0 #5787b8;
  right: 0;
  top: 5px;
  height: 3px;
  width: 3px;
}

#search {
  display: flex;
  align-items: center;
}

#search a {
  padding: 0;
  margin: 0 5px 0 0;
}

#watchBtn {
  border-color: #ae0015;
  background-color: #d20f26;
  -webkit-box-shadow: inset 0 -3px 0 0 #ae0015;
  box-shadow: inset 0 -3px 0 0 #ae0015;
  padding: 8px 10px !important;
  font-size: 13px !important;
  color: #fff !important;
  border-radius: 3px;
}

#login {
  background-color: #036 !important;
  padding: 3px 10px !important;
  margin: 0 5px 0 0;
  border-color: #036;
  background-color: #1b4e81;
  -webkit-box-shadow: inset 0 -3px 0 0 #036;
  box-shadow: inset 0 -3px 0 0 #036;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #036;
  background-color: #1b4e81;
  -webkit-box-shadow: inset 0 -3px 0 0 #036;
  box-shadow: inset 0 -3px 0 0 #036;
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

#mob,
#burger img {
  display: none;
}

@media only screen and (max-width: 1270px) {
  #myNav a {
    font-size: 13px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1100px) {

  a[data-omtr-intcmp="nav_realestate"],
  a[data-omtr-intcmp="nav_tv"] {
    display: none;
  }
}

@media only screen and (max-width: 970px) {

  a[data-omtr-intcmp="nav_watchlist"],
  a[data-omtr-intcmp="nav_markets"] {
    display: none;
  }
}

@media only screen and (max-width: 970px) {
  a[ data-omtr-intcmp="nav_lifestyle"] {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  a[ data-omtr-intcmp="nav_economy"] {
    display: none;
  }
}

#myheader {
  box-shadow: 0 3px 10px #ccc;
}

@media only screen and (max-width: 650px) {

  #desc,
  #search img,
  #myNav ul {
    display: none;
  }

  #mob,
  #burger img {
    display: inherit;
  }

  #footerlogo {
    float: none !important;
    display: table;
    margin: 10px auto !important;
  }

  div[class="legal"] p,
  div[class="legal"] ul {
    text-align: center;
  }

  div[class="legal"] {
    float: none !important;
    margin: auto;
  }
}

.opinion span::before {
  display: none;
  content: "" !important;
}

#primary {
  width: 100% !important;
}

div[class="inside-article"] {
  padding: 0 !important;
}

div[id="zsada-243059118973"],
div[class="theme-footer-area zpdark-section "],
div[data-theme-content-container="theme-content-container"],
div[class="theme-header "],
header[class="site-header has-inline-mobile-toggle"],
header[class="entry-header"],
#right-sidebar,
#bottom,
div[class="container text-center o_homepage_editor_welcome_message"] {
  display: none !important;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

center {
  text-align: left;
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 1.5em;
  color: black;
}

.s-bdf.b-s.b-s-t200 {
  display: none !important;
}

#wnd_footer {
  display: none !important;
}

.l-h {
  display: none !important;
}

.l-f {
  display: none !important;
}

.wn-blog-header-collapse {
  display: none;
}

.layout-01 .section-inner {
  padding: 2.1875rem 0;
  max-width: 160rem !important;
  padding-bottom: 0 !important;
}

.wnd-w-narrow .n-l,
.wnd-w-narrow .s-c,
.wnd-w-narrow .slogan-container {
  max-width: 160rem !important;
}

.b-html .b-c {
  text-align: left !important;
}

.h-c.s-c.cf {
  display: none !important;
}

.b-s {
  padding: 0 !important;
}

.b {
  padding: 0 !important;
}

.layout-01 .section-inner {
  padding-top: 0 !important;
}

.wt-blogpost #main .wn-section-closest-to-blog-header-collapse .section-inner {
  padding-top: 0 !important;
}

.wnd-s-normal .s-c {
  padding-bottom: 0 !important;
}

div[class="h-c s-c"] {
  max-width: 100% !important;
  padding: 0 !important;
}

#box2,
div[class="freemium-footer under"],
div[class="kv-page-content kv-ee-with-navigation-3"],
div[class="wnd-free-stripe"],
div[class="cb-basic cb-scrollable open"] {
  display: none !important;
}

#wrapper {
  max-width: 100% !important;
  flex-basis: 100% !important;
}

article[class="entry hentry test-hentry js-entry-article date-first autopagerize_page_element chars-20000 words-10000 mode-html entry-odd"] {
  padding: 0 !important;
}

div[class="zpcontainer"],
div[class="theme-responsive-menu-area theme-navigation-and-icons zpcontainer theme-hide-burgericon-cart-mobile"] {
  display: none !important;
}

p {
  font-size: 21px !important;
}

html {
  scroll-behavior: smooth;
}


nav[class="navbar navbar-expand-lg container"],
div[class="wnd-free-stripe cf"],
div[class="wnd-free-stripe dark cf"],
div[class="cb-basic cb-scrollable open"],
div[class="wnd-free-stripe"] {
  display: none !important;
}

div[class="row-container pos-1 page_1 container"],
div[class="row-content"] {
  padding: 0 !important;
}

div[class="row-container pos-1 page_1 container"],
div[id="row-638442ec6c55fa8931eefd7e-1"] {
  max-width: 100% !important;
  padding: 0 !important;
}

div[class="s-o cf"] {
  border: 0 !important;
}

footer {
  display: none;
}

div[class="b-c"] {
  max-width: 100% !important;
  margin: auto !important;
}

img[class="ob-rec-image ob-show ob-show ob-show ob-show ob-show"] {
  width: 100%;
}

#burgermobb {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mobLogo {
    display: none;
  }

  iframe {
    height: 55vh;
  }

  header[class="site-header"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  div[class="meta"] div {
    margin: 0 5px !important;
  }

  #burgermobb {
    display: inherit;
    margin: auto;
    width: 25px;
    height: 25px;
  }

  .burgermobb_cont {
    display: flex !important;
  }

  div[class="menu mobile"] {
    top: 23% !important;
    right: 3% !important;
  }
}


.media {
  display: flex;
  margin: 0 !important;
  padding: 8px 0 !important;
  border-top: 1px solid #E2E2E2 !important;
}

.media.border-bottom {
  border-bottom: 1px solid #E2E2E2 !important;
}

.media-left img {
  margin-top: 6px !important;
}

.media-body h4 a {
  font-family: Tahoma !important;
  font-size: 13px !important;
  color: #3B5998 !important;
  margin: 0 0 5px 0 !important;
  line-height: 14px !important;
  font-weight: bold !important;
}

.media-body h4 a:hover,
.media-body h4 a:focus {
  color: #3B5998 !important;
}

.media-body p {
  font-family: Tahoma !important;
  font-size: 12px !important;
  color: #1A1A1A !important;
  line-height: 15px !important;
  margin: 0 0 5px 0 !important;
}

.media-body p.bottom {
  color: #3B5998;
}

.media-body p.bottom .like {
  margin-left: 8px !important;
}

.media-body p.bottom .time {
  color: #808080 !important;
  border-bottom: 1px dotted #808080;
}

.comments p.small {
  font-family: Tahoma !important;
  font-size: 11px !important;
  color: #3B5998 !important;
  margin: 10px 0 !important;
}

.media-object {
  padding: 10px !important;
}

.recent {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.recent p,
.recent a {
  font-family: Tahoma;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 18px !important;
  color: #3B5998 !important;
}

.recent p {
  font-weight: bold !important;
}

img[class="ob-rec-image ob-show ob-show ob-show ob-show ob-show"] {
  width: 100% !important;
}

a {
  color: #46a3ff !important;
}

footer a,
div[class="meta"] a,
header li a {
  color: #fff !important;
}

div[class="author-byline opinion"] a,
div[class="eyebrow"] a,
ul[class="rotate-items"] a {
  color: blue !important;
}

.SB_1.ob-grid-layout .ob-widget-items-container {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, minmax(min-content, 1fr));
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, auto);
  margin: 0px 0px 0px 0px
}

.SB_1.ob-grid-layout .ob-unit.ob-rec-image-container .ob-image-ratio {
  padding-top: 52.255639097744364%;
}

.SB_1.ob-widget .ob-rec-image-container .ob-rec-image {
  opacity: 0;
  transition: all 750ms;
}

.SB_1.ob-widget .ob-rec-image-container .ob-rec-image.ob-show {
  opacity: 1;
}

/* interaction layer */
.SB_1.ob-widget .ob-intr-overlay:not(.ob-intr-overlay-disabled) {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale(1.02);
}

.ob-intr-report {
  display: none;
  position: absolute;
  padding: 0;
  top: 0;
  right: -4px;
  margin-right: 0;
  width: 25px;
  height: 25px
}

.ob-intr-report .obr-intr-icon-x {
  display: none;
  color: #000;
  text-align: center;
  right: 6px;
  top: 2px;
  position: absolute;
  line-height: normal;
  margin: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: 50px;
  z-index: 1
}

.obr-intr-icon-x:after {
  content: "✕";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  color: #151e41;
  font-family: Arial, sans-serif;
  background-color: #f2f1f3;
  padding: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ob-intr-report-menu,
.obr-intr-icon-x:after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row
}

.ob-intr-report-menu {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  left: 176px;
  top: 167px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 4px 5px 8px 0 rgba(0, 0, 0, .25);
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  z-index: 10;
  list-style: none;
  cursor: default;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  direction: ltr;
  width: 275px;
  height: auto;
  color: #000;
  margin: 2px 0 0;
  -ms-flex: 0 0 calc(100% - 20px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 20px);
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 12px 0 24px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 4px rgba(0, 0, 0, .25);
  box-shadow: 8px 12px 4px rgba(0, 0, 0, .25);
  border-radius: 8px
}

.ob-intr-report-menu.ob-intr-report-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ob-intr-report-menu_close {
  color: #717075;
  font-size: 16px;
  position: absolute;
  cursor: pointer;
  z-index: 12;
  width: 16px;
  height: 16px;
  right: 5%;
  top: 5.04%
}

.ob-intr-report-menu.ob-intr-report-on+.ob-intr-report span {
  display: none
}

.ob-intr-report-menu li {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #151e41;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ob-intr-report-title {
  cursor: default;
  text-align: center;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  height: 26px;
  top: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #151e41;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 4px 0
}

.ob-intr-report-subtitle,
.ob-intr-report-title {
  position: static;
  width: 85%;
  text-align: left;
  left: 0
}

.ob-intr-report-subtitle {
  height: 18px;
  top: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #717075;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-report-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -ms-flex-positive: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  width: 292px;
  height: 52px;
  left: 24px;
  top: 16px;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  flex-grow: 0;
  margin: 12px 0
}

.ob-intr-report-menu-options {
  display: -ms-grid;
  display: grid;
  margin: 0 0 20px;
  padding: 8px 4px 4px 0
}

.ob-intr-report-menu-options.v2 {
  margin: 0;
}

.ob-intr-report-menu-options li[data-report-type] {
  display: inline;
  -webkit-box-flex: 0;
  margin: 6px;
  line-height: 22px;
  width: 100%;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ob-intr-report-menu li.ob-reason-selected,
.ob-intr-report-menu li:not(.ob-intr-report-title):not(.ob-intr-report-subtitle):hover {
  background-color: #000;
  color: #fff
}

.ob-block-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: auto
}

.ob-cancel-btn {
  color: #898989;
  margin: 20px 5px 10px 0
}

.ob-block-btn,
.ob-cancel-btn {
  height: auto;
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  max-width: 90px;
  border: 1px solid;
  padding: 10px 5px;
  border-radius: 4px
}

.ob-block-btn {
  margin: 20px 0 10px;
  background-color: #5465ab;
  color: #fff;
  opacity: 1%
}

.ob-intr-report-ArrowIcon {
  content: url(../assets/ChevronRight.svg);
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 4px;
  height: 9.5px;
  width: 11.5px;
  left: 87px;
  top: 17.75px;
  padding-right: 8px;
  border-radius: 0
}

.ob-intr-report-menu_close_x {
  width: 14.67px;
  height: 14.67px;
  position: absolute;
  left: 26.04%;
  right: 26.04%;
  top: 26.04%;
  bottom: 29.04%;
  color: #717075
}

.ob-intr-remove-default-click,
.ob-intr-remove-default-click:active,
.ob-intr-remove-default-click:focus,
.ob-intr-remove-default-click:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: 0
}

.ob-intr-container-final-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px 24px;
  gap: 12px;
  position: absolute;
  width: 80%;
  min-width: 280px;
  max-width: 336px;
  height: 183px;
  background: #fff;
  box-shadow: 8px 12px 24px rgba(0, 0, 0, .25);
  border-radius: 8px;
  -webkit-animation: hide 5s;
  animation: hide 5s;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  left: 4%;
  top: 5%;
  -webkit-box-shadow: 8px 12px 24px rgba(0, 0, 0, .25);
  z-index: 5
}

.ob-intr-close-final-msg {
  width: 14.67px;
  height: 14.67px;
  position: absolute;
  right: 4.04%;
  top: 7.04%;
  color: #717075;
  background: url(../assets/Close.svg);
  background-repeat: no-repeat;
  background-size: cover
}

.ob-intr-final-msg {
  width: auto;
  height: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #151e41;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-final-msg,
.ob-intr-final-sub-msg {
  font-family: Open Sans, sans-serif;
  text-align: center
}

.ob-intr-final-sub-msg {
  width: 225px;
  height: 18px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #717075;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-container-final-msg-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 0 0;
  gap: 4px;
  height: 24px;
  width: auto;
  background: #f2f5fc;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-container-final-msg-reason,
.ob-intr-final-msg-reason {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  gap: 5px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ob-intr-final-msg-reason {
  height: 18px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #2d5cc8;
  -ms-flex: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 4px
}

.ob-intr-final-msg-reason:after {
  content: "|";
  color: #ededed;
  margin-left: 4px;
  font-size: 1.2em
}

.ob-intr-container-final-msg-close {
  opacity: 0
}

.ob-final-default-msg {
  -webkit-animation: hide 5s;
  animation: hide 5s;
  opacity: 0;
  margin-top: 15%;
  text-align: center
}

.ob-intr-undo {
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  color: #597fd9;
  text-decoration: underline;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 4.5px
}

.wrap-ob-intr-final-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 4px;
  width: 100%;
  height: 131px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ob-intr-report-mobile {
  width: 24px;
  height: 24px;
  right: 3.5px;
  top: 4.5px;
  background: rgba(0, 0, 0, .55);
  z-index: 1
}

.ob-intr-report-mobile,
.ob-intr-report-mobile-wrapper {
  position: absolute;
  padding: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ob-intr-report-mobile-wrapper {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  z-index: 1001
}

.ob-intr-overlay-mobile {
  z-index: 2147483645;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55)
}

.ob-intr-report-menu.ob-intr-report-on.ob-intr-report-menu-mobile {
  -webkit-animation: flow .3s;
  animation: flow .3s;
  z-index: 2147483647;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 12px 24px 24px;
  height: auto;
  width: 100vw;
  left: 0;
  -webkit-transform: none;
  transform: none;
  top: unset;
  margin: 0 auto
}

.ob-intr-container-final-msg-mobile,
.ob-intr-report-menu.ob-intr-report-on.ob-intr-report-menu-mobile {
  border-radius: 8px 8px 0 0;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  max-width: -webkit-fill-available
}

.ob-intr-container-final-msg-mobile {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 12px 24px;
  gap: 12px;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100vw;
  height: 225px;
  left: 0;
  top: auto;
  z-index: 2147483646
}

.ob-intr-container-final-msg-mobile,
.ob-intr-container-final-msg-mobile .ob-intr-container-final-msg-reason {
  -webkit-box-direction: normal;
  align-items: center;
  -webkit-box-flex: 0;
  order: 0;
  -webkit-box-align: center;
  -ms-flex-align: center
}

.ob-intr-container-final-msg-mobile .ob-intr-container-final-msg-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px 0 0;
  gap: 4px;
  width: auto;
  height: 24px;
  background: #f2f5fc;
  border-radius: 4px;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-container-final-msg-mobile .ob-intr-final-msg {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #151e41;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-container-final-msg-mobile .ob-intr-final-sub-msg {
  width: 177px;
  height: 15px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #717075;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ob-intr-report-mobile-off {
  background: transparent;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.ob-intr-container-final-msg-mobile .wrap-ob-intr-final-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 4px;
  width: 100vw;
  height: 188px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.SB_1.ob-widget .ob-intr-disabled {
  pointer-events: none;
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link .obr-intr-icon-x:after {
  display: none;
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link .ob-rec-image-container {
  background: rgba(0, 0, 0, 0.55);
  -webkit-filter: blur(24px);
  filter: blur(24px);
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link .ob-sub-units {
  background: rgba(0, 0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link .ob-sub-unit {
  background: rgba(0, 0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link>.ob-unit {
  background: rgba(0, 0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.SB_1.ob-widget .ob-intr-overlay+.ob-dynamic-rec-link>.ob-grid-button-container {
  background: rgba(0, 0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.SB_1.ob-widget .ob-rec-interaction {
  cursor: default;
  position: absolute;
  width: 100%;
  bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.SB_1.ob-ad-carousel-layout .ob-intr-report-menu {
  z-index: 100;
}

.SB_1.ob-widget .ob-intr-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.SB_1.ob-widget .ob-intr-overlay-disabled+.ob-dynamic-rec-link .ob-intr-report {
  display: none;
}

.SB_1.ob-widget .ob-intr-overlay-disabled+.ob-dynamic-rec-link {
  pointer-events: none;
}

.SB_1.ob-widget .ob-intr-overlay-disabled .ob-intr-undo {
  position: absolute;
  right: 0;
  font-size: 12px;
  padding: 6px 10px;
  display: inline-block;
  color: #a7a5a5;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  border-bottom: none;
  background: transparent;
}

.SB_1.ob-widget .ob-grid-layout.ob-multi-columns-layout .ob-intr-report {
  left: calc(40% - 15px);
  width: 15px;
  height: 15px;
}

.SB_1.ob-widget .ob-grid-layout.ob-multi-columns-layout .ob-intr-report-menu {
  left: 0;
  right: 0;
  direction: ltr;
  transform: translate(-40%, 0px);
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flow {
  from {
    bottom: -300px;
  }

  to {
    bottom: 0px;
  }
}

@-webkit-keyframes flow {
  0% {
    bottom: -300px
  }

  to {
    bottom: 0
  }
}

@media only screen and (min-width: 700px) {
  .SB_1.ob-widget .ob-dynamic-rec-link:hover .obr-intr-icon-x {
    display: block;
  }

  .SB_1.ob-widget .ob-interaction-rec:hover .ob-ad-choices,
  .SB_1.ob-widget .ob-interaction-rec:hover+.ob-ad-choices,
  .SB_1.ob-widget .ob-intr-overlay~.ob-ad-choices {
    transform: translateX(-25px);
  }

  .SB_1.ob-widget .ob-intr-overlay-disabled~.ob-ad-choices {
    transform: translateX(-40px);
  }
}

/* end interaction layer */
.SB_1.ob-widget .ob-widget-header {
  font-weight: bold;
}

.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-text,
.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-source,
.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-customText,
.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: initial;
}

.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-text {
  -webkit-line-clamp: 6;
}

.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-source {
  -webkit-line-clamp: 1;
}

.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-description {
  -webkit-line-clamp: 3;
}

.SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-customText {
  -webkit-line-clamp: 1;
}

.SB_1.ob-widget .ob-rec-text {
  font-weight: bold;
}

.SB_1.ob-widget .ob-rec-source {
  font-weight: normal;
}

.SB_1.ob-widget .ob-rec-date {
  font-weight: bold;
}

.SB_1.ob-widget .ob-rec-description {
  max-height: 53.0px;
  overflow: hidden;
  font-weight: normal;
}

.SB_1.ob-widget .ob-rec-image-container .ob-video-icon-container {
  position: absolute;
  left: 0;
  height: 30%;
  width: 100%;
  text-align: center;
  top: 35%;
}

.SB_1.ob-widget .ob-rec-image-container .ob-video-icon {
  display: inline-block;
  height: 100%;
  float: none;
  opacity: 0.7;
  transition: opacity 500ms;
}

.SB_1.ob-widget .ob-rec-image-container .ob-video-icon:hover {
  opacity: 1;
}

.SB_1.ob-grid-layout .ob-rec-image-container .ob-rec-label {
  bottom: 0;
  left: 0
}

.SB_1.ob-grid-layout .ob-rec-image-container .ob-rec-label {
  font-size: 10px;
}

.ob-cmn-SB_1.ob-grid-layout .ob-widget-header {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: black;
  margin: 0px 0px 12px 0px
}

.ob-cmn-SB_1.ob-grid-layout .ob-sub-units {
  margin: 20px 0px 0px 12px
}

.ob-cmn-SB_1.ob-grid-layout .ob-grid-button-container {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-text {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #036;
  margin: 6px 0px 4px 0px;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-text:hover {
  color: #036;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-source {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  margin: 0% 0% 0% 0%;
  text-align: left;
  font-size: 11px;
  line-height: 1.25;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-date {
  font-family: inherit;
  color: black;
  padding: 0px 0 0px;
  text-align: left;
  font-size: 12px;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-author {
  font-family: inherit;
  color: black;
  padding: 0px 0 0px;
  text-align: left;
  font-size: 12px;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-description {
  font-family: inherit;
  color: black;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-customText {
  font-family: inherit;
  color: black;
  font-size: 14px;
  background-color:
}

.ob-cmn-SB_1.ob-grid-layout .ob-rec-brandName {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: $dynamic: TitleMarginTop$px 0 $dynamic: TitleMarginBottom$px;
      line-height: 1.5;
      font-size: 13px;
      font-weight: 400;
    }

    .ob-cmn-SB_1.ob-grid-layout .ob-rec-brandLogo {
      width: $dynamic: BrandLogoWidth$px;
        height: $dynamic: BrandLogoHeight$px;
        }

        .ob-cmn-SB_1.ob-grid-layout .ob-unit.ob-rec-image-container span.ob-rec-label {
          background-color: #666;
          color: ;
          font-family: ;
        }

        .ob-cmn-SB_1.ob-grid-layout .ob-rec-text-wrapper span.ob-rec-label,
        .ob-rec-source-wrapper span.ob-rec-label {
          background-color: #666;
          color: ;
          font-family: ;
        }

        .ob-cmn-SB_1.ob-grid-layout .ob-widget-items-container {
          grid-row-gap: 15px;
          grid-column-gap: 12px;
        }

        .ob-cmn-SB_1.ob-grid-layout .ob-widget-items-container .ob-dynamic-rec-container {
          padding: 0px;
          border: none;
          background-color: initial;
        }


        .SB_1.ob-widget .ob-dynamic-rec-container .ob-rec-text {
          line-height: 20px;
        }

        .SB_1.ob-widget.ob-grid-layout {
          border: 1px solid #cedfef;
          background-color: #fff;
          padding: 16px;
          /*height: 234px;*/
          /*width: auto;*/
        }

        .SB_1.ob-grid-layout .ob-widget-header {
          font-weight: 900;
          /*display: block;*/
        }

        .SB_1.ob-grid-layout .ob-unit.ob-rec-image-container span.ob-rec-label {
          display: none;
        }

        .SB_1.ob-grid-layout .ob-sub-units {
          margin: 0;
        }

        /*.ob-custom-src-link .ob-src-link:hover,*/
        /*.ob-custom-src-link .ob-rec-text:hover {*/
        /* text-decoration: underline;*/
        /*}*/
        #main-container {
          max-width: 450px;
          margin: 30px auto;
        }

        .form-container {
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
        }

        #main-container .formHeader {
          white-space: normal;
          word-break: break-word;
        }

        #main-container .formHeader {
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
        }

        #main-container .formHeader {
          background: #17107d;
          text-align: center;
          color: white;
          font-weight: 700;
          margin: 0;
          padding: 30px 24px;
          font-size: 20px;
          letter-spacing: 2px;
          font-family: inherit;
        }

        #main-container {
          box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43) !important;
        }

        .form-group {
          width: 100%;
          margin: 10px !important;
        }

        .logos-wrapper {
          display: block;
          width: 100%;
          max-width: 430px;
          margin: 20px auto;
        }

        .flex-logos-wrapper {
          display: flex;
        }

        .logos-wrapper {
          justify-content: space-between;
          align-items: center;
        }

        .logo {
          max-width: 30%;
        }

        .logos-row2 {
          margin-top: 20px;
        }

        .form-control {
          width: 100%;
          height: 40px;
          border-radius: 5px;
          border: 1px solid #afa7a7;
        }