﻿body {
    background-color: #f8f8f8;
}

.col-lg-8.fRight.searchbox {
    padding-right: 15px;
}

.poweredByText {
    margin-right: 25px;
    margin-top: 0px !important;
}

.signWrap {
    padding-top: 12px;
}

.padding10 {
    padding-top: 10px;
}

#ot-sdk-btn {
    padding-left: 0px;
}


/*To be updated in clubstyle.css*/
@media (max-width: 1024px) and (min-width: 768px) {
    .mega-menu .nav {
        display: block !important;
    }

    .mega-menu.navbar {
        width: 100%;
    }

    .padding10 {
        padding-top: 0;
    }

    .headerBottom .dropdown-menu-large {
        margin-left: 0;
    }

    .poweredByText label {
        margin-bottom: 0;
        font-size: 16px;
    }

    .headerBottom .mega-menu .navbar-nav > li > .dropdown-menu {
        margin-top: 0px;
    }

    .content-wrapper-text #subscribeSection {
        margin-bottom: 40px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .poweredByText {
        margin-right: 0;
    }

    .mobWidthAuto, .signWrap {
        width: 50% !important;
    }

    span.navbar-toggler-icon {
        margin-top: 0;
    }

    .signWrap {
        padding-top: 10px;
    }

    body .next-text {
        padding-right: 30px;
    }
}

.mega-menu .navbar-nav .dropdown.dropdown-large.show .dropdown-menu {
    width: 770px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-top: 12px;
    border: none;
}

@media (min-width: 1024px) {

    .desktopWidth {
        max-width: 26% !important;
        flex: 0 0 26% !important;
    }

    .desktopWidth28 {
        max-width: 28% !important;
        flex: 0 0 28% !important;
    }
}

/*** CTA BUTTON STATES ***/

#show-subscribe a.signBtn, #show-subscribe .fullArticleLink {
    text-transform: uppercase;
    font-size:14px !important;
    padding:1em 2em;
}

body .articleSidebar .fullArticleLink:active {
    background: #f8f8f8 !important;
}

body .articleSidebar .fullArticleLink {
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 1rem 2rem !important;
}

/*** default State ***/
a.signBtn {
    background: none;
    color: #00993B;
    border: 1px solid #439647;
    text-decoration: none !important;
    padding: 1em 2em 1em 2em;
    font-size: 16px;
}

.fullArticleLink {
    border: 1px solid #E8171F;
    background: #E8171F !important;
    text-decoration: none !important;
    padding: 0.9em 2em 0.9em 2em;
    font-size: 16px;
    margin-right:1rem;
}

/*** Static Hover State ***/
a.signBtn:hover {
    background: #025427;
    color: #fff;
    border: 1px solid #025427;
}

.fullArticleLink:hover {
    background: #A8171F !important;
    border: 1px solid #A8171F;
}


/*** Active State ***/
body a.signBtn:active {
    color: #00993B;
    border: 2px solid #439647;
    font-weight: 700;
    background: none !important;
}

body .fullArticleLink:active {
    color: #fff !important;
    border: none !important;
    background: none !important;
    background-color: #ed1c24 !important;
}

/*** Active clicked State ***/
body a.signBtn:visited {
    color: #025427;
    border: 2px solid #22522C;
    background: #fff !important;
}

body .fullArticleLink:visited {
    color: #A8171F !important;
    border: 2px solid #9B2826 !important;
    font-weight: 700;
    background-color: #F8F8F8 !important;
}

/*** Outline -None ***/
body a.signBtn, body .fullArticleLink {
    outline: none;
}

#subscribeSection .ctaTextArchived {
    margin-bottom: 40px;
    color: #333;
    font-weight: 700;
}

    #subscribeSection .ctaTextArchived br {
        display: none;
    }

