﻿.articleImageInlineLeft {
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}

.articleImageInlineRight {
    width: 400px;
    float: right;
    margin: 0 0px 20px 20px;
}

.bbPhotoCaption {
    font-size: 0.9rem;
}

@media screen and (max-width: 599px) {
    .articleImageInlineLeft, .articleImageInlineRight {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .bbPhotoCaption {
        font-size: 0.8rem;
    }

    .articleImageInlineLeft img, .articleImageInlineRight img {
        width: 100%;
    }
}

/*H1 Update. Higher ups didn't like THR sized headlines*/
@media screen and (min-width: 768px) {
    h1,
    .h1,
    .article h1 {
        font-size: 40px;
    }
}

@media print {
    .main .container img {
        display: none;
    }
}

.link {
    color: #da202c;
}

.form-body {
    max-width: 100%;
    width: 800px;
    margin: auto;
}

    .form-body .form-field {
        margin-top: 15px;
    }

    .form-body label {
        color: #da202c;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.125em;
        text-transform: capitalize;
    }

    .form-body .accepttos {
        display: flex;
    }

        .form-body .accepttos div {
            margin-right: 10px;
            margin-bottom: 5px;
        }

.input-field-error, .input-validation-error {
    /*Updating field on invalid entry*/
    background: #da202c !important;
    color: #fff !important;
}

.form-body button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-body select {
    -webkit-border-radius: 0;
    outline: none;
    cursor: pointer;
    height: 48px;
    width: 100%;
    padding: 7px 10px 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.form-body .cc-month-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

hr {
    box-sizing: content-box;
    height: 0;
    border: none !important;
    border-top: 1px solid #ddd !important;
}

.heading-border {
    border-bottom: 1px solid #ddd;
}

/*Nav Update, forcing items next to each other instead of letting browser choose*/
@media (min-width: 1340px) {
    .nav-hold,
    .f-nav {
        column-gap: 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
/* sub nav Corporate Pages */
.sub-nav__header {
    display: none;
}

.sub-nav__list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 47.99em) {
    .sub-nav__list {
        display: block;
        max-height: 0;
        overflow: hidden;
    }
}

.sub-nav__item {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    color: #000;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: table-cell;
    vertical-align: middle;
}

    .sub-nav__item:hover {
        color: #b7053f;
    }

@media (max-width: 47.99em) {
    .sub-nav__item {
        display: block;
        width: 100%;
    }
}

.sub-nav__item:hover a {
    color: #ddd;
}

.sub-nav__item:last-of-type a span {
    padding-bottom: 2rem;
}

@media (max-width: 47.99em) {
    .sub-nav__item.is-active {
        background-color: #fff;
    }
}

.sub-nav__item.is-active a {
    color: #DA202C;
}

@media (max-width: 47.99em) {
    .sub-nav__item.is-active a {
        color: #DA202C;
    }
}

.sub-nav__item a {
    height: 100%;
    display: block;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-align: center;
}

    .sub-nav__item a span {
        padding: 2rem 2rem;
        display: inline-block;
    }

@media (max-width: 61.99em) {
    .sub-nav__item a span {
        padding: 2rem 0.5rem;
        text-align: center;
    }
}

@media (max-width: 47.99em) {
    .sub-nav__item a span {
        padding: 0.75rem 0;
    }
}

.sub-nav__item span {
    display: block;
    font-size: 1.2rem;
}

@media (max-width: 61.99em) {
    .sub-nav__item span {
        font-size: 1.1rem;
    }
}


@media screen and (min-width: 768px) {
    .modal .faq-question h2 { /* h2 override for FAQ page */
        font-size: 28px !important;
        line-height: 1;
    }
}


/*Digital Edition override*/
.digital-edition-link .sub-title,
.digital-edition-link .sub-title a {
    pointer-events: auto !important;
}



/*Inline half space adjustment*/
@media screen and (min-width: 768px) {
    .article-offset-block--half {
        width: 50%;
        float: left;
        margin-right: 25px;
    }
}

/*AGGREGATES*/
/*Morning Buzz Back Pages Color Overide...there were so many inline instances of the wrong color that adding this was a much better short term fix*/
.backPagesEm {
    color: #DA202C !important;
}

.backPagesWrapper .backPagesCell {
    border: double 3px #DA202C !important;
}

/*Related Stories/Quotebox*/
.article .related-box {
    padding: 24px 35px 29px 33px;
    background-color: #f5f5f5;
    margin: -2px 2px 21px;
}

@media screen and (min-width: 768px) {
    .article .related-box {
        margin: 9px -60px 5px 25px;
        width: 310px;
        float: right;
    }
}

@media screen and (min-width: 1024px) {
    .article .related-box {
        width: 408px;
        margin: 9px 0px 5px 48px;
    }
}

.img.align-left, .img.align-right {
    max-width: 408px;
}

.article .article-quote {
    color: #000;
    margin: -2px 2px 21px;
    font: 28px/1.5 "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: -0.0081em;
}

    .article .article-quote blockquote {
        margin-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .article .article-quote {
        margin: -12px -0px 5px 31px !important;
        float: right;
        width: 310px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 1024px) {
    .article .article-quote {
        width: 400px;
        font-size: 35px;
        font-weight: 400;
        letter-spacing: -0.0083em;
        margin: -12px -102px 5px 31px;
    }
}

.article .article-quote p {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .article .article-quote .align-left {
        float: left;
        margin: 17px 22px -5px -60px;
    }
}

@media screen and (min-width: 1024px) {
    .article .article-quote .align-left {
        margin: 17px 40px -5px -110px;
    }
}

.article-quote .article-quote__author,
.article-quote .article-quote__title {
    font-size: 16px;
    margin-left: 40px !important;
}

.article-details .related-box {
    padding: 24px 35px 29px 33px;
    background-color: #f5f5f5;
    margin: -2px 2px 21px;
}

@media screen and (min-width: 768px) {
    .article-details .related-box {
        margin: 9px -60px 5px 25px;
        width: 310px;
        float: right;
    }
}

@media screen and (min-width: 1024px) {
    .article-details .related-box {
        width: 408px;
        margin: 9px 0px 5px 48px;
    }
}

.article-details .article-quote {
    color: #000;
    margin: -2px 2px 21px;
    font: 28px/1.5 "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: -0.0081em;
}

    .article-details .article-quote blockquote {
        margin-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .article-details .article-quote {
        margin: -12px -0px 5px 31px !important;
        float: right;
        width: 310px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 1024px) {
    .article-details .article-quote {
        width: 400px;
        font-size: 35px;
        font-weight: 400;
        letter-spacing: -0.0083em;
        margin: -12px -102px 5px 31px;
    }

        .article-details .article-quote .article-quote__author,
        .article-details .article-quote .article-quote__title {
            font-size: 16px;
            margin-left: 100px !important;
        }
}

.article-details .article-quote p {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .article-details .article-quote .align-left {
        float: left;
        margin: 17px 22px -5px -60px;
    }

    .article-details .article-quote {
        margin-left: -50px !important;
    }
}

@media screen and (min-width: 1024px) {
    .article-details .article-quote .align-left {
        margin: 17px 40px -5px -110px;
    }
}

@media (max-width: 768px) {
    .article-details .article-quote .article-quote__author,
    .article-details .article-quote .article-quote__title {
        font-size: 16px;
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .article-details .article-quote .article-quote__author,
    .article-details .article-quote .article-quote__title {
        font-size: 16px;
        margin-left: 60px !important;
    }

    .article-details .article-quote {
        margin-left: 10px !important;
        margin-bottom: 7px !important;
    }
}

.article-details .article-quote--full {
    width: 100%;
    margin-left: -10px !important;
}

    .article-details .article-quote--full blockquote {
        width: 100%;
        float: none;
    }



/*ReadMore/ReadLess*/
.text-frame .read-more,
.read-more__link {
    display: none;
}

.text-frame .read-more__link {
    display: block;
    cursor: pointer;
    float: right;
}

.read-less,
.read-less__link {
    display: none;
}

.read-less,
.text-frame .read-less__link {
    display: block;
    float: right;
    cursor: pointer;
}

@media (min-width: 768px) {
    .story-chart--download {
        display: none;
    }
}

@media (max-width: 768px) {
    .story-chart--download {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .story-chart--display {
        display: none;
    }
}

/*Fix for QA site, for some reason nav is not adjusting correctly here but is locally*/
@media screen and (min-width: 1024px) {
    .nav .print-edition {
        width: 22.7%;
        margin-top: -7px;
        margin-left: auto;
        column-gap: 16px;
        column-count: 2;
        padding-left: 1.5%;
        padding-top: 34px;
    }
}

@media (min-width: 1340px) {
    .nav .print-edition {
        padding-left: 1%;
        padding-right: 16px;
    }
}

@media screen and (min-width: 768px) {
    .nav .print-edition .col {
        margin-bottom: 0px;
    }
}

/*We used the pagination from old site, no need to flip first character anymore*/
.pagination li:first-child {
    transform: rotateY(360deg);
}

/*Author sizing and text overide*/
.article .author,
.article-details .author {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}


.gallery-holder .gallery .caption:before {
    background-color: transparent !important;
}

.gallery .caption {
    border-bottom: 1px solid #ddd !important;
}

.author {
    text-transform: uppercase !important;
}

@media print {
    .container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .container img,
        .container .img,
        .container iframe,
        .container .content-wrap img,
        .container .sponsored img,
        .container .sponsored .img,
        .container .lg {
            display: none !important;
        }

        .container .showOnPrint,
        .container .showOnPrint img {
            display: block !important;
        }

    /*.editorial-story .container img,
    .editorial-story .container .img,
    .editorial-story .container iframe,
    .editorial-story .container .content-wrap img,
    .editorial-story .container .sponsored img,
    .editorial-story .container .sponsored .img,
    .editorial-story .container .lg {
        display: block!important;
    }*/
}


.buzz-page .sidebar {
    padding-top: 0px;
}

.article-details iframe,
.article iframe {
    max-width: 100%;
}

    .article-details iframe[src*="youtube.com"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

/*Sponsored content pages*/
.sponsored-content {
    margin-top: 15px;
    padding-top: 15px;
}

    .sponsored-content .sponsored-author-image {
        max-width: 100%;
        width: 300px;
    }

.sponsored-content-story .img img {
    max-width: 100%;
    width: 800px;
}


/*Overide Latest News, to align sections EXACTLY, THR had slight padding issue which caused misalignment on Latest News Homepage*/
/*
    @media screen and (min-width: 768px) {
    .latest-news .news-frame {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
*/
.lightbox {
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .lightbox .container {
        width: 100%;
    }
}

.lightbox .content {
    background-color: #fff;
    padding: 1rem;
}

    .lightbox .content img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

.lightbox .btn-close {
    color: #da202c;
}

    .lightbox .btn-close:hover {
        color: #000;
    }

.article.sbj-plus-badge h2 {
    padding-right: 100px;
}

.news.sbj-plus-badge-mini {
    position: initial;
    background-image: url(../svg/sbj-plus-badge-mini-gray.svg);
    background-repeat: no-repeat;
    background-position-x: right;
}

.sbj-plus-badge-mini:after {
    content: none;
}

/*Targeting span instead of a tag*/
.pagination li.active span {
    color: #fff;
    pointer-events: none;
    background-color: #da202c;
    width: 32px;
    height: 32px;
}

.secondary-nav .nav-wrap > ul .drop {
    left: -11px;
    text-align: center;
    padding-top: 1rem;
}


@media screen and (min-width: 768px) {
    .secondary-nav.secondary-nav-print .nav-wrap + .nav-wrap {
        max-width: none;
    }
}


.sub-nav-print-btn:before {
    content: "|";
    margin: 0 10px;
}

.secondary-nav .nav-wrap ul:not(.featured-drop) li:last-child:hover a.sub-nav-print-btn:after {
    display: none;
}

.secondary-nav .nav-wrap ul:not(.featured-drop) li:last-child:hover a.sub-nav-print-btn {
    color: #da202c !important;
}

.sb-blogs-container {
    margin-top: 25px;
}

.article-video {
    margin-bottom: 1.5rem;
    width: 100%
}

.article-offset-block {
    margin-bottom: 1.5rem;
    position: relative;
    right: 0;
}

@media (max-width:47.99em) {
    .article-offset-block {
        margin-bottom: 1rem
    }
}

@media (max-width:991.98px) {
    .article-offset-block {
        margin-left: 0
    }
}

.article-offset-block--half {
    float: left;
    width: 50%;
    position: initial;
    right: auto;
    margin-right: 5rem
}

.article-video video {
    width: 100%
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .youtube-video-container iframe,
    .youtube-video-container object,
    .youtube-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.dropcap::first-letter {
    margin: 4px 14px -11px -2px;
    float: left;
    font: 114px/0.9 "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}


.content img {
    max-width: 100% !important;
    width: 1000px !important;
}

.sbj-plus-pop-up-inner-content {
    max-width: 100%;
    width: 800px;
    margin: auto;
}

.sbj-plus-pop-up-sign-in-text {
    text-align: center;
    margin: 15px auto;
    font-size: 1.5rem;
}


.buzz-page .text-container p a,
.buzz-page .content-wrap p a {
    text-decoration: underline;
}

@media (max-width:47.99em) {
    .article-offset-block--half {
        width: 100%;
        margin-right: 0;
    }
}

/*Subscription Notification Banner CSS*/
.notification .notification__message,
.notification .notification__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.notification .notification__message {
    flex-direction: column;
}

.notification .notification__message {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notification .notification__close {
    position: absolute;
    right: 15px;
    margin-top: 15px;
}

.notification .notification__right {
    display: flex;
}

.notification--alert {
    background-color: #E6E6E6;
}

.notification--warning {
    background-color: #E6E6E6;
}

    .notification--warning .notification__icon svg {
        fill: #DA202C;
    }

.notification--alert .notification__icon svg {
    fill: #FFC315;
}

.notification__renew:hover {
    color: #000;
}

.notification .notification__close svg:hover {
    cursor: pointer;
}

.notification .notification__deckline {
    text-transform: uppercase;
    margin-right: 5px;
}

.notification .notification__renew {
    font-weight: bold;
    text-transform: uppercase;
}



/*NLP HUB TAGGING PAGE*/
#NLPData h2 {
    text-align: center;
}

#NLPData .story-list-container {
}

#NLPData .story-view-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

#NLPData .story-container {
    background: #F5F5F5;
    max-width: 100%;
    width: 1100px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

#NLPData .current-story {
    max-width: 100%;
    width: 500px;
}

#NLPData .story-list-container {
    padding: 15px;
}

#NLPData .story-list-data {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
}

    #NLPData .story-list-data li {
        text-align: center;
        flex-basis: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }


    #NLPData .story-list-data li,
    #NLPData .all-tags li {
        list-style-type: none;
    }

#NLPData .all-tags ul {
    padding-left: 0;
}

#NLPData .auto-tags li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 15px;
}

#NLPData .story-view-container {
    display: flex;
    justify-content: space-around;
}

#NLPData .submitMessage {
    max-width: 250px;
    font-weight: bold;
}


