/* PL-1480  */
.asset-body .inline-asset {
  /*clear: both;*/
}
#asset-content .clearfix::after {
  clear: both;
}
.tsArticleRegion {
    clear:both; 
    margin-bottom:20px;
}
.asset .articleRelatedSiblings {
    clear:both; 
    margin-bottom:20px;
}
.asset #tncms-region-article_instory_top, 
.asset #tncms-region-article_instory_middle, 
.asset #tncms-region-article_instory_bottom, 
.asset #tncms-region-article_bottom_content{
    clear:both; 
}
/* PL-1480 */

/* alternative absolute position sticky share bar, to fix compatibility issue with magnite in firefox */
#share-left-container { position:absolute;height:100%;font-size:26px;  }
#share-left-container li.social-share-link.copy { margin-bottom:4px; }
#share-left-container .share-left-sticky-wrapper { position:sticky;top:100px; color: var(--accent-color); }
#share-left-container .share-left-sticky-wrapper button { font-size:22px; padding:0; }
/*#share-left-container .share-left-sticky-wrapper button.copy svg { margin:10px 10px 10px 8px; }*/
@media only screen and (min-width: 767px) and (max-width: 808px){ 
    #share-left-container { left: -30px; }
}
@media only screen and (min-width: 808px) and (max-width: 822px){ 
    #share-left-container { left:-54px; }
}
@media only screen and (min-width: 822px) and (max-width: 990px){ 
    #share-left-container { left:-56px; }
}
@media only screen and (min-width: 990px){ 
    #share-left-container { left:-98px; }
}
@media only screen and (min-width: 1200px){ 
    #share-left-container { left:-106px; }
}
/* end share bar */