@media (width: 768px) {

    /*a.signBtn, .fullArticleLink {
        padding: 1rem 14px;
    }*/

    body .col-md-8.col-lg-9 .content-wrapper-text #subscribeSection {
        width: 419px !important;
        margin-bottom: 0 !important;
    }

        body .col-md-8.col-lg-9 .content-wrapper-text #subscribeSection .signBtnUpdated {
            margin-right: 10px !important;
        }

    body .col-md-8.col-lg-9 a.signBtn {
        padding: 1em 0.875rem;
    }


    body .col-md-8.col-lg-9 .content-wrapper-text #subscribeSection .fullArticleLink {
        padding: 1em 0.875rem !important;
    }

    body .articleSidebar .fullArticleLink {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
        font-size: 15px !important;
    }

    body .tagged-carousel .item {
        width: 266px !important;
    }

    body .owl-carousel .owl-stage {
        margin-left: -157px !important;
    }

    body .tagged-info {
        padding: 16px;
    }
}

/*** Popular Document States  Starts ***/

body .featureImg:active .overlay {
    height: 100%;
    background-color: #000 !important;
    opacity: .8;
}

.featureImg:active .overlay p, .featureImg:active .overlay h3 {
    display: block !important;
    color: #fff !important;
}

.featureImg:hover .overlay p, .featureImg:hover .overlay h3 {
    display: block !important;
    color: #333333;
}

.featureImg:hover img, .featureImg:active img {
    filter: blur(2px);
}

@media (min-width: 1025px) {
    .featureImg:hover .overlay {
        height: 100%;
        background-color: #fff !important;
        opacity: .8;
        backdrop-filter: blur(13px);
    }
}

body .linkingTitle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 14px;
    color: #333333;
}

body .overlay p.desc {
    padding: 10px 0.9375rem;
    color: #333333;
}


@media screen and (min-width: 1025px) {
    body .overlay {
        height: 56px;
    }
}

@media screen and (max-width: 767px) {
    .overlay p.desc {
        padding: 0.9375rem 2.5rem !important;
    }

    body .linkingTitle {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    /*** CTA Button Generic CSS for spacing ***/

    .content-wrapper-text #subscribeSection {
        width: auto !important;
        margin: 0 auto !important;
    }

    body .content-wrapper-text #subscribeSection .signBtnUpdated {
        margin-right: 0 !important;
        margin-bottom: 35px !important;
    }

    .content-wrapper-text #subscribeSection .news-cta-buttons {
        width: auto !important;
    }

    body .content-wrapper-text p.detailSubscriptionText {
        padding-bottom: 20px !important;
    }
}

/*** Popular Document States  Ends ***/

/*** CTA Button Spacing CSS ***/

.content-wrapper-text p.detailSubscriptionText {
    padding: 0 !important;
    font-size: 20px;
    line-height: 28px;
}

.content-wrapper-text #subscribeSection {
    margin: 0 auto;
}

    /*.content-wrapper-text #subscribeSection .fullArticleLink {
        padding: 1em 3.25rem 1em 3.25rem !important;
    }*/

    .content-wrapper-text #subscribeSection .signBtnUpdated {
        margin-right: 32px !important;
    }

    .content-wrapper-text #subscribeSection .news-cta-buttons {
        width: auto !important;
    }

.content-wrapper-text .news-amendments {
    margin-bottom: 90px;
}

.content-wrapper-text #subscribeSection .cta-news-text {
    margin-bottom: 40px;
}

.content-wrapper #document {
    margin-bottom: 90px;
}
/*
#ap_author_desc .fade-effect {
    margin-top: 0 !important;
    height: 18em !important;
}*/

/*** Breadcrumbs ***/

#pa_desktop_breadcrumb .breadcrumb {
    padding-top: 1.7rem;
}

/*** Tagged Content and text Container starts ***/

.tagged-img {
    height: 122px;
    overflow: hidden;
    display: block;
}

