@charset "UTF-8";

/*! updated; 10-09-2025 11:56 AM **/
:root,
html[data-theme=light] {
    --typography_heading: #222222;
    --border-color: #e8e8e8;
    --button-background: #1b4e81;
    --button-text-color: #ffffff;
    --components_border: var(--border-color)
}

html[data-theme=dark] {
    --typography_heading: #ffffff;
    --border-color: rgba(255, 255, 255, 0.08);
    --components_border: var(--border-color)
}

:root,
html[data-theme=light] {
    --background: #ffffff;
    --thumb_background: #f4f4f4;
    --dek_background: #666666;
    --duration_background: #222222;
    --border: #dddddd;
    --duration_text_color: #f4f4f4;
    --title_color: #222222;
    --typography_heading_color: #003366;
    --ad-background: transparent;
    --ad-placeholder-background: #f4f4f4
}

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

* {
    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;
    background-color: #fff;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hidden {
    visibility: hidden
}

img {
    max-width: 100%
}

.m,
picture {
    position: relative
}

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

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

.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("../images/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("../images/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("../images/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-response-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-response-content {
    background: #fff;
    padding: 48px;
    border-radius: 10px;
    position: relative
}

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

.login-response-content .logo::after {
    content: "";
    display: block;
    position: static;
    margin: auto;
    height: 64px;
    width: 64px
}

.login-response-content .logo.fn::after {
    background-image: url("../images/fox-news-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

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

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

.login-response-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-response-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("../images/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 10px;
    width: 10px
}

@media (max-width:768px) {

    .main-content,
    .sidebar {
        margin: 0 16px
    }
}

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

    .main-content,
    .sidebar {
        margin: 0 24px
    }
}

@media (min-width:1024px) {
    .main-content {
        clear: both;
        float: left;
        margin-left: 16px;
        width: calc(100% - 348px)
    }

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

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

@media (min-width:1280px) {
    .main-content {
        margin-left: 24px;
        margin-right: 0;
        width: calc(100% - 372px)
    }

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

.ad-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--ad-background);
    padding: var(--ad-padding);
    margin-bottom: var(--ad-margin);
    min-height: calc(var(--ad-height) + var(--ad-padding) * 2);
    width: 100%
}

.ad-container .ad {
    background: var(--ad-placeholder-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    min-height: var(--ad-height);
    min-width: var(--ad-width)
}

.ad-container .ad[data-ad-slot-rendered="1"] {
    background-color: transparent
}

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

.ad-container.sponsor {
    padding: 0
}

.ad-container.sponsor .ad {
    --ad-background: transparent;
    --ad-placeholder-background: transparent
}

.ad-container.sticky-ad,
.ad-container.sticky-ads {
    --ad-background: rgba(0, 0, 0, 0.75);
    --ad-placeholder-background: transparent;
    --ad-padding: 9px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: calc(var(--ad-height) + var(--ad-padding) * 2);
    width: 100%;
    z-index: 999
}

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

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

.ad-container.sticky-ad.desktop,
.ad-container.sticky-ads.desktop {
    left: 0
}

.ad-container.absolute {
    position: absolute
}

.ad-container:not(.adhesion-ad):has(.inline) {
    --ad-padding: 0;
    --ad-placeholder-background: var(--ad-background);
    background: 0 0;
    margin-left: calc(var(--ad-padding) * -1);
    margin-right: calc(var(--ad-padding) * -1);
    width: calc(100% + var(--ad-padding) * 2)
}

.ad-container:not(.adhesion-ad):has(.inline) .ad {
    margin-bottom: 0
}

.advert-txt {
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-top: 8px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:1023px) {

    html body .ad-container:not(.adhesion-ad).mobile,
    html body .ad-container:not(.adhesion-ad).tablet {
        margin: 0 -16px 24px -16px
    }

    html body .ad-container:not(.adhesion-ad).mobile {
        width: calc(100% + (2 * 16px))
    }
}

.event-pill {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    padding-right: 6px;
    font-weight: 900;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #c20017;
    color: #fff
}

.event-pill>a {
    font-size: 0px
}

.event-pill.inverted {
    color: #c20017;
    background-color: #fff;
    border: 2px solid #c20017;
    box-sizing: content-box
}

.event-pill.inverted.live::before {
    background-color: #c20017
}

.event-pill.video {
    width: 13px;
    height: 13px
}

.event-pill.video::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: calc(50% + 1px);
    border: 6px solid transparent;
    border-top-width: 3.5px;
    border-bottom-width: 3.5px;
    border-right-width: 0;
    border-left-color: #c20017;
    transform: translate(-50%, -50%)
}

.event-pill.video-live {
    width: 38px;
    height: 13px
}

.event-pill.video-live::after {
    content: "live";
    font-size: 10px;
    right: 4px;
    top: 50%;
    position: absolute;
    line-height: 7px;
    transform: translateY(-50%)
}

.event-pill.video-live::before {
    left: 7px
}

.event-pill.live {
    margin-bottom: 8px;
    padding-left: 19px
}

.event-pill.live::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    background-color: #fff
}

.event-pill.live.pulsing::before {
    animation: live_pill_pulse 2s infinite ease-in-out
}

.event-pill.watch-now {
    margin-bottom: 6px;
    padding-left: 19px
}

.event-pill.watch-now::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    background-color: #fff
}

@keyframes live_pill_pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

.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("../images/facebook.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 7px
}

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

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

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

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

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

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

