<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Agency Custom CSS 
Yellow - #fed720
Blue - #151F47
*/

/* Helper Styles */
.text-primary {
    color: #fed720;
}

.text-secondary {
    color: #151F47;
}

.text-gold {
    color: #db9f00;
}

.background-primary {
    background-color: #fed720;
}
.background-secondary {
    background-color: #151F47;
}

.background-lt-blue {
    background-color: rgba(0, 15, 93, 0.1);
}



/* Add-on style for text carousel template */

.content-quote {
    /* Use with Text Carousel Slider */
}
    .content-quote .orbit-previous {
        left: 1rem;
    }
    .content-quote .orbit-next {
        right: 1rem;
    }
    .content-quote .orbit-container {
        border-radius: .8rem;
        margin-top: 1rem;
    }
    .content-quote .orbit-slide-container {
        padding: 2rem 5rem;
        text-align: center;
    }
    @media screen and (min-width: 1024px) {
        .content-quote .orbit-slide-container {
            padding: 2rem 8rem;
        }
    }


/* OVERRIDES */

body .billboard-main.marketing .main-banner-overlay .main-banner-text-container {
    background-color: rgba(0, 12, 73, 0.6);
    width: 75%;
}

body .billboard-main.default, body .billboard-main.info, body .billboard-main.marketing {
    min-height: 26rem;
}

@media print, screen and (max-width: 39.9988em) {
    body .billboard-main.marketing .main-banner-overlay .main-banner-text-container {
        width: 100%;
    }

    body .billboard-main.default, body .billboard-main.info, body .billboard-main.marketing {
        background-size: auto;
        min-height: auto;
    }

    body .billboard-main.default, body .billboard-main.info, body .billboard-main.marketing .main-banner-overlay {
        padding: 2rem;
    }
}



/* Customizations to Spotlights link bar */
#content_container_579872, #content_container_579872 &gt; div,
#content_container_579837, #content_container_579837 &gt; div,
#content_container_580604, #content_container_580604 &gt; div,
#content_container_580583, #content_container_580583 &gt; div,
.agency-spotlights-container, .agency-spotlights-container &gt; div
{
    background-color: #344287 !important;
}


/* Customizations to Template */
body.marketing main article .agency-spotlights-container&gt;div .agency-spotlight {
    background-color: #000f5d;
}

.billboard-custom {

}
    body .billboard-main.marketing .main-banner-overlay .main-banner-text-container p {
        font-size: 1.3rem;
    }
    
    body .billboard-main.marketing .main-banner-overlay .main-banner-text-container .billboard-custom p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 1.2rem;
    }
    
    

/* Other customizations */

.billboard-custom a.button {
    background-color: #89730c !important;
    border: 2px solid #89730c !important;
}
    .billboard-custom a:hover {
        background-color: #89730c !important;
        border: 2px solid #fff !important;
    }</pre></body></html>