@charset "UTF-8";

/*! updated; 12-19-2024 09:31 PM **/
:root,
html[data-theme=light] {
    --background: #ffffff;
    --background-darker-1: #f6f8fa;
    --background-input-field: #ffffff;
    --divider_color: #cccccc;
    --focused_border_color: #cccccc;
    --focused_container_box_shadow_color: rgba(0, 0, 0, 0.16);
    --container_box_shadow_color: rgba(0, 0, 0, 0.08);
    --brand_primary-lighter-1: #4b78a7;
    --brand_primary-lighter: #1b4e81;
    --brand_primary: #003366;
    --brand_secondary: #c20017;
    --components_snack_bar_background: #f1f1f1;
    --components_market_nav_pos: #307608;
    --components_market_nav_neg: #d20f26;
    --components_nation_upper_promo: #c20017;
    --components_nation_input_background: #ffffff;
    --typography_text_white: #ffffff;
    --typography_text_color: #666666;
    --typography_heading_color: #003366;
    --typography_anchor_color: #003366;
    --typography_label_text_color: #222222;
    --headline_color_default: #003366;
    --headline_color_red: #c20017;
    --headline_color_green: #307608
}

html[data-theme=dark] {
    --background: #05162c;
    --background-darker-1: #05162c;
    --background-input-field: rgba(255, 255, 255, 0.08);
    --dark_background: #030f1d;
    --divider_color: rgba(255, 255, 255, 0.08);
    --focused_border_color: rgba(255, 255, 255, 0.16);
    --focused_container_box_shadow_color: rgba(0, 0, 0, 0.5);
    --container_box_shadow_color: rgba(0, 0, 0, 0.25);
    --brand_primary-lighter-1: #64a0de;
    --brand_primary: #05162c;
    --brand_secondary: #fe2741;
    --components_snack_bar_background: rgba(255, 255, 255, 0.08);
    --components_market_nav_pos: #aee973;
    --components_market_nav_neg: #fe2741;
    --components_nation_upper_promo: #ffffff;
    --components_nation_input_background: rgba(255, 255, 255, 0.08);
    --typography_text_color: #cccccc;
    --typography_heading_color: #ffffff;
    --typography_anchor_color: #ffffff;
    --typography_label_text_color: #ffffff;
    --headline_color_default: #ffffff;
    --headline_color_red: #fe2741;
    --headline_color_green: #aee973
}

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,
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,
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
}

* {
    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 {
    position: relative
}

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

section {
    position: relative
}

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

.has-gated-overlay {
    position: relative
}

.gated-overlay {
    padding: 0 24px;
    width: 100%;
    height: 100%;
    z-index: 51;
    position: absolute;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7), rgba(0, 0, 0, .5));
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.gated-overlay input {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.gated-overlay.loading-view .overlay-view {
    opacity: 0;
    transition: opacity .5s
}

.gated-overlay.loading-view::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 6px dotted #d20f26;
    animation: loading 2s cubic-bezier(.41, 1.68, .52, .37) infinite;
    opacity: 1;
    transition: opacity .5s
}

.gated-overlay .logo {
    margin-bottom: 8px
}

.gated-overlay .logo::after {
    content: "";
    display: block;
    position: static;
    margin: auto
}

.gated-overlay .debate-logo::after {
    background-image: url("img/fox-business-debate-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 200px;
    height: 16px
}

.gated-overlay .header {
    margin-bottom: 4px
}

.gated-overlay .header-content {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -.25px;
    color: #fff
}

.gated-overlay .header-sub {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #ccc;
    margin-bottom: 0
}

.gated-overlay .content {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ccc
}

.gated-overlay .content .user-email,
.gated-overlay .content a {
    font-weight: 900;
    color: #fff
}

.gated-overlay .footer a {
    display: inline
}

.overlay-view {
    display: flex;
    flex-basis: 295px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.has-video .gated-overlay,
.inline-video .gated-overlay,
.post-video-container .gated-overlay,
.video-container .gated-overlay {
    background: #000
}

.passwordless-polling .footer-content {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ccc
}

.passwordless-polling .footer-content a {
    font-weight: 900;
    color: #fff
}

.passwordless-email .email-container {
    margin-bottom: 4px
}

.passwordless-email .gate-email-form {
    display: inline-flex;
    flex-wrap: nowrap
}

.passwordless-email .input-email {
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
    min-width: 214px;
    line-height: 18px;
    color: #666;
    cursor: pointer
}

.passwordless-email .input-submit {
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    background-color: #d20f26;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    color: #fff;
    cursor: pointer
}

.passwordless-email .footer-content {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc
}

.passwordless-email .footer-content a {
    font-weight: 900;
    color: #fff
}

.passwordless-video {
    flex-basis: 300px
}

.passwordless-video .header-content {
    margin-bottom: 8px
}

.passwordless-video .header-sub {
    display: none
}

.passwordless-video .header {
    margin-bottom: 8px
}

.passwordless-video .gate-email-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 34px;
    margin-bottom: 8px
}

.passwordless-video .email-container {
    width: 100%
}

.passwordless-video .input-wrap {
    flex-basis: 219px;
    margin-right: 8px
}

.passwordless-video .input-email {
    height: 100%;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .33);
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.passwordless-video .input-email:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: #cccccc !important
}

.passwordless-video .input-email:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: #cccccc !important
}

.passwordless-video .input-submit {
    height: 100%;
    padding: 8px 12px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d20f26;
    background: #d20f26;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    cursor: pointer
}

.passwordless-video .legal-statement {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #ccc;
    margin-bottom: 0
}

.passwordless-video .legal-statement a {
    display: inline;
    font-weight: 700;
    text-decoration: underline;
    color: #fff
}

.passwordless-video .message.error {
    border-radius: 4px;
    border: 1px solid #fe2741;
    background: #240c0f;
    color: #fe2741
}