.social-icons .flipboard>:after {
    background-image: url("../images/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("../images/iheartradio.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

.social-icons .spotify>:after {
    background-image: url("../images/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("../images/youtube.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

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

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

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

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

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

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

.social-icons .read>:after {
    background-image: url("../images/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("../images/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("../images/slack.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 16px;
    width: 16px
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: inherit;
    font-weight: 900;
    margin-bottom: 16px
}

h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.25px
}

h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.25px
}

h3 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.25px
}

h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.25px
}

h5 {
    font-size: 12px;
    line-height: 18px
}

h6 {
    font-size: 11px;
    line-height: 16px
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

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

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px
}

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

img::selection {
    background: #036
}

section {
    position: relative
}

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

.page {
    margin-bottom: 32px
}

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

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

.page-content:after,
.post-content:after,
.pre-content:after {
    content: "";
    display: table;
    clear: both
}

.page-content {
    padding-top: 16px;
    min-height: 750px
}

.row {
    clear: both;
    position: relative
}

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

.post-content .row.wide-ad {
    background: #222;
    padding: 24px 0;
    margin: 0 0 16px 0
}

.post-content .row.wide-ad .ad-container {
    --ad-margin: 0
}

.main-content>:last-child {
    margin-bottom: 0
}

.main-content .item-pagination {
    margin-bottom: 32px
}

.sidebar>:last-child {
    margin-bottom: 0
}

.sidebar-primary-alt .ad-container.mobile {
    padding: 0;
    border: 0
}

.sidebar-primary-alt .sidebar {
    margin: 16px 0
}

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

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

.section-nav nav {
    margin-bottom: 26px;
    vertical-align: top;
    padding: 0 16px;
    page-break-inside: avoid;
    break-inside: avoid
}

.section-nav .nav-title {
    color: #edf6ff;
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: -.47px;
    font-family: inherit;
    font-weight: 900
}

.section-nav .nav-item {
    font-size: 14px;
    line-height: 24px
}

.footer-lower,
.header-lower {
    border-top: 1px solid #1b4e81;
    padding: 24px 0 48px 0;
    margin: 0 16px;
    overflow: hidden
}

.footer-lower .branding,
.header-lower .branding {
    margin: 0 auto 9px auto;
    height: 48px;
    width: 96px
}

.footer-lower .branding .logo,
.header-lower .branding .logo {
    background-image: url("../images/fox-business-1-color.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.footer-lower .legal,
.header-lower .legal {
    color: #a7c6e5;
    text-align: center
}

.footer-lower .legal p,
.header-lower .legal p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px
}

.footer-lower .legal p:last-of-type,
.header-lower .legal p:last-of-type {
    margin-bottom: 0
}

.footer-lower .legal ul,
.header-lower .legal ul {
    margin-bottom: 12px
}

.footer-lower .legal li,
.header-lower .legal li {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px
}

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

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

.footer-lower .social-icons li,
.header-lower .social-icons li {
    margin: 0 4px
}

.footer-lower .social-icons a,
.footer-lower .social-icons button,
.header-lower .social-icons a,
.header-lower .social-icons button {
    background-color: #001d3a;
    height: 32px;
    width: 32px
}

.site-header {
    border-bottom: 1px solid #eff2f5;
    background-color: #fff;
    min-height: 48px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1000
}

.site-header:after {
    content: "";
    display: table;
    clear: both
}

.site-header a {
    color: #edf6ff
}

.site-header>.branding {
    position: absolute;
    float: left;
    z-index: 510
}

.site-header>.branding h1 {
    margin: 0
}

.site-header>.branding .logo {
    background-image: url("../images/fox-business-mobile-2-color.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    margin-left: 16px;
    margin-top: 18px;
    height: 13px;
    width: 130px
}

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

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

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

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

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

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

.site-header .button {
    display: block;
    float: left
}

.site-header .button a {
    font-size: 11px;
    line-height: 24px;
    padding: 0 8px
}

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

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

.site-header .button.user-login a {
    border-color: #036;
    background-color: #1b4e81;
    box-shadow: inset 0 -3px 0 0 #036
}

.site-header .button.user-login a:active {
    box-shadow: none
}

.site-header .button.watch a {
    border-color: #ae0015;
    background-color: #d20f26;
    box-shadow: inset 0 -3px 0 0 #ae0015
}

.site-header .button.watch a:active {
    box-shadow: none
}

.site-header .primary-nav .menu-item {
    display: none
}

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

.site-header .menu a {
    background-image: url("../images/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: 20px 12px;
    background-position: center;
    display: block;
    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: #fff;
    position: absolute;
    font-size: 21px;
    top: 1px;
    right: -2px;
    height: 100%;
    width: 100%;
    z-index: 5
}

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

.site-header .search {
    border-bottom: 1px solid #1b4e81;
    padding: 12px 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;
    line-height: 100%;
    height: 40px
}

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

.site-header .search-wrap input[type=submit] {
    color: #fff;
    background-color: #c20017;
    box-shadow: inset 0 -3px 0 0 #ae0015;
    font-size: 14px;
    font-weight: 900;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 82px
}

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

.site-header .search-wrap input:active {
    top: 1px;
    box-shadow: none;
    outline: 0
}

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

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

.site-footer {
    clear: both;
    background-color: #036;
    padding-top: 32px
}

.site-footer a {
    color: #edf6ff
}

.site-footer .section-nav {
    padding-top: 0
}

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

body:has(.adhesion-ad > [data-ad-slot-rendered="1"]:not([style*="display: none"])) .wrapper .site-footer {
    padding-bottom: 68px
}

body:has(.adhesion-ad > [data-ad-slot-rendered="1"]:not([style*="display: none"])) .wrapper .alert-banner {
    bottom: 75px;
    border-radius: 4px;
    left: 16px;
    width: calc(100% - 32px);
    min-width: 288px
}

.overlay {
    transition: opacity .2s ease-in-out;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .3));
    opacity: .8;
    border-radius: 50%;
    color: rgba(0, 0, 0, .2);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    bottom: 8px;
    overflow: hidden;
    text-indent: -9999em;
    height: 32px;
    width: 32px
}

a:hover .overlay {
    opacity: 1
}

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

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

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

.alert-banner {
    background: #c20017;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 100
}

.alert-banner a {
    color: #fff
}

.alert-banner .alert-type {
    display: inline-block;
    background: #000;
    padding: 4px;
    font-size: 10px;
    font-weight: 900;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 4px
}

.alert-banner .alert-type a {
    color: inherit
}

.alert-banner .alert-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -.42px
}

.alert-banner .alert-title a {
    color: inherit
}

.alert-banner .close {
    background-image: url("../images/close_2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 8px;
    height: 16px;
    width: 16px
}

.alert-banner.is-programming {
    color: #000;
    background-color: #ffc000
}

.alert-banner.is-programming .alert-type {
    color: #fff
}

.alert-banner.is-programming .close {
    background-image: url("../images/close-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

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

.pill-link,
.pill-text {
    display: block
}

.pill .pill-text {
    padding: 4px
}

.pill.is-developing {
    color: #000;
    background: #fc0
}

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

.button a {
    border-radius: 3px;
    color: #fff;
    border: 1px solid #036;
    background-color: #1b4e81;
    box-shadow: inset 0 -3px 0 0 #036;
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px
}

.button a:hover {
    color: #fff
}

.button a:active {
    position: relative;
    top: 1px;
    box-shadow: none
}

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

.eyebrow {
    display: inline-block;
    color: #c20017;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 4px
}

.eyebrow a {
    color: inherit
}

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

.article {
    border-bottom: 1px solid #eff2f5;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    position: relative
}

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

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

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

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

.article .source {
    display: inline-block;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0
}

.article .info {
    overflow: hidden
}

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

.article .meta .pill {
    float: left;
    margin: 0 8px 2px 0
}

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

.article .title {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 0
}

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

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

.article .dek a {
    color: inherit
}

@media screen and (max-width:767px) {
    .article .m+.info .dek {
        display: none
    }

    .article.featured .m+.info .dek {
        display: block
    }
}

.stock-tracker {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px
}

.stock-tracker .ticker {
    display: inline-block
}

.stock-tracker .ticker a {
    color: #222
}

.stock-tracker .change {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    padding-left: 12px;
    cursor: pointer
}

.stock-tracker .change:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border-style: solid
}

.stock-tracker.is-up .change {
    color: #307608
}

.stock-tracker.is-up .change:before {
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #307608 transparent
}

.stock-tracker.is-down .change {
    color: #d20f26
}

.stock-tracker.is-down .change:before {
    border-width: 6px 4px 0 4px;
    border-color: #d20f26 transparent transparent transparent
}

.collection {
    margin-bottom: 16px
}

.collection .heading {
    overflow: hidden;
    margin-bottom: 16px
}

.collection .heading .title {
    float: left;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.25px;
    margin-bottom: 0
}

.collection .heading .title a {
    color: inherit
}

.collection .heading .title a:hover {
    color: #000;
    text-decoration: underline
}

.collection .sponsor {
    float: right;
    margin: 0
}

.collection .sponsor .ad,
.collection .sponsor .advert-txt {
    display: block;
    float: left
}

.collection .sponsor .advert-txt {
    margin-right: 4px
}

.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.full {
    border-radius: 12px;
    overflow: hidden;
    max-width: 320px;
    min-width: 300px;
    margin: 0 auto 16px
}

.item {
    margin-bottom: 16px
}

.item .heading {
    overflow: hidden;
    margin-bottom: 16px
}

.item .heading .title {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 0
}

.item .heading .title a {
    color: inherit
}

.item .heading p {
    margin-bottom: 0
}

.promo {
    margin-bottom: 16px
}

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

.promo .info {
    float: left
}

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

.promo .heading .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal
}

.promo .m img {
    width: 100%
}

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

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

.promo footer {
    margin-top: 12px
}

table {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-bottom: 24px;
    width: 100%
}

table thead {
    display: table-header-group
}

table tfoot {
    display: table-footer-group
}

table tfoot tr,
table thead tr {
    border-bottom: 1px solid #ccc
}

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

table tbody td,
table tbody th {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 14px
}

.collection-opinion {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 16px
}

.collection-opinion .article {
    border: 0;
    padding: 0;
    margin-bottom: 24px
}

.collection-opinion .article.title-color-red .quote-bubble {
    color: #c20017
}

.collection-opinion .article.title-color-green .quote-bubble {
    color: #307608
}

.collection-opinion .article:last-of-type {
    margin-bottom: 0
}

.collection-opinion .quote-bubble {
    color: #222;
    border: 1px solid #cedfef;
    border-radius: 3px;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative
}

.collection-opinion .quote-bubble:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #cedfef
}

.collection-opinion .quote-bubble:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 34px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff
}

.collection-opinion .m {
    float: left;
    margin-right: 12px;
    width: 84px
}

.collection-opinion .m img {
    border-radius: 50%;
    border: 1px solid #cedfef
}

.collection-opinion .m+.info {
    width: calc(100% - 84px - 12px)
}

.collection-opinion .name,
.collection-opinion .role {
    display: block
}

.collection-opinion .name {
    color: #222;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px
}

.collection-opinion .role {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px
}

.collection-opinion .button-invert {
    display: inline-block;
    border: 1px solid #cedfef;
    border-radius: 3px;
    color: #036;
    font-size: 13px;
    font-weight: 900;
    line-height: 15px;
    letter-spacing: -.25px;
    padding: 8px 10px
}

.collection-fn-article-list .heading .title {
    font-weight: 900;
    letter-spacing: -.25px
}

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

.collection-fn-article-list .external-link {
    color: #666;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    position: relative
}

.collection-fn-article-list .external-link:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url("../images/external-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 10px;
    width: 10px;
    margin-left: 2px
}

.page-heading {
    overflow: hidden;
    margin: 16px 16px 0 16px
}

.page-heading .title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    letter-spacing: -.25px
}

.page-heading .sponsor {
    float: right;
    margin: 0
}

.page-heading .sponsor .ad,
.page-heading .sponsor .advert-txt {
    display: block;
    float: left
}

.page-heading .sponsor .advert-txt {
    margin-right: 4px
}

.item-promo {
    margin-bottom: 16px
}

iframe[src*=ketch-proxy] {
    display: none
}

[data-openweb-style-wrapper][data-openweb-style-wrapper] .spcv_send-button>:not(.spcv_spinner) {
    z-index: 0
}

body>#fncmvpd-xdcomm,
body>img[src*="pix.pub"] {
    position: absolute;
    left: -100%;
    height: 1px;
    width: 1px
}

.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("../images/video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 24px;
    bottom: 24px;
    height: 64px;
    width: 64px
}

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

.embed-media .overlay {
    right: 24px;
    bottom: 24px;
    height: 64px;
    width: 64px
}

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

.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 {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 6px
}

.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: #666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.featured {
    border-bottom: 1px solid #eff2f5;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%
}

.featured .video-container {
    overflow: hidden
}

.featured .m .overlay {
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
}

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

.featured .info .caption .title {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -.25px;
    margin-bottom: 5px
}

.featured .info .caption .title a:hover {
    text-decoration: underline
}

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

.featured .info .caption p:last-of-type {
    margin-bottom: 0
}

