@charset "UTF-8";
: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
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

html #wrapper .hide {
    display: none
}

html #wrapper .show {
    display: block
}

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%;
    aspect-ratio: 16 / 9;
}

@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
    }
}

.site-footer .inner {
    display: flex;
    align-items: center;
}

@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
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: inherit;
    font-weight: 900;
    margin-bottom: 16px
}

h4.eyebrow {
    margin-bottom: 0;
}

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: 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
}

.page-content {
    width: 100%
}

.page-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
}

.main-content > :last-child {
    margin-bottom: 0
}

.sidebar > :last-child {
    margin-bottom: 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 a {
    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
}

.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
}

.site-header {
    border-bottom: 1px solid #eff2f5;
    background-color: #fff;
    min-height: 48px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1000000
}

.site-header:after {
    content: "";
    display: table;
    clear: both
}

.site-header .nav-row {
    position: relative
}

.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 {
    border-radius: 50%;
    display: block;
    content: "×";
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
    z-index: 5;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.site-header .menu a.menu-open:after {
    border-radius: 50%;
    display: block;
    content: "";
    background-color: #036;
    position: absolute;
    top: calc(50% - 10px);
    right: 25px;
    width: 20px;
    height: 20px;
    z-index: 4;
    font-size: 20px;
    color: #fff;
}

.site-header .search {
    border-bottom: 1px solid #1b4e81;
    padding: 12px 16px
}

.site-header .search-wrap {
    position: relative
}

.site-header .search-wrap input {
    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
}

.inner.align-center {
    padding: 10px;
}

.align-center {
    display: flex;
    justify-content: space-between;
}

.justify-between {
    display: flex;
    align-items: center;
}

.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
}

.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
}

.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
}

.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: 130px;
    z-index: 10
}

.article .m .pill {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 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;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.article .dek a {
    color: inherit
}

@media screen and (max-width: 767px) {
    .article .m + .info .dek {
        display: none
    }

    .article.featured .m + .info .dek {
        display: block
    }
}

.collection {
    margin-bottom: 16px
}

.collection .heading {
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.collection .heading .title {
    color: #222;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -.25px;
    margin-bottom: 8px;
}

.collection .heading .title a {
    color: inherit
}

.collection .heading .title a:hover {
    color: #000;
    text-decoration: underline
}

.collection .content:after {
    content: "";
    display: table;
    clear: both
}

.collection .content p {
    margin-bottom: 0
}

.collection footer:after {
    content: "";
    display: table;
    clear: both
}

.collection footer .meta {
    margin-bottom: 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
}

.collection-homepage-block {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 16px
}

.collection-homepage-block .article {
    padding-bottom: 14px;
    margin-bottom: 12px
}

.collection-homepage-block .article .m img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.collection-homepage-block .article:last-of-type {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.collection-homepage-block .featured-primary {
    margin: 0 -16px 16px -16px
}

.collection-homepage-block .featured-primary .m {
    float: none;
    margin: 0 0 8px 0;
    width: auto
}

.collection-homepage-block .featured-primary .info {
    padding: 0 16px
}

.collection-homepage-block .featured-primary .meta {
    margin-bottom: 2px
}

.collection-homepage-block .featured-primary .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px
}

.collection-homepage-block.is-doomsday .featured-primary .title {
    font-size: 24px;
    line-height: 28px
}

.collection-homepage-block.is-doomsday .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.25px
}

.collection-river .article .m img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.collection-river .article:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .collection-3-across {
        margin-bottom: 0
    }
}

.collection-3-across .m {
    float: left;
    margin: 0 12px 0 0
}

.collection-3-across .m img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.collection-3-across .article .title {
    font-size: 14px;
    letter-spacing: -.25px
}

@media screen and (max-width: 767px) {
    .collection-3-across .dek {
        display: none
    }

    .collection-3-across.has-images .m {
        float: none;
        margin-bottom: 8px;
        width: 100%
    }

    .collection-3-across.has-images .article .m + .info .dek {
        display: block
    }

    .collection-3-across.has-images .article .meta {
        margin-bottom: 2px
    }

    .collection-3-across.has-images .article .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px
    }
}