.error {
    padding: 8px 12px;
    border: 1px solid #c20017;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #ffdce0;
    color: #c20017;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}



.gate-thumbnail {
    width: 100%
}

.collection-live-event .article-item .passwordless-video .header-content,
.collection-live-event .item .passwordless-video .header-content {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.25px;
    color: #fff
}

.collection-live-event .article-item .passwordless-video .header-sub,
.collection-live-event .item .passwordless-video .header-sub {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #fff
}

.collection-live-event .article-item .passwordless-video .gate-email-form,
.collection-live-event .item .passwordless-video .gate-email-form {
    margin-bottom: 8px
}

.collection-live-event .article-item .passwordless-video .legal-statement,
.collection-live-event .item .passwordless-video .legal-statement {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #ccc;
    margin-bottom: 0
}

.collection-live-event .article-item .passwordless-video .legal-statement a,
.collection-live-event .item .passwordless-video .legal-statement a {
    display: inline;
    font-weight: 700;
    text-decoration: underline;
    color: #fff
}

@media screen and (min-width: 520px) {
    .gated-overlay .logo {
        margin-bottom: 24px
    }

    .gated-overlay .header-content {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -.5px
    }

    .gated-overlay .header-sub {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.25px
    }

    .gated-overlay .header {
        margin-bottom: 16px
    }

    .gated-overlay .debate-logo::after {
        background-image: url("img/fox-business-debate-logo-stacked.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 103px;
        height: 64px
    }

    .overlay-view {
        flex-basis: 392px
    }

    .passwordless-email .input-email {
        width: 311px
    }

    .passwordless-email .email-container {
        margin-bottom: 8px
    }

    .passwordless-video {
        flex-basis: 480px
    }

    .passwordless-video .header-content {
        margin-bottom: 8px
    }

    .passwordless-video .gate-email-form {
        height: 56px
    }

    .passwordless-video .input-wrap {
        flex-basis: 359px
    }

    .passwordless-video .input-email {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.25px;
        padding: 16px 20px
    }

    .passwordless-video .input-submit {
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
        letter-spacing: -.25px
    }

    .passwordless-video .gate-email-form {
        margin-bottom: 16px
    }

    .passwordless-video .legal-statement {
        font-size: 13px;
        line-height: 18px
    }

    .collection-live-event .article-item .passwordless-video .header-content,
    .collection-live-event .item .passwordless-video .header-content {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -.5px
    }

    .collection-live-event .article-item .passwordless-video .gate-email-form,
    .collection-live-event .item .passwordless-video .gate-email-form {
        margin-bottom: 16px
    }

    .collection-live-event .article-item .passwordless-video .legal-statement,
    .collection-live-event .item .passwordless-video .legal-statement {
        font-size: 13px;
        line-height: 18px
    }
}

@media screen and (min-width: 902px) {

    .featured-video.sticky-video .gated-overlay .header,
    .playlist-container.sticky-video .gated-overlay .header {
        margin-bottom: 8px
    }

    .featured-video.sticky-video .gated-overlay .header-sub,
    .playlist-container.sticky-video .gated-overlay .header-sub {
        display: none
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .gated-overlay .header-content,
    .playlist-container .sticky-wrapper:not(.sticky-player) .gated-overlay .header-content {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: -.5px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .gated-overlay .header,
    .playlist-container .sticky-wrapper:not(.sticky-player) .gated-overlay .header {
        margin-bottom: 8px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .gated-overlay .debate-logo::after,
    .playlist-container .sticky-wrapper:not(.sticky-player) .gated-overlay .debate-logo::after {
        background-image: url("img/fox-business-debate-logo-stacked.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 156px;
        height: 96px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .overlay-view,
    .playlist-container .sticky-wrapper:not(.sticky-player) .overlay-view {
        flex-basis: 652px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-email .input-email,
    .playlist-container .sticky-wrapper:not(.sticky-player) .passwordless-email .input-email {
        padding: 16px 20px;
        min-width: 532px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.25px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-email .input-submit,
    .playlist-container .sticky-wrapper:not(.sticky-player) .passwordless-email .input-submit {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.25px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-email .email-container,
    .playlist-container .sticky-wrapper:not(.sticky-player) .passwordless-email .email-container {
        margin-bottom: 16px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .error,
    .playlist-container .sticky-wrapper:not(.sticky-player) .error {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.25px
    }

    .featured-video .sticky-player .gated-overlay,
    .playlist-container .sticky-player .gated-overlay {
        top: 24px;
        height: calc(96% - 24px)
    }

    .featured-video .sticky-player .gated-overlay .header,
    .playlist-container .sticky-player .gated-overlay .header {
        margin-bottom: 8px
    }

    .featured-video .sticky-player .gated-overlay .header-sub,
    .playlist-container .sticky-player .gated-overlay .header-sub {
        display: none
    }

    .passwordless-video .header-sub {
        display: block;
        margin-bottom: 8px
    }

    .passwordless-video.has-error .header-sub {
        display: none
    }

    .passwordless-video .input-wrap {
        flex-basis: 531px
    }
}

@media screen and (min-width: 1024px) {
    .passwordless-video {
        flex-basis: 485px
    }

    .passwordless-video .input-wrap {
        flex-basis: 531px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-video {
        flex-basis: 485px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-video .header {
        margin-bottom: 16px
    }

    .featured-video .sticky-wrapper:not(.sticky-player) .passwordless-video .header-content {
        font-size: 31px;
        line-height: 37px
    }

    .collection-live-event .article-item .passwordless-video .header-content,
    .collection-live-event .item .passwordless-video .header-content {
        font-size: 31px;
        line-height: 37px
    }

    .item-live-stream .passwordless-video .header-sub {
        display: none
    }
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.login-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-success-content {
    background: #fff;
    padding: 48px;
    border-radius: 10px;
    position: relative
}

.login-success-content .logo {
    margin-bottom: 24px
}

.login-success-content .logo::after {
    background-image: url("img/fox-news-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: block;
    position: static;
    margin: auto;
    height: 64px;
    width: 64px
}

.login-success-content .logo.fbn:after {
    background-image: url("img/fox-business-2-color.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.login-success-content .header {
    margin-bottom: 8px
}

.login-success-content .header-content {
    color: #222;
    text-align: center;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -.5px
}

.login-success-content .modal-subtext {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.25px
}

.close-modal {
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 50%;
    padding: 8px;
    border: none;
    cursor: pointer
}

.close-modal>span {
    position: absolute;
    left: -99999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.close-modal::after {
    content: "";
    display: block;
    position: static;
    background-image: url("/static/orion/styles/img/core/s/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 10px;
    width: 10px
}

@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
}




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

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
}

body>iframe[src="https://www.foxnews.com/ketch-proxy.html"],
body>img[src*="pix.pub"] {
    position: absolute;
    left: -100%
}

.ad-container {
    text-align: center
}

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

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

.ad-container.sticky-ad,
.ad-container.sticky-ads {
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    display: block
}

.ad-container.sticky-ad.flex.ad-container,
.ad-container.sticky-ads.flex.ad-container {
    width: 100%
}

.ad-container.ad-loaded .ad {
    display: flex;
    align-items: center;
    justify-content: center
}

.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-20 {
    min-height: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-250 {
    min-height: 250px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay {
    transition: opacity .2s ease-in-out;
    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("img/video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.list-article-ct .overlay,
.listpage-ct .overlay {
    background-image: url("img/list.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.interactive-ct .overlay {
    background-image: url("img/interactive.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.slideshow-ct .overlay {
    background-image: url("img/slideshow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.noticias-disclaimer {
    color: #c94d4d;
    background-color: #f4f4f4;
    text-align: center;
    padding: 12px
}

.noticias-disclaimer a {
    font-weight: 700;
    color: #c94d4d
}

.noticias-disclaimer a:hover {
    color: #ef253d;
    text-decoration: underline
}

.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
}

.topic-nav {
    display: flex;
    height: 46px;
    width: 100%;
    background-color: #e8e8e8;
    border-bottom: 2px solid var(--active-nav-color, transparent)
}

.topic-nav-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    height: 100%;
    max-width: 100%;
    margin: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.topic-nav-items::-webkit-scrollbar {
    display: none
}

.topic-nav-item {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 20px
}

.topic-nav-item a.nav-item-label {
    min-width: max-content;
    padding: 5px 12px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -.25px;
    white-space: nowrap;
    color: var(--nav-item-color)
}

.topic-nav-item.active {
    background: var(--nav-item-color);
    padding: 3px 0;
    border-radius: 10px 10px 0 0;
    position: relative
}

.topic-nav-item.active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -8px;
    width: 8px;
    height: calc(100% + 12px);
    background-color: #e8e8e8;
    border-radius: 0 0 16px 0;
    z-index: 1
}

.topic-nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -8px;
    width: 8px;
    height: calc(100% + 12px);
    background-color: #e8e8e8;
    border-radius: 0 0 0 16px;
    z-index: 1
}

.topic-nav-item.active a.nav-item-label {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95)
}

.topic-nav-item.active a.nav-item-label::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: calc(50% + 9px);
    height: 14px;
    background-color: var(--active-nav-color)
}

.topic-nav-item.active a.nav-item-label::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: calc(50% + 9px);
    height: 14px;
    background-color: var(--active-nav-color)
}

.topic-nav-item:hover {
    background: var(--nav-item-color)
}

.topic-nav-item:hover a.nav-item-label {
    color: #fff
}

.site-header {
    border-top: 2px solid #c20017;
    background-color: #036;
    min-height: 50px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: top .5s ease-in-out
}

.site-header.sticky-region.slide-up {
    top: -100%
}

.site-header .nav-row-upper {
    background-color: var(--brand_primary);
    height: 48px
}

.site-header .nav-row-lower {
    background-color: var(--background);
    height: 62px;
    line-height: 52px;
    border-top: none;
    border-bottom: 1px solid var(--divider_color);
    display: block;
    font-size: 14px
}

.site-header .nav-row-lower .inner {
    display: flex
}

.site-header.nav-open {
    position: relative
}

.site-header.nav-open .nav-row-lower {
    display: none
}

.site-header.sticky-region.hidden {
    opacity: 0;
    visibility: hidden
}

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

.site-header a {
    color: #edf6ff
}

.site-header .branding {
    float: left
}

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

.site-header .meta {
    float: right;
    padding-right: 48px;
    min-width: 45px;
    min-height: 26px
}

.site-header .meta .search-toggle a {
    visibility: hidden
}

.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("img/fox-news-logo-square.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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 li {
    margin: 0 3px
}

.site-footer .social-icons li>* {
    background-color: #001d3a
}

body:has(.adhesion-ad) .site-footer {
    padding-bottom: 68px
}

.network-nav {
    display: none;
    height: 32px;
    padding: 8px 8px;
    background-color: #000
}

.network-nav ul li.network-item {
    display: inline-block;
    margin: 0 16px;
    position: relative
}

.network-nav ul li.network-item:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: #666;
    right: -17px;
    top: calc(50% - 8px)
}

.network-nav ul li.network-item:first-of-type:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #666;
    background-color: #000;
    position: absolute;
    right: -28px;
    top: calc(50% - 6px);
}

.network-nav ul li.network-item .logo {
    display: inherit
}

.network-nav ul li.network-item .logo>span {
    display: inherit;
    text-indent: -99999px
}

.network-nav ul li.network-item.active>a {
    filter: brightness(2)
}

.network-nav ul li.network-item>a {
    display: block;
    height: 100%
}

.network-nav ul li.network-item>a:hover {
    filter: brightness(2)
}

.network-nav ul li.network-item.fn-media {
    min-width: 135px;
    min-height: 16px;
    margin-right: 28px
}

.network-nav ul li.network-item.fn-media .logo {
    display: block;
    background-image: url("img/fox-news-media.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.fn {
    min-width: 84px;
    min-height: 16px
}

.network-nav ul li.network-item.fn .logo {
/*    background-image: url("img/fox-news.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.fb {
    min-width: 119px;
    min-height: 12px
}

.network-nav ul li.network-item.fb .logo {
    background-image: url("img/fox-business.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 12px;
    line-height: 12px
}

.network-nav ul li.network-item.fb::after {
    top: -2px
}

.network-nav ul li.network-item.fnation {
    min-width: 64px;
    min-height: 16px
}

.network-nav ul li.network-item.fnation .logo {
    background-image: url("img/fox-nation.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.fn-audio {
    min-width: 108px;
    min-height: 12px;
    height: 12px;
    line-height: 12px
}

.network-nav ul li.network-item.fn-audio .logo {
    background-image: url("img/fox-news-audio.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.fn-audio::after {
    top: -2px
}

.network-nav ul li.network-item.fw {
    min-width: 90px;
    min-height: 16px
}

.network-nav ul li.network-item.fw .logo {
    background-image: url("img/fox-weather.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.noticias {
    min-width: 125px;
    min-height: 16px;
    height: 16px;
    line-height: 16px
}

.network-nav ul li.network-item.noticias .logo {
    background-image: url("img/fox-noticias.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.noticias::after {
    top: -1px
}

.network-nav ul li.network-item.outkick {
    min-width: 46px;
    min-height: 14px;
    height: 14px;
    line-height: 14px
}

.network-nav ul li.network-item.outkick .logo {
    background-image: url("img/outkick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.outkick::after {
    top: -1px
}

.network-nav ul li.network-item.books {
    min-width: 139px;
    min-height: 16px;
    height: 16px;
    line-height: 16px
}

.network-nav ul li.network-item.books .logo {
    background-image: url("img/fox-news-books.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.network-nav ul li.network-item.books::after {
    top: -1px
}

.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 {
    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 {
    box-shadow: -1px 0 0 0 rgba(0, 51, 102, .4);
    right: 12px
}

.page-arrows .arrow {
    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 {
    transform: rotate(45deg) translate3d(0, 0, 0)
}

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

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

.page-arrows .next .arrow:after {
    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,
.video-container video {
    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 {
    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;
    -webkit-box-decoration-break: clone;
    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
}

.collection.full {
    background: 0 0;
    border: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    max-width: 320px;
    min-width: 300px;
    margin: 0 auto 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 {
    transform: rotate(45deg) translate3d(0, 0, 0)
}

.message .close a::after {
    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("img/overlays/video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 16px;
    bottom: 16px;
    height: 32px;
    width: 32px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.article-single .social-icons a,
.article-single .social-icons button {
    overflow: hidden
}

.social-icons ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

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

.social-icons a:after,
.social-icons button:after {
    display: block;
    content: "";
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.social-icons button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 0
}

.social-icons .fb>:after {
    background-image: url("img/facebook.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 7px
}

.social-icons .tw>:after {
    background-image: url("img/x.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 13px;
    width: 16px
}

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

.social-icons .sc>:after {
    background-image: url("img/snapchat.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 17px
}

.social-icons .pc>:after {
    background-image: url("img/podcast.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 10px
}

.social-icons .apple-pc>:after {
    background-image: url("img/social-podcast.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 13px
}

.social-icons .li>:after {
    background-image: url("img/linked-in.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .flipboard>:after {
    background-image: url("img/flipboard.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .iheartradio>:after,
.social-icons .ihr>:after {
    background-image: url("img/iheartradio.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .spotify>:after {
    background-image: url("img/spotify.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .youtube>:after,
.social-icons .yt>:after {
    background-image: url("img/youtube.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .rss>:after {
    background-image: url("img/rss.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .email>:after {
    background-image: url("img/email.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 10px;
    width: 15px
}

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

.social-icons .print>:after {
    background-image: url("img/print.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 18px
}

.social-icons .sms>:after {
    background-image: url("img/imessage.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 20px;
    width: 20px
}

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

.social-icons .read>:after {
    background-image: url("img/read-later.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 10px
}

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

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

.social-icons .slack>:after {
    background-image: url("img/slack.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

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

.social-icons .link>:after {
    background-image: url("img/link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 15px;
    width: 15px
}

.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 {
    transform: rotate(45deg) translate3d(0, 0, 0)
}

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

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

.collection-timeline .arrow.collapse:after {
    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 {
    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(2n) {
    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.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-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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;
    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
}

.vendors-base {
    color: #00f
}

.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("overlays/video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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(2n) {
    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
}

.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;
    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;
    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;
    transform: translate3d(0, 0, 0);
    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;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #cedfef;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 14px;
    width: 100%
}

.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::placeholder,
.item-form .input-text.error::placeholder,
.item-form .input-textarea.error::placeholder {
    color: #c20717
}

.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::placeholder {
    color: #c20717
}

.item-form .select-wrap .select {
    -webkit-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;
    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 .legal {
    margin: 10px 0
}

.item-newsletter .legal p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0
}

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

.item-newsletter button {
    border-radius: 5px;
    display: block;
    background: #1b4e81;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: none;
    cursor: pointer;
    padding: 16px;
    width: 100%
}

.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("img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 6px;
    margin-right: 15px
}

.item-newsletter .user-input {
    box-shadow: 0 -8px 10px 2px rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    padding: 16px;
    background: #1b4e81;
    bottom: 0;
    left: 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::placeholder {
    color: #5787b8
}

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

.item-newsletter .user-input .button a {
    background: #0d2e5a;
    color: #1b4e81;
    -webkit-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("img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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("img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 11px;
    right: 10px
}

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

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

.item-newsletter-article {
    width: 300px;
    min-height: 477px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border: 1px solid #cedfef;
    overflow: hidden;
    background: #fff
}

.item-newsletter-article .legal {
    margin: 10px 0
}

.item-newsletter-article .legal p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0
}

.item-newsletter-article .logo img {
    width: 266px;
    height: 60px;
    padding: 0
}

.item-newsletter-article .info {
    padding: 16px 0 0 0;
    width: 252px
}

.item-newsletter-article .info .dek {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.25px;
    color: #666;
    margin-bottom: 16px
}

.item-newsletter-article .info .arrive {
    margin-bottom: 10px;
    font-weight: 900;
    color: #fff
}

.item-newsletter-article .info .arrive span {
    margin: 0;
    border-radius: 3px;
    background-color: #c20017;
    font-size: 10px;
    line-height: 11.72px;
    letter-spacing: normal;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase
}

.item-newsletter-article .info .newsletter-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
    letter-spacing: -.25px;
    font-weight: 900;
    color: #000
}

.item-newsletter-article .info .user-input {
    background: #fff;
    position: relative;
    box-shadow: none;
    padding: 0 0 16px 0
}

.item-newsletter-article .info .user-input .success {
    border-radius: 4px;
    border: 1px solid #307608;
    color: #307608;
    background: #f1fbe7;
    padding: 9px 16px 9px 16px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.item-newsletter-article .info .user-input .success::before {
    content: none
}

.item-newsletter-article .info .email-input input {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 16px 20px 16px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.25px;
    height: 56px;
    width: 100%;
    margin-bottom: 16px
}

.item-newsletter-article .info .button a {
    border-bottom: 0 none;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: -.25px;
    padding: 16px 0 16px 0;
    box-shadow: none;
    border: none
}

.item-newsletter-article .info .button.error {
    margin: 0;
    background: #d20f26;
    padding: 16px 0 16px 0;
    border: none
}

.item-newsletter-article .info .button.error a {
    background: #d20f26;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900
}

.item-newsletter-article .info .disclosure {
    padding-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #666
}

.item-newsletter-article .info .disclosure a {
    color: #036;
    text-decoration: underline
}

.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;
    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;
    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::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::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;
    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%;
    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%;
    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: flex;
    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 {
    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%;
    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 {
    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 {
    animation: nav_slide .25s both;
    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 {
    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: flex;
    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: 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 {
    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
}

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

    to {
        transform: translateY(0)
    }
}

.collection-election-countdown {
    display: flex;
    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: flex;
    flex-direction: column;
    justify-content: flex-end;
    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 {
    flex: 1;
    margin-top: 12px
}

.collection-election-countdown .countdown {
    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 {
    flex: 1 0 100%;
    align-content: center;
    flex-wrap: wrap;
    min-height: 146px
}

.speechkit-wrapper.active {
    display: flex
}

.speechkit-wrapper .info {
    color: #222;
    line-height: 18px;
    height: 18px;
    display: flex;
    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 !important
}

.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 {
    flex: 1 0 100%
}

.speechkit-container .sk-app-container {
    height: 80px;
    border-radius: 12px;
    border: 1px solid #cedfef;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    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;
    margin: 10px !important
}

.speechkit-container .sk-app-container .sk-btn-rewind {
    color: #fff !important;
    width: 1.5em !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;
    background: #70869c
}

.speechkit-container .sk-app-container .played-bar {
    border-radius: 0;
    background: #fff
}

.speechkit-container .sk-app-container .progress-bar-box {
    overflow: hidden;
    background: #405d7a
}

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

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

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

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

.featured-image .slides .m .ctrl {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 56%
}

.featured-image .slides .m .ctrl .next,
.featured-image .slides .m .ctrl .prev {
    transition: opacity .2s ease-in-out;
    opacity: .9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: -9999px;
    color: #d3d3d3;
    cursor: pointer
}

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

.featured-image .slides .m .ctrl .prev {
    position: absolute;
    left: 16px;
    background-image: url("gallery/chevron-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: auto
}

.featured-image .slides .m .ctrl .next {
    position: absolute;
    right: 16px;
    background-image: url("gallery/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: auto
}

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

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

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

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

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

.featured-image .pager {
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.25px;
    transition: opacity .2s ease-in-out;
    border-radius: 35px;
    padding: 8px 16px;
    display: block;
    background: #000;
    opacity: .75;
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    overflow: hidden
}

.featured-image .info .caption p {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: -.25px
}

.stock-fundamentals thead {
    background: 0 0;
    display: none
}

.stock-fundamentals thead .percent {
    white-space: nowrap
}

.stock-fundamentals tbody td {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 110px;
    font-weight: 500
}

.stock-fundamentals tbody td:before {
    display: block;
    position: absolute;
    left: 12px;
    top: 10px;
    font-weight: 900
}

.stock-fundamentals tbody td.ticker {
    background: #f6f8fa;
    font-weight: 900
}

.stock-fundamentals tbody td.ticker a {
    color: #222
}

.stock-fundamentals tbody td.ticker:before {
    content: "Stock Symbol"
}

.stock-fundamentals tbody td.security:before {
    content: "Stock Name"
}

.stock-fundamentals tbody td.last:before {
    content: "Stock Price"
}

.stock-fundamentals tbody td.change.pos {
    color: #307608
}

.stock-fundamentals tbody td.change.neg {
    color: #d20f26
}

.stock-fundamentals tbody td.change:before {
    content: "Stock Change"
}

.stock-fundamentals tbody td.percent.pos {
    color: #307608
}

.stock-fundamentals tbody td.percent.neg {
    color: #d20f26
}

.stock-fundamentals tbody td.percent:before {
    content: "Change %"
}

.stock-fundamentals tbody td.sponsored-by-td {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
    padding-left: 0
}

.stock-fundamentals .stockticker {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -1px;
    padding: 8px 8px 0 0;
    background: #fff;
    position: relative;
    text-align: right;
    z-index: 99
}

.stock-fundamentals .stockticker.ad-container {
    display: flex;
    background-color: #fff;
    padding-right: 24px;
    margin-bottom: 0
}

.stock-fundamentals .stockticker.ad-container.desktop {
    padding-right: 0
}

.stock-fundamentals .stockticker.ad-container .ad {
    display: flex
}

.stock-fundamentals .stockticker span {
    padding-right: 4px;
    display: flex
}

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
}

.shared-video-player-container .video-thumb-wrapper {
    position: relative;
    width: 647px;
    height: 364px
}

.shared-video-player-container .video-thumb-wrapper .thumbnail {
    width: 647px;
    height: 364px
}

.shared-video-player-container .video-thumb-wrapper:hover .video-thumb-container img {
    position: absolute;
    top: -118px
}

.shared-video-player-container .video-thumb-container {
    position: absolute;
    top: calc(50% - 59px);
    left: calc(50% - 59px);
    width: 118px;
    height: 118px;
    overflow: hidden
}

.shared-video-player-container .video-thumb-container img {
    position: absolute;
    top: 0;
    width: 118px;
    height: 236px
}

.article-source {
    padding-left: 8px;
    position: relative
}

.article-source:before {
    position: relative;
    left: -5px;
    content: "·";
    font-size: 14px;
    color: #666
}

.article-meta {
    margin: 0 16px
}

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

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

.article-date,
.article-update-date {
    display: inline-block;
    padding: 0 0 12px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.dateline-vertical-line {
    color: #666;
    padding: 0 8px 0 8px
}

.headline {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: -.5px;
    padding: 0 16px;
    margin-bottom: 8px
}

.sub-headline {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding: 0 16px;
    letter-spacing: -.25px;
    overflow-wrap: break-word
}

.byline-disclosure {
    color: #666;
    padding: 20px 16px 0 16px
}

.eyebrow {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    background-color: #c20017;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    margin: 0 0 8px 0
}

.info-header .eyebrow {
    color: var(--brand_primary-lighter-1);
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    margin-bottom: 4px;
    font-weight: 900
}

.author-byline {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    align-items: center;
    text-align: center;
    color: #666;
    font-weight: 400
}

.author-byline a {
    font-weight: 900;
    letter-spacing: -.25px;
    line-height: 20px
}

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

.author-byline a:empty {
    display: none
}

.author-byline .author-headshot {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 14px
}

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

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

.author-byline.opinion .author-headshot+span:before {
    margin-left: -8px;
    margin-top: 3px;
    font-size: 12px
}

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

.author-byline.opinion>span:nth-of-type(2):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,
.article-social .social-icons button {
    background-color: #036
}

.article-social .social-icons li {
    margin: 0 3px
}

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

.article-social .social-icons li.fb>* {
    background-color: #3b5998;
    color: #fff
}

.article-social .social-icons li.tw>* {
    background-color: #000
}

.article-social .social-icons li.flipboard>* {
    background-color: #e12828
}

.article-social .social-icons li.sms>* {
    background-color: #6cca13
}

.article-social .social-icons li.messenger>* {
    background-color: #0083ff
}

.article-social .social-icons li.read>* {
    background-color: #db4052
}

.article-content-wrap .article-meta {
    clear: both;
    margin-left: 0;
    margin-right: 0
}

.article-content {
    margin: 0 16px
}

.article-content>.button {
    position: relative
}

.article-content>.button:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0))
}

.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 .featured-video .video-player img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.article-body .credible {
    margin-bottom: 22px
}

.article-body .fox-bet-promo {
    margin-bottom: 28px
}

.article-body .fox-bet-promo img {
    width: 100%
}

.article-body.has-dropcap>p:first-of-type::first-letter {
    float: left;
    padding: 0 16px 0 0;
    font-size: 96px;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -.5px
}

.article-footer .vendor-unit[data-uid=MB_4] {
    min-width: 288px;
    min-height: 1433px
}

.article-footer .vendor-unit[data-uid=ar-3] {
    width: 50%;
    display: inline-block;
    float: left
}

.article-footer .vendor-unit[data-uid=ar-16] {
    width: 50%;
    float: left
}

.article-footer .vendor-unit[data-uid=ar-17] {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.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 {
    clear: both;
    margin: 0 16px
}

.commenting-nation-promo {
    width: 100%;
    text-align: center;
    display: inline-block
}

.america-together-topper img {
    max-width: 100%
}

.big-idea-topper img {
    width: 100%
}

.scorestrip-container {
    width: 100%;
    max-width: 1256px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px
}

.pre-content .scorestrip-container {
    margin-top: 0
}

.fox-bet-promo {
    display: none
}

.nav-region-header {
    background-color: var(--brand_primary);
    min-height: 50px
}

.nav-region-header .primary-nav li {
    margin-bottom: 0;
    padding-right: 16px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -.25px
}

.nav-region-header .primary-nav li .menu-more {
    padding-right: 0
}

.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%;
    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
}

body:after {
    display: none
}

.scroll-lock {
    overflow: hidden
}

html .fn.article-single .alert-banner,
html .fn.live-event .alert-banner {
    bottom: 75px
}

html .fn.article-single .site-footer,
html .fn.live-event .site-footer {
    padding-bottom: 68px
}

html .mobile {
    display: block
}

html .mobile.ad-container {
    display: block;
    margin-bottom: 22px
}

html .mobile.ad-container.ad-placeholder-load {
    background-color: var(--components_top-ad-bg);
    min-height: 298px
}

html .mobile.ad-container.ad-placeholder-load .inline {
    display: flex;
    align-items: center;
    justify-content: center
}

html .mobile.ad-container.ad-loaded {
    margin: 24px 0
}

html .mobile.sticky-ad,
html .mobile.sticky-ads {
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin-bottom: 0;
    width: 100%
}

html .mobile.sticky-ad.flex.ad-container,
html .mobile.sticky-ads.flex.ad-container {
    width: 100%
}

html .mobile.adhesion-ad {
    height: 68px;
    background: rgba(0, 0, 0, .75)
}

html .mobile.adhesion-ad .ad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

html .mobile.adhesion-ad.stuck .ad-container.sticky-ad,
html .mobile.adhesion-ad.stuck .ad-container.sticky-ads {
    position: absolute
}

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-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
    height: 16px;
    width: 16px
}

.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 .branding .current-time {
    display: none
}

.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 {
    visibility: hidden
}

.site-header .button.user-login.show {
    visibility: visible
}

.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("img/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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: "×";
    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;
    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::placeholder {
    color: #666
}

.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 {
        column-count: 2
    }
}

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

.site-header .section-nav nav {
    padding: 0 24px;
    page-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("img/fox-news-logo-square.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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 .social-icons {
    clear: both;
    padding-top: 24px
}

.site-header .social-icons li {
    margin: 0 3px
}

.site-header .social-icons li>* {
    background-color: #001d3a
}

body.modal-open {
    overflow: hidden
}

.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
}

.modal {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 0 300px 0;
    border-radius: 5px;
    position: relative;
    margin: 50px auto 0;
    min-width: 296px;
    width: 100%
}

.modal:before {
    content: "Click anywhere outside the window to close.";
    color: #666;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%
}

.modal .close {
    display: block;
    float: left;
    background: url("/static/orion/styles/img/fox-news/bg/close.png") no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    position: absolute;
    top: -12px;
    right: -12px;
    height: 24px;
    width: 24px;
    z-index: 1
}

.modal .content .m .fox-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.modal .content .m .fox-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal .info {
    padding: 16px;
    text-align: center
}

.modal .title {
    font-size: 14px;
    margin-bottom: 6px
}

.modal span {
    font-size: 12px;
    line-height: 20px
}

.modal-text {
    border-top: 8px solid #036;
    padding: 48px
}

.modal-image .content .slide-container {
    position: relative
}

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

.modal-image .content .slide-container .slide {
    display: none
}

.modal-image .content .slide-container .slide:target {
    display: block
}

.modal-image .content .slide-container .slide .container {
    position: relative
}

.modal-image .content .info {
    padding: 16px;
    background: #fff
}

.modal-image .content .info span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #222
}

.modal-image .page-arrows {
    opacity: .9;
    display: block;
    position: absolute;
    width: 100%;
    top: 45%
}

.modal-image .page-arrows .arrow {
    height: 100%
}

.modal-image .page-arrows .arrow:after,
.modal-image .page-arrows .arrow:before {
    height: 24px;
    width: 6px
}

.modal-image .page-arrows .arrow:before {
    top: 16px
}

.modal-image .page-arrows .arrow:after {
    bottom: 16px
}

.modal-image .page-arrows .next,
.modal-image .page-arrows .prev {
    border-radius: 4px;
    height: 58px;
    width: 38px
}

.modal-image .page-arrows .next .arrow:after,
.modal-image .page-arrows .next .arrow:before,
.modal-image .page-arrows .prev .arrow:after,
.modal-image .page-arrows .prev .arrow:before {
    height: 22px
}

.modal-image .page-arrows .next .arrow:before,
.modal-image .page-arrows .prev .arrow:before {
    top: 12px
}

.modal-image .page-arrows .next .arrow:after,
.modal-image .page-arrows .prev .arrow:after {
    bottom: 12px
}

.modal-image .page-arrows .prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left
}

.modal-image .page-arrows .prev .arrow:after,
.modal-image .page-arrows .prev .arrow:before {
    left: 14px
}

.modal-image .page-arrows .next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: right
}

.modal-image .page-arrows .next .arrow:after,
.modal-image .page-arrows .next .arrow:before {
    left: 20px
}

.modal-image:before {
    top: -32px
}

.modal-image .close {
    top: -15px;
    right: -15px;
    width: 24px;
    height: 24px
}

@media screen and (orientation: landscape) {
    .modal-image {
        margin: 0 auto;
        width: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: calc(100% - 48px)
    }

    .modal-image:before {
        top: -16px
    }
}

.modal-email {
    border: 0 none;
    border-radius: 0
}

.modal-email .content {
    border-top: 8px solid #036;
    padding: 20px 10px;
    text-align: center
}

.modal-email .close {
    left: auto;
    right: -10px;
    top: -10px
}

.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
}

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

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

.popup-modal[id=toapp] {
    background-color: #000;
    background-color: rgba(0, 0, 0, .7)
}

.to-app {
    max-width: 272px;
    margin-top: 66px;
    padding: 16px;
    background-color: #fff;
    border-radius: 6px;
    color: #222
}

.to-app:before {
    content: none
}

.to-app .close {
    background: url("close-red.svg") no-repeat;
    top: -16px;
    right: -16px;
    height: 32px;
    width: 32px;
    border: 0;
    border-radius: 50%;
    background-color: #fff
}

.to-app .app-logo {
    display: block;
    margin: 0 auto 16px auto
}

.to-app .title {
    color: #222;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.13px;
    line-height: 24px;
    text-align: center
}

.to-app .dek {
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center
}

.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
}

.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
}

.popup-modal.push-alert-notify {
    background: rgba(0, 0, 0, .3)
}

.popup-modal.push-alert-notify .modal-push-alert:before {
    content: "";
    display: none
}

.popup-modal.push-alert-notify .modal-push-alert .content {
    overflow: hidden;
    padding: 24px 16px
}

.popup-modal.push-alert-notify .modal-push-alert .content img {
    display: block;
    width: 264px;
    margin: 0 auto 12px;
    -webkit-user-select: none;
    user-select: none
}

.popup-modal.push-alert-notify .modal-push-alert .content .info {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .title {
    font-size: 24px;
    margin-bottom: 12px
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .dek {
    display: block;
    font-size: 14px;
    margin-bottom: 12px
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .choices {
    overflow: hidden;
    width: 264px;
    margin: 0 auto
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button {
    float: left;
    width: 125px
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button a {
    transition: background-color .5s ease-in-out
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button.opt-in {
    float: right
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button.opt-in a {
    background: #307608
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button.opt-in a:hover {
    background: #54cf0e
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button.opt-out a {
    background: #9b0012
}

.popup-modal.push-alert-notify .modal-push-alert .content .info .button.opt-out a:hover {
    background: #f3001c
}

.popup-modal {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .96);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    z-index: 250
}

.modal-notification {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 0 300px 0;
    border-radius: 5px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    transform: translate(0, -50%);
    width: 100%;
    min-width: 296px;
    max-width: 500px
}

.modal-notification:before {
    content: "Click anywhere outside the window to close.";
    color: #666;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%
}

.modal-notification .close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c94d4d;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    height: 24px;
    width: 24px;
    z-index: 1
}

.modal-notification .close svg {
    display: block
}

.modal-notification .close svg path {
    fill: white
}

.modal-notification .info {
    padding: 16px;
    text-align: center
}

.modal-notification .title {
    font-size: 18px;
    line-height: 1.5
}

.modal-notification span {
    font-size: 12px;
    line-height: 1.5
}

.modal-notification a {
    color: inherit;
    text-decoration: underline
}

.modal-notification a:hover {
    text-decoration: none
}

.popup-modal .modal-email .content.fn-first .email {
    display: none
}

.popup-modal .modal-email .content.fn-first .email:before {
    background-image: url("img/fn-first.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: block;
    width: 276px;
    height: 48px;
    margin: 0 auto 15px
}

.popup-modal .modal-email .content.fn-first .email p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

.popup-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-email .content.fn-first .email form {
    width: 280px;
    margin: 20px auto 0;
    overflow: hidden
}

.popup-modal .modal-email .content.fn-first .email form input[type=text] {
    -webkit-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-email .content.fn-first .email form input[type=text]::placeholder {
    color: #666
}

.popup-modal .modal-email .content.fn-first .email form .signup-button {
    -webkit-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-email .content.fn-first .email form .signup-button:hover {
    background: #ef253d
}

.popup-modal .modal-email .content.fn-first .email form .add {
    position: absolute;
    left: -99999px
}

.popup-modal .modal-email .content.fn-first .email.thanks>span {
    display: block;
    background: #e4f8d0;
    color: #48980d;
    border-color: #aee973;
    margin-bottom: 10px
}

.popup-modal .modal-email .content.fn-first .email.thanks p {
    margin-bottom: 0
}

.popup-modal .modal-email .content.fn-first .email.thanks p a {
    font-weight: 900;
    text-decoration: underline
}

.popup-modal .modal-email .content.fn-first .email.thanks p a:hover {
    text-decoration: none
}

.popup-modal.email-1 {
    background: rgba(0, 51, 102, .75);
    padding-left: 22px;
    padding-right: 22px;
    min-width: 320px
}

.popup-modal.email-1 .modal {
    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 {
    transform: rotate(45deg)
}

.popup-modal.email-1 .modal-email .close:after {
    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("img/x-red.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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")
    }
}

@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;
    animation-name: fnf-scroll-email;
    animation-duration: 20s;
    animation-timing-function: linear;
    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]::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 {
    transform: rotate(45deg)
}

.popup-modal.email-5 .modal-email .close:after {
    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("img/kliegs.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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("newsletter/fn-first-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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 {
    transform: rotate(45deg)
}

.popup-modal.email-6 .modal-email .close:after {
    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("img/kliegs.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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("fn-first-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    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
    }
}

.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:first-child {
    animation: rotate-items 15s infinite 0s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(2) {
    animation: rotate-items 15s infinite 5s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(3) {
    animation: rotate-items 15s infinite 10s ease-in-out
}

@keyframes rotate-items {

    0%,
    100%,
    33.3333333333% {
        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>:hover {
    background: #3b5998
}

.social-icons .tw>:hover {
    background: #000
}

.social-icons .ig>* {
    transition: none
}

.social-icons .ig>: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), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.social-icons .sc>:hover {
    background: #fffc00
}

.social-icons .youtube>:hover,
.social-icons .yt>:hover {
    background: red
}

.social-icons .spotify>:hover {
    background: #1db954
}

.social-icons .iheartradio>:hover,
.social-icons .ihr>:hover {
    background: #c6002b
}

.social-icons .pc>:hover {
    background: purple
}

.social-icons .li>:hover {
    background: #0077b5
}

.social-icons .flipboard>:hover {
    background: #e12828
}

.social-icons .rss>:hover {
    background: #f26522
}

.social-icons .email>:hover {
    background: gray
}

.social-icons .slack>:hover {
    background: #481a4d
}

.social-icons .newsletters>:hover {
    background: gray
}

.alert-banner {
    overflow: hidden;
    position: fixed;
    border-radius: 4px;
    bottom: 12px;
    left: 11px;
    height: auto;
    width: calc(100% - 22px);
    padding: 12px;
    min-width: 298px;
    z-index: 1000
}

@media screen and (orientation: landscape) {
    .alert-banner {
        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: 16px;
    width: 16px;
    z-index: 11
}

.alert-banner .close:before {
    display: block;
    content: "×";
    font-size: 16px;
    position: relative;
    z-index: 5
}

.alert-banner .close:after {
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    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
}

.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 {
    animation: breaking-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-breaking .arrows .arrow-4 {
    animation: breaking-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-breaking .arrows .arrow-6 {
    animation: breaking-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.is-weather {
    color: #fff;
    background-color: #041431;
    width: 100%;
    left: 0;
    font-family: "Roboto Black", sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.alert-banner.is-weather .logo {
    padding-right: 12px
}

.alert-banner.is-weather .close {
    height: 16px;
    width: 16px
}

.alert-banner.is-weather .close:before {
    font-size: 16px;
    height: 16px;
    width: 16px;
    color: #000
}

.alert-banner.is-weather .close:after {
    font-size: 16px;
    height: 16px;
    width: 16px;
    background-color: #fff
}

.alert-banner.is-weather .alert-info .alert-type {
    color: #ef4906;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 700
}

.alert-banner.is-weather .alert-info .alert-title {
    color: #fff;
    font-size: 14px;
    letter-spacing: -.25px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.alert-banner.is-weather .alert-info a {
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: inherit
}

.alert-banner.is-weather .arrows span {
    border-left-color: #12305f
}

.alert-banner.is-weather .arrows span:nth-of-type(odd) {
    border-left-color: #041431
}

.alert-banner.is-weather .arrows .arrow-2 {
    animation: weather-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-weather .arrows .arrow-4 {
    animation: weather-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-weather .arrows .arrow-6 {
    animation: weather-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 {
    animation: programming-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-programming .arrows .arrow-4 {
    animation: programming-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-programming .arrows .arrow-6 {
    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 {
    animation: show-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-show .arrows .arrow-4 {
    animation: show-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-show .arrows .arrow-6 {
    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 {
    animation: nation-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-nation .arrows .arrow-4 {
    animation: nation-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-nation .arrows .arrow-6 {
    animation: nation-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.is-breaking-email {
    color: #fff;
    background-color: #036
}

.alert-banner.is-breaking-email .close:before {
    color: #036
}

.alert-banner.is-breaking-email .close:after {
    background-color: #edf6ff
}

.alert-banner.is-breaking-email .alert-info a {
    color: #edf6ff
}

.alert-banner.is-breaking-email .alert-info p {
    color: #def
}

.alert-banner.is-breaking-email .alert-info .alert-title {
    font-size: 18px;
    line-height: 24px
}

.alert-banner.is-breaking-email .breakingnews-form {
    margin-top: 8px
}

.alert-banner.is-breaking-email .breakingnews-form form {
    width: 100%
}

.alert-banner.is-breaking-email .breakingnews-form .input-wrap {
    min-width: 198px;
    margin-right: 4px;
    display: inline-block;
    width: 68%
}

.alert-banner.is-breaking-email .breakingnews-form .submit-wrap {
    width: 94px;
    display: inline-block
}

.alert-banner.is-breaking-email .breakingnews-form .input-email {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    line-height: 32px;
    margin: 0;
    padding: 0 12px;
    width: 100%
}

.alert-banner.is-breaking-email .breakingnews-form .input-email:focus::placeholder {
    color: transparent
}

.alert-banner.is-breaking-email .breakingnews-form .input-submit {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #d20f26;
    color: #fff;
    background-color: #d20f26;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    padding: 0;
    height: 30px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 0
}

.alert-banner.is-breaking-email .breakingnews-form .alert-disclaimer p {
    margin-top: 8px;
    font-size: 8px;
    line-height: 9px
}

.alert-banner.is-breaking-email .message {
    padding: 7px 32px 7px 8px
}

.alert-banner.is-breaking-email .message .close-btn {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px
}

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

.alert-banner.is-breaking-email .message .close-btn a:after,
.alert-banner.is-breaking-email .message .close-btn a:before {
    border-radius: 2px;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px
}

.alert-banner.is-breaking-email .message .close-btn a:before {
    transform: rotate(45deg) translate3d(0, 0, 0)
}

.alert-banner.is-breaking-email .message .close-btn a:after {
    transform: rotate(-45deg) translate3d(0, 0, 0)
}

.alert-banner.is-breaking-email .message.success .close-btn a:after,
.alert-banner.is-breaking-email .message.success .close-btn a:before {
    background-color: #60b911
}

.alert-banner.is-breaking-email .message.error .close-btn a:after,
.alert-banner.is-breaking-email .message.error .close-btn a:before {
    background-color: #f26a7a
}

.alert-banner.is-breaking-email .arrows span {
    border-left-color: #002c57
}

.alert-banner.is-breaking-email .arrows span:nth-of-type(odd) {
    border-left-color: #036
}

.alert-banner.is-breaking-email .arrows .arrow-2 {
    animation: email-arrow-highlight 2s infinite 0s ease-in-out
}

.alert-banner.is-breaking-email .arrows .arrow-4 {
    animation: email-arrow-highlight 2s infinite .5s ease-in-out
}

.alert-banner.is-breaking-email .arrows .arrow-6 {
    animation: email-arrow-highlight 2s infinite 1s ease-in-out
}

.alert-banner.slide-in {
    animation: slide-in 1s both
}

.alert-banner.slide-out {
    animation: slide-out 1s both
}

@keyframes breaking-arrow-highlight {

    0%,
    100% {
        border-left-color: #ae0015
    }

    50% {
        border-left-color: #bd0017
    }
}

@keyframes programming-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
    }
}

@keyframes show-arrow-highlight {

    0%,
    100% {
        border-left-color: #002c57
    }

    50% {
        border-left-color: #003466
    }
}

@keyframes nation-arrow-highlight {

    0%,
    100% {
        border-left-color: #000
    }

    50% {
        border-left-color: #1a1a1a
    }
}

@keyframes weather-arrow-highlight {

    0%,
    100% {
        border-left-color: #12305f
    }

    50% {
        border-left-color: #041431
    }
}

@keyframes email-arrow-highlight {

    0%,
    100% {
        border-left-color: #002c57
    }

    50% {
        border-left-color: #003466
    }
}

@keyframes slide-in {
    from {
        transform: translate(0, 200%);
        transform: translate3d(0, 200%, 0);
        visibility: visible
    }

    to {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slide-out {
    from {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate(0, 200%);
        transform: translate3d(0, 200%, 0);
        visibility: hidden
    }
}

body:not(.homepage) .alert-banner {
    left: 16px;
    width: calc(100% - 32px);
    min-width: 288px
}

body:not(.homepage) .alert-banner.is-weather {
    left: 0;
    width: 100%
}

body.slideshow .alert-banner {
    left: 12px;
    width: calc(100% - 24px);
    min-width: 296px
}

.alert {
    margin: 0 auto;
    text-align: center
}

.alert h2 {
    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;
    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 {
    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
}

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

    iframe[name=kingportal] {
        transform: scale(.95)
    }
}

.speechkit-wrapper {
    min-width: 288px;
    min-height: 146px
}

.article-gating.gated-overlay {
    background: linear-gradient(to top, #fff, #fff 85%, rgba(255, 255, 255, .6) 95%);
    padding: 118px 8px 24px;
    display: none
}

.article-gating.gated-overlay.show-gate {
    display: flex
}

.article-gating.loading-view::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6)
}

.gated-article-body.has-gated-overlay {
    height: 590px;
    overflow: hidden
}

.article-gating-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    grid-gap: 16px;
    max-width: 480px
}

.article-gating-title {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -.5px
}

.article-gating-subtitle {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.25px
}

.article-gating-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.article-gating-input {
    border-radius: 4px;
    padding: 16px 20px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.25px;
    margin-bottom: 8px
}

.input-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #d20f26;
    background: #d20f26;
    padding: 16px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    cursor: pointer
}

.article-gating-footer {
    color: #666;
    width: 100%;
    display: flex;
    flex-direction: row
}

.article-gating-legal {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.article-gating-legal.mobile {
    margin-bottom: 8px
}

.article-gating-legal a {
    text-decoration: underline
}

.article-gating-help {
    color: #036;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    margin: 0 auto
}

.weather-content-list {
    background-color: #fff;
    border: 1px solid #cedfef;
    margin-bottom: 0;
    padding: 16px
}

.weather-content-list .weather-content-header {
    margin-bottom: 8px
}

.weather-content-list .weather-content-header .weather-content-title {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.weather-content-list .card-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    margin-bottom: 15px
}

.weather-content-list .card-container .weather-content-card .title-link {
    margin: 5px 0 2px 0;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #036;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.weather-content-list .show-more-btn {
    cursor: pointer
}

.recommended-videos {
    display: none;
    position: relative;
    padding: 0 0 12px 16px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 100;
    transition: top .3s ease-in-out;
    min-height: 107px
}

.recommended-videos.isSticky {
    position: fixed;
    top: 0;
    width: 100%
}

.recommended-videos.is-hidden {
    display: none
}

.recommended-videos.no-items {
    border-bottom: none
}

.recommended-videos .title-row {
    padding: 8px 0
}

.recommended-videos .title-row .title {
    font-size: 14px;
    font-weight: 900;
    color: #222;
    margin: 0;
    line-height: 18px;
    white-space: nowrap
}

.recommended-videos .carousel-container {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative
}

.recommended-videos .btn {
    width: 24px;
    height: 24px;
    background-color: #666;
    border: 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.recommended-videos .btn.disabled {
    opacity: .3;
    cursor: not-allowed
}

.recommended-videos .btn-prev::after {
    background-image: url("img/arrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.recommended-videos .btn-next {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.recommended-videos .btn-next::after {
    background-image: url("img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.recommended-videos .slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
    align-items: center;
    gap: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.recommended-videos .slider-wrapper::-webkit-scrollbar {
    display: none
}

.recommended-videos .recommended-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-right: 1px solid #ddd;
    padding-right: 16px;
    position: relative;
    width: 280px
}

.recommended-videos .recommended-item:last-child {
    border-right: 0
}

.recommended-videos .recommended-item .thumbnail {
    position: relative;
    background: #f4f4f4;
    margin-right: 12px;
    width: 107px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0
}

.recommended-videos .recommended-item .item-thumbnail {
    width: 100%;
    height: 100%;
    display: block
}

.recommended-videos .recommended-item .duration {
    position: absolute;
    bottom: 3px;
    right: 6px;
    background: #222;
    color: #f4f4f4;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 3px;
    line-height: 1;
    font-weight: 900
}

.recommended-videos .recommended-item .content {
    flex: 1;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 161px;
}

.recommended-videos .recommended-item .content .title {
    font-size: 14px;
    font-weight: 900;
    color: #036;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
    text-orientation: upright;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.commenting-nation-promo {
    min-width: 288px;
    display: inline-block
}

.fscom-scorestrip {
    min-height: 148px
}

.grecaptcha-badge {
    display: none !important
}

.article-date,
.article-update-date {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 18px
}

.dateline-vertical-line {
    display: none
}

@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 .fn.article-single .alert-banner,
    html .fn.live-event .alert-banner {
        bottom: 0
    }

    html .fn.article-single .site-footer,
    html .fn.live-event .site-footer {
        padding-bottom: 24px
    }

    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.ad-container.sticky-ad,
    html .tablet.ad-container.sticky-ads {
        margin-bottom: 0
    }

    html .tablet.ad-container.sticky-ad .inline,
    html .tablet.ad-container.sticky-ads .inline {
        margin-bottom: 0
    }

    html .tablet.ad-container.sticky-ad:has(> [data-ad-slot-rendered="1"]:not([data-ad-slot-empty="1"]))~.post-content .alert-banner,
    html .tablet.ad-container.sticky-ads:has(> [data-ad-slot-rendered="1"]:not([data-ad-slot-empty="1"]))~.post-content .alert-banner {
        bottom: 90px
    }

    html .tablet.ad-container.ad-loaded {
        margin: 24px 0
    }

    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 {
        position: relative;
        border-top-width: 4px
    }

    .site-header .expandable-nav {
        top: 50px
    }

    .site-header .topic-nav {
        display: none
    }

    .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
    }
}

@media screen and (min-width: 768px) {
    .site-header .subnav-title-green {
        color: var(--headline_color_green)
    }
}

@media screen and (min-width: 768px) {
    .site-header .is-active a {
        border-radius: 3px;
        color: #fff;
        background-color: #40668c
    }

    .is-doomsday .site-header .is-active a {
        background-color: #404d5b
    }
}

@media screen and (min-width: 768px) {
    .site-header .branding {
        display: block;
        position: absolute;
        left: 24px;
        top: 0;
        z-index: 510
    }

    .site-header .branding a {
        border-radius: 3px;
        background-image: url("img/fox-news-logo.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        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
    }
}

@media screen and (min-width: 768px) {

    .site-header .search,
    .site-header .weather {
        border: 0;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .site-header .search {
        padding-left: 142px;
        width: calc(100% - 272px)
    }
}

@media screen and (min-width: 768px) {
    .site-header .weather {
        padding-top: 22px;
        padding-right: 24px;
        width: 272px
    }

    .site-header .weather .info {
        width: 158px
    }
}

@media screen and (min-width: 768px) {
    .site-header .primary-nav {
        float: left
    }

    .site-header .primary-nav ul {
        height: 50px;
        overflow: hidden
    }

    .site-header .primary-nav li {
        display: none;
        margin-right: 8px
    }

    .site-header .primary-nav li:nth-child(n+1):nth-child(-n+4) {
        display: block
    }

    .site-header .primary-nav li.menu-more {
        display: block
    }

    .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: "⋮";
        color: #edf6ff;
        position: relative;
        right: -6px
    }
}

@media screen and (min-width: 768px) {
    .site-header .meta {
        padding-right: 0;
        margin-top: 8px;
        min-width: 54px;
        min-height: 34px
    }

    .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 {
        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
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .site-header .section-nav {
        border-top: 1px solid #174676;
        clear: both
    }

    .site-header .section-nav .inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 768px) {
    .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;
        padding-top: 0
    }

    .site-header .header-lower .social-icons ul {
        margin-left: 10px;
        margin-bottom: 6px
    }

    .site-header .header-lower .social-icons li {
        margin: 0 0 0 6px
    }
}

@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: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 768px) {
    .popup-modal {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .modal {
        width: 650px;
        margin: 100px auto 0
    }

    .modal:before {
        top: -24px
    }
}

@media screen and (min-width: 768px) {
    .modal-email .content {
        padding: 50px
    }
}

@media screen and (min-width: 768px) {
    .modal-video .video-player .unauthorized-mvpd p {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .popup-modal {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .modal-notification {
        margin: 0 auto
    }

    .modal-notification:before {
        top: -24px
    }
}

@media screen and (min-width: 768px) {
    .popup-modal .modal-email .content.fn-first .email:before {
        width: 300px;
        height: 52px;
        background-size: 300px;
        margin-bottom: 30px
    }

    .popup-modal .modal-email .content.fn-first .email p {
        margin-bottom: 30px
    }

    .popup-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) {
    .pre-content {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .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(2n) {
        padding-left: 24px;
        padding-right: 12px
    }

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

    .collection-spotlight.has-hero .article:first-of-type .title {
        font-size: 30px;
        line-height: 34px
    }

    .collection-spotlight.has-hero .article:first-of-type .info {
        padding: 8px 24px 18px
    }

    .collection-spotlight.has-hero .article:first-of-type .kicker {
        margin: 0 24px;
        bottom: 0
    }

    .collection-spotlight.has-hero .article:first-of-type .kicker .kicker-text {
        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:first-of-type .related {
        overflow: hidden
    }

    .collection-spotlight.has-hero .article:first-of-type .related ul:after {
        content: "";
        display: table;
        clear: both
    }

    .collection-spotlight.has-hero .article:first-of-type .related li {
        float: left;
        width: 50%
    }

    .collection-spotlight.has-hero .article:first-of-type .related li:nth-of-type(odd) {
        clear: both
    }

    .collection-spotlight.has-hero .article.has-live-updates .info {
        padding-top: 12px
    }

    .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(2n) {
        padding-left: 12px;
        padding-right: 24px
    }

    .collection-spotlight .article:nth-of-type(odd) {
        clear: left;
        padding-left: 24px;
        padding-right: 12px
    }

    .collection-spotlight .live-updates-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin-left: 0;
        column-gap: 13px
    }

    .collection-spotlight .live-updates-list a {
        font-size: 13px;
        line-height: 18px
    }

    .collection-spotlight .live-updates-list li {
        margin-left: 13px;
        margin-bottom: 8px
    }

    .collection-spotlight .live-updates-list li::after {
        display: none
    }

    .collection-spotlight.collection-spotlight-cards {
        padding: 0
    }

    .collection-spotlight.collection-spotlight-cards>.content {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap
    }

    .collection-spotlight.collection-spotlight-cards .article {
        width: calc(50% - 18px);
        float: none
    }

    .collection-spotlight.collection-spotlight-cards .article:nth-of-type(2n) {
        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:first-of-type {
        margin: 0 0 12px 0
    }

    .collection-spotlight.collection-spotlight-cards.has-hero .article:first-of-type .info {
        padding: 8px 24px 24px
    }

    .collection-spotlight.collection-spotlight-cards.has-hero .article:first-of-type .kicker {
        margin: 0 24px
    }

    .collection-spotlight.collection-spotlight-cards.has-hero .article:first-of-type .title {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .main-content .collection-article-list .article-list .article .m {
        width: 156px
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    body.fn .alert-banner {
        left: 24px;
        bottom: 0;
        border-radius: 4px 4px 0 0;
        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.fn .alert-banner.is-weather {
        left: 0;
        width: 100%
    }

    body.fn .alert-banner.is-weather .logo {
        padding-right: 24px
    }

    body.fn .alert-banner.is-weather .close {
        height: 24px;
        width: 24px
    }

    body.fn .alert-banner.is-weather .close:before {
        font-size: 24px;
        height: 24px;
        line-height: 22px;
        width: 24px
    }

    body.fn .alert-banner.is-weather .close:after {
        font-size: 24px;
        height: 24px;
        width: 24px
    }

    body.fn .alert-banner.is-weather .alert-info .alert-type {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px
    }

    body.fn .alert-banner.is-weather .alert-info .alert-title {
        font-size: 20px;
        line-height: 24px
    }

    body.fn .alert-banner.is-breaking-email .breakingnews-form .input-wrap {
        width: 74%
    }

    body.fn .alert-banner.is-breaking-email .breakingnews-form .submit-wrap {
        width: 23%
    }

    body.fn .alert-banner.is-breaking-email .breakingnews-form .submit-wrap .input-submit {
        font-size: 14px
    }

    body.article-single .alert-banner {
        left: 48px;
        width: calc(100% - 96px);
        min-width: 672px
    }
}

@media screen and (min-width: 768px) {
    .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 {
        column-count: 2;
        column-gap: 12px;
        position: relative
    }

    .sidebar .ad-container,
    .sidebar .collection,
    .sidebar .item,
    .sidebar .poll-component,
    .sidebar .promo,
    .sidebar .sidebar-panel {
        page-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
    }
}

@media screen and (min-width: 768px) {
    .summary {
        float: left;
        margin: 0 24px 24px 0;
        width: 300px
    }

    .summary .content li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .more-on-this {
        float: left;
        margin: 0 24px 24px 0;
        width: 300px
    }

    .more-on-this .content li {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .related {
        float: left;
        margin: 0 24px 24px 0;
        width: 300px
    }
}

@media screen and (min-width: 768px) {
    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
    }
}

@media screen and (min-width: 768px) {
    .poll-component {
        margin: 0 24px 24px 0;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .inline {
        margin-bottom: 24px
    }

    .inline .caption {
        padding-bottom: 24px
    }

    .inline .caption p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .full-span {
        margin-bottom: 24px
    }

    .full-span .caption {
        padding-bottom: 24px
    }

    .full-span .caption p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .main-content .full-span {
        margin-left: -48px
    }
}

@media screen and (min-width: 768px) {
    .item-nation-trial-bar {
        margin-bottom: 16px
    }

    .item-nation-trial-bar .item-inner .trial {
        display: inline-block
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .form-overlay__error {
        display: block;
        margin: 16px 0
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .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
    }
}

@media screen and (min-width: 768px) {
    .speechkit-wrapper {
        min-width: 672px;
        min-height: 146px
    }
}

@media screen and (min-width: 768px) {
    .gated-article-body.has-gated-overlay {
        height: 414px
    }
}

@media screen and (min-width: 768px) {
    .article-gating-form {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: -webkit-fill-available;
        gap: 0
    }
}

@media screen and (min-width: 768px) {
    .input-submit {
        max-width: 112px
    }
}

@media screen and (min-width: 768px) {
    .article-gating-input {
        margin: 0 8px 0 0
    }
}

@media screen and (min-width: 768px) {
    .article-gating-wrapper {
        max-width: 540px
    }
}

@media screen and (min-width: 768px) {
    .featured-image .ctrl {
        bottom: 50%
    }

    .featured-image .ctrl .next,
    .featured-image .ctrl .prev {
        width: 48px;
        height: 48px
    }

    .featured-image .ctrl .prev {
        left: 24px
    }

    .featured-image .ctrl .next {
        right: 24px
    }

    .featured-image .pager {
        right: 24px;
        bottom: 24px
    }

    .featured-image .info .caption p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .stock-fundamentals thead {
        display: table-header-group
    }

    .stock-fundamentals .change,
    .stock-fundamentals .last,
    .stock-fundamentals .percent {
        text-align: right
    }

    .stock-fundamentals tbody td {
        display: table-cell;
        font-size: 14px;
        line-height: 22px;
        padding-left: 14px
    }

    .stock-fundamentals tbody td:before {
        display: none
    }

    .stock-fundamentals tbody td.ticker {
        background: 0 0
    }

    .stock-fundamentals tbody td.sponsored-by-td {
        padding-left: 0
    }
}

@media screen and (min-width: 768px) {
    .weather-content-list {
        border: none;
        margin-bottom: 24px;
        padding: 0
    }

    .weather-content-list .card-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(min-content, 1fr));
        grid-row-gap: 15px;
        grid-column-gap: 15px;
        margin: 0 0 15px 0
    }
}

@media screen and (min-width: 768px) {
    .article-header {
        text-align: center
    }

    .article-header .article-meta {
        font-size: 14px;
        padding: 0 32px
    }

    .article-header .headline {
        font-size: 36px;
        line-height: 42px
    }

    .article-header .sub-headline {
        font-size: 18px;
        line-height: 24px;
        padding-left: 48px;
        padding-right: 48px;
        text-align: center
    }
}

@media screen and (min-width: 768px) {

    .article-date,
    .article-update-date {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .dateline-vertical-line {
        display: inline
    }
}

@media screen and (min-width: 768px) {
    .author-byline {
        font-size: 14px;
        line-height: 20px;
        margin-right: 0
    }

    .author-byline .author-headshot {
        top: 20px;
        height: 48px;
        width: 48px
    }

    .author-byline .author-headshot img {
        height: 48px;
        width: 48px
    }

    .author-byline.opinion .author-headshot {
        height: 48px;
        width: 48px
    }

    .author-byline.opinion .author-headshot+span:before {
        margin-left: -6px;
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .article-source {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .article-notice {
        padding: 14px 48px
    }
}

@media screen and (min-width: 768px) {
    .article-content-wrap>.article-tags {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media screen and (min-width: 768px) {
    .article-content {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media screen and (min-width: 768px) {

    .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-body.has-dropcap>p:first-of-type::first-letter {
        font-size: 128px;
        line-height: 107px
    }
}

@media screen and (min-width: 768px) {
    .article-footer .vendor-unit[data-uid=ar-16] {
        min-width: 336px;
        min-height: 518px
    }

    .article-footer .vendor-unit[data-uid=ar-17] {
        min-width: 672px;
        min-height: 704px
    }

    .article-footer .vendor-unit {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .author-bio p {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (min-width: 768px) {
    .article-comments {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .commenting-nation-promo {
        min-width: 672px;
        display: inline-block
    }
}

@media screen and (min-width: 768px) {
    .fscom-scorestrip {
        min-height: 157px
    }
}

@media screen and (min-width: 768px) {
    .site-header.nav-region-header {
        min-height: 80px;
        padding: 15px 32px
    }

    .site-header.nav-region-header>.branding {
        width: 48px;
        height: 48px;
        left: 32px;
        top: 50%;
        transform: translateY(-50%)
    }

    .site-header.nav-region-header>.branding a {
        border-radius: 0;
        border-width: 1.5px;
        margin: 0;
        width: 48px;
        height: 48px
    }

    .site-header.nav-region-header .nav-row {
        padding: 0 0 0 64px
    }

    .site-header.nav-region-header .primary-nav li {
        padding: 0;
        margin: 0
    }

    .site-header.nav-region-header .primary-nav li.menu-more {
        padding-right: 0
    }

    .site-header.nav-region-header .primary-nav a {
        padding: 8px 16px
    }

    .site-header.nav-region-header .expandable-nav {
        top: 76px
    }
}

@media screen and (min-width: 768px) {
    .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% - 96px);
        background: #000;
        top: 0;
        z-index: 250
    }

    .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 {
        transform: rotate(45deg) translate3d(0, 0, 0)
    }

    .featured.featured-video.sticky-video .contain .control .close:after {
        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
    }
}

@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.desktop-sm-min {
        display: none
    }

    html .desktop.desktop-sm-min .ad-container {
        display: none
    }

    html .desktop.ad-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    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: 250px
    }

    html .desktop.ad-container.gam[id=ad-desktop-300x250] {
        min-height: 250px
    }

    html .desktop.ad-container.gam[id=ad-desktop-970x250-970x66-728x90],
    html .desktop.ad-container.gam[id=ad-desktop-970x66-970x250-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 {
        transition: color .25s ease-in-out
    }

    .section-nav nav {
        padding: 0 16px;
        width: 16.6666666667%
    }

    .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 {
        min-width: 54px;
        min-height: 30px
    }

    .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 ul {
        height: 42px
    }

    .site-header .primary-nav li {
        margin-right: 6px
    }

    .site-header .primary-nav li:nth-child(n+1):nth-child(-n+8) {
        display: block
    }

    .site-header .primary-nav a {
        transition: background .1s 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
    }

    .site-footer {
        margin-top: 36px
    }

    .site-footer .section-nav nav {
        margin-bottom: 30px;
        width: 16.6666666667%
    }

    .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 {
        margin-left: 10px;
        margin-bottom: 6px
    }

    .site-footer .social-icons li {
        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:first-child {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(2) {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(3) {
        animation: none
    }

    .modal-video .video-player .unauthorized-mvpd p {
        font-size: 18px
    }

    .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(2n) {
        padding-left: 12px;
        padding-right: 6px
    }

    .collection-spotlight.has-hero .article:first-of-type {
        padding: 0
    }

    .collection-spotlight.has-hero .article:first-of-type .title {
        font-size: 24px;
        line-height: 30px
    }

    .collection-spotlight.has-hero .article:first-of-type .info {
        padding: 8px 12px 16px
    }

    .collection-spotlight.has-hero .article:first-of-type .kicker {
        bottom: 0;
        margin: 0 12px
    }

    .collection-spotlight.has-hero .article:first-of-type .kicker .kicker-text {
        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.has-hero .article.has-live-updates .info {
        padding-top: 12px
    }

    .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 {
        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(2n) {
        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(2n) {
        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:first-of-type .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)
    }
}

@media screen and (min-width: 1024px) {
    .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
    }
}

@media screen and (min-width: 1024px) {
    .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
    }
}

@media screen and (min-width: 1024px) {
    body.fn .alert-banner {
        left: 16px;
        width: calc(100% - 32px);
        min-width: 992px
    }

    body.fn .alert-banner.is-weather {
        left: 16px;
        width: calc(100% - 32px)
    }

    body .alert-banner.is-breaking-email .alert-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    body .alert-banner.is-breaking-email .alert-info .alert-type {
        width: 100%
    }

    body .alert-banner.is-breaking-email .alert-info .alert-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -.5px
    }

    body .alert-banner.is-breaking-email .alert-info .breakingnews-info {
        width: 50%;
        margin-right: 3%
    }

    body .alert-banner.is-breaking-email .alert-info .breakingnews-form {
        width: 45%
    }

    body .alert-banner.is-breaking-email .alert-info .breakingnews-form .input-email {
        font-size: 14px;
        line-height: 48px;
        padding: 0 14px
    }

    body .alert-banner.is-breaking-email .alert-info .breakingnews-form .input-submit {
        font-size: 18px;
        height: 48px
    }

    body .alert-banner.is-breaking-email .alert-info .breakingnews-form .message {
        padding: 15px 32px 15px 8px
    }
}

@media screen and (min-width: 1024px) {
    .page {
        padding-top: 0
    }
}

@media screen and (min-width: 1024px) {
    .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
    }
}

@media screen and (min-width: 1024px) {

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

@media screen and (min-width: 1024px) {
    .row {
        margin: 0 auto;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .sidebar {
        background-color: initial;
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .item-show-top {
        margin: 12px 24px
    }
}

@media screen and (min-width: 1024px) {
    .pull-quote {
        padding: 40px 46px
    }

    .pull-quote .quote-text {
        padding-left: 24px
    }
}

@media screen and (min-width: 1024px) {
    .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
    }
}

@media screen and (min-width: 1024px) {
    .main-content .full-span {
        margin-left: -16px
    }
}

@media screen and (min-width: 1024px) {
    .pre-content .full-span .caption p {
        font-size: 13px
    }
}

@media screen and (min-width: 1024px) {
    .newsletter-item {
        width: calc(33% - 13px);
        margin-right: 24px;
        float: left;
        clear: none
    }

    .newsletter-item .info .dek {
        width: 268px
    }
}

@media screen and (min-width: 1024px) {
    .item-nation-trial-bar {
        position: relative;
        float: left;
        top: 3px;
        margin: 0 24px 0 0
    }
}

@media screen and (min-width: 1024px) {
    .item-nation-video-overlay .form-overlay__title {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width: 1024px) {
    .collection-article-scroller {
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .speechkit-wrapper {
        min-width: 676px;
        min-height: 146px
    }
}

@media screen and (min-width: 1024px) {
    .weather-content-list {
        border: 1px solid #cedfef;
        margin-bottom: 0;
        padding: 16px
    }

    .weather-content-list .card-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) {
    .recommended-videos {
        display: block
    }
}

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

@media screen and (min-width: 1024px) {
    .article-wrap.has-video .sidebar .sticky-region {
        padding-bottom: 345px
    }
}

@media screen and (min-width: 1024px) {
    .article-header:after {
        content: "";
        display: table;
        clear: both
    }

    .article-header .headline {
        font-size: 48px;
        line-height: 58px;
        padding: 0
    }

    .article-header .sub-headline {
        font-size: 24px;
        line-height: 28px
    }

    .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;
        font-size: 14px;
        line-height: 20px
    }

    .article-header .article-meta-lower .article-social {
        text-align: center
    }

    .article-header .article-meta-lower .social-icons a,
    .article-header .article-meta-lower .social-icons button {
        height: 32px;
        width: 32px
    }
}

@media screen and (min-width: 1024px) {
    .author-byline .author-headshot {
        top: 20px;
        height: 48px;
        width: 48px
    }

    .author-byline .author-headshot img {
        height: 48px;
        width: 48px
    }

    .author-byline span {
        line-height: 32px
    }

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

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

@media screen and (min-width: 1024px) {

    .article-date,
    .article-update-date {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1024px) {
    .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)
    }
}

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

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

@media screen and (min-width: 1024px) {
    .sidebar-article {
        margin-top: -90px;
        margin-left: 0;
        margin-right: 16px
    }

    .sidebar-article .vendor-unit[data-uid=ar-4] {
        min-width: 300px;
        min-height: 604px
    }

    .sidebar-article .vendor-unit {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1024px) {
    .vendor-unit[data-uid=SB_4] {
        min-width: 300px;
        min-height: 376px
    }
}

@media screen and (min-width: 1024px) {
    .article-footer {
        clear: both
    }

    .article-footer .vendor-unit[data-uid=ar-16] {
        min-width: 338px;
        min-height: 518px
    }

    .article-footer .vendor-unit[data-uid=ar-17] {
        min-width: 676px;
        min-height: 704px
    }
}

@media screen and (min-width: 1024px) {
    .author-bio {
        padding-top: 20px
    }
}

@media screen and (min-width: 1024px) {
    .commenting-nation-promo {
        min-width: 676px;
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    .fscom-scorestrip {
        min-height: 155px
    }
}

@media screen and (min-width: 1024px) {
    .site-header.nav-region-header {
        padding-left: 60px;
        padding-right: 60px
    }

    .site-header.nav-region-header>.branding {
        left: 60px
    }

    .site-header.nav-region-header .nav-row {
        height: auto
    }

    .site-header.nav-region-header .nav-row .inner {
        padding: 0
    }

    .site-header.nav-region-header .primary-nav {
        line-height: 50px
    }

    .site-header.nav-region-header .primary-nav ul {
        height: auto
    }
}

@media screen and (min-width: 1024px) and (max-width:1279px) {
    .site-header.nav-region-header .primary-nav li:nth-child(n+1):nth-child(-n+8) {
        display: none
    }

    .site-header.nav-region-header .primary-nav li:nth-child(n+1):nth-child(-n+6) {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .site-header.nav-region-header .meta {
        margin-top: 12px
    }
}

@media screen and (min-width: 1024px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    html .desktop.desktop-sm-min {
        display: block
    }

    html .desktop.desktop-sm-min .ad-container {
        display: block
    }

    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 li:nth-child(n+1):nth-child(-n+12) {
        display: block
    }

    .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) {
    .network-wrapper {
        background-color: #000
    }

    .network-wrapper .network-nav {
        display: block;
        max-width: 1440px;
        margin: auto;
        display: flex;
        align-items: center;
    }
}

@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:first-child {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(2) {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(3) {
        animation: none
    }
}

@media screen and (min-width: 1280px) {
    .modal-video .video-player .unauthorized-mvpd p {
        padding: 0 20%;
        font-size: 18px
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .collection-spotlight {
        padding-top: 24px
    }

    .collection-spotlight.has-hero .article:first-of-type .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
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    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
    }
}

@media screen and (min-width: 1280px) {
    body:not(.homepage) .alert-banner {
        left: 50%;
        max-width: 1232px;
        margin-left: -616px;
        min-width: 1232px
    }

    body:not(.homepage) .alert-banner.is-weather {
        left: 50%
    }
}

@media screen and (min-width: 1280px) {
    body {
        min-width: 1280px
    }
}

@media screen and (min-width: 1280px) {
    .page-content {
        margin: 0 auto;
        width: 1280px
    }
}

@media screen and (min-width: 1280px) {
    .page-heading {
        margin: 24px auto 12px auto;
        padding: 0 24px;
        max-width: 1280px
    }
}

@media screen and (min-width: 1280px) {
    .post-content .vendor-zergnet {
        margin-left: auto;
        margin-right: auto;
        max-width: 1232px
    }

    .post-content .vendor-zergnet img {
        max-width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .item-show-top {
        margin: 12px auto;
        max-width: 1232px
    }
}

@media screen and (min-width: 1280px) {
    .inline.spotlight {
        margin-left: -88px
    }
}

@media screen and (min-width: 1280px) {
    .full-span {
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
}

@media screen and (min-width: 1280px) {
    .main-content .full-span {
        margin-left: calc(-50vw + 168px);
        margin-right: -50vw
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .item-nation-video-overlay .form-overlay__title {
        font-size: 36px;
        line-height: 1.2
    }

    .item-nation-video-overlay .form-overlay__check {
        right: 90px
    }
}

@media screen and (min-width: 1280px) {

    .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
    }
}

@media screen and (min-width: 1280px) {
    .speechkit-wrapper {
        min-width: 720px;
        min-height: 146px
    }
}

@media screen and (min-width: 1280px) {
    .network-wrapper .network-nav {
        position: relative;
        left: 36px;
        max-width: 1280px
    }
}

@media screen and (min-width: 1280px) {
    .main-content {
        margin-left: 0
    }
}

@media screen and (min-width: 1280px) {

    .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
    }
}

@media screen and (min-width: 1280px) {

    .article-meta .article-date,
    .article-meta .article-update-date {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {

    .article-notice .title,
    .article-notice p {
        margin-left: auto;
        margin-right: auto;
        max-width: 1232px
    }
}

@media screen and (min-width: 1280px) {
    .article-content-wrap {
        margin-left: auto;
        margin-right: auto;
        width: 1264px
    }

    .article-content-wrap>.article-tags {
        width: calc(100% - 368px)
    }
}

@media screen and (min-width: 1280px) {
    .article-content .article-footer {
        margin-left: 88px
    }
}

@media screen and (min-width: 1280px) {
    .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
    }
}

@media screen and (min-width: 1280px) {
    .article-content {
        margin-right: 36px;
        width: calc(100% - 368px)
    }
}

@media screen and (min-width: 1280px) {
    .article-footer {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 1280px) {
    .post-content {
        margin-bottom: 48px
    }
}

@media screen and (min-width: 1280px) {
    .site-header.nav-region-header {
        padding-left: 62px;
        padding-right: 62px
    }

    .site-header.nav-region-header>.branding {
        left: 50%;
        margin-left: -578px
    }

    .site-header.nav-region-header .nav-row .inner {
        padding: 0 64px
    }

    .site-header.nav-region-header .primary-nav {
        position: relative;
        left: 50%;
        margin-left: -546px
    }

    .site-header.nav-region-header .primary-nav li:nth-child(n+1):nth-child(-n+12):not(.menu-more) {
        display: none
    }

    .site-header.nav-region-header .primary-nav li:nth-child(n+1):nth-child(-n+10):not(.menu-more) {
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .featured {
        width: auto;
        max-width: none;
        margin-left: -88px;
        margin-right: -88px
    }

    .featured .m .overlay {
        width: 139px;
        height: 139px
    }
}

.page-top {
    transition: all 0.3s ease;
    /* Плавный переход для всех изменений */
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

@media (max-width: 1279px) {
    .network-wrapper {
        display: none;
    }
}

.site-header.nav-region-header .primary-nav a,
.site-header .meta .button a,
.recommended-videos .recommended-item .content .title {
    text-decoration: none !important;
}

.recommended-videos .recommended-item .content .title {
    background: none;
}