.featured .advert-overlay {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.featured .advert-timer {
    display: block;
    margin: 10% auto 0;
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    white-space: normal;
    font-size: 12px;
    height: 20px;
    width: 300px
}

.featured .advert-inner {
    background-color: #333;
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 250px;
    z-index: 7
}

.featured .close-button {
    z-index: 999;
    top: -20px;
    left: -20px;
    display: block;
    position: relative;
    cursor: pointer;
    background: url("../images/advert-close.png") no-repeat;
    width: 36px;
    height: 39px;
    position: absolute
}

@media only screen and (max-width:767px) {
    .featured .close-button {
        top: -25px;
        left: -10px
    }

    .featured .advert-timer {
        padding-left: 30px
    }
}

.featured-image {
    margin-bottom: 16px
}

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

.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 .slide {
    display: none
}

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

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

.featured-image .container {
    position: relative
}

.featured-image .ctrl {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    width: 100%
}

.featured-image .ctrl .next,
.featured-image .ctrl .prev {
    cursor: pointer;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    border-radius: 50%;
    text-indent: -9999px;
    transition: opacity .2s ease-in-out;
    height: 24px;
    width: 24px
}

.featured-image .ctrl .prev {
    background-image: url("../images/prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 12px
}

.featured-image .ctrl .next {
    background-image: url("../images/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 12px
}

.featured-image .pager {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: -.2px;
    margin-bottom: 4px
}

.featured-video .control {
    display: none
}

.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-video .video-container .video-player .unauthorized-mvpd p {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    padding: 0 17%;
    color: #fff;
    font-size: 18px
}

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

table {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-bottom: 24px;
    width: 100%
}

table thead {
    display: table-header-group
}

table tfoot {
    display: table-footer-group
}

table tfoot tr,
table thead tr {
    border-bottom: 1px solid #ccc
}

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

table tbody td,
table tbody th {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 14px
}

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

.collection-stocks-article .content {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    width: 100%
}

.collection-stocks-article .stock {
    padding: 12px;
    border-radius: 4px;
    flex: 0 0 calc(33.33% - 14px)
}

.collection-stocks-article .stock-heading {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between
}

.collection-stocks-article .stock-heading .favorite {
    border: none;
    background: 0 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    height: 15px;
    width: 16px
}

.collection-stocks-article .stock-heading .favorite:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: currentColor;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask: url("../images/favorite.svg");
    mask: url("../images/favorite.svg")
}

.collection-stocks-article .stock-heading .favorite:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: currentColor;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask: url("../images/favoriteFilled.svg");
    mask: url("../images/favoriteFilled.svg");
    transition: opacity .2s linear;
    opacity: 0
}

.collection-stocks-article .stock-heading .favorite.is-watchlist:after {
    opacity: 1
}

.collection-stocks-article .stock .company {
    border-radius: 4px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -.25px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

.collection-stocks-article .stock .stock-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px
}

.collection-stocks-article .stock .change {
    display: flex;
    align-items: center
}

.collection-stocks-article .stock .change:before {
    position: relative;
    display: inline-block;
    content: "";
    background-color: currentColor;
    margin-right: 2px;
    height: 10px;
    width: 10px;
    -webkit-mask-size: cover;
    mask-size: cover
}

.collection-stocks-article .stock:last-of-type {
    margin: 0
}

.collection-stocks-article .stock.is-up {
    background: #f1fbe7
}

.collection-stocks-article .stock.is-up .change:before {
    -webkit-mask: url("../images/arrow-up.svg");
    mask: url("../images/arrow-up.svg")
}

.collection-stocks-article .stock.is-up .company {
    background-color: #307608
}

.collection-stocks-article .stock.is-up .change,
.collection-stocks-article .stock.is-up .favorite {
    color: #307608
}

.collection-stocks-article .stock.is-down {
    background: #ffdce0
}

.collection-stocks-article .stock.is-down .change:before {
    -webkit-mask: url("../images/arrow-down.svg");
    mask: url("../images/arrow-down.svg")
}

.collection-stocks-article .stock.is-down .company {
    background-color: #c20017
}

.collection-stocks-article .stock.is-down .change,
.collection-stocks-article .stock.is-down .favorite {
    color: #c20017
}

.item-form {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 16px
}

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

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

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

.item-form .heading p {
    color: #666;
    font-size: 12px;
    line-height: 18px
}

.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;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px
}

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

.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 #ccc;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 12px;
    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 #ccc;
    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 #036;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 14px;
    z-index: 1
}

.item-form .select-wrap .select {
    -webkit-appearance: none;
    appearance: none;
    color: #1b4e81;
    border: 0;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 28px 8px 12px;
    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;
    border: 0;
    background: #1b4e81;
    color: #fff;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 16px;
    width: 100%
}

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

.item-form .message {
    display: none
}

.credible {
    margin-bottom: 16px
}

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

.collection-cryptocurrency .heading .title {
    color: #036
}

.collection-cryptocurrency .more {
    float: right;
    font-size: 11px;
    font-weight: 900;
    line-height: 27px
}

.collection-cryptocurrency .more a {
    color: #fff;
    padding: 6px 9px;
    border-color: #036;
    background-color: #1b4e81;
    box-shadow: inset 0 -4px 0 0 #036;
    border-radius: 3px
}

.collection-cryptocurrency .ad-container .advert-txt {
    display: inline-block;
    color: #666;
    text-align: right;
    width: 292px;
    line-height: 20px;
    margin: 0
}

.article-single .crypto {
    gap: 5px;
    display: flex;
    justify-content: end;
    align-items: center
}

.article-single .cryptocurrency {
    height: 260px;
    width: 100%;
    margin-bottom: 0;
    padding: 0
}

.collection-market-indexes {
    min-height: 479px
}

.collection-market-indexes .heading {
    margin-bottom: 4px
}

.collection-market-indexes .dek {
    color: #666;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px
}

.collection-market-indexes .quote-lookup {
    position: relative;
    overflow: hidden
}

.collection-market-indexes .quote-lookup:after,
.collection-market-indexes .quote-lookup:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2
}

.collection-market-indexes .quote-lookup:before {
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0);
    top: 9px;
    right: 12px;
    height: 6px;
    width: 6px
}

.collection-market-indexes .quote-lookup:after {
    transform: rotate(45deg);
    background: #fff;
    top: 18px;
    right: 9px;
    height: 2px;
    width: 6px
}

.collection-market-indexes .input-text {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 12px;
    width: calc(100% - 30px);
    margin-bottom: 0
}

.collection-market-indexes .input-text::placeholder {
    color: #666
}

.collection-market-indexes .input-search {
    -webkit-appearance: none;
    appearance: none;
    background: #48980d;
    border: 1px solid #307608;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 -3px 0 0 #307608;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    padding: 8px 12px;
    width: 32px
}

.collection-market-indexes .input-search:hover {
    cursor: pointer
}

.collection-market-indexes .input-search:active {
    top: 1px;
    box-shadow: none;
    outline: 0
}

.collection-market-indexes .index {
    border-right: 1px solid #fff;
    text-align: center;
    float: left;
    padding: 8px;
    margin: 0 0 6px 0;
    width: 33%
}

.collection-market-indexes .index:last-of-type {
    border-right: 0;
    margin-right: 0
}

.collection-market-indexes .index-heading {
    font-size: 13px;
    line-height: 18px;
    font-weight: 900
}

.collection-market-indexes .index .ticker {
    color: #fff
}

.collection-market-indexes .index .ticker a {
    color: inherit
}

.collection-market-indexes .index .ticker-type {
    display: none
}

.collection-market-indexes .index .value {
    display: none
}

.collection-market-indexes .index .change {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .25px;
    padding-left: 16px;
    position: relative
}

.collection-market-indexes .index .change:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    left: 0;
    top: 4px;
    height: 0;
    width: 0
}

.collection-market-indexes .index .change-value {
    display: none
}

.collection-market-indexes .index.is-up {
    background: linear-gradient(180deg, #0a2924 0, #156b2b 100%)
}

.collection-market-indexes .index.is-up .change:before {
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #72ff00 transparent
}

.collection-market-indexes .index.is-up .change-percent {
    color: #72ff00
}

.collection-market-indexes .index.is-down {
    background: linear-gradient(180deg, #5c0b0b 0, #990202 100%)
}

.collection-market-indexes .index.is-down .change:before {
    border-width: 10.4px 6px 0 6px;
    border-color: #ff9255 transparent transparent transparent
}

.collection-market-indexes .index.is-down .change-percent {
    color: #ff9255
}

.collection-market-indexes .ad-container {
    --ad-background: transparent
}

@media screen and (max-width:767px) {
    .collection-market-indexes .ad-container {
        min-height: 46px
    }

    .collection-market-indexes .ad-container .ad {
        padding-top: 16px
    }

    .collection-market-indexes .ad-container .advert-txt {
        color: #666;
        margin: -48px auto 36px auto;
        text-align: right;
        width: 292px
    }
}

.collection-market-indexes .content {
    overflow: hidden
}

.collection-market-indexes .content #market-index-charts {
    position: relative;
    width: calc(100% + 40px);
    height: 392px;
    margin: 0 auto;
    left: -20px;
    min-width: 328px
}

@media screen and (min-width:760px) and (max-width:1023px) {
    .collection-market-indexes .content #market-index-charts {
        width: calc(100% + 54px);
        height: 210px
    }
}

.collection-market-indexes .dropdown {
    width: 100%;
    max-height: 264px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    z-index: 1000
}

.collection-market-indexes .no-result,
.collection-market-indexes .result {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding: 8px 12px
}

.collection-market-indexes .result {
    border-bottom: 1px solid #eff2f5
}

.collection-market-indexes .result:last-of-type {
    border-bottom: 0
}

.collection-market-indexes .result:hover {
    cursor: pointer;
    background-color: #036
}

.collection-market-indexes .result:hover .company,
.collection-market-indexes .result:hover .equity,
.collection-market-indexes .result:hover .symbol {
    color: #fff
}

.collection-market-indexes .result:hover .icon {
    display: block
}

.collection-market-indexes .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.collection-market-indexes .symbol {
    font-weight: 900;
    color: #036
}

.collection-market-indexes .company {
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.collection-market-indexes .ad-container {
    margin: 18px -4% 0 -4%;
    width: 108%
}

.collection-market-indexes .ad-container .advert-txt {
    color: #666;
    margin: -48px auto 36px auto;
    text-align: right;
    width: 292px
}

.sticky-region .embed-media.advanced {
    margin-left: 0
}

.collection-trending {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 16px;
    counter-reset: trending-counter
}

.collection-trending .article {
    border: 0;
    padding: 0;
    counter-increment: trending-counter;
    margin-bottom: 16px
}

.collection-trending .article .title {
    margin-bottom: 0
}

.collection-trending .article .m a:after,
.collection-trending .article .m a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px
}