.tagged-content, .tagged-carousel .item {
    background: #fff;
}

    .tagged-content, .tagged-carousel .item:hover {
        transform: translateY(-3px) translateZ(0);
        box-shadow: 0 3px 6px #33333308;
    }

        .tagged-content a {
            text-decoration: none;
        }

.tagicon {
    display: inline-block;
    margin-right: 3px;
    width: 20px;
    vertical-align: middle;
}

.cartitle {
    padding: 0px 13px;
}

.cartitlelogo {
    padding: 0px 10px;
}

.tagged-carousel .tagged-content:hover {
    text-decoration: none;
}

.tagged-info {
    padding: 24px;
}

    .tagged-info .disbtn {
        background: #a8171f;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        padding: 6px 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    .tagged-info p.mb-0 {
        margin-top: 20px;
    }

    .tagged-info a span.right-arrow {
        color: #333;
        position: relative;
    }

    .tagged-info a:hover span.right-arrow {
        text-decoration: none;
    }

    .tagged-info h3 {
        font-size: 1.5em;
        margin-bottom: 0.6em;
        font-weight: 700;
    }


.tagged-carousel .owl-theme .owl-nav {
    text-align: inherit;
}

body .tagged-carousel .owl-nav button {
    background: #fff !important;
    width: 80px;
    height: 49px;
    color: #fff !important;
    text-align: center;
    border-radius: inherit !important;
    position: relative;
    z-index: 10;
    outline: inherit;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.prev-btn {
    float: left;
    margin-left: 20px;
    background-color: #fff !important;
    color: #00162D;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    height: 10px;
}

.next-btn {
    float: right;
    margin-right: 20px;
    background-color: #fff !important;
    color: #00162D;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 10px;
}

.prev-text {
    transform: initial !important;
    border-left: 1px solid #fff !important;
    padding-left: 30%;
    width: 98px !important;
    position: absolute;
    top: 0;
    height: 49px !important;
    background-color: #fff !important;
    color: #00162D;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
}

.next-text {
    transform: initial !important;
    border-right: 1px solid #fff !important;
    padding-left: 55%;
    width: 98px !important;
    position: absolute;
    top: 0;
    right: 51px;
    height: 49px !important;
    background-color: #fff !important;
    color: #00162D;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
}

.tagged-carousel .owl-nav button span {
    font-size: 20px;
    color: #333 !important;
}

.tagged-carousel .owl-prev .prev-text:hover {
    transform: translateX(-5px) translateZ(0) !important;
}

.tagged-carousel .owl-next .next-text:hover {
    transform: translateX(5px) translateZ(0) !important;
}

.tagged-carousel .owl-prev {
    float: left;
}

.tagged-carousel .owl-next {
    float: right;
    width: 50px;
    max-width: 50px;
}

.tagged-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 15px;
    height: 15px;
    border: 1px #333 solid;
}

.tagged-carousel.owl-theme .owl-dots .owl-dot.active span, .tagged-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #333;
}

.tagged-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
    position: relative;
    top: 18px;
    zoom: 1;
}

.tagged-carousel.owl-theme .owl-nav {
    margin-top: 16px;
}


.tagged-description {
    height: 88px;
    font-size: 14px;
    border-bottom: 1px solid #707070;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .tagged-description p {
        font-size: 16px;
    }

@media (max-width: 1024px) {
    .tagged-img {
        height: 145px;
    }

    .tagged-content, .tagged-carousel .item {
        min-height: 365px;
    }

    .tagged-info .privacy-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        width: 175px;
    }
}

@media (max-width: 360px) {
    .prev-text {
        width: 55px !important;
        height: 40px !important;
    }

    .next-text {
        width: 65px !important;
        height: 40px !important;
    }

    body .tagged-main-container .tagged-carousel .owl-nav button {
        width: 30px;
    }

    .tagged-carousel .owl-nav button span {
        font-size: 15px;
    }

    body .tagged-carousel .owl-nav button {
        height: 40px;
    }

    .tagged-carousel.owl-theme .owl-nav {
        width: 80%;
        margin: 0 auto;
    }

    .tagged-carousel.owl-theme .owl-dots {
        display: none;
    }
}