/*article styles*/
 .tsArticle{
     display:flex;
}
 .tsArticle .asset-body {
     width: min(690px,calc(100% - 60px));
     max-width:none;
     margin:0 auto 
}
 .articleMainArt {
     width: min(960px,calc(100%));
     max-width:none;
     margin: 0 auto;
}
 .asset #asset-content {
     padding:0 105px;
}
 @media (max-width: 767px) {
    .asset #asset-content, .asset #asset-below {
        padding: 0;
    }
}
 @media only screen and (min-width: 1086px){
     .asset #tncms-region-article_instory_top, .asset #tncms-region-article_instory_middle, .asset #tncms-region-article_instory_bottom, .asset .articleRelatedSiblings, .asset #tncms-region-article_bottom_content, .asset .related-sidebar {
         position: relative;
         width: 755px;
         right: 65px;
    }
}
@media only screen and (max-width: 1200px){
    .container.has-wallpaper, .has-wallpaper .container, .container {
        /* this fixed width is causing container to expand outside the viewport on smaller devices */
        /* width: 1170px;*/ 
    }
}
 .tsArticleSidebar {
     width: 320px;
     float:left;
     margin-left:20px;
     display: grid;
     grid-template-columns: 100%;
}
 .tsArticleSidebar.tsArticleSidebarSmall {
     grid-template-rows: 100%;
}
 .tsArticleSidebar.tsArticleSidebarMedium {
     grid-template-rows: 50% 50%;
}
 .tsArticleSidebar.tsArticleSidebarLarge {
     grid-template-rows: 50% 25% 25%;
}
 .hasSidebar .asset-body {
     float:left 
}
/* Need to add styling to account for mobile. Rail would be hidden in that case */
 @media only screen and (max-width: 1085px){
     .tsArticleSidebar{
         display:none;
    }
}
 .ymbii .block-title *{
    text-transform: uppercase;
    font-size: 12px !important
}
 .ymbii article{
    margin-left: 16px
}
 .ymbii .card-headline h3.tnt-headline{
    font-size: 18px
}
 .ymbii .icon-warning-updated {
    margin-right: 4px
}
 .ymbii .card-container{
    grid-template-columns: auto 140px;
}
 .ymbii article{
    padding-bottom: 15px
}
 .ymbii article:last-of-type{
    padding-bottom: 0
}
.asset .articleRelatedSiblings .relatedHeader {
     margin-bottom: 5px;
     border-bottom: 2px solid #000;
     padding-bottom: 5px;
     font-weight: 800;
     color: #333;
     text-transform: uppercase;
     font-size: 16px;
     line-height: 21px;
}
.asset .articleRelatedSiblings .relatedItem .tnt-headline {
    font-size: 16px;
}
@media (min-width: 768px) {
    .asset .articleRelatedSiblings .relatedItem .tnt-headline {
        font-size: 18px;
    }
}
.asset .articleRelatedSiblings .relatedItem .card-label-flags a{
     font-family: var(--font-daily-sans);
     color: var(--accent-color2-community);
     font-size: 10px;
     line-height: 15px;
}
.asset .articleRelatedSiblings .relatedItem{
     padding-top: 16px;
     padding-bottom: 16px;
     border-bottom: 1px solid #d8d8d8;
}
.asset .articleRelatedSiblings .relatedItem .asset-date {
    font-size: 12px;
    line-height: 18px;
    color: var(--bodySecondary, #686868);
}
 .asset .articleRelatedSiblings .relatedItem:last-of-type{
     border-bottom: 0;
     padding-bottom: 0 
}
 .asset .share-container.headline-right{
     position: relative;
     float: none !important;
     display: none 
}
 .asset .asset-body .social-share-links li a{
     font-size:20px 
}
 article.asset .social-share-links *{
     color: var(--accent-color) 
}
 .asset .asset-body .social-share-links .social-share-link{
     opacity: 1 
}
 .asset .tnt-byline {
     color: #333;
}
 .asset .tnt-byline a{
     font-weight: 700 
}
 .asset .tnt-date {
     color: #333;
}
 .asset .tnt-update-recent {
     font-size: 14px;
     color: #333 !important;
}
 .asset .asset-body p {
     font-size: 1.125rem;
     color: #333;
     line-height: 1.5rem;
     font-family:var(--font-daily-text) 
}
 @media (min-width: 768px) {
     .asset .asset-body p {
         font-size: 1.25rem;
         line-height: 1.75rem;
         margin-bottom: 16px;
    }
}
.asset .asset-body p > a, #staticpage-content a{
     color: var(--link-color);
}
.asset .asset-body p > em > a{
     color: var(--link-color);
}
 .asset .asset-body .caption *{
     font-family: var(--font-daily-sans) 
}
 .asset .asset-body .caption p{
     font-size: smaller ;
     line-height: normal;
     font-weight: normal 
}
 .asset .asset-body .caption-text{
     padding: 10px 0;
     display: block 
}
 .asset .asset-body .credit{
     font-size: smaller 
}
 .asset .asset-tags * {
     font-size: 2px;
     background: none;
     padding: 0 
}
 .asset .asset-tags a{
     color: var(--accent-color);
     border-radius: 0;
     background: none !important 
}
 .asset .asset-tags a:hover{
     text-decoration: underline 
}
 .asset .asset-tags li:after{
     content: ',';
     padding: 0 !important 
}
 .asset .asset-tags li:last-of-type:after{
     content: '' 
}
 .asset .asset-tags li {
     padding: 0 !important;
     margin-right: 3px 
}
 .asset .asset-tags h4 {
     margin-top: 3px !important;
     color: #222 
}
 .asset .asset-tags h4:after{
     content: ':' 
}
 .asset p.tncms-inline-link a{
     font-size: 20px 
}
 .asset-header {
     width: min(960px,calc(100%));
     max-width:none;
     margin: 0 auto;
}
 .asset-header .type-of-work {
     border: 1px solid #333;
     border-radius: 2px;
     color: #333;
     padding: 3px 5px;
     font-weight: 800;
     letter-spacing: .5px;
     text-transform: uppercase;
     margin-bottom: 0;
     height: auto !important;
     line-height: 12px 
}
 .asset-header .type-of-work .the-type, #oldArticleTooltip .the-type{
     margin:0;
     color: #333;
     font-size: .625rem;
}
 .asset-header .type-of-work .popover h4, #oldArticleTooltip h4{
     font-size: 28px;
     margin-bottom: 8px;
     letter-spacing: -.25px;
     line-height: 32px;
     font-weight: 700;
     font-family: var(--font-daily-serif);
     color: var(--body-text-color); 
}
 .asset-header .type-of-work .popover p, #oldArticleTooltip p{
     font-size: 18px;
     letter-spacing: .1px;
     line-height: 24px;
     margin-bottom: 8px;
     font-family: var(--font-daily-serif);
     color: var(--body-text-color);
}
#oldArticleTooltip {
     width: 342px;
     max-width: 342px;
     left: -20px;
     top:20px;
     position:relative;
     color: var(--body-text-color);
}
#oldArticleTooltip .arrow{
    top: -10px;
    left: 10%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: none;
}
#oldArticleTooltip a.close{
    color: var(--accent-color);
    font-size: 12px;
    font-weight:bold;
    margin-bottom:5px;
    opacity:unset;
}
 @media only screen and (max-width: 767px)
 {
     #oldArticleTooltip {
         width: 342px;
         max-width: 342px;
         left: -10px;
         top:20px;
         position:relative;
         color: var(--body-text-color);
    }
    #oldArticleTooltip .arrow{
        top: -10px;
        left: 5%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: none;
    }
 
 }

 .asset-header .type-of-work .popover.bottom.show{
     width: 342px;
     max-width: 342px;
     left: -20px 
}
@media only screen and (max-width: 767px) {
    .asset-header .type-of-work .popover.bottom.show{
     width: 250px;
    }
}
 .asset-header .type-of-work .popover .popover-actions a{
     font-size: 12px;
     color: #0070bf;
     letter-spacing: .4px;
     line-height: 12px;
     font-weight: 700;
     opacity: 1;
     float: none;
     font-family: var(--font-daily-sans);
     text-decoration: none 
}
 .asset-header .type-of-work .popover .popover-actions{
     display: flex;
     justify-content: flex-end;
     column-gap: 20px;
     margin-top: 20px 
}
 .asset-header .has-work span:before, .asset-header .has-work span:after{
     transform-origin: top right;
     transform: skewX(-45deg);
     position: absolute;
     background-color: var(--icon-alert-light);
     content: "";
     left: -45px;
     height: 100%;
     z-index: -1;
     right: 0;
     top: 0;
}
 .asset-header .has-work span:after{
     transform-origin: bottom right;
     transform: skewX(45deg);
     top: auto;
     bottom: 0;
}
 .asset-header .has-work span{
     position: relative;
     text-transform: uppercase;
     padding: 4px 15px 2px 4px;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     font-size: .625rem;
     overflow: hidden;
     z-index: 1;
     letter-spacing: .5px;
     height: 21px;
     line-height: .75rem;
     color: #fff;
     font-family:var(--font-daily-sans);
     font-weight: 800;
     font-size: .625rem;
}
 .asset-header .has-work span{
     line-height: 14px;
}
 .asset-header .has-work *{
     border-radius: 0 !important 
}
 .asset-header .card-label-flags span:before, .asset-header .card-label-flags span:after{
     transform-origin: top right;
     transform: skewX(-45deg);
     position: absolute;
     background-color: var(--accent-color);
     content: "";
     left: -45px;
     height: 100%;
     z-index: -1;
     right: 0;
     top: 0;
}
.asset-header .card-label-flags span.label-flag-special:before, .asset-header .card-label-flags span.label-flag-special:after {
     background-color: #B40404;
}
 .asset-header .card-label-flags span:after{
     transform-origin: bottom right;
     transform: skewX(45deg);
     top: auto;
     bottom: 0;
}
 .asset-header .card-label-flags span{
     position: relative;
     text-transform: uppercase;
     padding: 4px 15px 4px 4px ;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     font-size: .625rem;
     overflow: hidden;
     z-index: 1;
     letter-spacing: .5px;
     height: 24px;
     line-height: .75rem;
     color: #fff;
     font-family:var(--font-daily-sans);
     font-weight: 800;
     font-size: .625rem !important;
}
 .asset-header .card-label-flags span{
     line-height: 14px;
}
 .asset-header .card-label-flags *{
     border-radius: 0 !important;
    color: #fff;
}
 .asset-header .card-label-flags *:hover{
    color: #fff;
}
 .asset-header .text-muted{
    color: #333
}
 .asset-header .label-flag-graphic:before{
     display: none 
}
 .asset-header .label-flag-graphic:after{
     display: none 
}
 .asset-header h1{
     font-size: 3rem;
     font-weight:600;
     color:#000 
}
 @media screen and (max-width: 767px) {
     .asset-header h1{
         font-size: 1.875rem;
         line-height: 1.2;
    }
}
 .asset-header .asset-summary{
     display: flex;
     flex-direction: column 
}
 .asset-header .asset-summary p{
     font-size: 14px;
     line-height: 1.47;
     margin:16px 0;
     clear: both 
}
 .asset-header .meta{
     margin-top: 26px;
}
 .asset-header .shareIcons {
     margin-top: 26px;
}
 .asset-header .shareIcons .tnt-inverse{
     color: var(--accent-color) 
}
 .asset-header .shareIcons a{
     font-size: 24px 
}
 .asset-header .shareIcons .social-share-link{
     opacity: 1;
     padding: 0 
}
 .asset-header .shareIcons .tnt-inverse:hover{
     color: var(--accent-color2) 
}
 .asset-header .shareIcons .tnt-svg.tnt-stack-1x{
     margin: 0 
}
 .asset-header .shareIcons .tnt-stack{
     width: 25px;
     height: 20px 
}
 .asset-header .social-share-links{
     display: flex;
     column-gap: 15px;
     margin-bottom: 32px;
     height: 35px;
}
 .asset-header .social-share-links button{
     padding: 0;
     font-size: 24px;
     border: 0 
}
 .asset-header .datesToRead{
     display: flex;
     column-gap: 10px;
     font-size: 14px;
     align-items: center 
}
 .assetMeta .dates .old-asset{
     display: flex;
     align-items: center;
     column-gap: 7px 
}
 .assetMeta .dates .old-asset svg{
     font-size: 12px 
}
 .asset-header .time-to-read-wrapper{
     display: flex;
     align-items: center 
}
 .asset-header .datesToRead .timeToRead{
     position: relative;
     display:flex 
}
 .asset-header .datesToRead .timeToRead:before{
     content: "";
     border-left: 1px solid #d8d8d8;
     height: 16px;
     align-self: center;
     padding-left: 10px;
}
 .asset-header .assetUpdated{
     border-top: 1px solid #d8d8d8;
     font-size: 14px !important;
    /* display: flex;
     align-items: center*/
     display: inline-block;
     padding-top: 5px;
     margin-top: 5px 
}
 .asset-header .icon-updated{
     margin-bottom: -1px 
}
 .asset-header .assetUpdated *{
     font-size: 14px 
}
 .asset-header .asset-byline{
     font-size: 14px;
     color:#333;
}
 .asset-header .asset-byline *{
     font-size: 14px;
     color:#333;
     text-decoration: none 
}
 .asset-header .asset-byline a{
    color:var(--accent-color);
}
 .asset-header .authorTitle{
     font-size: 14px;
     color: #333;
     font-weight: normal;
     margin-left: 5px 
}
 .asset-header .authorList{
     font-size: 14px 
}
 .asset-header .tnt-date{
     font-size: 14px 
}
 .asset-header .has-avatar{
     display: grid;
     grid-template-columns: 55px auto;
     gap:2px 10px 
}
 .asset-header .has-avatar .avatar-box{
     grid-row:span 3 
}
 .asset-header .assetConversations *{
     color:var(--accent-color);
     font-size: 12px;
     cursor: pointer;
}

