/* site-specific styles */


/** TEMP footer styles until the site has been fully published - June 19, 2026 **/
.ftr__lvl3 a {
    color: var(--bs-link-color);
}
.ftr__lvl3 .accred {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 768px) {
    .ftr__lvl3 .accred {
        flex-direction: column;
    }
}
.ftr__lvl4 { 
    background-color: #002754 !important;
    
}
/** TEMP footer styles **/


.uv-hdr__name img {
    background-color: #002754;
}


/** override footer **/

.ftr__lvl2 a {
    color: var(--bs-link-color);
}
.ftr a:focus {
    color: #fff;
    background-color: var(--bs-link-color);
}
.ftr__lvl2 .accred {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 768px) {
    .ftr__lvl2 .accred {
        flex-direction: column;
    }
}