#loading,
#submissionLoading {
    margin: auto;
    width: 50px;
    height: 50px;
    border: 3px solid #DA202C;
    margin-bottom: 25px;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.sponsor-tile figcaption {
    margin-top: -25px;
}


.end-all-link-additional {
    margin-top: -15px !important;
}

.sbj-tv-additional {
    margin-top: 40px;
}


/*Having to hack my way to overide and add Hubs to it*/
@media(min-width: 768px) {
    .col-additional {
        display: none;
    }
}

@media(max-width: 768px) {
    .frame-additional {
        display: none;
    }
}

@media(min-width: 1024px) {
    .frame.frame-additional {
        margin-top: -75px;
    }
}

@media(max-width: 1024px) and (min-width: 768px) {
    .frame.frame-additional {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .sponsored {
        width: 100%;
    }
}

.sponsored .item iframe {
    width: 100%;
}

.pagination-container {
    margin-bottom: 36px;
}

.lightbox .container .content .sbj-plus-pop-up-inner-content a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.lightbox .container .content .sbj-plus-pop-up-inner-content input[type='submit'] {
    width: auto;
    text-transform: none;
    font-weight: 500;
    background-color: #da202c;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-radius: 5px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    border-box *,: after, : before border-boxuser agent stylesheetinput[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]: : -webkit-file-upload-button, button color: rgb(255, 255, 255);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Univers LT W01_55 Roman1475956", Helvetica;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    letter-spacing: normal;
    line-height: 20px;
    margin: 12px 0 40px 0;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    user-select: none;
    white-space: pre;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}

.logo-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.upgrade-heading {
    font-size: 1.5rem;
    text-align: center;
    margin: 15px;
}

.upgrade-content {
    text-align: center;
}

    .upgrade-content li {
        text-align: left;
    }

.nav-links {
    margin-top: 15px;
}

    .nav-links a {
        text-decoration: none;
    }

.learn-more input[type="submit"] {
    width: auto;
    font-size: 1rem;
    font-weight: normal;
    font-family: Helvetica;
    text-transform: none;
    letter-spacing: normal;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
}

a.learn-more {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin: 40px 0 20px 0;
}

    a.learn-more input[type="submit"]:hover {
        text-decoration: none;
    }

.buzz-page .page-title .print {
    text-decoration: none;
    position: inherit;
    bottom: 37px;
    color: #000;
    font-size: 18px;
}

.page-title .secondary-nav {
    border-bottom: none;
}

.title-date-container {
    display: flex;
    justify-content: space-between
}

    .title-date-container .print {
        text-decoration: none;
        font-size: 18px;
    }

    .title-date-container .visible-issue {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 10px 0;
    }

.secondary-nav .nav-wrap > ul > li.has-dropdown > a.visible-issue:before {
    position: absolute;
    top: -1px;
    right: 0;
    width: 16px;
    height: 16px;
    font-size: 7px;
    line-height: 1;
    color: #da202c;
    background-color: #f5f5f5;
    margin: 10px 0;
}

@media screen and (min-width: 768px) {
    .buzz-page .page-title {
        padding: 33px 0 29px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-title .secondary-nav {
        display: block;
    }
}


.error-message {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    max-width: 849px;
    margin: 40px 100px 20px 100px;
    font-size: 1.2rem;
}

.form-body .field-validation-error {
    color: #f00;
}

.form-body .validation-summary-errors {
    color: #f00;
}


.text-container .text-frame .related-box .title-bar .sub-heading {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.text-container .text-frame .related-box .related-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 600 18px/1.3334 "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

    .text-container .text-frame .related-box .related-links li {
        margin-bottom: 24px;
    }

    .text-container .text-frame .related-box .related-links a {
        color: #000;
        text-decoration: none;
    }

/* START Breaking news flag styling for aggregate stories */

.agg-breaking-news-container {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.agg-breaking-news-label {
    border-radius: 2px;
    background-color: #da202c;
    padding: 5px 12px;
    display: inline;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: 0.125em;
}

@media (max-width: 1024px) {
    .agg-breaking-news-container {
        margin-top: 5px !important;
    }
}

/* END Breaking news flag styling for aggregate stories */
.twitter-timeline {
    width: 100vw !important;
}

.news.sbj-plus-badge-mini > .txt > h3 {
    padding-top: 18px;
}

.news.sbj-plus-badge-mini > .txt > strong ~ h3 {
    padding-top: 0px;
}

.article {
    margin-bottom: 26px;
    padding-bottom: 24px;
}

.article-title {
    padding-top: 20px;
}

.SBJTV-modal-content .iframe-container iframe, .beauty-modal-content .iframe-container iframe, .featured-video-modal-content .iframe-container iframe {
    max-height: 830px;
}

.txt img {
    width: 20px;
    height: 20px;
}

#beauty-video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.beauty-modal-content {
    margin: 5% auto;
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .beauty-modal-content {
        display: flex;
        flex-direction: column-reverse;
    }

    #beauty-close-video {
        margin: auto;
    }
}

#beauty-close-video {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    position: relative;
    right: -10px;
    border-radius: 1000px;
    width: 40px;
    transition: all 1s;
}

    #beauty-close-video:hover,
    #beauty-close-video:focus {
        color: black;
        background-color: red;
        text-decoration: none;
        cursor: pointer;
    }