.collection-video-unit .m img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.collection-video-unit .m .overlay {
    height: 48px;
    width: 48px
}

.collection-video-unit .featured {
    border: 0;
    padding: 0
}

.collection-video-unit .featured .m {
    float: none;
    margin: 0 0 8px 0;
    width: 100%
}

.collection-video-unit .featured .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px
}

.collection-tag-bucket {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 12px
}

.collection-tag-bucket .m img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.row:last-child .collection-tag-bucket .collection-tag-bucket:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.collection-tag-bucket .meta {
    margin-bottom: 2px
}

.collection-tag-bucket .featured-primary .m {
    float: none;
    margin: 0 0 16px 0;
    width: auto
}

.collection-tag-bucket .featured-primary .m .overlay {
    right: 16px;
    bottom: 16px;
    height: 48px;
    width: 48px
}

.collection-tag-bucket .featured-primary .m + .info {
    float: none;
    width: auto
}

.collection-tag-bucket .featured-primary .meta {
    margin-bottom: 4px
}

.collection-tag-bucket .featured-primary .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px
}

.collection-tag-bucket .article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.heading .more {
    font-size: 11px;
    font-weight: 900;
    line-height: 25px
}

.heading .more a {
    color: #fff;
    padding: 6px 8px;
    border-color: #036;
    background-color: #1b4e81;
    box-shadow: inset 0 -3px 0 0 #036;
    border-radius: 3px
}


.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
}

.sidebar {
    padding-top: 16px
}

.site-header .hot-topics {
    font-size: 14px
}

.site-header .hot-topics .rotate-items li {
    opacity: 1;
    position: relative;
    visibility: visible
}

.site-header .hot-topics .rotate-items li:first-child {
    animation: none
}

.site-header .hot-topics .rotate-items li:nth-child(2) {
    animation: none
}

.site-header .hot-topics .rotate-items li:nth-child(3) {
    animation: none
}

.site-header.sticky-nav .nav-row-lower {
    display: none
}

.site-header .nav-row-lower {
    background-color: #c20218
}

.site-header .nav-row-lower .hot-topics .rotate-items li a {
    color: #fff;
    line-height: 44px
}

html .mobile {
    /*display: block*/
    display: grid
}

body:after {
    display: none
}

.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 .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 .menu a {
    font-size: 24px;
    display: block;
    color: #333;
    font-weight: bold;
}

.site-header .search {
    border-bottom: 1px solid #1b4e81;
    padding: 12px 16px
}

.site-header .search-wrap {
    position: relative
}

.site-header .search-wrap input {
    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
}

@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)
    }
}

.site-header .hot-topics li {
    margin-left: 0
}