.vf-expanding-hover-light {
    color:var(--accent-color) !important;
}

 .asset-header .assetConversations {
     margin-bottom: 28px;
}
 .asset-header .assetConversations .cm *{
     font-size: 18px !important;
     margin-bottom: -3px 
}
 .asset-header .avatar-box{
     width: 48px;
     height: 48px;
     min-width: 48px;
     min-height: 48px;
     border-radius: 50% !important;
     overflow: hidden;
     border: 1px solid rgba(0,0,0,.15);
     margin-right: 15px 
}
 .asset-header .authorList br{
     display: none 
}
.asset-header .avatar-box a {
    height: 100%;
}
.asset-header .avatar-box a img {
    object-fit: cover;
    height:100%;
}


/*byline for most cases*/
 .authorList{
     display: flex !important;
     align-items: center;
     margin-bottom: 10px;
     justify-content: flex-start;
     flex-wrap: wrap 
}
 .authorList .asset-byline{
     display: flex !important;
     align-items: center;
     column-gap: 5px 
}
 .authorList .avatar-box{
     margin-right: 5px 
}
 .authorList .author:not(:first-of-type){
     margin-left: 5px 
}
 .authorList .author[data-last="true"]{
     margin-right: 5px 
}
 .authorList .tsPublication{
     margin-right: 5px;
     font-weight:500 
}
 .authorList.stacked{
     flex-direction: column;
     justify-items: flex-start;
     gap:5px 
}
 .authorList.stacked > span{
     margin-right: auto !important;
     margin-left:0 !important 
}
 .assetMetaAvatar .avatar-box{
     margin-bottom: -30px 
}
 .assetMetaAvatar .datesToRead{
     margin-left: 60px 
}
 .assetMetaAvatar .assetUpdated{
     margin-left: 60px 
}
 .assetMetaAvatar .authorList{
     margin-bottom: 0 
}
 .asset-header .authorList.list .asset-byline{
     display:inline 
}
 .asset-summary p:empty{
     display: none 
}
 .asset .asset-tags {
     display: flex;
     column-gap: 10px;
     margin-bottom: 20px 
}
 .asset .asset-tags h4{
     margin: 0 !important;
     font-size: 1rem 
}
 .asset .asset-tags .list-inline{
     margin-bottom: 0;
     line-height: 1.25 
}
 .asset .asset-tags .list-inline *{
     font-size: 1rem;
     font-weight: normal;
     margin-left: 5px;
     margin-right: -3px;
}
 .authorList,.datesToRead,.assetUpdated {
    letter-spacing: .4px
}
 .articleKeyFacts, .tncms-inline-relcontent-info {
     margin-bottom: 48px;
     margin-top: 48px;
     border: none;
     padding: 0;
     clear:none;
}
 .articleKeyFacts h4, .tncms-inline-relcontent-info h4 {
     font-size: 16px;
     line-height: 20px;
     letter-spacing: .6px;
     font-weight: 700;
     color: #333;
     display: block;
     padding: 8px 8px 8px 0;
     margin-bottom: 0 
}
 .articleKeyFacts ul, .tncms-inline-relcontent-info ul {
     border-top: 2px solid #333;
     border-bottom: 1px solid #d8d8d8;
     padding: 0 0 16px 18px;
}
 .articleKeyFacts li, .tncms-inline-relcontent-info li {
     padding: 12px 0 0;
     font-size: 1.3rem;
     font-weight: 400;
     line-height: 1.4;
     font-family: var(--font-daily-text);
}
.articleKeyFacts a, .tncms-inline-relcontent-info a {   
	color: var(--accent-color3) !important;
	font-weight: 700;
}
 #asset-below .asset-author{
     border-top:1px solid #ddd;
     padding: 16px 0 
}
 #asset-below .asset-author:last-of-type{
     border-bottom: 1px solid #ddd;
     margin-bottom: 20px 
}
 #asset-below .authorCard{
     display: flex;
     align-items: center 
}
 #asset-below .authorCard .card-image{
     min-width: 60px;
     margin-right: 15px 
}
 #asset-below .authorCard .card-image img{
     width: 60px;
     height: 60px;
     min-width: 60px;
     min-height: 60px;
     display: flex;
     border: 1px solid rgba(0,0,0,.15);
     border-radius: 50%;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     object-fit: cover;
}
 #asset-below .authorCard .card-image.no-img{
     background-image:linear-gradient(to bottom, #626262, #333);
     display:grid;
     width:60px;
     margin-right: 16px;
     min-width: 60px;
     border-radius: 50%;
     border: 1px solid rgba(0,0,0,.15);
     height: 60px;
     overflow: hidden;
     justify-content:center;
     align-items:center 
}
 #asset-below .authorCard .card-image.no-img .initials{
     display:inline-block;
     color:#fff;
     font-family:Merriweather Sans,Helvetica,Roboto,Arial,sans-serif;
     font-size:1.5rem;
}
 #asset-below .author-tagline {
     margin-bottom: 0;
     font-style: italic;
     font-family:var(--font-daily-sans);
     font-size: .875rem;
     line-height: 1.25rem;
}
 #asset-below .author-tagline a{
     color: var(--accent-color) 
}
 #asset-below .author-tagline a{font-style: normal }
 #asset-below .author-tagline p{
     margin-bottom: 0;
     font-style: italic;
     font-family:var(--font-daily-sans);
     font-size: .875rem;
     line-height: 1.25rem;
}
 #asset-below .author-tagline p a{
     color: var(--accent-color) 
}
#asset-below .author-tagline a{font-weight: bold}
#asset-below .author-tagline a[href^="mailto:"]{font-style: italic;}
 #asset-below .articleFeedbackCTA{
     margin-bottom:20px 
}
 #asset-below .articleFeedbackCTA .trustBarMiddle{
     text-align: center 
}
 #asset-below .articleFeedbackCTA .trustBarMiddle a{
     white-space: nowrap
}
 #asset-below .articleFeedbackCTA a{
     color: var(--body-text-color) 
}

 #asset-below .shareIcons {
     margin-top: 26px;
}
 #asset-below .shareIcons .tnt-inverse{
     color: var(--accent-color) 
}
 #asset-below .shareIcons a{
     font-size: 24px 
}
 #asset-below .shareIcons .social-share-link{
     opacity: 1;
     padding: 0 
}
 #asset-below .shareIcons .tnt-inverse:hover{
     color: var(--accent-color2) 
}
 #asset-below .shareIcons .tnt-svg.tnt-stack-1x{
     margin: 0 
}
 #asset-below .shareIcons .tnt-stack{
     width: 25px;
     height: 20px 
}
 #asset-below .social-share-links{
     display: flex;
     column-gap: 15px;
     margin-bottom: 32px 
}
 #asset-below .social-share-links button{
     padding: 0;
     font-size: 24px;
     border: 0 
}
 #asset-below .articleFeedbackCTA {
     padding: .8rem 0;
     border: 1px solid #ddd;
     border-top-width: 1px;
     border-right-width: 1px;
     border-bottom-width: 1px;
     border-left-width: 1px;
     border-width: 1px 0;
     margin-left: 0;
     margin-right: 0;
     display: flex;
     column-gap: 10px 
}

