.circle {
    border-radius: 20px;
    z-index: 8;
    padding: 8px;
    justify-content: flex-end;
    height: fit-content
}

.circle.position_absolute {
    top: calc(50% - 20px)
}

.circle .expand-content {
    width: auto;
    max-width: 0;
    overflow: hidden
}

.circle:hover .expand-content {
    max-width: 1000px;
    transition: max-width 1.5s linear;
    padding-left: 8px;
    padding-right: 16px
}

.flip_icon .circle svg {
    transform: rotate(180deg)
}

.xpmedia-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: .25rem !important;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    border-style: solid;
    border-width: .0625rem
}

.xpmedia-button:hover {
    filter: brightness(.85)
}

.xpmedia-button--full-width {
    width: 100%
}

.xpmedia-button--left-icon-container {
    display: flex;
    padding-right: .5rem
}

.xpmedia-button--right-icon-container {
    display: flex;
    padding-left: .5rem
}

.xpmedia-button--small {
    padding: .5rem;
    height: 2rem
}

.xpmedia-button--medium {
    padding: .75rem;
    height: 3rem
}

.xpmedia-button--large {
    padding: 1rem;
    height: 3.5rem
}

.ts-byline {
    color: #191919;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0
}

@media screen and (min-width:48rem) {
    .ts-byline {
        font-size: 1.25rem;
        line-height: 2.5rem
    }
}

.ts-byline--list {
    display: inline;
    font-size: .875rem;
    line-height: 1rem
}

.ts-byline--list .ts-byline__by {
    color: #3b3b3b;
    margin-right: 0
}

.ts-byline--list .ts-byline__names {
    color: #434343
}

.ts-byline .dot-separator {
    margin: 0 .5em
}

.ts-byline a {
    color: #191919;
    text-decoration: none
}

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

.overline {
    color: #191919;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: .5rem;
    text-decoration: none
}

.overline--link {
    transition: color .3s ease
}

.overline--link:active,
.overline--link:hover {
    color: #7f7f7f
}

.promo-date {
    color: #575757;
    font-size: .875rem;
    line-height: .875rem
}

@media screen and (min-width:48rem) {
    .promo-date {
        font-size: .875rem;
        line-height: 1rem
    }
}

.promo-image {
    position: relative
}

