

/* Agency Custom CSS */

body.info main article section {
    overflow: hidden;
}

#footer_agency #footer_agency-brand .logo_agency
{
    height: 100px;
}

#header_agency-name span {
    font-weight: 100;
    top: -0.3rem;
    position: relative;
    font-size: 83%;
}

.billboard-button .agency-button {
    background: #ba872d !important;
    color: #11263f !important;
}

#footer_agency-links h2 {
    border-color: #ba872d !important;
}

body main article section.tabs-container .tabs.vertical>li.tabs-title>a, body main article section.tabs-container .tabs .tabs-title>a {
    background: #4f4e4e;
}

.label.primary {
    background: #ba872d;
    color: #fefefe;
}

/* Custom Spotlight Styles */

.agency-spotlights-container a h4 p.font-regular {
    font-weight: 400;
}

.agency-spotlights-container a h4 p.font-large {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 2rem;
    margin: 0;
}

.agency-spotlights-container a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Override top padding, added 11/12/25 CV */
.asset-grid.card-layout .staff-image {
    padding-top: 0 !important;
}