#asset-below .articleFeedbackCTA .trustBarLeft, #asset-below .articleFeedbackCTA .trustBarMiddle, #asset-below .articleFeedbackCTA .trustBarRight {padding: 0}
#asset-below .articleFeedbackCTA a{text-transform: uppercase;font-weight: 900;font-size: 12px;letter-spacing: .3px;}
#asset-below .articleFeedbackCTA a:hover{text-decoration: underline}
#asset-below .articleFeedbackCTA a span{margin-right: 5px}
#asset-below .articleFeedbackCTA a span.business-name{margin-right: 5px;font-style:italic}
#asset-below .articleFeedbackCTA .trustBarRight{text-align:right;}


 @media only screen and (max-width: 767px){
     #asset-below .articleFeedbackCTA a{
         display: grid;
         grid-template-columns: 28px auto;
         justify-content: flex-start;
         align-items:  flex-start;
         font-size: 11px;
    }
     #asset-below .articleFeedbackCTA a span{
         display: block !important;
         margin-bottom: 0; 
    }
     #asset-below .articleFeedbackCTA .trustBarMiddle a{
         white-space: normal;
         text-align: left;
    }
}
 #asset-below .asset-disclaimer {
     padding: .8rem 0;
     border: 1px solid #ddd;
     border-top-width: 1px;
     border-right-width: 1px;
     border-bottom-width: 1px;
     border-left-width: 1px;
     border-width: 1px 0 0;
     margin-left: 0;
     margin-right: 0;
     display: flex;
     column-gap: 10px;
     margin-top: 10px 
}
 #asset-below .articleFeedbackCTA:before{
     display: none 
}
 #asset-below .articleFeedbackCTA:after{
     display: none 
}
 #asset-below .articleFeedbackCTA .col-xs-6{
     padding: 0 
}
 .asset-comments{
     margin-top: 48px 
}
 .asset-comments .block-title{
     font-weight: bold 
}
 .asset-header .has-sponsor{
     display: grid;
     grid-template-columns:max-content auto;
     column-gap: 15px 
}
 .asset-header .sponsor-box{
     grid-row: span 4;
}
 .asset-header .sponsor-box img{
     max-height: 24px;
     width: auto !important 
}
/*cover art presentation fixes for avatar box*/
 div[class*="tnt-cover-art"] .has-avatar .avatar-box img{
     max-width: 48px;
     position: relative;
     animation: none 
}
 div[class*="tnt-cover-art"] .has-avatar{
     display: inline-grid;
     margin-left: -48px 
}
 div[class*="tnt-cover-art"] .meta{
     margin-left: auto !important;
     margin-right: auto !important 
}
 .asset .tn-mediaplayer-widget {
    /*grid-template-columns: 1fr !important;
    grid-row-gap: 10px !important;
    grid-template-areas:
        "player" 
        "text"
        "list" !important;
    */
    display: flex;
    flex-direction: column;
}
 .asset .tn-mediaplayer-widget .photo-carousel{
     margin-bottom: 10px 
}