.promo-image img {
    display: block;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.promo-image .promo-label .label {
    color: #fff;
    margin-left: 8px;
    flex-grow: 0;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    height: 18px
}

.small-promo {
    color: #191919;
    margin-top: 0
}

@media screen and (min-width:0rem) {
    .small-promo .row {
        grid-gap: 1rem
    }
}

@media screen and (min-width:48rem) {
    .small-promo {
        min-height: 5rem
    }
}

.small-promo a {
    color: #191919
}

.small-promo a h2 {
    display: inline
}

.small-promo .sm-promo-headline {
    transition: color .3s ease;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding: 0 .25rem 0 0;
    text-decoration: none
}

.small-promo .sm-promo-headline:active,
.small-promo .sm-promo-headline:hover {
    color: #7f7f7f
}

@media screen and (min-width:48rem) {
    .small-promo .sm-promo-headline {
        padding: 0
    }
}

.small-promo .flex-col {
    display: flex;
    flex-direction: column
}

.right-aligned-container {
    display: flex;
    justify-content: flex-end
}

.medium-promo {
    color: #191919
}

.medium-promo a {
    color: #191919;
    text-decoration: none
}

.medium-promo .md-promo-headline {
    transition: color .3s ease;
    display: block;
    margin-bottom: 1rem;
    text-decoration: none
}

.medium-promo .md-promo-headline:active,
.medium-promo .md-promo-headline:hover {
    color: #7f7f7f
}

@media screen and (min-width:48rem) {
    .medium-promo .md-promo-headline {
        margin-bottom: 1.5rem
    }
}

.medium-promo .md-promo-headline-text {
    display: inline-block;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.5rem
}

@media screen and (min-width:48rem) {
    .medium-promo .md-promo-headline-text {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

.medium-promo p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: .25rem
}

@media screen and (min-width:48rem) {
    .medium-promo p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.medium-promo .image-link {
    float: right
}

@media screen and (min-width:48rem) {
    .medium-promo .image-link {
        float: left;
        max-width: 35%
    }
}

@media screen and (max-width:48rem) {
    .medium-promo picture img {
        max-width: 100px
    }
}

.medium-promo .article-meta span {
    font-size: .875rem;
    line-height: 1rem
}

@media screen and (min-width:48rem) {
    .medium-promo .article-meta span {
        font-size: .875rem;
        line-height: .875rem
    }
}

.medium-promo .flex-col {
    display: flex;
    flex-direction: column
}

.medium-promo .medium-promo-wrapper {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

@media screen and (max-width:48rem) {
    .medium-promo .promo-label {
        bottom: unset;
        left: unset;
        right: 8px;
        top: 8px
    }
    .medium-promo .promo-label span {
        display: none
    }
}

.medium-promo .md-promo-image .md-promo-headline {
    width: 68%
}

@media screen and (min-width:48rem) {
    .medium-promo .md-promo-image .md-promo-headline {
        margin-left: 39%;
        width: 60%
    }
}

@media screen and (min-width:48rem) {
    .medium-promo .md-promo-image .article-meta,
    .medium-promo .md-promo-image .description-text {
        margin-left: 39%
    }
}

.xl-large-promo,
.xl-large-promo a {
    color: #191919
}

.xl-large-promo .overline {
    display: block;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 1rem;
    text-align: center;
    width: 100%
}

.xl-large-promo .xl-promo-headline {
    transition: color .3s ease;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.25rem;
    padding-bottom: 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.xl-large-promo .xl-promo-headline:active,
.xl-large-promo .xl-promo-headline:hover {
    color: #7f7f7f
}

@media screen and (min-width:48rem) {
    .xl-large-promo .xl-promo-headline {
        font-size: 3.25rem;
        line-height: 3.5rem;
        padding-bottom: 0;
        margin-bottom: 1rem
    }
}

.xl-large-promo p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    margin-top: .5rem
}

@media screen and (min-width:48rem) {
    .xl-large-promo p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.xl-large-promo .article-meta span {
    font-size: .875rem;
    line-height: .875rem
}

@media screen and (min-width:48rem) {
    .xl-large-promo .article-meta span {
        padding-top: 0;
        font-size: .875rem;
        line-height: 1rem
    }
}

.xl-large-promo .article-meta a {
    display: inline-block;
    padding-top: .5rem
}

@media screen and (min-width:48rem) {
    .xl-large-promo .article-meta a {
        padding-top: 0
    }
}

.xl-large-promo .flex-col {
    display: flex;
    flex-direction: column
}

.xl-large-manual-promo .description-text {
    margin-bottom: 0
}

.large-promo,
.large-promo a {
    color: #191919
}

.large-promo .overline {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media screen and (min-width:48rem) {
    .large-promo .overline {
        padding-top: 0;
        padding-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.large-promo .lg-promo-headline {
    transition: color .3s ease;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: .5rem;
    text-decoration: none;
    padding-top: .5rem
}

.large-promo .lg-promo-headline:active,
.large-promo .lg-promo-headline:hover {
    color: #7f7f7f
}

@media screen and (min-width:48rem) {
    .large-promo .lg-promo-headline {
        padding-top: 0;
        font-size: 1.625rem;
        line-height: 2rem
    }
}

.large-promo p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: .5rem
}

@media screen and (min-width:48rem) {
    .large-promo p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.large-promo .article-meta span {
    font-size: .875rem;
    line-height: 1rem
}

@media screen and (min-width:48rem) {
    .large-promo .article-meta span {
        font-size: .875rem;
        line-height: .875rem
    }
}

.large-promo .article-meta a {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .large-promo .article-meta a {
        padding-top: 0;
        padding-bottom: 0
    }
}

.large-promo .flex-col {
    display: flex;
    flex-direction: column
}

.xpmedia-form-field {
    color: #191919;
    display: block;
    font-size: 1.25rem
}

.xpmedia-form-field-input,
.xpmedia-form-field-label,
.xpmedia-form-field-tip {
    font-size: 1rem;
    line-height: 1.5;
    margin: .25rem 0
}

.xpmedia-form-field-label {
    font-weight: 700
}

.xpmedia-form-field-input {
    border: 1px solid #dadada;
    border-radius: .25rem;
    display: block;
    outline: none;
    padding: .5rem;
    width: 100%
}

.xpmedia-form-field-input--error {
    border-color: #db0a07;
    color: #db0a07
}

.xpmedia-form-field-tip {
    color: #575757
}

.xpmedia-form-field-tip--error {
    color: #db0a07
}

.xpmedia-form-field-hidden {
    display: none
}

.image-metadata .title {
    font-weight: 700
}

.article-body-wrapper {
    color: #191919;
    margin-top: 1rem
}

.article-body-wrapper a,
.article-body-wrapper a * {
    transition: color .3s ease
}

.article-body-wrapper a:active,
.article-body-wrapper a :active,
.article-body-wrapper a:hover,
.article-body-wrapper a :hover {
    color: #7f7f7f
}

.article-body-wrapper>h1,
.article-body-wrapper>h2,
.article-body-wrapper>h3,
.article-body-wrapper>h4,
.article-body-wrapper>h5,
.article-body-wrapper>h6 {
    margin-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .article-body-wrapper>h1,
    .article-body-wrapper>h2,
    .article-body-wrapper>h3,
    .article-body-wrapper>h4,
    .article-body-wrapper>h5,
    .article-body-wrapper>h6 {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper ol,
.article-body-wrapper ul {
    font-size: 1rem;
    letter-spacing: .1px;
    line-height: 1.5rem;
    margin: 0 0 1rem
}

@media screen and (min-width:48rem) {
    .article-body-wrapper ol,
    .article-body-wrapper ul {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper p {
    letter-spacing: .1px;
    margin: 0 0 1rem
}

@media screen and (min-width:48rem) {
    .article-body-wrapper p {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        line-height: 2.5rem
    }
}

.article-body-wrapper .image-metadata {
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 8px 0
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .image-metadata {
        line-height: 1.25rem
    }
}

.article-body-wrapper figure p {
    font-size: .875rem;
    line-height: 1rem;
    margin: 8px 0
}

.article-body-wrapper ul {
    list-style-position: inside;
    list-style-type: disc
}

.article-body-wrapper ol {
    list-style-position: inside;
    list-style-type: decimal
}

.article-body-wrapper ol ul,
.article-body-wrapper ul ul {
    list-style-position: inside;
    list-style-type: circle;
    margin-left: 1rem
}

.article-body-wrapper ol ol,
.article-body-wrapper ul ol {
    list-style-position: inside;
    list-style-type: lower-latin;
    margin-left: 1rem
}

.article-body-wrapper ol ol,
.article-body-wrapper ol ul,
.article-body-wrapper ul ol,
.article-body-wrapper ul ul {
    margin-bottom: 0;
    margin-top: 0
}

.article-body-wrapper li {
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0
}

@media screen and (min-width:48rem) {
    .article-body-wrapper li {
        font-size: 1.25rem;
        line-height: 2.5rem;
        margin: 0
    }
}

.article-body-wrapper .table-wrapper {
    margin: 0 0 1rem;
    overflow-x: auto
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .table-wrapper {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper .table-wrapper table {
    border: 1px solid #dadada;
    border-collapse: collapse;
    color: #191919;
    width: 100%
}

.article-body-wrapper .table-wrapper table thead {
    background-color: #eee;
    border: 2px solid #dadada
}

.article-body-wrapper .table-wrapper table td,
.article-body-wrapper .table-wrapper table th {
    border: 1px solid #dadada;
    padding: .25rem .5rem;
    text-align: center
}

.article-body-wrapper .table-wrapper table td {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400
}

.article-body-wrapper .table-wrapper table th {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap
}

.article-body-wrapper blockquote {
    box-shadow: inset 5px 0 0 0 #1f2d3d;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2rem;
    margin: 0 0 1rem;
    padding: 1rem 0 1rem 1.5rem;
    text-align: left
}

@media screen and (min-width:48rem) {
    .article-body-wrapper blockquote {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper blockquote p {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400
}

@media screen and (min-width:48rem) {
    .article-body-wrapper blockquote p {
        line-height: 2rem
    }
}

.article-body-wrapper blockquote .citation-text {
    color: #191919;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left
}

.article-body-wrapper blockquote :not(:first-child) {
    margin-bottom: 0;
    margin-top: 1.5rem
}

.article-body-wrapper .pullquote {
    box-shadow: inset 0 -5px 0 0 #dadada, inset 0 5px 0 0 #dadada;
    padding: 2rem 0 1.5rem
}

.article-body-wrapper .pullquote,
.article-body-wrapper .pullquote p {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .pullquote p {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

.article-body-wrapper .pullquote .citation-text {
    font-size: 1.125rem;
    line-height: 2rem;
    text-align: center
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .pullquote .citation-text {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .pullquote {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

.article-body-wrapper .interstitial-link {
    display: block;
    font-style: italic;
    margin: 0 0 1.5rem
}

.article-body-wrapper .interstitial-link a {
    transition: color .3s ease;
    text-decoration: none
}

.article-body-wrapper .interstitial-link a:active,
.article-body-wrapper .interstitial-link a:hover {
    color: #7f7f7f
}

.article-body-wrapper .interstitial-link a:active,
.article-body-wrapper .interstitial-link a:hover {
    border-bottom: 1px solid #7f7f7f
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .interstitial-link {
        margin-bottom: 2rem
    }
}

.article-body-wrapper .correction {
    box-shadow: inset 0 -1px 0 0 #dadada;
    margin: 0 0 1rem;
    padding: 1rem 0
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .correction {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper .correction p {
    color: #575757;
    display: inline;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0
}

.article-body-wrapper .correction h2 {
    font-style: italic;
    text-transform: uppercase
}

.article-body-wrapper .divider>* {
    margin-bottom: 2rem
}

@media screen and (min-width:48rem) {
    .article-body-wrapper .divider>* {
        margin-bottom: 1.5rem
    }
}

.article-body-wrapper .divider>hr {
    background-color: #dadada;
    border: 0;
    height: 1px;
    margin: 0
}

.article-body-image-container {
    margin: 0 0 1rem
}

@media screen and (min-width:48rem) {
    .article-body-image-container {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:48rem) {
    .article-body-image-container--mobile-left-float {
        width: 50%;
        float: left;
        margin-right: 1.5rem
    }
}

@media screen and (min-width:48rem) {
    .article-body-image-container--mobile-right-float {
        width: 50%;
        float: right;
        margin-left: 1.5rem
    }
}

.article-body-wrapper p {
    font-size: 1.125rem;
    line-height: 2rem
}

.article-body-wrapper a.hover_blue_2:hover {
    color: #170040
}

.article-body-wrapper a.hover_white:hover {
    color: #fff
}

.article-body-wrapper a.hover_shadow {
    transition: box-shadow .3s
}

.article-body-wrapper>h2 {
    font-family: TiemposText, sans-serif;
    font-size: 1.85rem
}

.article-body-wrapper>h3 {
    font-family: TiemposText, sans-serif;
    font-size: 1.35rem;
    color: #b51f1f
}

.column-gap {
    background-color: #f8f8f8;
    padding: 0 1.45rem
}

.flex-chain .container-fluid>.row {
    grid-column-gap: 1rem
}

@media(min-width:764px)and (max-width:1023px) {
    .flex-chain .container-fluid>.row {
        grid-column-gap: 0
    }
}

.grid-flex-chain {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1px
}

.grid-background {
    background-color: #dadada;
    background-clip: content-box
}

.chain-heading {
    font-size: 1.625rem;
    line-height: 2rem
}

.horizontal-links-bar.horizontal-links-bar {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    text-align: left;
    height: 100%;
    width: auto;
    flex-wrap: wrap;
    margin-right: 1rem
}

@media screen and (max-width:48rem) {
    .horizontal-links-bar.horizontal-links-bar {
        display: none
    }
}

.horizontal-links-menu {
    align-items: center;
    display: flex;
    font-size: .875rem;
    height: 100%;
    justify-content: center
}

.horizontal-links-menu a {
    transition: color .3s ease;
    line-height: 14px;
    margin: 8px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.horizontal-links-menu a:active,
.horizontal-links-menu a:hover {
    color: #7f7f7f
}

.search-box--right-absolute-positioned {
    position: absolute;
    right: 0
}

body.nav-open {
    overflow-y: hidden
}

body.nav-open .main {
    z-index: -1
}

.section-menu--bottom-placeholder {
    height: 40px;
    background-color: #292929
}

.section-menu--bottom-placeholder:active,
.section-menu--bottom-placeholder:hover {
    background: #292929 !important
}

@media screen and (max-width:48rem) {
    .section-menu--bottom-placeholder {
        height: 130px
    }
    @supports(height:env(safe-area-inset-bottom)) {
        .section-menu--bottom-placeholder {
            height: calc(env(safe-area-inset-bottom) + 130px)
        }
    }
}

.nav-btn {
    align-items: center;
    border: 0;
    height: 2rem;
    position: relative;
    white-space: nowrap;
    padding-left: .5rem;
    padding-right: .5rem
}

.nav-btn.border {
    transition: border .1s linear
}

.nav-btn.transparent {
    background-color: transparent
}

.nav-btn-dark span {
    color: #fff
}

.nav-btn-dark svg>path {
    fill: #fff
}

.nav-btn-dark.border {
    border: 1px solid hsla(0, 0%, 100%, .5)
}

.nav-btn-dark.border:hover {
    border: 1px solid #fff
}

.nav-btn-light span {
    color: #575757
}

.nav-btn-light svg>path {
    fill: #575757
}

.nav-btn-light.border {
    border: 1px solid #dadada
}

.nav-btn-light.border:hover {
    border: 1px solid #575757
}

.nav-search {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.nav-search input {
    border: 0;
    border-radius: .25rem !important;
    box-shadow: none;
    font-size: .9em;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 0
}

.nav-search.open input {
    font-size: 16px;
    height: 2rem;
    line-height: 24px;
    padding: 4px 2rem 4px 11px;
    width: 100%
}

.nav-search.open button {
    background: transparent;
    border: transparent
}

.nav-search.open.dark input {
    border: 1px solid #fff
}

.nav-search.open.light input {
    border: 1px solid #dadada
}

.news-theme-navigation-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    position: relative;
    flex-shrink: 0
}

.news-theme-navigation-container.light {
    border-bottom: 1px solid #dadada
}

.news-theme-navigation-container * {
    display: flex
}

.news-theme-navigation-container>div {
    align-items: center;
    display: flex;
    text-align: center;
    margin-right: 1rem
}

.news-theme-navigation-container>div:last-child {
    margin-right: 0;
    flex-shrink: 0
}

.news-theme-navigation-container .nav-left .nav-components--mobile,
.news-theme-navigation-container .nav-right .nav-components--mobile {
    display: none;
    align-items: center
}

.news-theme-navigation-container .nav-left .nav-components--desktop,
.news-theme-navigation-container .nav-right .nav-components--desktop {
    display: inherit;
    align-items: center
}

@media screen and (max-width:48rem) {
    .news-theme-navigation-container .nav-left .nav-components--mobile,
    .news-theme-navigation-container .nav-right .nav-components--mobile {
        display: inherit
    }
    .news-theme-navigation-container .nav-left .nav-components--desktop,
    .news-theme-navigation-container .nav-right .nav-components--desktop {
        display: none
    }
}

.news-theme-navigation-container .nav-left .nav-widget,
.news-theme-navigation-container .nav-right .nav-widget {
    margin-right: 1rem
}

.news-theme-navigation-container .nav-left .nav-widget:last-child,
.news-theme-navigation-container .nav-right .nav-widget:last-child {
    margin-right: 0
}

.news-theme-navigation-container .nav-left {
    justify-content: flex-start;
    flex-shrink: 0
}

.news-theme-navigation-container .nav-right {
    justify-content: flex-end
}

.news-theme-navigation-container .nav-logo {
    justify-content: center
}

.news-theme-navigation-container .nav-logo.svg-logo {
    flex: 0 1 auto
}

.news-theme-navigation-container .nav-logo.svg-logo img {
    height: 100%
}

.news-theme-navigation-container .nav-logo-hidden {
    opacity: 0;
    transition: opacity .8s ease, visibility 0s ease .8s;
    visibility: hidden
}

.news-theme-navigation-container .nav-logo-show {
    opacity: 1;
    transition: opacity .8s ease, visibility 0s ease 0s;
    visibility: visible
}

.news-theme-navigation-container.logo-center .nav-logo {
    margin: 0 1rem
}

.news-theme-navigation-container.logo-center .nav-logo a {
    justify-content: center
}

.news-theme-navigation-container.logo-left .nav-logo {
    justify-content: flex-start
}

@media screen and (max-width:48rem) {
    .news-theme-navigation-container.logo-left .nav-logo {
        flex: 1
    }
}

.news-theme-navigation-container.logo-left .nav-logo a {
    justify-content: flex-start
}

.news-theme-navigation-container.logo-left:not(.horizontal-links) .nav-logo {
    flex: 1
}

.nav-sections {
    background: rgba(25, 25, 25, 0);
    flex-direction: column;
    -ms-overflow-style: none;
    position: absolute;
    scrollbar-width: none;
    top: 0;
    width: 0
}

.nav-sections::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:48rem) {
    .nav-sections .subsection-container {
        display: none
    }
}

.nav-sections .inner-drawer-nav {
    background-color: #292929;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    width: 329px
}

.nav-sections .inner-drawer-nav .nav-menu .nav-widget .nav-search {
    justify-content: flex-start
}

.nav-sections .inner-drawer-nav .nav-menu .nav-widget .nav-search input {
    flex: 1
}

.nav-sections .inner-drawer-nav .nav-menu .nav-widget .nav-search.open input {
    height: 3rem
}

.nav-sections .inner-drawer-nav .nav-menu .nav-widget .nav-search.open.dark {
    border: 0
}

.nav-sections .inner-drawer-nav .nav-menu>.nav-components--desktop>.nav-widget,
.nav-sections .inner-drawer-nav .nav-menu>.nav-components--mobile>.nav-widget {
    margin-top: 1rem;
    padding: 0 20px
}

.nav-sections .inner-drawer-nav .nav-menu>.nav-components--mobile {
    display: none
}

.nav-sections .inner-drawer-nav .nav-menu>.nav-components--desktop {
    display: inherit
}

@media screen and (max-width:48rem) {
    .nav-sections .inner-drawer-nav .nav-menu>.nav-components--desktop {
        display: none
    }
    .nav-sections .inner-drawer-nav .nav-menu>.nav-components--mobile {
        display: inherit
    }
}

.nav-sections .section-menu {
    margin-top: 13px;
    padding: 0
}

.nav-sections .section-menu>li {
    font-weight: 700;
    list-style: none;
    position: relative;
    background-color: #292929
}

.nav-sections .section-menu>li>a {
    padding: 0 16px 0 20px
}

.nav-sections .section-menu>li .subsection-anchor a,
.nav-sections .section-menu>li>a {
    align-items: center;
    color: #fff;
    display: block;
    font-size: 16px;
    justify-content: space-between;
    line-height: 40px;
    text-decoration: none
}

.nav-sections .section-menu>li:active,
.nav-sections .section-menu>li:hover {
    background: #575757
}

.nav-sections.open {
    background: rgba(25, 25, 25, .5);
    overflow-y: scroll;
    transform: translate(0);
    width: 100%
}

@media screen and (max-width:48rem) {
    .nav-sections.open {
        background: #292929
    }
    .nav-sections.open .inner-drawer-nav {
        width: 100vw
    }
}

.nav-sections.closed {
    overflow-y: hidden
}

.nav-sections.closed .section-menu {
    transition: height .1s ease-in-out .6s
}

.nav-sections.closed .inner-drawer-nav {
    transform: translate(-329px)
}

.nav-sections .subsection-container {
    display: none;
    flex-direction: column;
    position: relative
}

.nav-sections .subsection-container.open {
    display: flex
}

.nav-sections .subsection-menu {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 4px 0
}

.nav-sections .subsection-menu>li>a {
    color: #575757;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 16px 8px 20px;
    text-decoration: none
}

.nav-sections .subsection-menu>li>a:hover {
    background-color: #dadada
}

.nav-sections .subsection-anchor {
    align-content: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 16px 0 20px
}

.nav-sections .subsection-anchor svg {
    transform: rotate(90deg)
}

.nav-sections .subsection-anchor.open svg {
    transform: rotate(-90deg)
}

.nav-sections .subsection-anchor.open path {
    fill: #fff
}

.nav-sections .subsection-anchor:hover path {
    fill: #fff
}

.nav-sections .submenu-caret {
    align-self: center;
    appearance: none;
    background: transparent;
    border: 0;
    display: flex
}

.nav-sections .submenu-caret path {
    fill: #575757
}

.article-dossier-header svg {
    transition: transform .5s ease-in-out
}

.closed .article-dossier-header svg {
    transform: rotate(270deg)
}

.open .article-dossier-header svg {
    transform: rotate(90deg)
}

.article-dossier-container {
    transition: max-height 1s ease-in-out
}

.closed .article-dossier-container {
    max-height: 0
}

.open .article-dossier-container {
    max-height: 1000px
}

.image_width_auto picture>img {
    width: auto
}

.width_70 {
    width: 70%
}

.current-news .container-fluid.row {
    grid-column-gap: 1rem
}

@media(min-width:764px)and (max-width:1023px) {
    .current-news .container-fluid.row {
        grid-column-gap: 0
    }
}

.title-actu-item {
    font-family: SFProText;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1a1a1a
}

.pagination-link {
    width: 34px;
    line-height: 1
}

@media only screen and (min-width:48rem) {
    .pagination-link {
        width: 48px;
        line-height: 2
    }
}

.pagination-link:active,
.pagination-link:focus {
    border-color: #e60004
}

.pagination-link.selected:after {
    content: " ";
    height: 4px;
    width: 16px;
    background-color: #e60004;
    position: absolute;
    bottom: -6px
}

@media only screen and (min-width:48rem) {
    .pagination-link.selected:after {
        bottom: -2px
    }
}

.date {
    color: #575757;
    font-size: 1.125rem;
    line-height: 2rem
}

@media screen and (min-width:48rem) {
    .date {
        font-size: 1.25rem;
        line-height: 2.5rem
    }
}

.font_md-card-mae {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: .6px;
    font-family: LibeSans-Ultra-Black, Arial, sans-serif
}

.card-title-brand {
    margin-top: 2px
}

.custom-card-list .container-fluid.row {
    grid-column-gap: 1rem
}

@media(min-width:764px)and (max-width:1023px) {
    .custom-card-list .container-fluid.row {
        grid-column-gap: 0
    }
}

.newspaper-container {
    overflow: hidden;
    max-height: 470px
}

@media only screen and (min-width:48rem) {
    .newspaper-container {
        width: max-content;
        max-height: 550px
    }
}

.newspaper-container a,
.newspaper-container picture {
    min-width: 311px
}

.newspaper-container a img,
.newspaper-container picture img {
    object-fit: contain;
    object-position: left;
    height: 100%;
    width: 100%
}

@media only screen and (min-width:48rem) {
    .newspaper-container a img,
    .newspaper-container picture img {
        width: 427px
    }
}

.section-title_logo img {
    max-height: 60px;
    width: auto
}

.card-list-container {
    margin-bottom: 1rem;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .14);
    padding-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .card-list-container {
        margin-bottom: 1.5rem;
        margin-bottom: 1rem
    }
}

.card-list-container:last-child {
    margin-bottom: 0
}

.card-list--link-container img {
    height: auto;
    max-height: 400px;
    max-height: 40vh;
    object-fit: cover;
    width: 100%
}

.card-list-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding: 11px 0 11px 16px
}

.card-list-overline {
    color: #191919;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 0 0 16px
}

.card-list-headline {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 10px 18px 0 16px
}

.card-list-headline a {
    color: #191919
}

.author-date {
    padding: 16px 16px 0
}

.author-date .story-date {
    color: #191919;
    display: inline;
    font-size: .875rem;
    line-height: 1rem
}

.list-item-simple {
    margin-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .list-item-simple {
        margin-bottom: 1rem
    }
}

.list-item-simple:last-child {
    margin-bottom: 0
}

.list-item-simple--divider {
    box-shadow: inset 0 -1px 0 0 #dadada
}

.list-item-simple .list-anchor {
    text-decoration: none
}

.card-list-item {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0;
    margin: 1rem 1rem 0;
    border-top: 1px solid #dadada
}

.card-list-item .list-item-number {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 6.24px;
    min-height: 24px;
    min-width: 29.8px;
    text-align: left
}

.card-list-item .list-anchor-image img {
    max-height: 70px;
    max-width: 105px;
    min-height: 70px;
    min-width: 105px
}

.card-list-item .headline-list-anchor {
    display: flex;
    margin-right: 12.95px;
    text-decoration: none
}

.card-list-item .headline-list-anchor .headline-text {
    transition: color .3s ease;
    color: #191919;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.card-list-item .headline-list-anchor .headline-text:active,
.card-list-item .headline-list-anchor .headline-text:hover {
    color: #7f7f7f
}

.numbered-list-container {
    margin-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .numbered-list-container {
        margin-bottom: 1.5rem;
        margin-bottom: 1rem
    }
}

.numbered-list-container:last-child {
    margin-bottom: 0
}

.numbered-list-container .list-title {
    color: #191919;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem
}

.numbered-list-container hr {
    margin-bottom: 0;
    margin-top: 0
}

.vertical-align-image>picture>img {
    vertical-align: middle
}

.numbered-list-item {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:48rem) {
    .numbered-list-item {
        margin-bottom: 1rem
    }
}

.numbered-list-item:last-child {
    margin-bottom: 0
}

.numbered-list-item .list-item-number {
    color: #191919;
    flex: 0 0 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: left
}

.numbered-list-item .list-anchor-image {
    flex: 0 0 calc(25% + 16px);
    padding-left: 1rem;
    text-decoration: none
}

.numbered-list-item .list-anchor-image img {
    height: auto;
    width: 100%
}

.numbered-list-item .headline-list-anchor {
    transition: color .3s ease;
    color: #191919;
    display: flex;
    text-decoration: none;
    flex-grow: 1
}

.numbered-list-item .headline-list-anchor:active,
.numbered-list-item .headline-list-anchor:hover {
    color: #7f7f7f
}

.numbered-list-item .headline-list-anchor .headline-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

@media screen and (min-width:0rem) {
    .numbered-item-margins {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

.results-list-container {
    margin-bottom: 1rem
}

@media screen and (min-width:48rem) {
    .results-list-container {
        margin-bottom: 1.5rem
    }
}

.list-item {
    box-shadow: inset 0 -1px 0 0 #dadada;
    column-gap: 12px;
    display: grid;
    grid-template-areas: "headline image" "description description";
    grid-template-columns: 1fr minmax(0, max-content);
    grid-template-rows: auto;
    padding: 1.5rem 0
}

.list-item .description-text {
    font-size: 1.125rem;
    line-height: 1.78;
    margin-bottom: 1rem
}

.list-item .headline-text {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.26;
    margin-bottom: 1rem
}

.list-item .results-list--author-date {
    font-size: .875rem;
    line-height: 1rem
}

.list-item .results-list--author-date .story-date {
    color: #191919;
    display: inline;
    font-size: .875rem;
    line-height: 1rem
}

.list-item a {
    transition: color .3s ease;
    color: #191919;
    text-decoration: none
}

.list-item a:active,
.list-item a:hover {
    color: #7f7f7f
}

.list-item a,
.list-item h2,
.list-item p {
    color: #191919
}

.list-item img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.results-list--image-container {
    grid-area: image;
    height: 60px;
    width: 99px
}

@media screen and (min-width:64rem) {
    .list-item {
        column-gap: 2rem;
        grid-template-areas: "image headline" "image description";
        grid-template-columns: minmax(0, 35%) 1fr;
        grid-template-rows: min-content 1fr;
        padding: 1rem 0
    }
    .list-item.no-image {
        grid-template-areas: "headline" "description";
        grid-template-columns: 1fr
    }
    .list-item .headline-text {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: .5rem
    }
    .list-item .description-text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }
    .list-item .results-list--author-date {
        font-size: .625rem;
        line-height: 1rem
    }
    .results-list--image-container {
        height: auto;
        width: 100%
    }
}

.results-list--headline-container {
    grid-area: headline
}

.results-list--description-author-container {
    grid-area: description
}

.see-more {
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: center;
    display: flex;
    justify-content: center
}

.list-container {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media screen and (min-width:48rem) {
    .list-container {
        margin-bottom: 1.5rem;
        margin-bottom: 1rem
    }
}

.list-container:last-child {
    margin-bottom: 0
}

.list-container .list-title {
    color: #191919;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem
}

.list-container a>picture>img {
    vertical-align: middle
}

.list-container hr {
    margin-bottom: 0;
    margin-top: 0
}

.list-container .list-item-simple {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    min-height: 72px
}

@media screen and (min-width:48rem) {
    .list-container .list-item-simple {
        margin-bottom: 1rem
    }
}

.list-container .list-item-simple:last-child {
    margin-bottom: 0
}

.list-container .list-item-simple .simple-list-anchor {
    flex: 0 0 33%;
    text-decoration: none
}

.list-container .list-item-simple .simple-list-anchor img {
    height: auto;
    object-fit: cover;
    width: 100%
}

.list-container .list-item-simple .simple-list-headline-anchor {
    transition: color .3s ease;
    color: #191919;
    display: flex;
    padding-left: 1rem;
    text-decoration: none
}

.list-container .list-item-simple .simple-list-headline-anchor:active,
.list-container .list-item-simple .simple-list-headline-anchor:hover {
    color: #7f7f7f
}

.list-container .list-item-simple .simple-list-headline-anchor .simple-list-headline-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: fit-content
}

@media screen and (min-width:0rem) {
    .simple-list-item-margins {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

@media screen and (min-width:48rem) {
    .simple-list-item-margins {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

@media screen and (min-width:48rem) {
    .top-table-list-section-extra_large .xl-large-promo .xl-promo-headline {
        margin-bottom: .5rem
    }
}

.top-table-list-section-large .large-promo .lg-promo-headline {
    padding-top: .5rem
}

@media screen and (min-width:48rem) {
    .top-table-list-section-large .large-promo .lg-promo-headline {
        padding-top: 0;
        margin-top: -.5rem
    }
}

@media screen and (min-width:48rem) {
    .top-table-list-section-medium .medium-promo .md-promo-headline {
        margin-bottom: .5rem;
        margin-top: -.5rem
    }
}

.top-table-list-small-promo {
    display: flex;
    flex-direction: column
}

.top-table-list-small-promo hr {
    margin-top: auto;
    margin-bottom: 1rem
}

.top-table-list-small-promo .promo-container {
    display: flex;
    column-gap: 1.5rem
}

.top-table-list-small-promo .promo-container.horizontal {
    margin-bottom: 1rem
}

.top-table-list-small-promo .promo-container.horizontal .promo-headline {
    flex: 2
}

.top-table-list-small-promo .promo-container.horizontal .promo-image {
    flex: 1
}

.top-table-list-small-promo .promo-container.vertical {
    flex-direction: column;
    flex-grow: 1;
    row-gap: 1.5rem;
    margin-bottom: 1rem
}

.top-table-list-small-promo .promo-container.vertical .promo-image {
    display: block;
    width: 100%
}

.top-table-list-small-promo .promo-container.vertical.image-below .promo-image {
    margin-top: auto
}

@media only screen and (min-width:48rem) {
    .top-table-list-small-promo .promo-container.sm-promo-padding-btm {
        padding-top: 0
    }
}

.top-table-list-small-promo .sm-promo-headline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-box-oriented: vertical;
    text-overflow: -o-ellipsis-lastline
}

.top-table-list-small-promo.wrap-bottom {
    margin-bottom: 0 !important
}

@media only screen and (min-width:48rem) {
    .top-table-list-small-promo.wrap-bottom {
        margin-bottom: inherit
    }
}

.top-table-list-container.wrap-bottom {
    margin-bottom: inherit !important
}

.top-table-list-container .image-wrapper {
    position: relative
}

.top-table-list-container .image-wrapper img {
    vertical-align: middle
}

.top-table-list-container .hr-borderless {
    visibility: hidden
}

@media screen and (min-width:0rem) {
    .promo-item-margins {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

@media screen and (min-width:48rem) {
    .promo-item-margins {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
}

.more-from-sponsor_logo img {
    height: 36px;
    width: auto
}

.alert-bar {
    align-items: center;
    background-color: #db0a07;
    display: flex;
    flex-wrap: nowrap;
    height: 56px;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 1.25rem;
    padding-right: 0;
    width: 100%
}

.alert-bar .article-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    line-height: 1rem;
    text-align: left;
    text-decoration: none;
    width: 80%
}

.alert-bar button {
    background: none !important;
    border: none;
    cursor: pointer;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem
}

.tags-holder {
    margin-bottom: 1rem;
    align-content: center;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 #b8c1cb, inset 0 1px 0 0 #b8c1cb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 55px;
    padding: .5rem 1rem .5rem 2.125rem
}

@media screen and (min-width:48rem) {
    .tags-holder {
        margin-bottom: 1.5rem
    }
}

.tags {
    align-items: center;
    border-radius: 10000px;
    color: #fff;
    display: flex;
    font-size: .75rem;
    justify-content: center;
    line-height: 1.5rem;
    margin: .5rem;
    min-height: 1.5rem;
    padding: 0 .9375rem;
    text-decoration: none;
    text-align: center
}

@media screen and (min-width:48rem) {
    .tags {
        line-height: .875rem
    }
}

.authors {
    display: flex;
    flex-direction: column
}

.authors .author {
    display: flex;
    flex-direction: row
}

.authors a {
    margin: 0;
    text-decoration: none
}

.authors img {
    border-radius: 100%;
    height: 5.25rem;
    margin: .5rem;
    min-width: 5.25rem
}

.authors .descriptions {
    display: flex;
    flex-direction: column;
    margin: .5rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .authors .descriptions {
        width: 100%
    }
}

.authors .descriptions .socialButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: .5rem
}

.authors .descriptions .socialButtons a {
    height: 1.5rem;
    margin-right: .5rem;
    text-align: center;
    text-decoration: none;
    width: 1.5rem
}

.authors .authorName {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
    margin: .25rem 0
}

@media screen and (min-width:48rem) {
    .authors .authorName {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.authors p {
    margin: .25rem 0
}

@media screen and (min-width:0rem) {
    .authors p {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

@media screen and (min-width:48rem) {
    .authors p {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.author-bio {
    margin-bottom: 1rem
}

@media screen and (min-width:0rem) {
    .author-bio {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:48rem) {
    .author-bio {
        margin-top: 1rem;
        margin-bottom: 1.5rem
    }
}

.footer-item {
    margin: .5rem 0
}

@media screen and (max-width:48rem) {
    .footer-item {
        margin: .75rem 0
    }
}

.footer-item>a {
    color: #575757;
    text-decoration: none
}

footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 1rem;
    line-height: cacluateRem(24px)
}

footer .legacy-footer-row {
    justify-content: space-around
}

@supports(display:grid) {
    footer .legacy-footer-row {
        justify-content: normal;
        row-gap: 1rem
    }
}

@media screen and (max-width:95rem)and (min-width:90rem) {
    footer .container {
        margin-left: 5%;
        margin-right: 5%
    }
}

footer .section-separator {
    border-bottom: 1px solid #babdc2;
    border-top: 1px solid #babdc2
}

footer .copyright {
    color: #6c7778;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width:48rem) {
    footer .copyright {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
}

@media screen and (max-width:48rem) {
    footer #copyright-top {
        display: none
    }
}

footer #copyright-bottom {
    display: none
}

@media screen and (max-width:48rem) {
    footer #copyright-bottom {
        display: block
    }
}

footer .primaryLogo {
    text-align: center
}

footer .footer-row {
    display: table;
    padding: .5rem 0;
    width: 100%
}

footer .social-column {
    display: inline-block;
    vertical-align: middle;
    width: 16.6%
}

@media screen and (max-width:48rem) {
    footer .social-column {
        display: table-cell;
        text-align: center;
        width: 100%
    }
}

footer .copyright-column {
    display: inline-block;
    text-align: center;
    width: 66.6%
}

@media screen and (max-width:48rem) {
    footer .copyright-column {
        display: table-cell;
        text-align: center;
        width: 100%
    }
}

footer .socialBtn-container {
    align-items: center;
    border-radius: .3125rem;
    display: inline-flex;
    justify-content: space-between;
    margin-left: -.5rem
}

footer .socialBtn-container a {
    align-self: center;
    display: inline-block;
    flex: auto;
    padding: .5rem
}

footer .socialBtn-container a:last-child {
    border-right: none
}

footer .socialBtn-container a svg {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 24px
}

footer .footer-logo {
    height: 24px;
    width: auto
}

@media screen and (min-width:48rem) {
    footer .footer-logo {
        height: 32px
    }
}

footer .footer-section {
    justify-self: left
}

@media screen and (min-width:48rem) {
    footer .footer-section {
        justify-self: left
    }
}

@media screen and (min-width:64rem) {
    footer .footer-section {
        justify-self: center
    }
}

footer .footer-section .footer-header {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700
}

.full-author-bio {
    border-bottom: 1px solid #dadada
}

.full-author-bio--details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem
}

@media screen and (max-width:64rem) {
    .full-author-bio--details {
        margin-top: 0
    }
}

.image-container {
    margin-right: 1.5rem;
    width: 30%
}

@media screen and (max-width:64rem) {
    .image-container {
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%
    }
}

.image-container img {
    border-radius: 100%;
    max-height: 180px;
    width: auto
}

.author-content {
    display: inline-block;
    width: 64%
}

@media screen and (max-width:64rem) {
    .author-content {
        width: 100%
    }
}

.author-name {
    margin-bottom: .5rem
}

@media screen and (max-width:64rem) {
    .author-name {
        margin-top: 1rem
    }
}

.author-title {
    margin-bottom: .5rem
}

.social-container {
    border-top: 1px solid #dadada;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
    padding: 1.5rem 0;
    text-align: center
}

@media screen and (max-width:64rem) {
    .social-container {
        justify-content: flex-start;
        padding: 1rem 0;
        text-align: center
    }
}

.social-items {
    display: flex;
    flex: 1 0 200px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media screen and (max-width:64rem) {
    .social-items {
        justify-content: center
    }
}

.social-column {
    display: flex;
    flex: 0 0 40px;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    margin: 0 0 0 .5rem
}

@media screen and (max-width:64rem) {
    .social-column {
        margin: 0 .5rem
    }
}

.social-column>svg {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 24px
}

.social-column>svg path {
    fill: #575757;
    transition: all .2s ease-in-out
}

.social-column:hover>svg path {
    fill: rgba(87, 87, 87, .8)
}

.connect-label {
    display: flex;
    flex: 1 0 200px;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

@media screen and (max-width:64rem) {
    .connect-label {
        flex: 0 0 100%;
        text-align: center
    }
}

.header-block {
    color: #191919;
    font-weight: 700
}

.header-block h2 {
    font-size: 36px;
    line-height: 40px
}

.header-block h3 {
    font-size: 30px;
    line-height: 32px
}

.header-block h4 {
    font-size: 26px;
    line-height: 32px
}

.header-block h5 {
    font-size: 20px;
    line-height: 24px
}

.nav-block-search {
    display: flex;
    justify-content: center;
    position: relative
}

.nav-block-search.open.dark {
    border: 0
}

.nav-block-search.open.light {
    border: 1px solid #dadada
}

.nav-block-search.open input {
    height: 2rem;
    padding: 4px 2rem 4px 4px;
    width: 200px
}

.nav-block-search.open button {
    border: 0;
    margin: 0;
    position: absolute;
    right: 0
}

.nav-block-search.open>.nav-btn-dark>svg>path {
    fill: #666
}

.nav-block-search input {
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    font-size: .9em;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 0;
    transition: all .25s cubic-bezier(.49, .37, .45, .71);
    width: 0
}

@media screen and (max-width:48rem) {
    .news-theme-navigation-container .nav-block-search {
        display: none
    }
}

.nav-block-sections {
    background: rgba(25, 25, 25, .5);
    flex-direction: column;
    -ms-overflow-style: none;
    position: absolute;
    scrollbar-width: none;
    top: 0;
    transition: transform .3s ease-in-out;
    width: 100%
}

.nav-block-sections::-webkit-scrollbar {
    display: none
}

.nav-block-sections.open {
    height: 100vh;
    overflow-y: scroll;
    transform: translate(0)
}

.nav-block-sections.closed {
    transform: translate(-315px);
    width: 0
}

@media screen and (min-width:48rem) {
    .nav-block-sections .nav-block-search {
        display: none
    }
    .nav-block-sections ul.section-menu>li a {
        padding: 12px 0
    }
}

@media screen and (max-width:48rem) {
    .nav-block-sections .submenu-caret,
    .nav-block-sections .subsection-container {
        display: none
    }
}

.nav-block-sections * {
    display: flex
}

.nav-block-sections .inner-drawer-nav {
    background-color: #575757;
    display: flex;
    flex-direction: column;
    width: 315px
}

.nav-block-sections .nav-block-search {
    border-bottom: 1px solid #dadada;
    margin: 16px 20px 0;
    padding-bottom: 16px
}

.nav-block-sections .nav-block-search input {
    flex: 1
}

.nav-block-sections ul.section-menu,
.nav-block-sections ul.subsection-menu {
    flex: 1;
    flex-direction: column
}

.nav-block-sections ul.section-menu {
    padding: 0
}

.nav-block-sections ul.section-menu>li {
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    padding: 0 20px;
    position: relative
}

.nav-block-sections ul.section-menu>li a {
    align-items: center;
    color: #fff;
    flex: 1;
    justify-content: space-between;
    padding: 14px 0;
    text-decoration: none
}

@media screen and (max-width:48rem) {
    .nav-block-sections ul.section-menu>li a {
        padding: 12px 0
    }
}

.nav-block-sections ul.section-menu>li:hover {
    background: #242424
}

.nav-block-sections ul.section-menu>li:hover .subsection-container {
    opacity: 1;
    visibility: visible
}

.nav-block-sections .subsection-container {
    opacity: 0;
    position: relative;
    transition: visibility 0s, opacity .25s step-end .2s;
    visibility: hidden
}

.nav-block-sections .subsection-container .arrow-left {
    border-bottom: .625rem solid transparent;
    border-right: .625rem solid #fff;
    border-top: .625rem solid transparent;
    height: 0;
    left: -.625rem;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 4
}

.nav-block-sections ul.subsection-menu {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 20px 0 rgba(42, 42, 42, .5);
    left: 0;
    list-style: none;
    margin: 0;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 3
}

.nav-block-sections ul.subsection-menu>li>a {
    color: #191919;
    padding: 8px 0
}

.nav-block-sections ul.subsection-menu>li>a:hover {
    color: #000
}

.nav-block-sections ul.subsection-menu>li:first-of-type>a {
    padding-top: 0
}

.nav-block-sections ul.subsection-menu>li:last-of-type>a {
    padding-bottom: 0
}

h1.headline {
    line-height: 3rem;
    margin-bottom: .5rem
}

.lead-art-wrapper {
    display: block;
    height: auto;
    margin: 0 0 1rem;
    position: relative;
    width: 100%
}

@media screen and (min-width:48rem) {
    .lead-art-wrapper {
        margin-bottom: 1.5rem
    }
}

.lead-art-wrapper figcaption {
    margin-top: .5rem
}

.lead-art-wrapper figcaption .image-metadata {
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 8px 0
}

@media screen and (min-width:48rem) {
    .lead-art-wrapper figcaption .image-metadata {
        line-height: 1.25rem
    }
}

.lead-art-wrapper .btn-full-screen {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    line-height: 1.125rem;
    margin: .5rem 0;
    padding-left: 0
}

.lead-art-wrapper .btn-full-screen svg {
    fill: #575757;
    height: 1rem;
    margin-right: 4px;
    width: 1rem
}

.lead-art-wrapper div.innerContent,
.lead-art-wrapper img {
    border: 0;
    display: block;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.links-bar {
    margin-bottom: 1rem;
    align-items: center;
    text-align: left;
    width: 100%
}

@media screen and (min-width:48rem) {
    .links-bar {
        margin-bottom: 1.5rem;
        text-align: center
    }
}

.links-bar .links-menu {
    padding: 8px 0
}

.links-bar .links-menu a {
    transition: color .3s ease;
    color: #191919;
    font-size: 14px;
    height: 100%;
    line-height: 14px;
    margin: 8px 0;
    text-align: center;
    text-decoration: none
}

.links-bar .links-menu a:active,
.links-bar .links-menu a:hover {
    color: #7f7f7f
}

.masthead-block--text {
    font-size: .875rem;
    line-height: 1rem
}

.masthead-block--promo-link {
    color: #191919;
    text-decoration: none
}

.search-container {
    border-bottom: 1px solid #b8c1cb;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center
}

.search-container>div {
    display: flex
}

.search-bar {
    background-color: #fff;
    border: 1px solid #575757;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    display: inline-block;
    flex: 1;
    font-size: 1rem;
    height: 48px;
    padding-left: 47px
}

.search-icon-container {
    margin-left: 12px;
    margin-top: 12px;
    position: absolute;
    z-index: 5
}

.btn {
    border: 1px solid #575757;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    height: 48px;
    margin-left: -.2%
}

.search-results-text {
    color: #191919;
    font-size: 14px;
    margin-top: 20px;
    text-align: left
}

.section-title {
    color: #191919;
    display: block;
    font-weight: 700
}

.section-container {
    margin-top: 1rem
}

.section-title--styled-link {
    font-size: .875rem;
    color: #191919;
    text-decoration: none
}

.ts-share-bar {
    border-radius: 0 5px 5px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    display: flex;
    flex-direction: column;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 200px;
    width: 44px
}

@media screen and (max-width:63rem) {
    .ts-share-bar {
        visibility: hidden
    }
}

.ts-share-bar__button {
    background: none !important;
    border: 0;
    cursor: pointer;
    margin: 5px;
    padding: 0 !important
}

.h4-primary.sub-headline {
    color: #191919;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 3rem
}

@media screen and (min-width:48rem) {
    .h4-primary.sub-headline {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

h1.tag-name,
p.tag-description {
    color: #191919;
    margin-bottom: .5rem
}

p.tag-description {
    font-size: 1rem
}

#fusion-app .page-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9
}

#fusion-app .main {
    flex-grow: 1;
    transition: padding-top .3s linear;
    width: 100%
}

@media screen and (max-width:95rem)and (min-width:90rem) {
    #fusion-app .main .container {
        margin-left: 5%;
        margin-right: 5%
    }
}

#fusion-app .left-article-section {
    padding: 0
}

@media screen and (min-width:64rem) {
    #fusion-app .left-article-section {
        border-right: 1px solid #dadada;
        padding: 0 2rem 0 0
    }
}

#fusion-app .right-article-section {
    padding: 0
}

hr {
    background-color: #dadada;
    border: 0;
    height: 1px;
    margin: 0
}

body,
html {
    height: 100%;
    width: 100%
}

#fusion-app {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.page-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9
}

.main {
    flex-grow: 1;
    transition: padding-top .3s linear;
    width: 100%
}

@media screen and (max-width:95rem)and (min-width:90rem) {
    .main .container {
        margin-left: 5%;
        margin-right: 5%
    }
}

.advanced-grid-desktop-main-area {
    padding: 0
}

@media screen and (min-width:64rem) {
    .advanced-grid-desktop-main-area {
        border-right: 1px solid #dadada;
        padding: 0 2rem 0 0
    }
}

@media(max-width:64rem) {
    .row.advanced-grid {
        grid-template-columns: auto
    }
    .advanced-grid {
        margin: 0;
        gap: 0;
        grid: "rightrailtop" "main" "rightrailmiddle" "main2" "rightrailbottom"
    }
    .advanced-grid-1 {
        grid-area: rightrailtop
    }
    .advanced-grid-2 {
        grid-area: main
    }
    .advanced-grid-3 {
        grid-area: rightrailmiddle
    }
    .advanced-grid-4 {
        grid-area: main2
    }
    .advanced-grid-5 {
        grid-area: rightrailbottom
    }
    [class*=advanced-grid-] {
        width: 100%;
        min-width: 2rem;
        max-width: 64rem
    }
    .advanced-grid>section {
        display: contents
    }
}