.collection-trending .article .m a:before {
    content: counter(trending-counter);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    z-index: 3
}

.collection-trending .article .m a:after {
    content: "";
    background: #036;
    height: 100%;
    z-index: 2
}

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

.main-content {
    margin-bottom: 32px
}

@media screen and (max-width:1023px) {
    .sidebar {
        display: none
    }
}

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

.article-date:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "·";
    font-size: 20px;
    color: #a0a0a0
}

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

.article-header .article-meta {
    text-align: center;
    font-size: 11px;
    line-height: 16px
}

.article-header .article-meta-upper {
    margin-bottom: 4px
}

.article-header .article-meta-lower {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eff2f5
}

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

.article-header .article-meta .article-date,
.article-header .article-meta .article-date__published,
.article-header .article-meta .article-date__updated,
.article-header .article-meta .article-update-date {
    padding: 0 0 12px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.article-header .article-meta .article-date__label--updated,
.article-header .article-meta .article-date__time--updated {
    font-style: italic
}

.article-header .headline {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.25px;
    margin-bottom: 0
}

.article-header .headline+.sub-headline {
    margin-top: 8px
}

.article-header .sub-headline {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: -.25px
}

.article-header .advertiser-disclosure {
    display: none
}

.eyebrow {
    color: #036;
    text-transform: uppercase
}

.author-byline {
    border-top: 1px solid #eff2f5;
    padding: 12px 0
}

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

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

.author-byline>span {
    display: block;
    text-align: left
}

.author-byline .article-authors+.article-source {
    border-left: 1px solid #666;
    padding: 0 4px;
    margin-left: 4px
}

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

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

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

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

.disclosure-byline {
    text-align: left
}

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

.article-notice .title {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    margin-bottom: 2px
}

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

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

.article-social {
    margin-bottom: 12px
}

.article-social .social-icons a,
.article-social .social-icons button {
    height: 32px;
    width: 32px
}

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

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

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

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

.featured-video .video-player img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.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 {
    letter-spacing: -.25px;
    margin-bottom: 16px
}

.article-body>h1 {
    font-size: 30px;
    line-height: 36px
}

.article-body>h2 {
    font-size: 24px;
    line-height: 28px
}

.article-body>h3 {
    font-size: 18px;
    line-height: 24px
}

.article-body>h4 {
    font-size: 16px;
    line-height: 22px
}

.article-body>h5 {
    font-size: 14px;
    line-height: 20px
}

.article-body>h6 {
    font-size: 12px;
    line-height: 18px
}

.article-body>ol,
.article-body>p,
.article-body>ul {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.article-body>p {
    margin-bottom: 24px
}

.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 {
    padding-left: 4px;
    margin-bottom: 12px
}

.article-body>ol li a,
.article-body>ul li a {
    color: #036;
    border-bottom: 2px solid #a7c6e5
}

.article-body>ol li a:hover,
.article-body>ul li a:hover {
    background: #edf6ff
}

.article-body>ul {
    list-style-type: disc
}

.article-body>ol {
    list-style-type: decimal
}

.article-body .credible {
    margin-top: -16px;
    margin-bottom: 16px
}

.article-body .credible[data-unit-credible*=rich-cta] {
    max-width: 716px
}

.article-body .advertiser-disclosure {
    background: #f4f4f4
}

.article-attribution p {
    color: #666;
    font-size: 13px;
    line-height: 18px
}

.article-footer {
    border-top: 1px solid #eff2f5;
    padding-top: 16px
}

.article-footer .vendor-unit {
    margin-bottom: 32px
}

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

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

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

.pull-quote {
    margin: 32px 0
}

.pull-quote .quote-text {
    border-color: #036
}

.related {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 12px;
    margin-bottom: 12px;
    width: 100%
}

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

.related .m .overlay {
    left: auto;
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
}

.related .caption .title {
    line-height: 20px;
    margin-bottom: 4px
}

.related .caption p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.related .caption p:last-of-type {
    margin-bottom: 0
}

.related.image-ct .caption p {
    color: #222;
    font-weight: 900
}

.item-related-content {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.item-related-content .heading {
    margin-bottom: 16px
}

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

.item-related-content li {
    color: #222;
    list-style-type: none;
    font-weight: 400;
    margin: 0 0 16px 14px;
    position: relative
}

.item-related-content li::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -14px;
    top: 9px;
    background: #c20017;
    height: 4px;
    width: 4px
}

.item-related-content li:last-of-type {
    margin-bottom: 0
}

.item-related-content .text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.25px
}

.item-related-content .text p {
    font-size: inherit;
    line-height: inherit
}

.item-related-content a {
    font-weight: 600
}

.item-related-content .date {
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 4px
}

.item-related-content p:last-of-type {
    margin-bottom: 0
}

.item-related-content .has-bullet {
    margin: 0 0 16px 14px;
    position: relative
}

.item-related-content .has-bullet::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -14px;
    top: 9px;
    background: #c20017;
    height: 4px;
    width: 4px
}

.item-related-content .has-bullet:last-of-type {
    margin-bottom: 0
}

.item-related-content.related-summary li {
    margin-left: 9px
}

.item-related-content.related-summary li::before {
    background: #222;
    left: -9px;
    height: 2px;
    width: 2px
}

.inline .caption p {
    color: #222
}

.advertiser-disclosure {
    background: #eff2f5;
    padding: 12px 0;
    margin-bottom: 12px
}

.disclosure-content {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    text-align: left;
    padding: 0 16px
}

.disclosure-byline {
    font-weight: 900;
    color: #036;
    font-size: 100%;
    padding-bottom: 12px
}

.disclosure-label {
    font-weight: 900;
    color: #036;
    font-size: 11px
}

.disclosure-tooltip {
    width: 288px;
    background-color: #fff;
    color: #666;
    text-align: left;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -144px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.6;
    box-shadow: 0 0 16px rgba(0, 0, 0, .12)
}

.disclosure-tooltip:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff
}

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

.sticky-top {
    top: 0
}

.sticky-bottom {
    bottom: 0
}

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

html .mobile {
    display: block
}

html .mobile.ad-container {
    display: flex
}

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 .mobile.ad-container {
    display: flex
}

html .mobile-tablet .tablet.ad-container {
    display: none
}

html .mobile-desktop {
    display: block
}

html .mobile-desktop .mobile.ad-container {
    display: flex
}

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
}

.back-to-fox {
    background: #036;
    color: #fff
}

.back-to-fox-inner {
    padding: 7px 16px;
    margin: 0 auto;
    max-width: 1280px
}

.back-to-fox a {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 24px;
    position: relative
}

.back-to-fox a::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/prev_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px
}

.back-to-fox .text {
    opacity: .8;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.75px
}

.back-to-fox .logo {
    background-image: url("../images/fox-news-logo-small.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 0 0 6px;
    height: 16px;
    width: 85px
}

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("../images/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: #666
}

.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("../images/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
}

body.fb .site-header .back-to-fox+.branding {
    top: 38px
}

.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("../images/close_1.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
}

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

body:after {
    display: none
}

.scroll-lock {
    overflow: hidden
}

.site-header {
    padding-bottom: 0
}

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

.site-header .nav-row {
    min-height: 48px;
    padding-bottom: 10px;
    position: relative
}

.site-header .nav-row:after {
    content: "";
    display: table;
    clear: both
}

.site-header .nav-row-lower {
    background-color: #fff;
    border-top: 1px solid #def;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 16px
}

.is-doomsday .site-header .nav-row-lower {
    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 (max-width:1023px) {
    .site-header .nav-row-lower nav .rotate-items li {
        position: absolute
    }
}

.site-header .subnav-title {
    color: #c20017;
    float: left;
    margin-right: 14px
}

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

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

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

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

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

.site-header .button {
    display: block;
    float: left
}

.site-header .button a {
    font-size: 11px;
    line-height: 24px;
    padding: 0 8px
}

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

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

.site-header .button.user-login a {
    border-color: #036;
    background-color: #1b4e81;
    box-shadow: inset 0 -3px 0 0 #036
}

.site-header .button.user-login a:active {
    box-shadow: none
}

.site-header .button.watch a {
    border-color: #ae0015;
    background-color: #d20f26;
    box-shadow: inset 0 -3px 0 0 #ae0015
}

.site-header .button.watch a:active {
    box-shadow: none
}

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

.site-header .menu a {
    background-image: url("../images/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: 20px 12px;
    background-position: center;
    display: block;
    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: #fff;
    position: absolute;
    font-size: 21px;
    top: 1px;
    right: -2px;
    height: 100%;
    width: 100%;
    z-index: 5
}

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

.site-header .search {
    border-bottom: 1px solid #1b4e81;
    padding: 12px 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;
    line-height: 100%;
    height: 40px
}

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

.site-header .search-wrap input[type=submit] {
    color: #fff;
    background-color: #c20017;
    box-shadow: inset 0 -3px 0 0 #ae0015;
    font-size: 14px;
    font-weight: 900;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 82px
}

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

.site-header .search-wrap input:active {
    top: 1px;
    box-shadow: none;
    outline: 0
}

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

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

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

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

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

    to {
        transform: translateY(0)
    }
}

@keyframes slide-out {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%);
        visibility: hidden
    }
}

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

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

.collection-cryptocurrency {
    width: 299px;
    margin: 0 auto
}

.collection-cryptocurrency .heading {
    padding-bottom: 8px
}

.article-single .crypto {
    padding: 0 16px
}

.article-single .cryptocurrency {
    min-height: 251px;
    margin-bottom: 16px
}