@media screen and (min-width: 768px) {
    .tn-mediaplayer-widget {
        display: flex;
        flex-direction: column;
    }
    

}



/* article mobile fixes */
 @media only screen and (max-width: 1085px){
     .asset #asset-content{
         padding: 0 !important 
    }
     .articleMainArt .caption{
         padding:10px 30px 0 
    }
}
 @media only screen and (max-width: 1085px){
     .asset #asset-content{
         padding: 0 !important 
    }
     .asset #tncms-region-article_instory_top, .asset #tncms-region-article_instory_middle, .asset #tncms-region-article_instory_bottom, .asset #tncms-region-article_bottom_content, .asset .articleRelatedSiblings, .asset .related-sidebar {
         right: 30px;
         width: min(775px,calc(100% + 60px));
         position:relative 
    }
}
 .sb-opened{
     margin-bottom: 20px 
}
 .asset .asset-body .caption-text p{
     font-size: 14px !important;
}
/* article share defaults */
 .share-container.content-below {
     display:none;
     height:0 
}
 #share-left-affix{
     position: absolute !important;
     left: 0 !important;
     margin-left: -130px;
}
 #share-left-affix.affix{
     margin-left: -130px !important;
     top: 100px;
     position: sticky !important;
}
 #share-left-affix.affix-bottom{
     bottom:0 !important;
     top: auto !important 
}
 #share-left-affix .social-share-links button {
     padding: 0;
     font-size: 24px;
}
 #share-left-affix .social-share-links button .tnt-stack{
     width: 40px 
}
 .asset .asset-body{
     position: relative !important 
}
/* hide weird long urls */
 .asset .asset-content p {
     overflow-wrap: break-word;
}
 .asset .related-sidebar{
    margin-bottom: 40px
}
 .asset .related-sidebar .relatedHeader{
    font-size:1.333rem;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    color: #333;
    margin-top: 0;
    font-size: 1rem;
}

/* handling external images embedded in articles */
.asset .asset-body figure img {
    max-width:100%;
}
@media only screen and (max-width: 767px){
    .articlePublication img{
        height: 40px;
        margin-bottom:10px;
    }
}
@media only screen and (min-width: 768px){
    .metaPrimary {
        display:flex;
    }
    .articlePublication {
        display:flex;
        flex-basis: 250px;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #d8d8d8;
        margin-right:10px;
        padding-right:10px;
    }
    .dateInfo {
        flex: 1
    }
}


#article-body>p>a, #article-body>div.subscriber-preview>p>a, #article-body>div.subscriber-only>p>a {
    border-bottom: 1px solid #d8d8d8;
    color: #0550c8; 
    text-decoration: none;
    transition: background-color .25s linear;
}
#article-body>p>a:hover, #article-body>div.subscriber-preview>p>a:hover, #article-body>div.subscriber-only>p>a:hover {
    background-color: #d8d8d8
}
/* gallery captions */
.asset #asset-video-primary .tn-mediaplayer-widget .tn-mediaplayer-description.collapsed.truncate {
    height: auto !important;
    min-height: auto !important;
}
#asset-video-primary .caption-toggle {display:none !important;}


/*** TNM-1124 override star specific pullquote markup styles */
	.asset-body div.graphic_pullquote {
		margin: 28px 0 36px !important;
	}
	.asset-body  p.graphic_pullquote_text {
		margin: 0  !important;
		font-size: 32px  !important;
		line-height: 1.3em  !important;
		padding:  22px 0 28px  !important;
		color: #e1343a  !important;
		text-rendering: optimizeLegibility  !important;
		font-style: normal  !important;
		-moz-osx-font-smoothing: grayscale  !important;
		text-align: center  !important;
		font-weight: 800  !important;
		letter-spacing: 0.5px  !important;
	}
	.asset-body  div.graphic_pullquote_line {
		width:  72px  !important;
		height:  1px  !important;
		margin:  0 auto  !important;
		background-color: #bbb  !important;
	}