/* SVG play button stuff */
.videoButton-beauty .beauty-play-button {
    position: absolute;
    max-width: 700px;
    width: 25%;
    height: 25%;
    transform: translate(150%, 100%);
}

@media screen and (min-width: 768px) {
    .videoButton-beauty .beauty-play-button {
        position: absolute;
        max-width: 700px;
        width: 25%;
        height: 25%;
        transform: translate(150%, 100%);
        /*  top: 50%;*/
    }
}

.videoButton-beauty {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .videoButton-beauty .beauty-play-button svg {
        transition: all .2s ease;
        fill: white;
        z-index: 1000;
        background-color: white;
        border-radius: 100px;
        opacity: .5;
    }

.beauty-play-button svg polygon {
    fill: gray;
}

.videoButton-beauty .beauty-play-button:hover svg,
.videoButton-beauty .beauty-play-button:focus svg {
    cursor: pointer;
    opacity: 1;
}

.videoButton-beauty .beauty-play-button + img {
    position: relative;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.pop-video-wrapper {
    height: 100%;
}

    .pop-video-wrapper + .txt {
        margin-top: 10px;
    }

.videoButton-featured {
    display: flex;
    flex-wrap: wrap;
}

.feature-image img {
    object-fit: cover;
}

.feature-image.feature-image--fixed img {
    height: 14rem;
}

.featured-video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.featured-video-modal-content {
    margin: 5% auto;
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .featured-video-modal-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .featured-close-video {
        margin: auto;
    }
}

.featured-close-video {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    position: relative;
    right: -10px;
    border-radius: 1000px;
    width: 40px;
    transition: all 1s;
}

    .featured-close-video:hover,
    .featured-close-video:focus {
        color: black;
        background-color: red;
        text-decoration: none;
        cursor: pointer;
    }

/* SVG play button stuff */
.videoButton-featured .featured-play-button {
    position: absolute;
    max-width: 700px;
    width: 25%;
    height: 25%;
    transform: translate(150%, 100%);
    z-index: 99;
}

    .videoButton-featured .featured-play-button + img {
        position: relative;
        height: 100%;
        object-fit: cover;
    }

@media screen and (min-width: 690px) {
    .videoButton-featured .featured-play-button {
    }
}

@media screen and (min-width: 770px) {
    .videoButton-featured .featured-play-button {
        z-index: 99;
    }
}

.videoButton-featured .featured-play-button svg {
    transition: all .2s ease;
    fill: white;
    z-index: 1000;
    background-color: white;
    border-radius: 100px;
    opacity: .5;
}

.featured-play-button svg polygon {
    fill: gray;
}

.videoButton-featured .featured-play-button:hover svg,
.videoButton-featured .featured-play-button:focus svg {
    cursor: pointer;
    opacity: 1;
}

#videoButton-tv {
    height: 195px;
}

.SBJTV-video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.SBJTV-modal-content {
    margin: 5% auto;
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .SBJTV-modal-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .SBJTV-close-video {
        margin: auto;
    }
}

.SBJTV-close-video {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    position: relative;
    right: -10px;
    border-radius: 1000px;
    width: 40px;
    transition: all 1s;
}

    .SBJTV-close-video:hover,
    .SBJTV-close-video:focus {
        color: black;
        background-color: red;
        text-decoration: none;
        cursor: pointer;
    }

#videoButton-tv img {
    position: relative;
    top: -100px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

/* SVG play button stuff */
#videoButton-tv .SBJTV-play-button {
    position: relative;
    max-width: 700px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

    #videoButton-tv .SBJTV-play-button svg {
        transition: all .2s ease;
        fill: white;
        z-index: 1000;
        background-color: white;
        border-radius: 100px;
        opacity: .5;
    }