@media (max-width: 768px) {
   
    .tagged-main-container .row, .tagged-main-container .col-lg-12 {
        padding: 0;
        margin: 0;
    }

    body .tagged-main-container .tagged-carousel .owl-nav button {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: 43px;
    }

    .prev-text {
        width: 75px !important;
    }

    .next-text {
        width: 75px !important;
        right: 43px;
        padding-left: 38%;
    }

    .tagged-description {
        height: 88px;
    }

    .tagged-info .privacy-text {
        width: 234px;
        height: 52px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        white-space: normal;
    }

    .tagged-carousel.owl-theme .owl-dots {
        top: 40px;
        /* display: none; */
    }

    .cartitlelogo {
        padding: 0px 0px;
    }
}


@media (width: 768px) {
    .tagged-text {
        width: 548px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .tagged-text {
        width: 748px;
        margin: 0 auto;
    }
}
/*** Tagged Content and text Container Close ***/

/*** Static Banner Image Starts ***/
.blog-staticimage .bannerImage.Aligner {
    cursor: default !important;
}

.blog-staticimage .bannerImage {
    background-image: url(../images/LEXISNEXIS_PSL_Desktop.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 358px;
}


.blog-staticimage .relativeBlock {
    position: relative;
}

.blog-staticimage .Aligner-item {
    max-width: 72%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px !important;
    transform: translate(0%, -160%);
    color: #565656;
}

.blog-staticimage .overlayBg {
    background: #fff;
    opacity: .8;
    text-align: left;
    padding: 25px 20px;
}

.blog-staticimage .titleBorder {
    border-left: 10px solid #E8171F;
    padding-left: 18px;
    color: #333;
    font-weight: 700;
}

.blog-staticimage h1 {
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 40px;
}

.blog-staticimage .overlayDesc, .blog-staticimage .overlayDesc p {
    font-size: 18px;
    margin-bottom: 0;
}

    .blog-staticimage .overlayDesc h5 {
        color: #373737;
    }

.blog-staticimage h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .blog-staticimage .Aligner-item {
        top: 0px;
        transform: translate(0%, -155%);
    }
    .content-wrapper-text #subscribeSection {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .blog-staticimage .overlayDesc {
        padding-left: 29px;
        width: 401px;
    }

    .blog-staticimage .overlayBg {
        padding-right: 77px;
    }
}

@media screen and (max-width: 767px) {
    .blog-staticimage .bannerImage.Aligner {
        height: 320px;
        background-size: cover;
    }

    .blog-staticimage .Aligner-item {
        max-width: 100%;
        left: 0 !important;
        transform: translate(0%, -174%);
    }

    .blog-staticimage .titleBorder {
        border-left: 4px solid #E8171F;
        padding-left: 8px;
    }

    .blog-staticimage .overlayDesc h5 {
        font-size: 16px;
    }

    .blog-staticimage h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .blog-staticimage .bannerImage {
        background-image: url(../images/baner-image-mobile.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 358px;
    }

    body .tagged-carousel .item {
        width: 254px !important;
    }
}

@media screen and (width: 768px) {
    .blog-staticimage .titleBorder {
        font-size: 40px;
        margin-bottom: 20px;
        border-left: 4px solid #E8171F;
        line-height: 40px;
        padding-left: 10px;
    }

    .blog-staticimage .Aligner-item {
        max-width: 48%;
        transform: translate(0%, -173%);
    }

    .blog-staticimage .overlayBg {
        padding: 25px 30px;
    }
}
/*** Static Banner Image Ends ***/
/**home page text content**/
.tagged-text .sf-Long-text h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    border-left: none !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
    font-weight: 700;
}

.newhomepage-list .guidanceArticleCategory {
    color: #E8171F;
    margin-top: 20px;
}