@media (min-width: 526px) {
    .asset-body  p.graphic_pullquote_text {
		font-size: 40px !important;
		padding:  26px 0 32px !important;
	}
    .asset-body div.graphic_pullquote {
		margin: 32px 0 44px !important;
	}
    .asset-body div.graphic_pullquote_line {
      width:  88px !important;
	}
}
@media (min-width: 592px) {
    .asset-body p.graphic_pullquote_text {
      font-size: 46px !important;
      padding:  30px 0 36px !important; 
	}
    .asset-body div.graphic_pullquote {
      margin: 36px 0 48px !important; 
	}
    .asset-body  div.graphic_pullquote_line {
      width:  104px !important;
	}
}
	  
	  
	  
/*** PL-1516 override blox pullquote markup styles */
  
.asset-body aside.tncms-inline-relcontent-quote {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

.asset-body aside.tncms-inline-relcontent-quote blockquote {
    margin: 24px 8px 24px 0px !important;	
    padding: 0;	
    margin: 0;
    border: 0;
}
.asset-body aside.tncms-inline-relcontent-quote blockquote p
{
    position:relative;
    padding: 32px 16px 0px 16px;    
}

.asset-body aside.tncms-inline-relcontent-quote blockquote span,
.asset-body aside.tncms-inline-relcontent-quote blockquote p {
    color: #333;       
    font-size: 26px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.25px;       
}

.asset-body aside.tncms-inline-relcontent-quote blockquote p:first-of-type::before
{
    content: "\201C";
    position: absolute;
    left: -4px;
    top: 0;
    font-family: var(--font-community-serif);
    font-size: 158px;
    line-height: 98px;
    font-weight: 600;
    color: var(--accent-color);
    opacity: 0.16;
    
    transform: scale(1, 0.85);
    -webkit-transform: scale(1, 0.85);
    -moz-transform: scale(1, 0.85);
    -ms-transform: scale(1, 0.85);
    -o-transform: scale(1, 0.85);
}

@media only screen and (min-width: 768px) {  
    .asset-body aside.tncms-inline-relcontent-quote {
        position: relative;
        width: 100%;
        margin:0;
        padding-bottom: 16px;
        left: unset;
        right: unset;        
    }
    
    .asset-body aside.tncms-inline-relcontent-quote blockquote {
        margin: 24px !important;	
        padding: 0;	
        margin: 0;
        border: 0;
    }
    .asset-body aside.tncms-inline-relcontent-quote blockquote p
    {
        position:relative;
        padding: 32px 0 0 64px;    
    }
    .asset-body aside.tncms-inline-relcontent-quote blockquote p:first-of-type::before
    {
        content: "\201C";
        position: absolute;
        left: -12px;
        top: 0;
        font-family: var(--font-community-serif);
        font-size: 200px;
        line-height: 130px;
        font-weight: 600;
        color: var(--accent-color);
        opacity: 0.16;
        
        transform: scale(1, 0.9);
        -webkit-transform: scale(1, 0.9);
        -moz-transform: scale(1, 0.9);
        -ms-transform: scale(1, 0.9);
        -o-transform: scale(1, 0.9);
    }
}

.tncms-inline-relcontent {clear:right;}
.video-responsive {width:100%}
.dev-merged-push-test {width:100%}

/* TSP-1591 */

#article-body > blockquote p,
#article-body > div > blockquote p {
    padding: 8px 0;
}

#article-body > blockquote,
#article-body > div > blockquote {
    margin: 32px 0 32px 8px;
    padding: 0 24px 0 24px;
    border-left: solid 4px var(--accent-color2-community);
}

@media only screen and (min-width: 768px){
    #article-body > blockquote,
    #article-body > div > blockquote {
        margin: 32px 24px 32px 32px;
    }
}

/* PL-1467 */


#article-body ol:not(.list-inline) li:not(.card-date),
#article-body ul:not(.list-inline) li:not(.card-date) {
     font-size: 1.125rem;
     color: #333;
     line-height: 1.5rem;
     font-family:var(--font-daily-text);
}

#article-body .subscriber-only ol:not(.list-inline) li:not(.card-date),
#article-body .subscriber-only ul:not(.list-inline) li:not(.card-date) {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.5rem;
    font-family: var(--font-daily-text);
}

@media (min-width: 768px) {
#article-body ol:not(.list-inline) li:not(.card-date),
#article-body ul:not(.list-inline) li:not(.card-date) {
         font-size: 1.25rem;
         color: #333;
         line-height: 1.75rem;
         font-family:var(--font-daily-text);
         margin-bottom: 16px;
    }

#article-body .subscriber-only ol:not(.list-inline) li:not(.card-date),
#article-body .subscriber-only ul:not(.list-inline) li:not(.card-date) {
         font-size: 1.25rem;
         color: #333;
         line-height: 1.75rem;
         font-family:var(--font-daily-text);
         margin-bottom: 16px;
    }
 }
/* END PL-1467 */

/* TSP-333 */
.oovvuu-embed-player .ovx-v2-multi-embed.ov-p-4 {
    padding: 0 !important;
} 

.ovx-meta.ov-w-full.ov-flex.ov-flex-col.ov-space-y-4.ov-mb-4.ov-whitespace-pre-wrap {
    margin-bottom: 15px !important;
}

.ovx-meta.ov-w-full .ovx-meta-title {
    font-family: var(--font-community-sans) !important;
    font-size: 18px !important;
    line-height: 20px !important;
    letter-spacing: 0.57px !important;
    padding-bottom: 10px !important;
    color:#333;
    border-bottom: 2px solid #000 !important;
    width: 100% !important;
    font-weight: 700 !important;
}
/* END TSP-333 */

