﻿:root{--news-alerts-container-width:1140px;}.news-alert-wrapper{margin-top:1.5rem;}.news-alert-wrapper .caption-title{font-weight:bold;font-size:1.5rem;line-height:1.5rem;}.news-alert-wrapper .caption-date{color:#46797b;font-weight:bold;}.news-alert-wrapper .col-desc{padding:1rem 0;}.news-alert-wrapper .card{border:0;}.news-alert-wrapper .card .card-body{padding:0;}.featured-news{--news-alerts-number-columns:4;--news-alerts-gap:1rem;--news-alerts-card-width:calc((var(--news-alerts-container-width) - (var(--news-alerts-number-columns)*var(--news-alerts-gap)))/var(--news-alerts-number-columns));display:grid;grid-gap:var(--news-alerts-gap);grid-template-columns:repeat(auto-fill,minmax(var(--news-alerts-card-width),1fr));}.featured-news .card-img-top{height:calc(var(--news-alerts-card-width)/2);object-fit:cover;object-position:center center;}.featured-news div.card-img-top{height:calc(var(--news-alerts-number-columns)/2);}.featured-news .card{background-color:transparent!important;}.featured-news .card-title{font-size:1.5rem;font-weight:bold;}.featured-news .TopLeft{position:absolute;top:0;left:2rem;background-color:#46797b;padding:.5rem;}.news-alerts{--news-alerts-gap:1rem;--news-alerts-event-card-width:calc((var(--news-alerts-container-width) - (var(--news-alerts-number-columns)*var(--news-alerts-gap)))/var(--news-alerts-number-columns));display:grid;grid-gap:var(--news-alerts-gap);grid-template-columns:repeat(auto-fill,minmax(var(--news-alerts-event-card-width),1fr));}.news-alerts .card{border-top:10px solid #46797b!important;border-radius:0;}.news-alerts .card .card-img-top{border-top-left-radius:0;border-top-right-radius:0;object-fit:cover;object-position:center center;height:calc(var(--news-alerts-event-card-width)/2);}.news-alerts .card div.card-img-top{height:calc(var(--news-alerts-event-card-width)/2);}.news-alerts .card .card-title{color:#46797b;font-size:larger;font-weight:bold;}.news-alerts .card-img,.news-alerts .card-img-top,.news-alerts .card-img-bottom{width:25rem;}.news-img-left{display:block;float:left;margin-right:20px;margin-top:.25rem;margin-bottom:.25rem;}.news-img-right{display:block;float:right;margin-left:20px;margin-top:.25rem;margin-bottom:.25rem;}.clearfix{clear:right;}.news-alerts-details .news-alert-detail{display:flex;flex-direction:column;}@media(min-width:768px){.news-alerts-details .news-alert-detail{flex-direction:row;}}.news-alerts-details .news-alert-detail .image{object-fit:cover;object-position:center center;width:100%;border-top:10px solid #46797b;}@media(min-width:768px){.news-alerts-details .news-alert-detail .image{width:45%;max-height:350px;margin-right:2rem;}}.news-alerts-details .news-alert-detail div.image{min-width:425px;background-color:#adb5bd;}.news-alerts-details .news-alert-detail .card-body{padding:.5rem 0 0;}@media(min-width:768px){.news-alerts-details .news-alert-detail .card-body{padding-top:0;padding-bottom:0;}}.news-alerts-details .news-alert-detail .card-body .card-title{color:#46797b;font-size:2rem;font-weight:bold;line-height:1.1;}