@media screen and (width: 768px) {
    .new-artical-list {
        width: 684px;
        margin: 0 auto;
    }
}

/*** Blog Category Starts ***/
.blog-cat {
    margin-top: -90px;
}

    .blog-cat .bgGray {
        background: inherit;
    }

body .blog-cat .overlay {
    height: 5.063em;
}

.blog-cat .featureImg:hover .overlay {
    height: 5.063em;
    border: none;
}

.blog-cat .featureImg:hover img, .blog-cat .featureImg:active img {
    filter: inherit;
}


body .blog-cat .linkingTitle {
    text-align: center !important;
    font-size: 2.000em;
    margin-top: 22px;
}

body .blog-cat .desc {
    display: none;
}

.blog-cat .d-flex.justify-content-center.bd-highlight.mb-3.example-parent.parent {
    flex-wrap: wrap;
}

.blog-cat .hubPage_featuredContent {
    display: block !important;    
}
.hubPage_newContent{
    box-sizing:content-box;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .blog-cat .overlay {
        height: 5.063em;
        border: inherit;
    }
    .hubPage_newContent {    
    max-width: 50% !important;
    }

    body .blog-cat .desc, body .blog-cat .featureImg:hover .overlay p {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .blog-cat .featureImg, .blog-cat .featureImg img {
        height: 5.063em;
        border: inherit;
        filter: blur(.5px);
    }

    .blog-cat .overlay {
        backdrop-filter: blur(20px);
        background-color: rgba(255,255,255,.8);
        opacity: 1;
    }
}

@media screen and (min-width: 1024px) {

    .blog-cat .linking .bd-highlight {
        padding-left: 0 !important;
    }

    .blog-cat .featureWrap {
        padding-right: 0 !important;
        height: auto;
    }

    .blog-cat .featureImg:hover .overlay {
        height: 100%;
    }

    .blog-cat .featureImg:hover img, .blog-cat .featureImg:active img {
        filter: blur(2px);
    }

    body .blog-cat .featureImg:hover .overlay {
        border-top: 4px solid #e8171f !important;
    }
    .content-wrapper-text #subscribeSection .signBtnUpdated {
        margin-right: 15px !important;
    }
    a.signBtn {
        font-size: 14px;
    }
}

.blog-cat .featuredArticleBg {
    top: inherit;
}

.blog-cat .featureWrap, .blog-cat .featuredArticleBg {
    height: auto !important;
}

/*** Blog Category Ends ***/

@media (min-width: 768px) and (max-width: 1200px) {

    body .articleSidebar .fullArticleLink {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
        font-size: 15px !important;
    }
}


/*** Common CSS for header logo / footer logo / relx logo / header CLS - powered by container height / mobile header logo ***/
.library-header .deskLogo a, .col-md-4.fLeft.deskLogo a {
    display: inline-block;
    width: 170px;
    height: 68px;
}

#footer .footer-logo {
    margin-left: -25px;
    display: block;
    margin-bottom: 40px;
    width: 155px;
    height: 35px;
}

.re-logo {
    width: 134px;
    height: 21px;
    display: inline-block;
    text-indent: initial !important;
}

.progressive-image-newshome {
    position: relative;
    overflow: hidden;
    height: 358px;
}

    .progressive-image-newshome .loadingImage-newshome {
        filter: blur(5px);
        height: 358px;
    }

    .progressive-image-newshome .bannerImage {
        position: absolute;
        height: 358px;
        top: 0;
        opacity: 0;
        transition: opacity 200ms ease-in;
        background-size: initial;
    }

    .progressive-image-newshome .loadingImage-newshome, .progressive-image-newshome .bannerImage {
        background-size: cover !important;
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .progressive-image-newshome .bannerImage, .progressive-image-newshome .loadingImage-newshome, .progressive-image-newshome {
        height: 358px !important;
        display:none;
    }
    .featureWrap {
        height: auto !important;
    }

    .featuredArticleBg {
        top: 0 !important;
        height: auto !important;
    }

    .twoline-aligner-item {
        position: static !important;
    }
}

