﻿.FooterStyle-module__footer_links ul li,
.accordion-item ul li {
    list-style-type: none;
}

.FooterStyle-module__main_card {
    overflow: auto;
}

.FooterStyle-module__footer_links ul li a,
.accordion-item ul li a,
.FooterStyle-module__bottom_section a,
.FooterStyle-module__back_to_btn a,
.FooterStyle-module__main_card_body a {
    list-style-type: none !important;
    color: white !important;
    text-decoration: none !important;
    padding-top: 10px;
}

.FooterStyle-module__footer_links ul li a,
.accordion-item ul li a {
    display: block;
}

.FooterStyle-module__footer_logo a {
    color: transparent;
}

.NavbarStyle-module__bottom_nav_dropdown_menu_header {
    width: 255px !important;
}

.ExternalSiteCardStyle-module__section_card .flexWidth{
    flex:1;
}
.ExternalSiteCardStyle-module__section_card .logo-container {
    background-color: #62BD19;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 450px;*/

}

.ExternalSiteCardStyle-module__section_card .logo {
    max-width: 100%;
    max-height: 100%;
    height:auto !important;
    object-fit: contain;
}
@media only screen and (max-width: 480px) {
    .ExternalSiteCardStyle-module__section_card .logo-container {
        height: 22vh;
    }
}
.PullQuoteStyle-module__main_card 
{
    width:auto;
}
.ShareIconStyle-module__icon_list a {
    display: flex; /* Ensures proper alignment */
    align-items: center;
    justify-content: center;
    width: 56px; /* Match the size of the blue circles */
    height: 56px; /* Match the size of the blue circles */
    border-radius: 50%; /* Makes the shape circular */
    background-color: #0053A5; /* Matches the blue background color */
    color: white; /* Icon color */
    text-decoration: none; /* Removes underline */
    margin: 0 8px; /* Space between icons */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

    /* Hover effect */
    .ShareIconStyle-module__icon_list a:hover {
        background-color: #003d7a; /* Slightly darker blue on hover */
    }

    /* Style for the icons */
    .ShareIconStyle-module__icon_list a i {
        font-size: 20px; /* Icon size */
        line-height: 1; /* Ensures vertical alignment */
    }


.ShareIconStyle-module__icon_list .cursor-pointer {
    cursor: pointer !important;
    margin: 0;
    /*padding: 26px;*/
    text-align: center;
}

.form-download-report {
    width: 80%;
    margin:0 auto;
}
@media only screen and (max-width: 480px) {
    .form-download-report {
        width: 100%;
    }
}

.breadcrumb-container {
    padding: 30px 0;
}

.breadcrumb a {
    color: #868F98;
    text-decoration: none;
}
.custom-placeholder {
    background-color: #e8e8e8;
    color: #000000;
    padding: 20px 50px;
    width: fit-content;
    margin: 30px 0 30px 0;
}

    .custom-placeholder p {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
    }

.box-text {
    font-size: 20px;
    font-weight: 500;
}

.boxRec {
    width: 300px;
    height: 250px;
    background-color: #E8E8E8;
}
.clusterhead {
    color:  #002569;
}
.videoTitle {
    color: #0053A5;
}

.VideoPlayerComponentStyle-module__main_card {
    position: relative;
}

.VideoPlayerComponentStyle-module__bottom_overlay_text {
    position: absolute;
}

.PodcastSubscribe-module__providers a {
    display: inline-grid;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}


audio::-webkit-media-controls-play-button {
    transform: scale(2, 2);
}

audio::-webkit-media-controls-timeline {
    /*height: 10px;
    transform: scale(1, 2);*/
}

.addeventatc {
    border-radius: 30px !important;
    padding: 1rem 1rem 1rem 46px !important;
}
.addeventatc_icon {
    top: 14px !important;
}

.NewsArticleHeroStyle-module__header_section {
    display:flex;
}
    .NewsArticleHeroStyle-module__header_section div {
        flex-basis: fit-content;
    }

.NewsArticleHeroStyle-module__img_section div {
    /*make 4:3 per Nancy and Ji*/
    width: 600px/*522px*/;
    height: 450px /*573px*/;
    overflow: hidden;
    flex-basis: fit-content;
}
.NewsArticleHeroStyle-module__img_section img {
    border-radius: 18px;
    float: inline-end;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.NewsArticleStyle-module__section_card_img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.NewsArticleStyle-module__section_card_div a {
    display:flex;
}
.NewsArticleStyle-module__section_card_div_imgcontainer {
    width: 132px;
    height: 132px;
    overflow: hidden;
    flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
    .NewsArticleHeroStyle-module__header_section {
        flex-direction:column;
    }
    .NewsArticleHeroStyle-module__img_section div {
        /*make 4:3 per Nancy and Ji*/
        width: 100% /*522px*/;
        height: auto /*573px*/;
        /*overflow: hidden;
        flex-basis: fit-content;*/
    }
}
.c-aperture-mask {
    -webkit-mask-image: url(/static/media/C-Aperture-Mask.png);
    mask-image: url(/static/media/C-Aperture-Mask.png);
    mask-repeat: no-repeat;
    mask-position: center;
    width:500px;
    height:500px;
}
.button {
    color: #fff;
    background-color: #0053a5;
    margin: 1rem 0;
    display: inline-block;
    border-radius: 30px;
    border: 0px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}
.button::after {
    content: "\f178";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    margin-left: 0.5em; /* Add some space between the text and the icon */
    color:#fff;
}
.button-white {
    color: #0053a5;
    background-color: #fff;
    margin: 1rem 0;
    display: inline-block;
    border-radius: 30px;
    border: 0px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}
.button-grey {
    color: #0053a5;
    background-color: #F5F5F5;
    margin: 1rem 0;
    display: inline-block;
    border-radius: 30px;
    border: 0px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}
.button-white::after, .button-grey::after {
    content: "\f178";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    margin-left: 0.5em; /* Add some space between the text and the icon */
    color: #0053a5;
}

.headshot {
    max-width:300px !important;
}
.icon-bg {
    display: inline-flex; /* Ensures proper alignment */
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right:10px;
    border-radius: 50%;
    background-color: #e9f0f4;
    color: #0053a5;
    text-decoration: none; /* Removes underline */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

    .nacstable-container table {
        width:100%;
        border-collapse: collapse;
    }

.nacstable-container table tr {
    width: 100%;
    border-collapse: collapse;
}

/* Style for even-numbered rows */
    .nacstable-container table tr:nth-child(even) {
        background-color: #F4F9E9; /* A light gray background */
    }

/* Style for odd-numbered rows */
    .nacstable-container table tr:nth-child(odd) {
        background-color: #ffffff; /* A white background, optional if default is white */
    }

.fa-solid, .fa-regular, .fa-brands, .fa-classic, .fas, .far, .fab, .fal, .fat, .fad, .fadr, .fadl, .fadt, .fass, .fasr, .fasl, .fast, .fasds, .fasdr, .fasdl, .fasdt, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa {
word-wrap:normal; /*BSM: fixes the FA icon issue that wraps the text down when putting in the &nbsp;*/
}

.videoWrapper {
    position: relative;
    width: 98%;
    height: 520px;
    max-width: 100%;
    max-height: auto;
    margin: auto;
    padding: 0;
    border: 1px solid #036;
    display: inline-block;
}
.videoWrapper embed, .videoWrapper iframe, .videoWrapper object, .vzaar-video-player, .vzaar_media_player {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: top;
}

.checkBoxFilter, .checkBoxFilter_Tag, .checkBoxFilter_Year {
    display: none;
    cursor: pointer;
}

span.filter_badge:has(input[type="checkbox"]:checked) {
    background-color: #dbeab9 !important;
}

input.checkBoxFilter_Tag:checked + .filter_badge, input.checkBoxFilter_Year:checked + .filter_badge {
    background-color: #dbeab9;
}

input.checkBoxFilter_Tag:checked + .filter_badge::before, input.checkBoxFilter_Year:checked + .filter_badge::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Pro";
    font-weight: 700;
    margin-right: 0.5em; /* Add some space between the text and the icon */
    color: #0053a5;
}

@media only screen and (max-width: 480px) {
    .row {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .row>* { /*BSM 3/2 - to fix mobile news article page, and hopefully whole site, but could be bad*/
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.ktc-section-header {
    /*visibility: hidden !important;*/
}
.formwidget-submit-text {
    border-radius: 16px;
    background: var(--Secondary-Secondary---PMS-2274, #DBEAB9);
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size:1.2rem;
    color:#0053a5;
    max-width:800px;
    margin:auto;
}
.formwidget-submit-text::before {
    content: "\f058";
    font-family: "Font Awesome 7 Pro";
    font-weight: 300;
    margin-right: 0.5em; /* Add some space between the text and the icon */
    color: #0053a5;
    font-size:32px;
}