.SBJTV-play-button svg polygon {
    fill: gray;
}

#videoButton-tv .SBJTV-play-button:hover svg,
#videoButton-tv .SBJTV-play-button:focus svg {
    cursor: pointer;
    opacity: 1;
}

.sidebar .quote {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

    .sidebar .quote .title-bar {
        text-align: left;
    }

li.sidebar-popular__item {
    border-bottom: 1px solid #e6e6e6;
}

.most-popular-container {
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .most-popular-container {
        width: calc(50% - 16px);
    }
}

.sidebar-popular__list {
    list-style-position: outside;
    list-style-type: none;
    padding: 0
}

.sidebar-popular__item {
    margin-bottom: 1rem;
    border-bottom: .1rem solid #000;
    counter-increment: step-counter;
    padding-bottom: 1rem
}

    .sidebar-popular__item:last-child {
        border-bottom: none;
        padding-bottom: 1rem
    }

    .sidebar-popular__item a {
        color: #000;
        text-decoration: none;
    }

        .sidebar-popular__item a:hover, .sidebar-quote a {
            color: #b7053f
        }

    .sidebar-popular__item h5 {
        padding-left: 4rem;
        position: relative;
        text-transform: none
    }

        .sidebar-popular__item h5::before {
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: .05rem;
            text-transform: uppercase;
            content: counter(step-counter);
            display: block;
            left: 0;
            line-height: 0;
            position: absolute;
            top: 1rem
        }

.fa-external-link-alt:before {
    position: relative;
    top: 20%;
    left: 29%;
}

@media screen and (min-width: 768px) {
    .fa-external-link-alt:before {
        left: 25%;
    }
}

.fa-external-link-alt {
    position: absolute;
    top: 5%;
    left: 87%;
    border-radius: 100px;
    background-color: white;
    width: 35px;
    height: 35px;
}

@media screen and (min-width: 768px) {
    .fa-external-link-alt {
        left: 90%;
    }
}

.breaking-news-bar {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .breaking-news-bar {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.paywall-footer-container {
    background-color: #414042;
    color: white;
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.paywall-footer-top-bar {
    background-color: #414042;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 3rem;
}

/*.paywall-footer-top-bar-center > strong {
    display: none;
}*/

.paywall-footer-subscribe, .paywall-footer-subscribe:hover {
    background-color: #da202c;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
}

.paywall-footer-register-block {
    color: white;
    width: 100%;
}

    .paywall-footer-register-block a {
        color: #da202c;
    }

    .paywall-footer-register-block > p {
        display: none;
    }

.paywall-footer-email-entry {
    display: flex;
    justify-content: center;
}

    .paywall-footer-email-entry input {
        line-height: inherit;
    }

.paywall-footer-register-button {
    font-weight: bold;
    padding: 0 24px;
    /*background-color: dimgray;*/
    line-height: 30px;
    color: white;
    height: auto;
    width: fit-content;
    margin: auto 0;
}

.paywall-footer-complete-profile-button {
    font-weight: bold;
    padding: 10px 24px;
    background-color: dimgray;
    line-height: 30px;
    color: white !important;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    margin-bottom: 10px;
}

.paywall-footer-access-button-container {
    margin-bottom: 10px;
}

.paywall-footer-access-button {
    font-weight: bold;
    padding: 10px 24px;
    background-color: dimgray;
    line-height: 30px;
    color: white !important;
    width: fit-content;
    margin: auto;
    text-decoration: none;
}

.remaining-articles {
    color: #da202c;
}

.paywall-footer-article-countdown {
    margin: 8px 0;
    font-weight: bold;
}

.paywall-footer-subscriber-login {
    margin: .5rem;
}

    .paywall-footer-subscriber-login a {
        color: white;
    }

.paywall-footer-top-bar-center {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    padding-top: 10px;
}

.top-bar-counter-fullscreen {
    display: none;
}

.paywall-footer-top-bar-center a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: -18%;
}

@media screen and (max-width: 768px) {
    .paywall-footer-top-bar-center a {
        position: relative;
        padding-top: 8px;
        font-size: 17px;
    }

    .paywall-footer-top-bar-center {
        font-size: 17px
    }
    .paywall-footer-expand {
        position: relative;
        right: 8%;
        margin-top: 6px;
        font-size: x-small;
    }

    .paywall-footer-collapse > i {
        font-size: xx-large;
    }
}

.collapse-toggle {
    position: absolute;
    left: 93%;
}


@media screen and (min-width: 768px) {
    .collapse-toggle {
        left: 95%;
    }

    .top-bar-counter-mobile {
        display: none;
        font-size: 18px;
    }


    .top-bar-counter-fullscreen {
        display: block;
    }

    .paywall-footer-top-bar-center {
        margin-left: 30px;
    }


        .paywall-footer-top-bar-center > a {
            display: block;
            font-size: larger;
            margin-left: 8px;
            top: -6%;

        }

    .paywall-footer-subscribe {
        margin-left: 36px;
    }

    .paywall-footer-register-block > p {
        display: block;
    }

    .paywall-footer-article-countdown {
        margin: 0;
        font-size: larger;
    }

    .paywall-inline-container .paywall-footer-email-entry .paywall-footer-register-button {
        padding: 3px 24px;
    }
}

.paywall-lock-subscribe-container {
    margin-bottom: 20px;
}

.disabledCursor {
    cursor: not-allowed !important;
    background: #ddd !important;
    color: #000 !important;
}

    .disabledCursor:hover {
        color: #000 !important;
    }

.text-center {
    text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container .flex-50 {
        -ms-flex: 50%; /* IE 10 */
        flex: 50%;
        max-width: 50%;
    }


/*----------MY SBJ POP UP - START------------*/
#mySBJDialog {
    height: auto !important;
    padding-top: 0;
}

.topic-container {
    margin: 0 37px;
}

.topic-save-changes-container {
    margin: 30px 0px 0px 0px;
}

#savePreferences {
    margin-top: 0 !important;
    max-width: 200px !important;
}

.authorSection h3,
.topicSection h3 {
    margin-bottom: 0;
    margin-top: 3px;
}

.topic-container {
    margin: 0 auto !important;
    max-width: 400px;
}

.flex-container {
    margin: 0 auto !important;
}

    .flex-container .flex-50 {
        flex: 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }

#mySBJForm hr {
    width: 100% !important;
}

.ui-widget-header {
    border: none !important;
    background: white !important;
    text-align: center !important;
    width: 100% !important;
}

.ui-dialog .ui-dialog-title {
    text-align: center !important;
    width: 100% !important;
    font-size: 24px;
}

.add-block {
    margin: 0 !important;
}

.flex-container .flex-25 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

.flex-container .flex-33 {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
}

.flex-container .flex-50 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.flex-container .flex-66 {
    -ms-flex: 66%;
    flex: 66%;
    max-width: 66%;
}

.ui-dialog-title {
    color: #da202c;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    .mySBJFormMainContainer .flex-50 {
        flex: 100%;
        max-width: 100%;
    }
}
/*----------MY SBJ POP UP - END--------------*/