/* TSP-289 */
.comment-nav-right__icon.vf-button.vf-no-outline {
    display: none !important;
}
.viafoura .vf-expanding-hover-light.vf-active::before {
    border-color: var(--accent-color) !important;
}
/* END TSP-289 */

/* TSP-753 hide facebook from share menus */
.share-container li.social-share-link.fb,
.share-left-sticky-wrapper li.social-share-link.fb {
    display:none;
}

/* TSP-1599 */
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary {
     margin-bottom: 24px !important;
     border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article {
     border: none !important;
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-image {
     width: 90px !important;
     height: 90px !important;
     margin-right: 24px;
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article div.card-container div.card-body div.card-meta {
     display: none;
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-image > div > figure > div > a > img {
     border-radius: 2px;
     width: 90px;
     height: 90px;
     object-fit: cover;
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-labels > div {
     color: var(--captions-color1);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: var(--font-daily-sans);
     font-size: 10px;
     font-style: normal;
     font-weight: 600 !important;
     line-height: 16px;
     letter-spacing: 0.5px;
     text-transform: uppercase;
}
 div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-headline > h3 {
     padding-bottom: 16px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     color: #333;
     font-size: 16px !important;
     font-weight: 400 !important;
     line-height: 24px;
     word-wrap: break-word;
     align-self: stretch;
     gap: 8px;
}
div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container .tnt-headline > a:hover {
    color: #0550c8 !important;
}
div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-headline > h3 > a {
    color: #333;
}
div.inline-asset.inline-article.tnt-inline-presentation-short-summary article .card-label-flags {
    display: block;
}

@media (min-width: 768px) {
     div.inline-asset.inline-article.tnt-inline-presentation-short-summary {
         margin-bottom: 24px !important;
         border-bottom: none;
    }

    div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-image {
         width: 128px !important;
         height: 90px !important;
         margin-right: 24px;
    }
    
    div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-headline > h3 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #333;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 24px;
        word-wrap: break-word;
    }
    
    div.inline-asset.inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-image > div > figure > div > a > img {
         border-radius: 2px;
         width: 128px !important;
         height: 90px !important;
         object-fit: cover;
    }
}
/* END TSP-1599 */

/* START TSP-1590 */

#article-body.asset-content ul li a,
#article-body.asset-content ol li a,
aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > p > a{
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8 !important;
  font-weight: 400 !important;
  text-decoration: none;
  transition: background-color .25s linear;
  background-color:transparent;
}

#article-body.asset-content ul li a:hover,
#article-body.asset-content ol li a:hover,
aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > p > a:hover{    
    background-color: #d8d8d8
}

aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    #article-body .subscriber-only aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > ul > li {
        font-size: 18px;
        line-height: 28px;
    }
    aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > h4 {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    #article-body .subscriber-only aside.tncms-inline-relcontent.tncms-inline-relcontent-fact > ul > li {
        font-size: 16px;
        line-height: 24px;
    }
}

.tncms-inline-relcontent-fact {
    border-top: 4px solid #333333;
    padding: 14px 20px 24px 20px;
}

/* END TSP-1590 */

/* START TSP-1592 */

@media (min-width: 768px) {
  .inline-asset.inline-image.tnt-inline-asset > figure > figcaption {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.inline-asset.inline-image.tnt-inline-asset > figure > figcaption {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 16px;
  }
  
  figcaption.caption span.caption-text p{
      font-size: 14px;
      color: var(--bodySecondary, #686868);
  }
  
  
  .asset .asset-body .caption-text{
    padding-top: 16px;  
    
  }
  
  figcaption.caption span.credit span.tnt-byline{
      font-size: 12px;
      color: var(--bodySecondary, #686868);
  }
  
/* END TSP-1592 */

/* TSP-1600 */
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline {
     display: flex;
     padding-bottom: 24px;
     flex-direction: column;
     gap: 10px;
     align-self: stretch;
     margin-bottom: 0px !important;
     padding-top: 8px;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 {
     flex: 1 0 0;
     color: var(--content-text-color);
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 22px;
     letter-spacing: -0.25px;
     padding-top: 16px;
     padding-bottom: 16px;
     margin-bottom: 0px;
     border-top: 2px solid rgba(0, 0, 0, 0.15);
     border-bottom: 2px solid rgba(0, 0, 0, 0.15);
     display: flex;
     align-items: stretch;
     position: relative;
     padding-left: 50px;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 > a{
     padding-left: 48px;
     color: #333 !important;
     font-weight: 400 !important;
     font-size: 18px !important;
     line-height: 24px !important;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .tnt-svg {
     display: none;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .text-muted::before {
     content: 'Related';
     display: inline;
     color: var(--accent-color);
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 22px;
     letter-spacing: -0.25px;
     padding-right: 16px;
     margin-right: 16px;
     align-self: stretch;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .text-muted::after {
     content: '';
     position: absolute;
     left: 80px;
     top: 50%;
     height: 80%;
     width: 1px;
     background: rgba(0, 0, 0, 0.15);
     transform: translateY(-50%);
}
div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .tnt-asset-link:hover {
    color: #0550c8 !important; 
}
 @media (min-width: 768px) {
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline {
         display: flex;
         padding-bottom: 24px;
         flex-direction: column;
         gap: 10px;
         align-self: stretch;
         margin-bottom: 0px !important;
         padding-top: 8px;
    }
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 {
         flex: 1 0 0;
         color: var(--content-text-color);
         font-size: 20px;
         font-style: normal;
         font-weight: 600;
         line-height: 22px;
         letter-spacing: -0.25px;
         padding-top: 16px;
         padding-bottom: 16px;
         margin-bottom: 0px;
         border-top: 2px solid rgba(0, 0, 0, 0.15);
         border-bottom: 2px solid rgba(0, 0, 0, 0.15);
         display: flex;
         align-items: stretch;
         position: relative;
         padding-left: 50px;
    }
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 > a{
         padding-left: 48px;
         font-size: 18px !important;
    }
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .tnt-svg {
         display: none;
    }
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .text-muted::before {
         content: 'Related';
         display: inline;
         color: var(--accent-color);
         font-size: 20px;
         font-style: normal;
         font-weight: 600;
         line-height: 24px;
         letter-spacing: -0.25px;
         padding-right: 16px;
         margin-right: 16px;
         align-self: stretch;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         display: flex;
         align-items: center;
         justify-content: center;
    }
     div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-relcontent.tnt-inline-article.tnt-inline-relation-child.tnt-inline-presentation-headline > h5 .text-muted::after {
         content: '';
         position: absolute;
         left: 80px;
         top: 50%;
         height: 50%;
         width: 1px;
         background: rgba(0, 0, 0, 0.15);
         transform: translateY(-50%);
    }
}
/* END TSP-1600 */

/* TSP-1601 */
    #asset-below .relatedItem {
        display: flex;
        max-height: 300px;
        /*margin-left: 16px;*/
        padding-top: 12px !important;
        padding-bottom: 12px;
        padding-top: 12px;
        border-bottom: 1px solid #d8d8d8;
    }
    #asset-below .relatedItem:last-of-type {
        border-bottom: 0;
        padding-bottom: 12px;
    }
    #asset-below .relatedItem .card-headline {
        flex-grow: 1;
        align-self: center;
    }
    #asset-below .relatedItem a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #333;
    }   
    #asset-below .relatedItem a:hover {
        color: #0550c8 !important;
    }  
    #asset-below .relatedItem .card-date {
        display: none !important;
    }
    #asset-below .articleRelatedSiblings .relatedItem .card-image {
      height: 72px;
      width: 72px;
      float: left;
      margin-right: 20px;
      flex-shrink: 0;
      overflow: hidden;
      align-self: flex-start;
    }
    #asset-below .articleRelatedSiblings .relatedItem .card-image img {
        /*border-radius: 5px;*/
        width: 72px;
        height: 72px;
        object-fit: cover;
    }
    #asset-below .articleRelatedSiblings {
        webkit-box-shadow: unset !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 !important;
        right: 0 !important;
        width: 100%; !important;
        margin-bottom: 0 !important;
    }
    #asset-below .relatedHeader {
        text-transform: none;
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    
    #asset-below .articleRelatedSiblings + .shareIcons,
    #asset-below:has(.articleRelatedSiblings) {
        margin-top: 16px;
    }
    
    @media (min-width: 768px) {
        #asset-below .relatedItem a {
            font-size: 18px;
            line-height: 24px;
        }
    }
