

/* Custom Font Styles for Editors */
.text-red { color: red; }
.text-orange { color: orange; }
.text-green { color: green; }
.text-blue { color: blue; }


/* Agency Custom CSS */

body main #subpage-banner-container {
    margin-bottom: 4rem;
}

body#subpage.adaptive main article > section:last-child, body#subpage.adaptive main article > .subpage-text-container:last-child {
    padding-bottom: 4rem !important;
}

#footer_agency #footer_agency-brand h2 {
    font-size: 2.0rem;
    margin: auto;
}

#footer_agency #footer_agency-brand .logo_agency {
    height: 110px;
    margin: 0 auto 1rem auto;
}

body .billboard-main.two-column .billboard-content .billboard-description h2 {
    font-size: 3rem;
    font-weight: 700;
}

body header #header_top ul#header_elem-list #header_agency-name {
    font-size: 2.0rem;
}

body header #header_top ul#header_elem-list #header_search {
    max-width: 40%;
    flex: 0 0 40%;
}

@media print, screen and (max-width: 39.99875em) {
    body header #header_top ul#header_elem-list #header_search {
        max-width: 100%;
        flex: 0 0 100%;
    }
}