.item-newsletter-article {
    width: 300px;
    min-height: 477px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border: 1px solid #eff2f5;
    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 #eff2f5;
    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-newsletter-article {
    width: 300px;
    min-height: 477px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border: 1px solid #eff2f5;
    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 #eff2f5;
    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
}

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

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

.recommended-videos.isSticky.push-down {
    top: 50px
}

.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: var(--title_color);
    margin: 0;
    line-height: 18px;
    white-space: nowrap;
    letter-spacing: -.25px
}

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

.recommended-videos .btn {
    width: 24px;
    height: 24px;
    background-color: var(--dek_background);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    display: none;
    position: relative;
    text-indent: -9999px
}

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

.recommended-videos .btn-prev::after {
    background-image: url("../images/arrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

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

.recommended-videos .btn-next::after {
    background-image: url("../images/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.recommended-videos .btn-next::after,
.recommended-videos .btn-prev::after {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recommended-videos .slider-wrapper {
    display: flex;
    scroll-behavior: smooth;
    flex: 1;
    align-items: center;
    gap: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding-right: 16px
}

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

.recommended-videos .recommended-item {
    position: relative;
    width: 192px;
    scroll-snap-align: start
}

.recommended-videos .recommended-item .thumbnail {
    background: var(--thumb_background);
    width: 192px;
    height: 108px;
    overflow: hidden;
    border-radius: 4px
}

.recommended-videos .recommended-item .thumbnail::after {
    border-radius: 4px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none
}

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

.recommended-videos .recommended-item .hola_preview_container {
    border-radius: 4px !important
}

.recommended-videos .recommended-item .content {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 1;
    overflow: hidden
}

.recommended-videos .recommended-item .content .title {
    display: inline-block;
    width: 168px;
    height: 36px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 18px;
    letter-spacing: -.25px;
    margin: 0;
    text-decoration: none;
    text-orientation: upright;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:767px) {
    .recommended-videos-quiz-page {
        display: none
    }
}

@media print {

    .alert,
    .article-meta-lower,
    .sidebar,
    .site-footer .branding,
    .site-footer .footer-upper,
    .site-footer .legal ul,
    .site-footer .social-icons,
    .site-header .menu {
        display: none
    }

    .page-content {
        padding-top: 0
    }

    .site-header {
        background: #fff;
        border: 0
    }

    .article-wrap {
        width: 75%
    }

    .article-body {
        border: 0;
        padding-bottom: 0
    }

    .site-footer {
        margin-top: 0
    }

    .site-footer .footer-lower {
        border: 0;
        padding-top: 0
    }

    .site-footer .footer-lower .legal {
        width: 100%
    }

    .site-footer .footer-lower .copyright {
        clear: both
    }
}

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

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

.article-date__line {
    display: none;
    padding: 0 8px 0 8px
}

@media (min-width:600px) {
    .item-related-content {
        clear: left;
        float: left;
        margin: 0 24px 24px 0;
        width: 300px
    }
}

@media (min-width:768px) {
    html .mobile {
        display: none
    }

    html .mobile.ad-container {
        display: none
    }

    html .mobile-tablet {
        display: block
    }

    html .mobile-tablet .mobile {
        display: none
    }

    html .mobile-tablet .mobile.ad-container {
        display: none
    }

    html .mobile-tablet .tablet {
        display: block
    }

    html .mobile-tablet .tablet.ad-container {
        display: flex
    }

    html .mobile-desktop {
        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: flex
    }

    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-desktop {
        display: block
    }

    html .tablet-desktop .tablet.ad-container {
        display: flex
    }

    html .tablet-desktop .desktop {
        display: none
    }

    html .tablet-desktop .desktop.ad-container {
        display: none
    }

    html .desktop {
        display: none
    }

    html .desktop.ad-container {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    html body .ad-container.tablet {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + (2 * 24px))
    }
}

@media (min-width:768px) {
    .back-to-fox-inner {
        padding: 7px 24px
    }
}

@media (min-width:768px) {
    .notification-banner-inner {
        padding: 12px 56px 12px 24px
    }

    .notification-banner .close {
        right: 24px
    }
}

@media (min-width:768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:768px) {
    h4 {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:768px) {

    h5,
    h6 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.25px
    }
}

@media (min-width:768px) {
    p {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    body {
        min-width: 768px
    }
}

@media (min-width:768px) {
    .section-nav {
        overflow: hidden
    }

    .section-nav nav {
        float: left;
        padding: 0 24px;
        margin-bottom: 48px;
        width: 25%
    }

    .section-nav nav:nth-of-type(4n+1) {
        clear: both
    }
}

@media (min-width:768px) {

    .footer-lower .branding,
    .header-lower .branding {
        float: left;
        margin-right: 24px;
        height: 32px;
        width: 64px
    }

    .footer-lower .legal,
    .header-lower .legal {
        float: left;
        text-align: left;
        width: calc(100% - 64px - 24px)
    }

    .footer-lower .legal ul,
    .header-lower .legal ul {
        margin-bottom: 0
    }

    .footer-lower .legal li,
    .header-lower .legal li {
        display: inline-block;
        position: relative;
        padding-right: 14px;
        margin: 0 12px 4px 0
    }

    .footer-lower .legal li:after,
    .header-lower .legal li:after {
        content: "";
        display: block;
        position: absolute;
        background: #1b4e81;
        top: 3px;
        right: 0;
        height: 12px;
        width: 1px
    }

    .footer-lower .legal li:last-child,
    .header-lower .legal li:last-child {
        padding-right: 0;
        margin-right: 0
    }

    .footer-lower .legal li:last-child:after,
    .header-lower .legal li:last-child:after {
        display: none
    }

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

    .footer-lower .social-icons ul,
    .header-lower .social-icons ul {
        margin-left: 0
    }

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

@media (min-width:768px) {
    .site-header {
        min-height: 68px;
        padding-bottom: 0
    }

    .site-header .nav-row {
        padding: 0 24px 0 120px;
        height: 68px;
        line-height: 68px
    }

    .site-header .nav-row:after {
        content: "";
        display: table;
        clear: both
    }

    .site-header .nav-row-upper {
        display: flex
    }

    .site-header .nav-row-upper .inner {
        display: flex;
        align-items: center;
        width: 100%
    }

    .site-header .nav-row-lower {
        background-color: #fff;
        border-top: 1px solid #def;
        font-size: 12px;
        font-weight: 600;
        height: 44px;
        line-height: 44px;
        padding: 0 24px
    }

    .is-doomsday .site-header .nav-row-lower {
        border-bottom: none;
        border-top: 1px solid #17283a
    }

    .is-doomsday .site-header .nav-row-lower a {
        color: #fff
    }

    .site-header .subnav-title {
        color: #c20017;
        float: left;
        margin-right: 14px
    }

    .site-header>.branding {
        display: block;
        position: absolute;
        left: 24px;
        top: 8px;
        z-index: 510
    }

    .site-header>.branding .logo {
        background-image: url("../images/fox-business-2-color_1.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-size: 100%;
        margin: 0;
        height: 50px;
        width: 96px
    }

    .site-header .search {
        border: 0;
        padding: 24px;
        width: 100%
    }

    .site-header .search-wrap input {
        height: 53px
    }

    .site-header .search-wrap input[type=text] {
        width: calc(100% - 100px)
    }

    .site-header .search-wrap input[type=submit] {
        font-size: 16px;
        width: 103px
    }

    .site-header .primary-nav {
        display: flex;
        flex-shrink: 1;
        margin-left: 14px
    }

    .site-header .primary-nav ul:first-child {
        display: flex;
        gap: 8px
    }

    .site-header .primary-nav .has-dropdown>a:first-child {
        padding-right: 10px
    }

    .site-header .primary-nav .has-dropdown li {
        margin-right: 0
    }

    .site-header .primary-nav li {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center
    }

    .site-header .primary-nav li.is-active a:after {
        transform: scaleX(1)
    }

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

    .site-header .primary-nav a {
        display: inline-block;
        color: #036;
        font-size: 13px;
        font-weight: 900;
        line-height: 16px;
        padding: 6px 4px
    }

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

    .site-header .primary-nav .menu-more a {
        position: relative;
        padding: 6px 8px;
        width: calc(100% + 9px)
    }

    .site-header .primary-nav .menu-more a:before {
        content: "";
        display: block;
        position: absolute;
        background: #5787b8;
        border-radius: 50%;
        box-shadow: 0 4px 0 #5787b8, 0 8px 0 #5787b8;
        right: 0;
        top: 9px;
        height: 3px;
        width: 3px
    }

    .site-header .meta {
        display: flex;
        flex-shrink: 0;
        gap: 8px;
        margin: 0 0 0 auto;
        padding: 0;
        min-width: 54px;
        justify-content: center;
        align-items: flex-end
    }

    .site-header .meta .search-toggle a {
        display: block;
        position: relative;
        text-indent: -9999em;
        height: 32px;
        width: 24px
    }

    .site-header .meta .search-toggle a:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50px;
        border: 2px solid #5787b8;
        background: rgba(255, 255, 255, 0);
        left: 4px;
        top: 8px;
        height: 8px;
        width: 8px
    }

    .site-header .meta .search-toggle a:after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(45deg);
        background: #5787b8;
        top: 19px;
        left: 12px;
        height: 2px;
        width: 7px
    }

    .site-header .meta .user-profile {
        margin: 0
    }

    .site-header .meta .user-profile .avatar {
        width: 32px
    }

    .site-header .meta .button a {
        padding: 8px 10px;
        font-size: 13px;
        line-height: 16px
    }

    .site-header .section-nav {
        border-top: 1px solid #1b4e81;
        clear: both
    }

    .site-header .secondary-nav ul {
        display: inline
    }

    .site-header .secondary-nav li {
        display: inline-block
    }

    .site-header .secondary-nav li a {
        color: #036
    }

    .site-header .secondary-nav li a:hover {
        text-decoration: underline
    }
}

@media screen and (min-width:768px) and (min-width:1024px) {
    .site-header .secondary-nav li {
        display: block;
        float: left;
        margin: 0 14px;
        position: relative
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .site-header .secondary-nav .rotate-items li {
        position: absolute
    }
}

@media (min-width:768px) {
    .site-header .secondary-nav .nav-title {
        display: inline-block;
        margin-left: 10px
    }
}

@media (min-width:768px) {
    .site-header .secondary-nav a {
        display: block;
        position: relative
    }
}

@media (min-width:768px) {
    .has-dropdown {
        position: relative
    }

    .has-dropdown>a:first-child:before {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        margin-left: 4px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-image: url("../images/header-dropdown.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
    }

    .has-dropdown:hover .dropdown-content {
        display: flex
    }
}

@media (min-width:768px) {
    .dropdown-content {
        display: none;
        flex-direction: column;
        gap: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 192px;
        z-index: 503;
        overflow: visible;
        padding: 0 24px 32px 24px;
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .12);
        border: 1px solid #e8e8e8;
        border-top: none;
        border-radius: 0 0 8px 8px
    }

    .dropdown-content li {
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (min-width:768px) {
    .dropdown-item {
        border-radius: 8px;
        height: 46px;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-flex;
        justify-content: left;
        align-items: center
    }

    .dropdown-item a {
        font-weight: 900;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.25px;
        width: 100%;
        display: block
    }
}

@media (min-width:768px) {
    .overlay {
        right: 12px;
        bottom: 12px
    }
}

@media (min-width:768px) {
    .alert-banner {
        padding: 16px;
        left: 24px;
        width: calc(100% - 48px)
    }

    .alert-banner .alert-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.25px
    }
}

@media (min-width:768px) {
    table {
        margin-bottom: 36px
    }

    table td {
        display: table-cell;
        padding: 12px 14px
    }

    table tfoot tr,
    table thead tr {
        border-bottom: 1px solid #ccc
    }

    table tfoot th,
    table thead th {
        padding: 12px 14px;
        font-weight: 900
    }

    table tbody tr:nth-of-type(2n) {
        background: #f6f8fa
    }

    table tbody td,
    table tbody th {
        display: table-cell;
        padding: 14px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -.22px
    }
}

@media (min-width:768px) {
    .collection-fn-article-list {
        width: auto
    }

    .collection-fn-article-list .m {
        width: 192px
    }

    .collection-fn-article-list .title a {
        font-size: 18px;
        font-weight: 900;
        line-height: 21.09px;
        letter-spacing: -.25px
    }

    .collection-fn-article-list .dek {
        display: block
    }

    .collection-fn-article-list .dek a {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -.25px
    }
}

@media (min-width:768px) {
    .page {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .page-content {
        padding-top: 24px
    }
}

@media (min-width:768px) {
    .sidebar-primary-alt .ad-container.tablet {
        border: 0
    }
}

@media (min-width:768px) {
    .page-heading {
        margin: 24px 24px 0 24px
    }

    .page-heading .title {
        font-size: 48px;
        line-height: normal
    }

    .page-heading .sponsor {
        float: left;
        margin-top: 7px;
        margin-left: 12px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .menu-subnav .rotate-items li {
        position: absolute
    }
}

@media (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 (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 (min-width:768px) {
    .related {
        float: left;
        margin: 0 24px 24px 0;
        width: 300px
    }
}

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

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

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

@media (min-width:768px) {
    .recommended-videos .btn {
        display: flex
    }
}

@media (min-width:768px) {
    .featured {
        margin-bottom: 16px
    }

    .featured .m .overlay {
        right: 24px;
        bottom: 24px;
        height: 128px;
        width: 128px
    }

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

    .featured .info .caption .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px
    }

    .featured .info .caption p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:768px) {
    .featured-image .ctrl {
        top: calc(50% - 32px)
    }

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

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

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

    .featured-image .pager {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.25px;
        margin-bottom: 8px
    }
}

@media (min-width:768px) {
    .featured-video.sticky-video {
        background: url("../images/fox-business-default.png") center center no-repeat #eee;
        height: 450px
    }

    .featured-video.sticky-video .contain {
        position: fixed;
        width: calc(100% - 96px);
        background: #000;
        top: 0;
        z-index: 250
    }

    .featured-video.sticky-video .contain .control {
        display: block
    }

    .featured-video.sticky-video .contain .control .close,
    .featured-video.sticky-video .contain .control .top {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 5px
    }

    .featured-video.sticky-video .contain .control .close {
        color: #999;
        font-size: 12px;
        top: 5px;
        height: 14px;
        width: 46px
    }

    .featured-video.sticky-video .contain .control .close:after,
    .featured-video.sticky-video .contain .control .close:before {
        content: "";
        display: block;
        background: #666;
        position: absolute;
        top: 6px;
        right: 0;
        width: 12px;
        height: 2px
    }

    .featured-video.sticky-video .contain .control .close:before {
        transform: rotate(45deg) translate3d(0, 0, 0)
    }

    .featured-video.sticky-video .contain .control .close:after {
        transform: rotate(-45deg) translate3d(0, 0, 0)
    }

    .featured-video.sticky-video .contain .control .top {
        background: url("../images/article-video-hide.png") center center no-repeat;
        bottom: 5px
    }

    .featured-video.sticky-video .contain .video-container {
        float: left;
        margin-bottom: 0;
        width: 66%
    }

    .featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
        font-size: 18px
    }

    .featured-video.sticky-video .contain .info {
        float: left;
        padding: 20px 12px 0;
        width: 30%
    }

    .featured-video.sticky-video .contain .info .caption {
        border: 0 none
    }

    .featured-video.sticky-video .contain .info .title {
        color: #fff;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.5
    }

    .featured-video.sticky-video .contain .info .title:before {
        content: "NOW PLAYING";
        display: block;
        color: #666;
        font-size: 12px;
        margin-bottom: 2px
    }

    .featured-video.sticky-video .contain .info .title a {
        color: #fff
    }

    .featured-video.sticky-video .contain .info p {
        display: none
    }
}

@media (min-width:768px) {
    table {
        margin-bottom: 36px
    }

    table td {
        display: table-cell;
        padding: 12px 14px
    }

    table tfoot tr,
    table thead tr {
        border-bottom: 1px solid #ccc
    }

    table tfoot th,
    table thead th {
        padding: 12px 14px;
        font-weight: 900
    }

    table tbody tr:nth-of-type(2n) {
        background: #f6f8fa
    }

    table tbody td,
    table tbody th {
        display: table-cell;
        padding: 14px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -.22px
    }
}

@media (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 (min-width:768px) {
    .collection-stocks-article .stock {
        flex: 1 1 auto;
        min-width: 125px;
        max-width: calc(20% - 14px)
    }
}

@media (min-width:768px) {
    .collection-market-indexes {
        min-height: 122px
    }

    .collection-market-indexes .index {
        border: 1px solid #ccc;
        padding: 0;
        margin: 0 16px 8px 0;
        text-align: left
    }

    .collection-market-indexes .index:last-of-type {
        border-right: 1px solid #ccc;
        margin-right: 0
    }

    .collection-market-indexes .index-heading {
        font-size: 14px;
        line-height: 24px;
        font-weight: 900;
        letter-spacing: -.25px;
        padding: 4px 12px;
        overflow: hidden
    }

    .collection-market-indexes .index .info {
        overflow: hidden;
        padding: 12px
    }

    .collection-market-indexes .index .ticker {
        color: #222;
        float: left
    }

    .collection-market-indexes .index .ticker a {
        color: inherit
    }

    .collection-market-indexes .index .ticker-type {
        color: #666;
        display: inline-block;
        float: right
    }

    .collection-market-indexes .index .value {
        display: block;
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        font-weight: 900;
        letter-spacing: -.25px;
        margin-bottom: 2px
    }

    .collection-market-indexes .index .change {
        color: #fff
    }

    .collection-market-indexes .index .change-value {
        display: inline-block
    }

    .collection-market-indexes .index.is-closed .info {
        background: #eff2f5
    }

    .collection-market-indexes .index.is-up {
        background: 0 0
    }

    .collection-market-indexes .index.is-up .info {
        background: linear-gradient(180deg, #0a2924 0, #156b2b 100%)
    }

    .collection-market-indexes .index.is-down {
        background: 0 0
    }

    .collection-market-indexes .index.is-down .info {
        background: linear-gradient(180deg, #5c0b0b 0, #990202 100%)
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .collection-market-indexes .heading {
        min-height: 32px;
        margin-bottom: 8px
    }

    .collection-market-indexes .dek {
        margin-bottom: 0
    }

    .collection-market-indexes .quote-lookup {
        position: absolute;
        top: 0;
        right: 0;
        width: 240px
    }

    .collection-market-indexes .index {
        float: left;
        width: calc(33% - 8.5px)
    }

    .collection-market-indexes .index .value {
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0
    }

    .collection-market-indexes .index .change {
        float: right;
        margin-top: 2px;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width:768px) {
    .collection-market-indexes .ad-container {
        float: right
    }

    .collection-market-indexes .ad-container .ad {
        float: right;
        padding: 0;
        margin-right: 24px
    }

    .collection-market-indexes .ad-container .advert-txt {
        float: right;
        margin: 8px 8px 0 0
    }
}

@media (min-width:768px) {
    .collection-market-indexes .equity {
        display: block
    }
}

@media (min-width:768px) {
    .collection-market-indexes .company {
        max-width: 50%
    }
}

@media (min-width:768px) {

    .collection-market-indexes .no-result,
    .collection-market-indexes .result {
        padding: 8px 16px
    }
}

@media (min-width:768px) {
    .collection-market-indexes .dropdown {
        margin-top: -16px;
        max-width: 300px;
        right: 0
    }
}

@media (min-width:768px) {
    .collection-market-indexes p.cls-fill-up {
        min-height: 16px
    }
}

@media (min-width:768px) {
    .collection-market-indexes p:nth-of-type(2) {
        display: none
    }
}

@media (min-width:768px) {
    .item-form .heading p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:768px) {
    .collection-cryptocurrency {
        width: 300px;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .article-single .crypto {
        padding: 0 24px
    }

    .article-single .cryptocurrency {
        min-height: 186px
    }
}

@media (min-width:768px) {
    .pre-content {
        background: #f6f8fa;
        min-height: 98px
    }
}

@media (min-width:768px) {
    .embed-media .overlay {
        right: 24px;
        bottom: 24px;
        height: 128px;
        width: 128px
    }
}

@media (min-width:768px) {

    .embed-media.align-left,
    .related.align-left {
        float: left;
        margin: 0 24px 24px 0
    }

    .embed-media.align-right,
    .related.align-right {
        float: right;
        margin: 0 0 24px 24px
    }
}

@media (min-width:768px) {
    .embed-media.facebook {
        margin-left: auto;
        margin-right: auto;
        width: 50%
    }

    .embed-media.facebook.align-left {
        margin-right: 24px
    }

    .embed-media.facebook.align-right {
        margin-left: 24px
    }
}

@media (min-width:768px) {
    .article-content {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .article-header .article-meta {
        font-size: 14px;
        line-height: 20px
    }

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

@media (min-width:768px) {
    .eyebrow {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .article-meta {
        overflow: hidden
    }

    .article-meta-lower {
        border-top: 1px solid #eff2f5;
        border-bottom: 1px solid #eff2f5;
        padding: 10px 0
    }

    .article-meta .social-byline {
        display: flex;
        border: 0
    }
}

@media (min-width:768px) {
    .author-byline {
        border: 0;
        padding: 0;
        width: calc(100% - 300px);
        display: inline-flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        order: 1
    }

    .author-byline .article-authors+.article-source {
        border-right: 1px solid #666
    }
}

@media (min-width:768px) {
    .disclosure-byline {
        padding: 8px 0 0
    }
}

@media (min-width:768px) {
    .article-notice {
        padding: 8px 38px;
        margin-left: -24px;
        margin-right: -24px
    }
}

@media (min-width:768px) {
    .article-social {
        margin: 0;
        width: 300px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        order: 2
    }

    .article-social .social-icons ul {
        justify-content: flex-end
    }
}

@media (min-width:768px) {

    .article-body>h1,
    .article-body>h2,
    .article-body>h3,
    .article-body>h4,
    .article-body>h5,
    .article-body>h6 {
        margin-bottom: 24px
    }

    .article-body>h1 {
        font-size: 36px;
        line-height: 42px
    }

    .article-body>h2 {
        font-size: 30px;
        line-height: 36px
    }

    .article-body>h3 {
        font-size: 24px;
        line-height: 28px
    }

    .article-body>h4 {
        font-size: 18px;
        line-height: 24px
    }

    .article-body>h5 {
        font-size: 16px;
        line-height: 22px
    }

    .article-body>h6 {
        font-size: 14px;
        line-height: 20px
    }

    .article-body>ol,
    .article-body>p,
    .article-body>ul {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 32px
    }

    .article-body>ol li,
    .article-body>ul li {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .article-attribution {
        margin-bottom: 40px
    }

    .article-attribution p {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:768px) {
    .article-footer {
        padding-top: 24px
    }

    .article-footer .vendor-unit {
        margin-bottom: 48px
    }
}

@media (min-width:768px) {
    .vendor-unit[data-uid=ar-18] {
        min-width: 336px;
        min-height: 518px
    }
}

@media (min-width:768px) {
    .vendor-unit[data-uid=ar-19] {
        min-width: 720px;
        min-height: 731px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .sidebar-primary .collection {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:768px) {
    .pull-quote {
        padding: 30px 72px
    }

    .pull-quote .quote-text {
        padding-left: 24px
    }
}

@media (min-width:768px) {
    .related {
        margin-bottom: 16px
    }

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

    .related .caption p {
        margin-bottom: 16px
    }
}

@media (min-width:768px) {
    .item-related-content {
        margin: 0 24px 16px 0
    }

    .item-related-content .text {
        font-size: 14px;
        line-height: 20px
    }

    .item-related-content .text p {
        font-size: inherit;
        line-height: inherit
    }
}

@media (min-width:768px) {
    .inline .caption {
        margin-top: 8px;
        padding-bottom: 16px
    }

    .inline .caption p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:768px) {
    .item-form {
        clear: left;
        float: left;
        margin: 0 12px 12px 0;
        width: 300px
    }
}

@media (min-width:768px) {
    .commenting-nation-promo {
        min-width: 672px;
        display: inline-block
    }
}

@media (min-width:768px) {
    .article-date__line {
        display: inline
    }
}

@media (min-width:1024px) {
    html .mobile {
        display: none
    }

    html .mobile-tablet {
        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 .mobile.ad-container {
        display: none
    }

    html .mobile-desktop .desktop.ad-container {
        display: flex
    }

    html .tablet {
        display: none
    }

    html .tablet.ad-container {
        display: none
    }

    html .tablet-desktop {
        display: block
    }

    html .tablet-desktop .tablet.ad-container {
        display: none
    }

    html .tablet-desktop .desktop.ad-container {
        display: flex
    }

    html .desktop {
        display: block
    }

    html .desktop.ad-container {
        display: flex
    }

    html .desktop.desktop-sm-min {
        display: none
    }

    html .desktop.desktop-sm-min .ad-container,
    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.ad-container.sticky-ads {
        --ad-padding: 0
    }

    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
    }

    .ad-container {
        --ad-margin: 24px
    }

    .back-to-fox-inner {
        padding: 7px 16px
    }

    .notification-banner-inner {
        padding: 12px 48px 12px 16px
    }

    .notification-banner .close {
        right: 16px
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -1.38px
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -.67px
    }

    h3 {
        font-size: 24px;
        line-height: 28px
    }

    h4 {
        font-size: 18px;
        line-height: 24px
    }

    h5 {
        font-size: 16px;
        line-height: 22px
    }

    h6 {
        font-size: 14px;
        line-height: 22px
    }

    body {
        min-width: 1024px
    }

    .site-footer .inner,
    .site-header .inner {
        position: relative;
        margin: 0 auto
    }

    .site-footer .inner:after,
    .site-header .inner:after {
        content: "";
        display: table;
        clear: both
    }

    .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+1) {
        clear: none
    }

    .section-nav nav:nth-of-type(6n+1) {
        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
    }

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

    .footer-lower .social-icons,
    .header-lower .social-icons {
        clear: none;
        float: right;
        margin-bottom: 0
    }

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

    .footer-lower .legal,
    .header-lower .legal {
        width: calc(100% - 64px - 24px - 390px)
    }

    .footer-lower .legal a:hover,
    .header-lower .legal a:hover {
        color: #a7c6e5;
        border-bottom: 2px solid #1b4e81
    }

    .site-header .nav-row {
        padding: 0
    }

    .site-header .nav-row .inner {
        padding: 0 16px 0 112px
    }

    .site-header .nav-row-upper {
        height: 68px
    }

    .site-header .nav-row-lower {
        height: 44px;
        line-height: 40px
    }

    .site-header .nav-row-lower .inner {
        padding: 0 16px
    }

    .site-header .nav-row-lower nav li {
        display: inline;
        margin: 0
    }

    .site-header .nav-row-lower nav li:last-of-type a {
        margin-right: 0
    }

    .site-header .subnav-title {
        float: left
    }

    .site-header>.branding {
        bottom: 8px;
        left: 16px
    }

    .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 {
        margin-left: 24px
    }

    .site-header .primary-nav li {
        margin-right: 14px
    }

    .site-header .primary-nav .menu-item:nth-child(n+1):nth-child(-n+7) {
        display: block
    }

    .site-header .primary-nav a {
        display: inline-block;
        font-size: 14px;
        padding: 0 0 3px 0
    }

    .site-header .primary-nav a:after {
        display: block;
        content: "";
        position: relative;
        border-bottom: 2px solid #c20017;
        transform: scaleX(0);
        transition: transform .2s ease-in-out;
        bottom: -2px
    }

    .site-header .primary-nav a:active:after,
    .site-header .primary-nav a:hover:after {
        transform: scaleX(1)
    }

    .site-header .primary-nav .menu-more a {
        padding: 0 0 3px 0
    }

    .site-header .primary-nav .menu-more a:before {
        top: 3px
    }

    .site-header .secondary-nav li {
        display: block;
        float: left;
        margin: 0 14px;
        position: relative
    }

    .site-header .search {
        padding: 24px
    }

    .site-header .search .search-wrap {
        margin: 0 auto;
        width: 720px
    }

    .site-header .search .resp_site_submit:hover {
        cursor: pointer
    }

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

    .site-header.sticky-nav.slide {
        animation: nav_slide .25s both
    }

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

        to {
            transform: translateY(0)
        }
    }

    .site-footer {
        padding-top: 48px
    }

    .collection-fn-article-list {
        padding: 12px
    }

    .collection-fn-article-list .article-list .article .m {
        width: 128px
    }

    .collection-fn-article-list .article-list .article .title a {
        max-width: 136px;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: -.25px;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

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

    .pre-content .ad-container {
        --ad-padding: 16px
    }

    .page-content {
        padding-top: 16px
    }

    .main-content .item-pagination {
        margin-bottom: 0
    }

    .sidebar {
        top: 12px
    }

    .sidebar .ad-container {
        --ad-background: transparent;
        --ad-padding: 0
    }

    .sidebar.stick {
        position: sticky
    }

    .sidebar-primary-alt .sidebar {
        margin: 0
    }

    .sidebar-secondary {
        position: sticky
    }

    .page-heading {
        margin: 16px 16px 0
    }

    .page-heading .sponsor {
        background: 0 0;
        padding: 0
    }

    .pre-content {
        background: #f6f8fa;
        min-height: 98px
    }

    .pull-quote {
        padding: 40px 46px
    }

    .pull-quote .quote-text {
        padding-left: 24px
    }

    .featured .m .overlay {
        height: 96px;
        width: 96px
    }

    .featured-image .ctrl {
        top: calc(50% - 32px)
    }

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

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

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

    .featured-image .pager {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.25px;
        margin-bottom: 8px
    }

    .featured-video.sticky-video .contain {
        top: auto;
        bottom: 0;
        right: 0;
        width: 400px
    }

    .featured-video.sticky-video .contain .control {
        float: none;
        padding: 5px;
        width: auto
    }

    .featured-video.sticky-video .contain .control:after {
        content: "";
        display: table;
        clear: both
    }

    .featured-video.sticky-video .contain .control .close,
    .featured-video.sticky-video .contain .control .top {
        position: relative;
        right: 0
    }

    .featured-video.sticky-video .contain .control .close {
        float: right;
        top: 3px
    }

    .featured-video.sticky-video .contain .control .top {
        float: left;
        bottom: 0
    }

    .featured-video.sticky-video .contain .video-container {
        float: none;
        margin-bottom: 0;
        width: auto
    }

    .featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
        font-size: 18px
    }

    .featured-video.sticky-video .contain .info {
        float: none;
        padding: 12px;
        width: auto
    }

    .article-single .crypto {
        padding: 0
    }

    .article-single .cryptocurrency {
        min-height: 257px;
        padding: 0
    }

    .collection-market-indexes {
        min-height: 400px
    }

    .collection-market-indexes .index {
        float: none;
        margin-right: 0;
        width: 100%
    }

    .collection-market-indexes .ad-container {
        float: none;
        margin: 18px auto 0 auto;
        width: 292px
    }

    .collection-market-indexes .ad-container .ad {
        margin-right: 0
    }

    .collection-market-indexes .ad-container .advert-txt {
        margin: -48px auto 36px auto;
        text-align: right;
        width: 292px
    }

    .collection-market-indexes .dropdown {
        margin-top: 0
    }

    .main-content {
        margin: 0;
        width: 100%
    }

    .page-content {
        padding-top: 24px
    }

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

    .article-wrap {
        margin: 0 16px
    }

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

    .article-header .headline {
        font-size: 48px;
        line-height: 58px;
        margin-left: auto;
        margin-right: auto;
        max-width: 992px
    }

    .article-header .sub-headline {
        font-size: 24px;
        line-height: 28px;
        margin-left: auto;
        margin-right: auto;
        max-width: 992px
    }

    .article-header .article-meta-lower {
        margin: 24px 0 0 0;
        width: calc(100% - 300px - 16px)
    }

    .vendor-unit[data-uid=ar-18] {
        min-width: 338px;
        min-height: 518px
    }

    .vendor-unit[data-uid=ar-19] {
        min-width: 676px;
        min-height: 669px
    }

    .article-notice {
        padding: 8px 52px;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 24px
    }

    .article-content-wrap {
        position: relative
    }

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

    .article-content {
        margin-bottom: 0;
        float: left;
        width: calc(100% - 300px - 16px)
    }

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

    .sidebar {
        margin-top: -72px;
        margin-left: 0;
        margin-right: 0
    }

    .article-body {
        padding-left: 0;
        padding-right: 0
    }

    .article-body>h1 {
        font-size: 48px;
        line-height: 58px
    }

    .article-body>h2 {
        font-size: 36px;
        line-height: 42px
    }

    .article-body>h3 {
        font-size: 30px;
        line-height: 36px
    }

    .article-body>h4 {
        font-size: 24px;
        line-height: 28px
    }

    .article-body>h5 {
        font-size: 18px;
        line-height: 24px
    }

    .article-body>h6 {
        font-size: 16px;
        line-height: 22px
    }

    .vendor-unit[data-uid=SB_3] {
        min-width: 300px;
        min-height: 521px
    }

    .vendor-unit[data-uid=SB_5] {
        min-width: 300px;
        min-height: 307px
    }

    .article-footer {
        clear: both
    }

    .pull-quote {
        padding: 20px 40px 16px
    }

    .pull-quote .quote-text {
        font-size: 30px;
        line-height: 36px;
        padding-left: 24px
    }

    .pull-quote .quote-author {
        font-size: 16px
    }

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

@media (min-width:1280px) {
    html .desktop.desktop-sm-min {
        display: block
    }

    html .desktop.desktop-sm-min .ad-container,
    html .desktop.desktop-sm-min.ad-container {
        display: flex
    }

    html .desktop.desktop-sm {
        display: block
    }

    html .desktop.desktop-sm.ad-container {
        display: flex
    }

    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
    }

    .back-to-fox-inner {
        padding: 7px 24px
    }

    .notification-banner-inner {
        padding: 12px 64px 12px 24px
    }

    .notification-banner .close {
        right: 24px
    }

    h1 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: -.5px
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -.88px
    }

    h3 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -.67px
    }

    h4 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.45px
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.44px
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.47px
    }

    body {
        min-width: 1280px
    }

    .site-footer .inner,
    .site-header .inner {
        max-width: 1280px
    }

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

    .footer-lower,
    .header-lower {
        margin: 0 auto;
        max-width: 1232px
    }

    .footer-lower .branding,
    .header-lower .branding {
        margin-left: 0
    }

    .site-header .nav-row .inner {
        padding: 0 24px 0 120px
    }

    .site-header .nav-row-upper {
        height: 68px
    }

    .site-header .nav-row-lower {
        line-height: 44px;
        height: 44px
    }

    .site-header .nav-row-lower .inner {
        padding-left: 13px
    }

    .site-header .nav-row-lower nav li {
        display: block;
        float: left;
        margin: 0 14px;
        position: relative
    }

    .site-header .nav-row-lower nav li:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #def;
        top: 13px;
        right: -14px;
        height: 18px;
        width: 1px
    }

    .site-header .nav-row-lower nav li:first-of-type {
        margin-left: 0
    }

    .site-header>.branding {
        left: 50%;
        margin-left: -616px
    }

    .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 {
        margin-left: 18px
    }

    .site-header .primary-nav li {
        margin-right: 16px
    }

    .site-header .primary-nav .menu-item:nth-child(n+1):nth-child(-n+12) {
        display: block
    }

    .site-header .primary-nav .menu-item:nth-child(n+1):nth-child(-n+12) {
        display: block
    }

    .site-header .primary-nav a {
        font-size: 16px;
        line-height: 19px
    }

    .site-header .primary-nav .menu-more a:before {
        top: 4px
    }

    .site-header .search {
        position: relative;
        padding: 16px 0
    }

    .site-header .search .search-wrap {
        width: 768px
    }

    .site-header .search .search-wrap input {
        height: 48px
    }

    .alert-banner {
        left: 50%;
        margin: 0 auto 0 -616px;
        max-width: 1232px;
        width: calc(100% - 32px)
    }

    .collection .article .meta {
        margin-bottom: 2px
    }

    .page {
        margin-bottom: 48px
    }

    .page-content {
        padding-top: 24px;
        margin: 0 auto;
        max-width: 1280px
    }

    .post-content {
        clear: both
    }

    .post-content .row {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px
    }

    .post-content .row.full {
        max-width: 100%
    }

    .page-heading {
        max-width: 1280px;
        margin: 24px auto 0 auto;
        padding-left: 24px;
        padding-right: 24px
    }

    .featured .m {
        margin-bottom: 0
    }

    .featured .m .overlay {
        height: 128px;
        width: 128px
    }

    table {
        padding: 0 88px;
        width: calc(100% - 176px);
        margin-left: auto;
        margin-right: auto
    }

    .article-single .crypto {
        padding: 0 88px
    }

    .article-single .cryptocurrency {
        min-height: 233px;
        padding: 0 88px
    }

    .article-wrap {
        margin: 0 24px
    }

    .article-header .headline {
        font-size: 60px;
        line-height: 72px;
        letter-spacing: -.5px
    }

    .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: 80%;
        margin-left: -616px;
        width: 896px
    }

    .article-notice {
        padding: 8px 64px;
        margin-left: 0;
        margin-right: 0
    }

    .article-content {
        margin: 0;
        width: 896px
    }

    .article-body>h1 {
        font-size: 60px;
        line-height: 72px
    }

    .article-body>h2 {
        font-size: 48px;
        line-height: 58px
    }

    .article-body>h3 {
        font-size: 36px;
        line-height: 42px
    }

    .article-body>h4 {
        font-size: 30px;
        line-height: 36px
    }

    .article-body>h5 {
        font-size: 24px;
        line-height: 28px
    }

    .article-body>h6 {
        font-size: 18px;
        line-height: 24px
    }

    .article-body>h1,
    .article-body>h2,
    .article-body>h3,
    .article-body>h4,
    .article-body>h5,
    .article-body>h6,
    .article-body>ol,
    .article-body>p,
    .article-body>ul {
        padding: 0 88px
    }

    .article-body>ol,
    .article-body>ul {
        margin-left: 20px
    }

    .article-body .credible {
        margin-left: 88px
    }

    .article-footer,
    .embed-media,
    .inline {
        margin-left: 88px;
        margin-right: 88px
    }

    .vendor-unit[data-uid=ar-19] {
        min-width: 720px;
        min-height: 731px
    }

    .embed-media.facebook,
    .embed-media.instagram,
    .embed-media.twitter {
        padding: 0 60px;
        width: calc(100% - 176px);
        max-width: 100%
    }

    .pull-quote {
        padding-left: 144px;
        padding-right: 144px
    }
}