/*********************************** NEWS *************************************/
/* .latestNewsContainer {*/

/*}*/
 .news-article-container {
     padding: 2rem;
}
 .article-title {
     font-size: 2rem;
     font-weight: 600;
     margin: 0 0 .75rem 0;
     color: var(--brand-color1);
     line-height: 1;
     text-transform: unset;
}
.news .title {
    text-transform: none;
}
 .article_img {
     font-size: 0;
}
 .news-subtitle {
     font-size: 1.25rem;
     font-weight: 500;
     color: var(--brand-color1);
}
 img.news-image {
     max-width: 350px;
     float: left;
     padding: .9375rem;
     color: var(--brand-color1);
     margin: 0 1.25rem 1.25rem;
}
.article-image-container .img-fluid {
    width: 100%;
    height: auto;
    max-height: 600px;
    aspect-ratio: 16 / 9;
    margin: auto;
    display: block;
}
 .title {
     font-size: 1.25rem;
     font-weight: 600;
}
 a.article {
     color:var(--brand-color2);
}
 .news.container.row {
     margin: 0 auto;
}
 .news .filter-group .filter-btn-primary {
     border: 1px solid;
}
.news-filters {
    display: flex;
    margin-bottom: .5rem;
}
#news-filter-search-heading, #filter-category-heading {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 400;
    display: flex;
    justify-content: left;
}
#filter-category-heading {
    margin-top: .5rem;
}
.news .gallery-search:hover, .news .gallery-search:focus-visible {
    outline: 3px solid var(--brand-color1);
    outline-offset: 3px;
}
.news .gallery-search:hover, .news .gallery-search:focus, .news .gallery-search:focus-visible{
    border-color: transparent;
    box-shadow: none;
}
/* Checked state: input -> label */
.btn-check:checked + .filter-btn-primary {
    background-color: var(--brand-color2);
    color: var(--brand-color1);
    border-color: var(--brand-color1);
}
.reset-filters-btn:hover, .reset-filters-btn:focus-visible {
    outline: 2px solid var(--brand-color1);
}
/* Optional focus style */
 .btn-check:focus + .filter-btn-primary {
     box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/****************************** News Styles ********************************/
 .site-news-container {
     margin-top: 3.125rem;
}
 .filter-div {
     position: relative;
     display: inline-flex;
     vertical-align: middle;
     width: 49% !important;
}
 .filter-group {
     margin-top: .625rem;
     display:flex;
     align-items:center;
     align-content:center;
     flex-wrap:wrap;
}
 .filter-btn-primary {
     background-color: var(--brand-color7);
     border-color: var(--brand-color7);
     color: var(--brand-color1);
     text-transform: uppercase;
     width: 100%;
     min-width: fit-content;
     max-width: 12%;
     line-height: 1.5;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: .375rem .75rem;
     font-size: .9rem;
}
 .filter-btn-primary .btn-title {
     color: var(--brand-color2);
     font-size: 1.5rem;
     font-weight: 200;
     text-transform: uppercase;
}
 .filter-btn-primary span {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
}
 .filter-btn-primary:is(:hover,:focus) {
     outline: var(--brand-color1) auto 1px;
}
 .filter-active {
     background-color: var(--brand-color1);
     border-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .filterWrapper {
     margin:0 auto;
     width:500px;
}
 .news-gallery .filter-group input {
     border-color: var(--brand-color1);
}
 .selectLabel {
     font-size: 1.25rem;
     color: var(--brand-color1);
}
 .programFilter {
     margin-top: .625rem;
     background-color: var(--brand-color7);
     padding: 1.25rem 0;
}
 select#programFilter {
     background-color: transparent;
     border: 0 !important;
     font-size: 1.25rem;
     color: var(--brand-color2);
}
.site-card-image {
    max-width: 100%;
}
 .latestNewsCard {
     width:100% !important;
     max-width: 70ch;
     padding: 1rem;
     border: 1px solid #D3D3D3;
}

 .latestNewsCard .site-cardcontent {
     max-width: 100%;
}
.latestNewsCard .tags {
    text-transform: capitalize;
}
.latestNewsCard .title {
    margin-top: 1rem;
    margin-bottom: .275rem !important;
}
 #news .category {
     margin: 0;
     font-weight: 700;
     font-size: .75rem;
     text-transform: uppercase;
}
 .news-summary {
     width: 500px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .news-gallery .article img.thumb {
     height: 100%;
     max-height: 250px;
     max-width: 350px;
     min-height: 130px;
     object-fit: cover;
     float: none !important;
}

 .latestNewsCardWrapper {
     text-decoration: none!important;
}
 .news-gallery .article {
     display:grid;
     grid-template-columns: .33fr 1fr;
     text-decoration: none!important;
     color: var(--brand-color1);
}
 .article:is(:hover,:focus), .latestNewsCardWrapper:is(:hover,:focus) {
     outline: 3px solid var(--brand-color1);
     outline-offset: 3px;
     background: var(--brand-color7);
     mix-blend-mode: darken;
     border-radius: .5rem;
}
 .article:is(:hover,:focus), .latestNewsCardWrapper:is(:hover,:focus) {
     color: var(--brand-color1)!important;
     text-decoration: none!important;
}
 .latestNewsCard:is(:hover,:focus-within) a {
     color: var(--brand-color1)!important;
}
 .article:focus-visible, .latestNewsCardWrapper:focus-visible {
     outline:unset;
}
.articles-wrapper {
    flex-direction: column;
}
 .news-gallery .article:last-child {
     border-bottom: 0 !important;
}
 .news-gallery .thumb {
     object-fit: cover;
}
 .news-gallery .news-button {
     margin: 2rem auto;
     display: block;
}
 .news-gallery-list .article {
     min-width: 100%;
     margin: .625rem auto;
     border-bottom: 1px solid var(--brand-color1);
     padding: 1.5625rem !important;
     min-height: 300px;
     float: none;
}
 .news-gallery-list .summary {
     width: 65%;
}
.news .summary {
    text-transform: none;
}
 .dropdown-menu .col-xs-6 {
     overflow-y: auto;
     overflow-x: hidden;
     scrollbar-width: thin;
}
.article-image-container {
    position: relative;
}
 .article-image-container .img-caption-container {
     display: flex;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
}
 .img-caption {
     cursor: pointer;
     position: absolute;
     bottom: 28px;
     left: 0;
     right: 0;
     z-index: 2;
     background-color: rgba(0, 0, 0, 0.85);
     padding: .625rem;
     margin: 0 1.25rem;
     color: #fff;
}
 .caption-preview {
     cursor: pointer;
     z-index: 2;
     background-color: rgba(0, 0, 0, 0.5);
     padding: .625rem;
     color: #fff;
}
 button.caption-preview[aria-expanded="true"] {
     opacity: 0;
}
 .caption-preview i {
     transition: transform 0.2s ease;
}
 .caption-preview:hover .fa-chevron-up {
     transform: translateY(-5px);
}
 .img-caption.hidden {
     display: none;
}
 .img-caption {
     display: block;
}
.news .text-body {
    color: #454545 !important;
    padding-bottom: 1rem;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    width: 100%;
}

/************ Media Queries **********/
 @media (max-width: 991.98px) {
     .card.block_fw {
         max-height: 100%;
         filter: none;
    }
     .fw_card-bodyhide {
         overflow: hidden;
         height: 100%;
         max-height: 100%;
    }
    main .news-gallery .article {
        flex-direction: row;
        display: flex;
    }
     .article {
         max-width: 100%;
         clear: none;
         margin: 0;
         text-decoration: none!important;
    }
     .article:is(:hover,:focus) {
         background: var(--brand-color1);
    }
     .news-gallery .article {
         clear: right;
         color: var(--brand-color1);
         margin: .9375rem;
         float: left;
    }
     .news .thumb {
         filter: none;
         width: auto;
         height: auto;
    }
 }
 
  @media (max-width: 860px) {
     .article {
         max-width: 100%;
         float: none;
    }
     .news-gallery .article {
         max-width: 95%;
         clear: right;
         margin: .9375rem auto;*/
         float: none;
    }
}

 @media (max-width: 768px) {

     .news-gallery .article img.thumb {
         float: none;
         max-height: 250px;
         display: block;
    }
    main .news-gallery .article {
        flex-direction: column;
        display: flex;
    }
 }
 @media (max-width: 576px) { 
    .latestNewsContainer {
        flex-direction: column;
    }
    .articles-wrapper {
        width: 100%;
        flex-direction: column;
    }
    .latestNewsCardWrapper {
        width: 100%;
    }
    main .news-gallery .article {
         max-width: 100%; 
         display: flex;
         flex-direction: column;
    }
     .news-gallery .article img.thumb {
         width: 100%;
         min-height: 130px;
    }
}
 