/* TSP-1601 */

/* TSP-1593 */

.articleKeyFacts,
.tncms-inline-relcontent-info {
     margin: 24px 0 24px 6px;
     border: none;
     border-left: 3px solid #333;
     padding: 0 16px 0 0;
}
.articleKeyFacts h4,
.tncms-inline-relcontent-info h4 {
    color: #333;
    padding: 16px 0 8px 24px;
    margin:0;
}
.articleKeyFacts ul,
.tncms-inline-relcontent-info ul {
    border-top: 0;
    border-bottom: 0;
    padding-left: 42px;
}
.articleKeyFacts li,
.tncms-inline-relcontent-info li {
    color: #333;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left:2px;
    margin-bottom:0;
}
.articleKeyFacts ul li:last-child,
.tncms-inline-relcontent-info ul li:last-child {
    padding-bottom:16px;
    margin-bottom:0;
}

.articleKeyFacts p,
    .tncms-inline-relcontent-info p{
        font-size: 16px !important;
        line-height: 24px !important;        
        padding-left:24px;
        padding-bottom:0;
        margin-bottom:0;
        
    }

@media only screen and (min-width: 767px){
    .articleKeyFacts,
    .tncms-inline-relcontent-info {
         margin: 24px 0;
    }
    .articleKeyFacts h4,
    .tncms-inline-relcontent-info h4 {
        font-size: 19px;
        line-height: 24px; 
        padding: 16px 0 8px 24px;
    }
    .articleKeyFacts ul,
    .tncms-inline-relcontent-info ul {
        border-top:0;
        border-bottom:0;
        padding-left: 52px;
    }
    .articleKeyFacts li,
    .tncms-inline-relcontent-info li {
        font-size: 18px !important;
        line-height: 28px !important;    
        margin-bottom:8px !important;    
    }
    .articleKeyFacts p,
    .tncms-inline-relcontent-info p{
        font-size: 18px !important;
        line-height: 28px !important;        
        padding-left:24px;
        
    }

}

/* End TSP-1593 */
/* TSP-1598 */
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary,  div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default {
     border: 1px solid rgba(0, 0, 0, 0.15);
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article {
     border: none !important;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body {
     background: white;
     padding: 16px;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body > div.card-headline, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body > div.card-headline{
     padding-bottom: 8px;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body > div.card-labels > div.card-label-flags > span > a, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body > div.card-labels > div.card-label-flags > span > a {
     font-size: 10px;
     font-weight: 600;
     color: #006633;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body > div.card-headline > h3 > a, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body > div.card-headline > h3 > a{
     flex: 1 0 0;
     color: var(--content-text-color);
     font-family: var(--font-daily-serif);
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 22px;
     letter-spacing: -0.25px;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body > div.card-lead > p, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body > div.card-lead > p {
     align-self: stretch;
     color: #686868 !important;
     font-feature-settings: 'clig' off, 'liga' off !important;
     font-family: var(--font-daily-sans) !important;
     font-size: 14px !important;
     font-style: normal !important;
     font-weight: 400 !important;
     line-height: 20px !important;
}
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary article > div.card-container > div.card-body > div.card-lead, div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default article > div.card-container > div.card-body > div.card-lead {
    display: block !important;
}
@media (min-width: 1024px){
 div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-summary,  div.inline-asset.inline-article.tnt-inline-asset.tnt-inline-presentation-default {
     width: 45%;
}
}

/* TSP-1598 END */