html{
     font-size: 16px 
}
 body {
     background-color: var(--site-bg-color);
     font-family: var(--font-community-sans);
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale
}

h1,.h1{
     font-weight:800 
}
 @media only screen and (max-width: 727px){
     h1,.h1{
         font-size:1.4375rem;
         line-height:1.3 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h1,.h1{
         font-size:1.4375rem;
         line-height:1.3 
    }
}
 @media only screen and (min-width: 1086px){
     h1,.h1{
         font-size:1.9375rem;
         line-height:1.15 
    }
}
 h2,.h2{
     font-weight:700 
}
 @media only screen and (max-width: 727px){
     h2,.h2{
         font-size:.875rem 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h2,.h2{
         font-size:1.125rem 
    }
}
 @media only screen and (min-width: 1086px){
     h2,.h2{
         font-size:1.25rem 
    }
}
 h3,.h3{
     font-weight:800 
}
 @media only screen and (max-width: 727px){
     h3,.h3{
         font-size:1rem;
         line-height:1.3 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h3,.h3{
         font-size:1rem;
         line-height:1.3 
    }
}
 @media only screen and (min-width: 1086px){
     h3,.h3{
         font-size:1.1875rem;
         line-height:1.25 
    }
}
 h4,.h4{
     font-weight:700 
}
 @media only screen and (max-width: 727px){
     h4,.h4{
         font-size:.875rem 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h4,.h4{
         font-size:.875rem 
    }
}
 @media only screen and (min-width: 1086px){
     h5,.h5{
         font-size:.875rem 
    }
}
 h5,.h5{
     font-weight:700 
}
 @media only screen and (max-width: 727px){
     h5,.h5{
         font-size:.6875rem 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h5,.h5{
         font-size:.6875rem 
    }
}
 @media only screen and (min-width: 1086px){
     h5,.h5{
         font-size:.6875rem 
    }
}


 h6,.h6{
     font-weight:700 
}
 @media only screen and (max-width: 727px){
     h6,.h6{
         font-size:.6875rem 
    }
}
 @media only screen and (min-width: 728px) and (max-width: 1085px){
     h6,.h6{
         font-size:.6875rem 
    }
}
 @media only screen and (min-width: 1086px){
     h6,.h6{
         font-size:.6875rem 
    }
}

 .tnt-headline{
     margin-top:0;
     font-weight:400 
}
 .card-headline h2.tnt-headline {
     font-weight: 400;
     font-size: 1.375rem;
     line-height: 1.5rem;
}
 .card-headline h3.tnt-headline {
     font-weight: 400;
     font-size: 1.375rem;
     line-height: 1.5rem;
}
 .tnt-headline a {
     transition: all 0.3s ease;
     color: var(--body-text-color);
}
 .tnt-headline a:hover {
    color:var(--accent-color3-community);
    text-decoration:none 
}
/* === default patches DO NOT REMOVE === */
 a:hover{
    text-decoration:none
}
 a:focus {
     outline:none ;
    color:var(--accent-color) 
}
 .btn-primary,.btn-primary:active,.btn-primary:focus{
     background-color:var(--accent-color);
     border-color:var(--accent-color) 
}
 .btn-primary:hover,.btn-primary[disabled]:hover{
     background-color:var(--accent-color2-community);
     border-color:var(--accent-color2-community) 
}
/* === grid related === */
 @media (min-width: 992px) {
     .grid-ample .main-content.col-md-8 {
         width: calc(100% - 330px);
    }
     .grid-ample .main-sidebar.col-md-4 {
         width: inherit;
         min-width: 330px;
         max-width: 330px;
    }
     .grid-ample .main-content.col-lg-8 {
         width: calc(100% - 330px);
    }
     .grid-ample .main-sidebar.col-lg-4 {
         width: inherit;
         min-width: 330px;
         max-width: 330px;
    }
     .grid-ample #staticpage-content.col-lg-8 {
         width: calc(100% - 330px);
    }
}
/* if boxy/banded is utilized on any interior pages*/
 @media (min-width: 992px) {
     .grid-boxy .main-content.col-lg-8.col-md-7, .grid-banded .main-content .col-lg-8.col-md-7 {
         width: calc(100% - 330px);
    }
     .grid-boxy .main-sidebar.col-lg-4.col-md-5, .grid-banded .main-content .col-lg-4.col-md-5 {
         width: inherit;
         min-width: 330px;
         max-width: 330px;
    }
     .grid-boxy #staticpage-content.col-lg-8 {
         width: calc(100% - 330px);
    }
     .container-breakout .tnt-content-width-container > *{
         padding-left: 15px;
         padding-right: 15px 
    }
     div[data-sticky-kit="true"] {
         margin-bottom: 25px 
    }
}
/* === ad related === */
 @media screen and (min-width: 768px) {
     #tncms-region-global-skyline .tnt-ads-container div:first-child {
         margin-bottom: 0!important;
    }
}
 @media screen and (min-width: 1200px) {
     #tncms-region-global-skyline .ad-placeholder {
         max-width: 100%;
    }
}
#main-page-container {background-color:var(--content-bg-color)}
 @media (min-width: 992px){
     #main-page-container{
         padding-top: 1rem 
    }
}
/*header*/
 .header-user .not-logged-in .btn-link{
     display: none 
}
 .header-user .not-logged-in .btn-default{
     background: none;
     border-radius: 10px;
     border-color: transparent;
     color: var(--accent-color) !important;
     -moz-transition: all 0.15s;
     -webkit-transition: all 0.15s;
     -o-transition: all 0.15s;
     transition: all 0.15s;
}
 .header-user .not-logged-in .btn-default:hover{
     border-color: var(--accent-color2-community);
     color: #1b8644 !important;
}
 .header-user .not-logged-in .btn {
     font-size: 18px;
     font-weight: 400;
     padding: 3px 20px !important 
}
 .header-user .tn-user-screenname,.header-user .caret{
     color: var(--accent-color) 
}
 #site-top-nav{
     height: auto;
     padding:5px 30px 
}
 #site-top-nav-container{
     height: auto 
}
 #site-top-nav .list-inline{
     margin-bottom: 0 
}
 #site-top-nav > .row{
     display: flex;
     align-items: center 
}
 #site-top-nav #topbar-col-two{
     display: flex;
     justify-content: flex-end 
}
 #topbar-col-one .nav-list{
     font-size: 16px 
}
 #torstar-user #dropdownMenuButton{
     min-height: 30px !important;
     padding: 0 5px;
     border:1px solid transparent;
     -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
 #torstar-user #dropdownMenuButton:hover{
     border:1px solid var(--accent-color2-community) 
}
 #torstar-user #dropdownMenuButton .userName{
     font-size: 18px 
}
 #torstar-user .dropdown-menu ul > li:last-of-type a{
     border: 0 
}
 #masthead-col-one{
     padding-left:30px 
}
 .weather-current .current-conditions{
    display: flex;
}
 .weather-current .current-conditions .dropdown-toggle{
    display: flex !important;
    align-items: center
}
 .weather-current .current-conditions .dropdown-toggle > *{
    float: none !important;
    display: block;
    height: 100%;
    display: flex !important;
    align-items: center
}
 .weather-current .temp{
    font-weight: normal !important
}
 .weather-current .temp:after{
    content: 'C'
}
 #masthead-col-one .currentDate:before{
    display: inline-block;
    color: #979797;
    content: '|';
    margin: 0px 0.25rem 0 5px;
    top:-1px;
    position: relative
}
 #masthead-col-one .currentDate{
    color: #4a4a4a;
    font-size: 0.89rem;
}
 .dater{
     font-size: 16px;
     border-left: 1px solid #4a4a4a;
     padding-left: 10px;
     line-height: 16px;
     margin-right: 25px;
     color: #4a4a4a;
     margin-left:10px;
}
 .header-weather *{
     padding: 0 !important 
}
 .header-weather .tnt-svg{
     margin-top: 0 !important;
     margin-bottom: 0 !important 
}
 .header-weather .dropdown-toggle{
     display: flex !important;
     align-items: center 
}
 .header-weather .current-conditions{
     height: auto !important 
}
 @media (min-width: 992px){
     #site-header .row:nth-child(2) {
         display: flex;
         align-items: center;
    }
     #tncms-region-masthead-col-one{
         display: flex;
         align-items: center 
    }
     #masthead-col-two .img-responsive{
         max-height: 45px;
         width: auto 
    }
     #site-header{
         border: 0;
         padding-top: 30px;
         padding-bottom: 30px 
    }
     .is-homepage #site-header{
         box-shadow: inset 0 -1px 0 0 #ecebec;
    }
}
 @media (max-width: 991px){
     .mobile-user #torstar-user #dropdownMenuButton{
         margin-left: auto 
    }
}
/* footer */
 #site-footer{
     border: 0;
     padding:50px 15px 10px 
}
 #site-footer-container {
     background-color: var(--footer-bg-color);
     color: var(--footer-text-color);
     border-top: 4px solid var(--accent-color);
     margin-top:20px 
}
 #tncms-region-footer-bottom-col-full{
     display: flex;
     flex-wrap: wrap;
     margin-top: 20px;
     align-items: center 
}
 .footer-copy{
     flex-basis: 100% 
}
 .footer-social section{
     display: flex;
     align-items: center 
}
 .footer-social *{
     margin: 0 
}
 .footer-social li a{
     font-size: 24px;
     opacity: 1;
     margin-left: 8px;
     background:none !important 
}
 .footer-social .block-title *{
     font-size: 21px;
     font-style: italic;
     font-weight: 700 
}
 .footer-social .block-title {
     padding: 0;
     margin:3px 12px 0 0 
}
 .footer-copy section{
     display: flex;
     flex-direction: column;
     gap: 10px 
}
 #site-copyright-container{
     padding-bottom: 30px;
     font-size: 0.67rem;
}
 #site-copyright {
    /* display: flex;
     flex-direction: column;
     gap:15px 0 */
}
 #site-copyright .copyrightLinks {
     text-align: right;
}
 #site-copyright:before{
     display: none 
}
 #site-copyright:after{
     display: none 
}
 #site-footer .bullet-nav{
     padding: 0 ;
     color:var(--accent-color);
}
 #site-footer .bullet-nav li{
     padding: 0 0 0.5rem 0;
     font-size: 1rem;
}
 #site-footer .col-md-3 .block-title{
     margin-bottom: 20px;
     color: #fff 
}
 #site-footer a:hover{
     color: #fff !important 
}
 #site-copyright{
     display: flex;
     flex-direction: column;
     text-align: center;
     gap:10px 
}
 #site-copyright .copyrightLinks{
     text-align: center 
}
 .footer-social{
     margin-right: auto;
     margin-left: 0 
}
 #tncms-region-footer-bottom-col-full{
     grid-column: span 2 
}
 #tncms-region-footer-bottom-col-full .img-responsive{
     width: 109px;
     margin-left: 15px 
}
 #site-copyright-container{
     background: #202020;
     width: 100%;
     padding-top: 30px 
}
 #site-footer{
     padding-bottom: 30px 
}
#site-footer .block-title-inner {
    margin-bottom:15px;
}
 .footer-logo .img-responsive{
     width: 64px;
     height: auto 
}
 #site-footer{
     display: grid;
     grid-template-columns:60px auto;
     column-gap: 20px 
}
 #site-footer:before{
     display: none 
}
 #site-footer:after{
     display: none 
}
 #site-footer > .row{
     margin: 0;
}
 footer .nav-list{
     margin-left: 15px 
}
 @media (min-width: 768px) and (max-width: 991px){
     footer > .row .col-sm-12 {
         width: 50%;
    }
}
 @media (max-width: 767px) {
     #tncms-region-footer-bottom-col-full{
         flex-direction: column 
    }
     .top-grid .card-compact article:last-of-type{
         border-bottom: 0 !important 
    }
     .header-date{
         display:none 
    }
     .header-weather {
         margin-right:10px;
    }
     #site-copyright .copyrightLinks {
         text-align: center;
    }
     #tncms-region-footer-copyright {
         margin-bottom:50px;
    }
     .footer-social{
         flex-basis: 100% !important;
         margin: 0 auto !important;
         display: flex;
         justify-content: center 
    }
     #tncms-region-footer-bottom-col-full{
         justify-content: center;
         grid-row-gap: 10px 
    }
}
/*titles*/
 .pos-top a{
     background: var(--accent-color);
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     width: 25px;
     height: 25px;
     font-size: 14px;
     text-align: center;
     padding: 0;
     line-height: 24px;
     padding-left: 3px;
     margin-top: 3px 
}
 .pos-top a:hover{
     color:#fff 
}
 .pos-top {
     margin: 0 !important 
}
 .pos-top li{
     padding: 0 !important 
}
 .tncms-block section > .clearfix{
     position: relative 
}
 .tncms-block section > .clearfix .pos-top{
     position: absolute;
     right: 0 
}
 #main-body-container .block-title{
     border-bottom: 2px solid #000;
     padding-bottom: 10px 
}
 #main-body-container .block-title .block-title-inner{
    display: flex;
    column-gap: 10px;
    align-items: center
}
 #main-body-container .block-title .block-title-inner .blockTitleImage{
    display: flex;
    align-items: center
}
 #main-body-container .block-title .block-title-inner .blockTitleImage span{
    margin-top: 5px;
    font-weight: normal !important;
    margin-right: 4px
}
 @media (max-width: 991px) {
     #main-body-container .block-title{
        padding-bottom: 15px
    }
}
 #main-body-container .block-title .block-title-inner{
     padding: 0 
}
 #main-body-container .block-title .block-title-inner *{
     font-weight: 700;
     letter-spacing: 0.57px;
     color:#333 
}
 #main-body-container .block-title h3{
     font-size: 1.333rem 
}
 #main-body-container .tncms-block section > .clearfix{
     position: relative;
     margin-bottom: 1rem 
}
/* Customized Hamburger drawer */
 .offcanvas-drawer .in-drawer {
     text-align: center;
     padding: 15px 0 10px 0;
}
 .offcanvas-drawer a, .offcanvas-drawer a:hover {
     color: #222;
}
 .offcanvas-drawer .navbar-nav li a, .offcanvas-drawer .navbar-nav .panel-title a, .offcanvas-drawer .open .dropdown-menu > li > a {
     color: #000;
     text-shadow: none !important;
}
 .offcanvas-drawer .navbar-nav li a:hover, .offcanvas-drawer .navbar-nav .panel-title a:hover{
     color: green;
}
 .offcanvas-drawer .open .dropdown-menu > li > a:hover{
     color: green;
     text-decoration: underline !important 
}
 .offcanvas-drawer .search-form-container {
     border-width: 0 0 1px 0;
     background-color: transparent!important;
}
 .offcanvas-drawer .search-form-container.card {
     margin: 0px;
}
 .offcanvas-drawer .search-form-container, .offcanvas-drawer .user-controls, .offcanvas-drawer .tnt-photo-sales-cart {
     padding: 10px 15px;
     border-top: 0!important;
     border-bottom: 1px solid #ddd!important;
}
 .offcanvas-drawer .user-controls, .offcanvas-drawer .tnt-photo-sales-cart {
     background-color: rgba(0, 0, 0, .02);
}
 .offcanvas-drawer .panel {
     padding: 10px 0px;
     border-bottom: solid 0px #ddd;
}
 .offcanvas-drawer .navbar-nav .panel-title {
     border: 0!important;
     padding: 0 20px;
     font-weight: 800;
     display: flex;
     flex-direction: row-reverse 
}
 .offcanvas-drawer .navbar-nav .panel-title .nav-link{
     margin-right: auto 
}
 .offcanvas-drawer .navbar-nav .panel-title a, .offcanvas-drawer .navbar-nav li a{
     padding: 5px 0;
     text-transform: uppercase;
     font-size: 18px;
     font-weight: 400 
}
 .offcanvas-drawer [data-toggle="collapse"] {
     color: #000 !important 
}
 .offcanvas-drawer .dropdown ul, .offcanvas-drawer .panel ul {
     padding: 5px 20px;
     background: #F5F5F5;
     margin-top: 5px;
     height:auto !important 
}
 .offcanvas-drawer .dropdown ul li a, .offcanvas-drawer .panel ul li a {
     text-transform: none !important;
     font-size: 16px !important;
}
 .offcanvas-drawer .navbar-nav .panel-title:hover, .offcanvas-drawer .navbar-nav li a:hover, .offcanvas-drawer .navbar-nav li.open, .offcanvas-drawer .navbar-nav li:active, .offcanvas-drawer .navbar-nav li.open > a {
     color: #777;
     background-color: transparent;
}
 .drawer-open .offcanvas-drawer-left {
     box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
     border-right: 1px solid rgba(0,0,0,0.2);
}
 .nav-logo{
     background: #fff;
     padding:10px;
     margin-bottom: 10px 
}
 .nav-logo .img-responsive{
     max-width: 210px !important 
}
 @media (min-width: 992px) {
     .offcanvas-content-left, .offcanvas-drawer {
         width: 350px;
    }
}
 .offcanvas-drawer {
     background-color: #fff;
     color: #222 !important;
     text-shadow: none !important;
     font-size: 16px;
}
 .offcanvas-drawer .navbar-nav li {
     border: none !important;
}
 .offcanvas-drawer .navbar-nav li a {
     color: #222;
     padding: 0;
     line-height: 16px;
     padding: 10px 0;
     text-shadow: none !important;
     -webkit-column-break-inside: avoid;
     font-size: 13px !important;
}
 .offcanvas-drawer .header-user .btn{
     padding: 0 !important;
     border: 0 
}
 .offcanvas-drawer .header-user ul li{
     padding:5px 0 5px 3px 
}
 .offcanvas-drawer .user-controls{
     background: none;
     padding-top: 3px;
     padding-bottom: 5px 
}
 .offcanvas-drawer .navbar-nav .panel-title .nav-link{
    padding-left: 0;
    color: #000;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer
}
 .offcanvas-drawer .navbar-nav .panel-title .expand-children{
    padding-top: 5px;
    padding-bottom: 5px
}
 .navbar-nav .panel-title .expand-label, .offcanvas-drawer .navbar-nav .panel-title a{
    padding-top: 5px !important;
    padding-bottom: 5px !important
}
 #extra-nav_menu{
     list-style: none;
     padding:5px 0;
     border-bottom: 1px solid rgba(0,0,0,.1) 
}
 #extra-nav_menu li a{
     display: block;
     padding:5px 15px;
     font-size: 18px 
}
 #extra-nav_menu li a:hover{
     color: green;
     text-decoration: none 
}
 .active-left .offcanvas-inner:before{
     content:'X';
     position: fixed;
     left: 81%;
     top: 5px;
     z-index: 1100 !important ;
     border: 1px solid white;
     color: black;
     font-size: 30px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: rgba(255,255,255,.7);
     cursor: pointer;
     pointer-events: none;
     opacity: 1 
}
 @media (min-width:992px) {
     .active-left .offcanvas-inner:before{
         left: 355px 
    }
}
 .offcanvas-drawer .panel  ul.mobileThirdTier {
     list-style: none
}
/*article styles*/
 .asset .share-container.headline-right{
     position: relative;
     float: none !important;
     display: none 
}
 .asset .asset-body .social-share-links li a{
     color: #000 !important;
     font-size:20px 
}
 .asset .asset-body .social-share-links .social-share-link{
     opacity: 1 
}
 .asset .tnt-byline {
     color: var(--accent-color);
}
 .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: 16px !important;
     color: #333;
     line-height: 1.33rem;
     font-family: var(--font-community-sans) !important;
}
 @media (min-width: 768px) {
     .asset .asset-body p {
         font-size: 18px !important;
         line-height: 1.4;
         font-weight: normal;
         letter-spacing: 0.3px;
    }
}
 .asset .asset-body p > a{
     color: var(--accent-color);
}
 .asset .asset-tags * {
     font-size: 16px;
     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 .type-of-work .type{
     font-size: 0.556rem;
     font-weight: 900;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.2;
     letter-spacing: 1px;
     padding: 0.2rem 0.3rem;
     background-color: var(--accent-color);
     color:#fff 
}
*/
 .asset-header h1{
     font-size: 1.788rem;
     font-weight:400;
     color:#333;
     line-height: normal;
     letter-spacing: -0.8px;
}
 @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;
     font-size: 14px;
     line-height: 1.47;
     margin:16px 0;
     clear: both 
}
 .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 
}
 .asset-header .social-share-links button{
     padding: 0;
     font-size: 24px;
     border: 0 
}
 .asset-header .datesToRead{
     display: flex;
     column-gap: 10px;
     font-size: 0.778rem;
     margin-top: 5px 
}
 .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: 0px solid #d8d8d8;
     padding-top: 5px;
     font-size: 12px !important 
}
 .asset-header .assetUpdated *{
     font-size: 0.778rem 
}
 .asset-header .asset-byline{
     font-size: 0.778rem;
     color:var(--accent-color) 
}
 .asset-header .asset-byline *{
     font-size: 0.778rem;
     color:var(--accent-color);
     text-decoration: none 
}
 .asset-header .authorTitle{
     font-size: 0.778rem;
     color: #333;
     margin-left: 5px 
}
 .asset-header .authorList{
     font-size: 0.778rem;
}
 .asset-header .tnt-byline{
     font-weight: bold 
}
.asset-header .tnt-byline .leadin, .asset-header .tnt-byline .bylinepub{
     font-weight: normal; 
}
 .asset-header .tnt-date{
     font-size: 0.778rem 
}
 .asset-header .assetConversations *{
     color:var(--accent-color);
     font-size: 12px 
}
 .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 .label{
    font-size: 13px;
    display: inline-block;
    padding:3px
}
 .asset-header .card-label-flags{
    margin-bottom: 0
}
 .asset-summary p:empty{
     display: none 
}
 .asset .asset-body .social-share-links li a{
     color: var(--accent-color) !important 
}
 .asset .asset-body .social-share-links li a{
     font-size: 24px 
}
 .asset .asset-body .social-share-links .social-share-link{
     opacity: 1;
     padding: 0 
}
 .asset .asset-body .social-share-links .li a:hover{
     color: var(--accent-color2) 
}
 .asset .asset-body .social-share-links .tnt-svg.tnt-stack-1x{
     margin: 0 
}
 .asset .asset-body .social-share-links .tnt-stack{
}
 .asset .asset-body .social-share-links{
     column-gap: 15px;
     margin-bottom: 32px 
}
 .asset .asset-body .social-share-links button{
     padding: 0;
     font-size: 24px;
     border: 0;
     color: var(--accent-color) !important 
}
 #asset-below .asset-tags {
     display: flex;
     margin-bottom: 15px;
     column-gap: 3px 
}
 #asset-below .asset-tags h4{
     margin: 0 !important;
}
 #asset-below .asset-tags .list-inline{
     margin-bottom: 0;
     margin-left: 0 
}
 #asset-below .asset-tags *{
     font-weight: normal;
     font-size: 0.889rem;
     line-height: normal 
}

