/* site-specific styles */
.uv-hdr__name img {
    background-color: #002754;
}


/** override footer **/

.ftr__lvl3 a {
    color: var(--bs-link-color);
}
.ftr a:focus {
    color: #fff;
    background-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;
    }
}