@media (max-width: 767px) {
    .progressive-image-newshome .bannerImage, .progressive-image-newshome .loadingImage-newshome, .progressive-image-newshome {
        height: 320px !important;
        display:none;
    }
    .featureWrap {
        height: auto !important;
    }
    .featuredArticleBg {
        top: 0 !important;
        height: auto !important;
    }
    .twoline-aligner-item {
        position: static !important;
    }
}

@media screen and (min-width: 1024px) {

    body .precedent-banner .overlayWrap.Aligner-item {
        margin-top: 37px;
    }
    #show-subscribe a.signBtn, #show-subscribe .fullArticleLink {
        font-size: 12px !important;
    }
}

.fullwidth-meganav .nav.navbar-nav .caret.fa {
    font-weight: 400 !important;
}

@media (min-width: 768px) {

    /*** Updated RHS ***/

        #rightSidePlaceholder #articleSidebar.articleSidebar {
        padding: 14px;
        padding-top: 24px;
        padding-bottom: 32px;
    }

        #rightSidePlaceholder #articleSidebar.articleSidebar .articleSidebarTitle {
            font-size: 1.75rem;
            color: #333 !important;
            margin-bottom: 16px !important;
            line-height: 36px;
        }

        #rightSidePlaceholder #articleSidebar.articleSidebar .articleSidebarDetail {
            font-size: 1.25rem;
            color: #333 !important;
            margin-bottom: 32px !important;
            line-height: 26px;
        }

    body .articleSidebar .fullArticleLink {
        display: block;
        width: 183px;
        margin: 0 auto;
        font-size: 15px !important;
        padding: 0.85rem 2rem !important
    }

    .articleSidebar .fullArticleLink {
        background-image: url('../images/TriangleRight-white.svg') !important;
        background-repeat: no-repeat !important;
        background-position: 85% 18px !important;
        background-size: 15px 15px !important;
    }

    body .articleSidebar .fullArticleLink:active {
        background-image: url('../images/TriangleRight-grey.svg') !important;
        background-repeat: no-repeat !important;
        background-position: 85% 18px !important;
        background-size: 15px 15px !important;
    }
}

@media (width: 768px) {
    .articleSidebar .fullArticleLink {
        text-align: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .prev-btn {
        margin-left: 15px;
        width: 10px;
    }

    .prev-text {
        width: 80px !important;
        padding-left: 10px;
    }

    .next-text {
        width: 80px !important;
        right: 43px;
    }

    .next-btn {
        margin-right: 15px;
    }

    .cartitlelogo {
        padding: 0 0px;
    }

    .tagged-carousel.owl-theme .owl-dots {
        display: none;
    }
}

.tagged-info .privacy-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    color: #a8171f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

.owl-carousel .owl-stage {
    margin-left: -46px !important;
}

.tagged-carousel .item {
    width: 284px !important;
    margin-right: 6px;
}

#free-trial-form .prefFootnote span {
    background: none !important;
}

#free-trial-form .prefFootnote a, #free-trial-form .prefFootnote a span {
    color: #0563c1 !important;
}

@media (width: 820px) {
    a.signBtn {
        padding: 1em 1em 1em 1em;
    }
    .fullArticleLink {
        padding: 0.9em 1em 0.9em 1em;
    }
}

@media (width: 1180px) {
    .fullArticleLink, a.signBtn {
        padding: 1em;
    }
    .progressive-image-newshome .bannerImage, .progressive-image-newshome .loadingImage-newshome, .progressive-image-newshome {
        display: none;
    }
    .featureWrap {
        height: auto !important;
    }

    .featuredArticleBg {
        top: 0 !important;
        height: auto !important;
    }

    .twoline-aligner-item {
        position: static !important;
    }
    }