.asset .asset-header h1{font-weight: normal;font-size: 32px;line-height: normal;letter-spacing: -0.8px;}
.asset .asset-header .subhead{font-weight: normal;font-size: 20px;line-height: normal;color: #545454;}

#tncms-region-article_container_bottom{display: flex;flex-direction: column;gap:30px}
.asset .related-sidebar{margin-bottom: 40px}
.asset .related-sidebar h3{border-bottom: 2px solid #000;padding-bottom: 10px;margin-bottom: 1rem;font-weight: 700;letter-spacing: 0.57px;color: #333;margin-top:0}
 .articleFeedbackCTA{
     margin-left: 0;
     margin-right: 0;
     border-top: 1px solid #d8d8d8;
     padding:1.333rem 0 
}
 .articleFeedbackCTA > *{
     padding:0;
     font-weight: 900;
     color: #222222;
     text-transform: uppercase;
}
 #asset-below .articleFeedbackCTA a{
    font-size: 0.667rem;
    letter-spacing: 0.36px;
}
 .asset-body h3.tnt-headline{
    font-size: 1.125rem;
    line-height: 1.25;
}
/*user profile*/
 .profile-container{
     -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
     box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
     background: #fff;
     margin-left: -15px;
     margin-right: -15px;
     padding: 20px 
}
 .profile-container .name * {
     color: #000;
     font-size: 26px;
     text-transform: uppercase;
     font-weight: 700 
}
 .profile-container .name {
     border-bottom: 1px solid rgba(0,0,0,.1);
     margin-bottom: 10px 
}
 .profile-container .user-about-container p{
     font-size: 17px;
     color: #444 
}
/*custom classes*/
/*bordered blocks with set backgrounds*/
 .tnt-has-block-bg{
     -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
     box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
     background:#fff 
}
/*body:not(.is-homepage) .tnt-has-block-bg{
     border: 1px solid #b3b3b3;
     border-top: 3px solid #000;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     background:#fff 
}
 */
 .news-promo .media-body{
     display: grid;
     grid-template-columns: auto 110px;
     width: auto 
}
 .news-promo .media-body p{
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     grid-row-end: 2;
     font-size: 13px;
     text-transform: uppercase;
     color: #222 
}
 .news-promo .media-body a{
     grid-column-start: 2;
     grid-column-end: -1;
     grid-row-start: 1;
     grid-row-end: 3;
     justify-self: center;
     align-self: center;
}
 .news-promo .media-body h3{
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 2;
     grid-row-end: 3;
     font-size: 20px;
     color:#222 
}
 .news-promo article{
     margin-bottom: 0 
}
 .news-promo .btn{
     background: var(--accent-color) !important;
     border-color: var(--accent-color) !important;
     border-radius: 5px;
     font-weight: normal;
     font-size: 16px;
     padding:10px 25px 
}
 .news-promo .btn:hover{
     background-color: var(--accent-color2-community) !important;
     border-color: var(--accent-color2-community) !important;
}
 .article-promo .btn{
     background: var(--accent-color) !important;
     border-color: var(--accent-color) !important;
     border-radius: 5px;
     font-weight: normal;
     font-size: 16px;
     padding:10px 25px 
}
 .article-promo .btn:hover{
     background-color: var(--accent-color2-community) !important;
     border-color: var(--accent-color2-community) !important;
}
 .article-promo p{
     font-size: 16px !important;
     color:#333 
}
 .add-event-button .btn{
     background: var(--accent-color) !important;
     border-color: var(--accent-color) !important;
     border-radius: 5px;
     font-weight: normal;
     font-size: 16px;
     padding:10px 25px;
     margin-top:10px 
}
 .add-event-button .btn:hover{
     background-color: var(--accent-color2-community) !important;
     border-color: var(--accent-color2-community) !important;
}
 .flyers-block section > .clearfix{
     position: relative !important 
}
 .flyers-block .block-overline{
     position: absolute;
     left: 80px;
     top: 5px 
}
 .flyers-block .block-overline h5{
     display: flex;
     position: relative;
     font-size: 12px;
     text-transform: none;
     font-weight: normal;
     color:#666 
}
 .flyers-block .block-overline h5:after{
     content: '';
     display: block;
     width: 128px;
     height: 26px;
     background: url(../images/save-logo.png) no-repeat center center;
     position: absolute;
     left:calc(100% + 10px);
     bottom: -5px 
}
 @media screen and (min-width: 768px) {
     .bordered-summary .card.summary {
         border-top: 1px solid rgba(0,0,0,.1);
         padding:15px 0 10px;
         margin-bottom: 0 
    }
     .bordered-summary .card.summary:first-of-type{
         border: 0;
         padding-top: 0 
    }
}
 .small-ad-margin .tnt-ads{
     margin-bottom: 0px !important 
}

 .has-image .card-lead{
    /*display: none */
}
 .two-photos .card-image{
     display: none 
}
 .two-photos .card-grid .col-sm-6:first-of-type article .card-image{
     display: block 
}
 .two-photos .card-grid .col-sm-6:nth-of-type(2) article .card-image{
     display: block 
}
 .two-photos .has-image .card-container {
     display: grid;
     grid-template-columns: 174px auto;
     column-gap: 15px 
}

 .icon-info{
    background: url(../images/info-grey.svg) no-repeat center center !important
}

#site-top-nav {
    background-color: #ECEBEC;
}


/* START for migrated AEM articles on dailies site */
.asset-header .tnt-byline.aem {
     font-weight: normal; 
}
/* END for migrated AEM articles on dailies site */