.site-header .hot-topics .rotate-items li {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.site-header .hot-topics .rotate-items li:first-child {
    animation: rotate-items 15s infinite 0s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(2) {
    animation: rotate-items 15s infinite 5s ease-in-out
}

.site-header .hot-topics .rotate-items li:nth-child(3) {
    animation: rotate-items 15s infinite 10s ease-in-out
}

@keyframes rotate-items {
    0%, 100%, 33.3333333333% {
        opacity: 0;
        pointer-events: none
    }
    20%, 5% {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }
}

html .tablet-desktop {
    display: none;
}

.site-header .nav-row-lower {
    background-color: #c20218;
    font-size: 14px
}

@media (min-width: 768px) {
    html .mobile {
        display: none
    }

    html .tablet-desktop {
        display: block
    }
}

@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 a {
        float: left;
        padding: 0 24px;
        margin-bottom: 48px;
        width: 25%
    }

    .section-nav a:nth-of-type(4n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .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
    }
}

@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-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 .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 .meta {
        display: flex;
        flex-shrink: 0;
        gap: 8px;
        margin: 0 0 0 auto;
        padding: 0;
        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 .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) {
    .overlay {
        right: 12px;
        bottom: 12px
    }
}

@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) {
    .page {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .page-content {
        padding-top: 24px
    }
}

@media (min-width: 768px) {
    .collection-homepage-block .article {
        float: right;
        clear: right;
        width: 296px
    }

    .collection-homepage-block .article .info {
        overflow: visible
    }

    .collection-homepage-block .featured-primary {
        border: 0;
        float: left;
        padding: 0;
        margin: 0 12px 0 0;
        width: calc(100% - 308px)
    }

    .collection-homepage-block .featured-primary .info {
        padding: 0
    }

    .collection-homepage-block.is-doomsday {
        border-bottom: 1px solid #eff2f5;
        padding-bottom: 12px;
        margin-bottom: 16px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .collection-homepage-block.is-doomsday .article {
        float: left;
        margin-right: 16px;
        width: calc(50% - 8px)
    }

    .collection-homepage-block.is-doomsday .article:nth-of-type(2n) {
        clear: left
    }

    .collection-homepage-block.is-doomsday .article:nth-of-type(odd) {
        margin-right: 0
    }

    .collection-homepage-block.is-doomsday .article:nth-last-child(-n+2) {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .collection-homepage-block.is-doomsday .featured-primary {
        border: 0;
        padding: 0;
        float: none;
        margin: 0 0 24px 0;
        width: 100%
    }

    .collection-homepage-block.is-doomsday .featured-primary .title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 4px
    }
}

.sticky {
    position: sticky;
}

@media (min-width: 768px) {
    .collection-3-across {
        border-bottom: 1px solid #eff2f5;
        padding-bottom: 16px
    }

    .collection-3-across .article {
        border: 0;
        padding: 0;
        margin: 0 32px 0 0;
        float: left;
        width: calc(33% - 19px)
    }

    .collection-3-across .article + .article:before {
        content: "";
        display: block;
        position: absolute;
        left: -16px;
        background: #eff2f5;
        height: 100%;
        width: 1px
    }

    .collection-3-across .article:nth-of-type(3n) {
        margin-right: 0
    }

    .collection-3-across .article:nth-of-type(3n+1) {
        clear: left
    }

    .collection-3-across .article:nth-of-type(3n+1):before {
        display: none
    }

    .collection-3-across .article:nth-of-type(n+4) {
        margin-top: 16px
    }

    .collection-3-across .article .m {
        float: none;
        margin: 0 0 4px 0;
        width: 100%
    }

    .collection-3-across .article .title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px
    }

    .collection-3-across .article .dek {
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .collection-river .article {
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .collection-river .meta {
        margin-bottom: 2px
    }

    .collection-river .m {
        margin-right: 16px;
        width: 192px
    }

    .collection-river .title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.25px
    }

    .collection-river .article .title {
        margin-bottom: 4px
    }
}

@media (min-width: 768px) {
    .sidebar .collection-river .article:last-of-type {
        margin-bottom: 0
    }

    .sidebar .collection-river .article .title {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: normal
    }

    .sidebar .collection-river .m {
        margin-right: 12px;
        width: 132px
    }
}

@media (min-width: 768px) {
    .collection-video-unit {
        border-bottom: 1px solid #eff2f5;
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .collection-video-unit .article {
        border: 0;
        padding: 0;
        float: left;
        margin: 0 16px 0 0;
        width: calc(25% - 12px)
    }

    .collection-video-unit .article:nth-of-type(4n+1) {
        margin-right: 0
    }

    .collection-video-unit .m {
        float: none;
        margin-bottom: 8px;
        width: 100%
    }

    .collection-video-unit .featured {
        float: none;
        margin-bottom: 16px;
        width: 100%
    }

    .collection-video-unit .featured .m {
        float: left;
        margin: 0 16px 0 0;
        width: 45%
    }

    .collection-video-unit .featured .title {
        letter-spacing: -.25px
    }
}

@media (min-width: 768px) {
    .collection-tag-bucket {
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .collection-tag-bucket .article {
        float: right;
        clear: right;
        width: 348px
    }

    .collection-tag-bucket .featured-primary {
        clear: none;
        float: left;
        border: 0;
        padding-bottom: 0;
        margin-right: 24px;
        width: calc(100% - 348px - 24px)
    }

    .collection-tag-bucket .featured-primary .title {
        font-size: 18px;
        line-height: 24px
    }

    .collection-tag-bucket .featured-primary .m .pill {
        font-size: 12px;
        line-height: 14px
    }

    .collection-tag-bucket .featured-primary .m .pill-text {
        padding: 4px 6px
    }
}

@media (min-width: 768px) {
    .collection-market-indexes {
        min-height: 122px
    }

    .collection-market-indexes .index .info {
        overflow: hidden;
        padding: 12px
    }

    .collection-market-indexes .index.is-closed .info {
        background: #eff2f5
    }

    .collection-market-indexes .index.is-flat .info {
        background: #4a4a4a
    }

    .collection-market-indexes .index.is-up .info {
        background: linear-gradient(180deg, #0a2924 0, #156b2b 100%)
    }

    .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
    }
}

@media (min-width: 768px) {
    .sidebar {
        padding-top: 24px
    }
}

@media (min-width: 768px) {
    .site-header .nav-row-lower {
        background-color: #c20218
    }

    .site-header .secondary-nav {
        width: 100%
    }
}

@media (min-width: 1024px) {
    html .mobile {
        display: none
    }

    html .tablet-desktop {
        display: block
    }

    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 a {
        padding: 0 16px;
        width: 16.6666666667%
    }

    .section-nav a:nth-of-type(4n+1) {
        clear: none
    }

    .section-nav a: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 .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
    }

    .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 .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 .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
    }

    .page-content {
        padding-top: 16px
    }

    .sidebar {
        top: 12px
    }

    .collection-homepage-block .article {
        width: 300px
    }

    .collection-homepage-block .featured-primary {
        margin-right: 16px;
        width: calc(100% - 300px - 16px)
    }

    .collection-3-across .article {
        margin-right: 32px;
        padding: 0;
        width: calc(33% - 20px)
    }

    .collection-3-across .article:nth-of-type(3n) {
        margin-right: 0
    }

    .collection-river .eyebrow, .collection-river .time {
        font-size: 12px;
        line-height: 18px
    }

    .collection-video-unit .article {
        margin-right: 24px;
        width: calc(25% - 18px)
    }

    .collection-video-unit .article:last-of-type {
        margin-right: 0
    }

    .collection-video-unit .article .meta {
        margin-bottom: 2px
    }

    .collection-video-unit .featured {
        margin-bottom: 24px;
        width: 100%
    }

    .collection-video-unit .featured .meta {
        margin-bottom: 4px
    }

    .collection-video-unit .featured .eyebrow, .collection-video-unit .featured .time {
        font-size: 14px;
        line-height: 21px
    }

    .collection-video-unit .featured .title {
        font-size: 30px;
        line-height: 36px
    }

    .collection-video-unit .featured .dek {
        font-size: 16px;
        line-height: 22px
    }

    .collection-tag-bucket .article {
        width: 330px
    }

    .collection-tag-bucket .featured-primary {
        margin-right: 16px;
        width: calc(100% - 330px - 16px)
    }

    .collection-tag-bucket .featured-primary .eyebrow, .collection-tag-bucket .featured-primary .time {
        font-size: 12px;
        line-height: 18px
    }

    .collection-market-indexes {
        min-height: 400px
    }

    .main-content {
        margin-bottom: 16px
    }

    .sidebar {
        padding-top: 0;
        margin-bottom: 16px
    }

    .site-header .secondary-nav {
        width: 100%
    }
}

@media (min-width: 1280px) {

    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;
        padding: 10px 24px;
    }

    .section-nav a {
        padding: 0 24px
    }

    .site-header .nav-row .inner {
        padding: 0 24px
    }

    .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 .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 .search {
        position: relative;
        padding: 16px 0
    }

    .site-header .search .search-wrap {
        width: 768px
    }

    .site-header .search .search-wrap input {
        height: 48px
    }

    .collection .article .meta {
        margin-bottom: 2px
    }

    .page {
        margin-bottom: 48px
    }

    .page-content {
        padding-top: 24px;
        margin: 0 auto;
        max-width: 1280px
    }

    .site-header .hot-topics {
        font-size: 12px;
        padding-left: 10px
    }

    .site-header .hot-topics .rotate-items li {
        opacity: 1;
        position: relative;
        visibility: visible
    }

    .site-header .hot-topics .rotate-items li:first-child {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(2) {
        animation: none
    }

    .site-header .hot-topics .rotate-items li:nth-child(3) {
        animation: none
    }

    .collection-homepage-block .article {
        padding-bottom: 12px;
        width: 452px
    }

    .collection-homepage-block .article .meta {
        margin-bottom: 2px
    }

    .collection-homepage-block .article .title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.25px
    }

    .collection-homepage-block .featured-primary {
        margin-right: 24px;
        width: 432px
    }

    .collection-homepage-block .featured-primary .meta {
        margin-bottom: 4px
    }

    .collection-homepage-block .featured-primary .eyebrow, .collection-homepage-block .featured-primary .time {
        font-size: 12px;
        line-height: 16px
    }

    .collection-homepage-block .featured-primary .title {
        font-size: 24px;
        line-height: 28px
    }

    .collection-homepage-block .featured .m .pill {
        font-size: 12px;
        line-height: 14px
    }

    .collection-homepage-block .featured .m .pill-text {
        padding: 4px 6px
    }

    .collection-homepage-block.is-doomsday .article {
        width: 37%;
    }

    .collection-homepage-block.is-doomsday .featured-primary {
        float: left;
        margin: 0 24px 0 0;
        width: 60%;
    }

    .collection-3-across .article {
        width: calc(33% - 19px)
    }

    .collection-3-across .article .title {
        font-size: 16px;
        line-height: 22px
    }

    .collection-video-unit .m .overlay {
        height: 64px;
        width: 64px
    }

    .collection-tag-bucket .article {
        width: 452px
    }

    .collection-tag-bucket .featured-primary {
        margin-right: 24px;
        width: 432px
    }

    .collection-tag-bucket .featured-primary .title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.25px
    }

    .site-header .hot-topics {
        font-size: 14px
    }

    .site-header .secondary-nav {
        width: 100%
    }
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.page-size {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.page-size a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    background: transparent;
    border: solid 1px #ececec;
    color: #000; /*min-width: 32px;*/
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: auto; /*border-radius: 99px;*/
    padding: 0 15px;
}

.page-size a.is-current {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

.page-size span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #000;
    border: solid 1px #000;
    color: #fff; /*border-radius: 99px;*/
}

.page-size a:hover, .page-size span:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.page-size ul {
    display: flex;
    gap: .5rem;
    justify-content: start;
    align-items: center;
}

.page-size ul, .page-size li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.padding-0-10 {
    padding: 0 10px;
}

.article-info p, .article-info li {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.3;
}

.article-info h1 {
    font-size: 24px;
}

.article-info h2 {
    font-size: 22px;
}

.article-info h3 {
    font-size: 20px;
}

.article-info h4 {
    font-size: 18px;
}

.article-info h5, .article-info h6 {
    font-size: 18px;
}

.article-info a {
    color: #107de9;
    text-decoration: underline;
}

.article-info img {
    max-width: 450px;
    width: 100%;
    margin: 10px 0;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #1b4e81;
    font-size: 2rem;
    color: #fff;
    z-index: 50;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: none;
}

.to-top img {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    opacity: .9;
    background: #00879A;
}

.logo-img {
    height: 50px;
    max-width: 200px;
    aspect-ratio: auto;
}


.overlay-bg {
    background: #00000054;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.overlay-bg.show {
    display: block;
}

.aside-border {
    padding: 10px;
    background: #fffafa29;
    border: 1px solid #cedfef;
}

.article-header {
    color: #222;
    align-items: center;
    padding-top: 20px;
    margin: 0 24px 16px;
}

.article-header .eyebrow {
    background: #c20017;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.article-date time {
    color: #666;
    font-size: 11px;
    font-weight: 500;
}

.article-header .headline {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .article-header .article-meta {
        font-size: 14px;
    }

    .article-header {
        padding: 0;
        margin: 0 16px 16px;
    }

    .article-header .headline {
        font-size: 36px;
    }
}