

/* Agency Custom CSS */

body {
    font-family: Arial, sans-serif;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Futura,"Open Sans","Helvetica",Arial,sans-serif;
}

#agency-spotlights-container .agency-spotlight .fa-solid, .agency-spotlights-container .agency-spotlight .fa-solid,
#agency-spotlights-container .agency-spotlight .fas, .agency-spotlights-container .agency-spotlight .fas {
    font-size: 2rem;
    margin-bottom: .8rem;
}

.marketing #agency-spotlights-container .agency-spotlight h4 {
    font-size: 1rem;
}

.container_rotating-banner.info .slide-info-wrap .subtext-wrap {
    font-weight: bold;
}

body main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content a {
    display: inline;
}

body main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content a.button {
    display: block;
}

.container_rotating-banner.info, .container_rotating-banner.info .slide {
    border-radius: 0;
}

#footer_agency #footer_agency-brand .logo_agency {
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}


/* CUSTOM STYLES, added 2/6/24 */
.color-primary { color: #225eaa; }
.color-secondary { color: #ce3354; }

.color-white * { color: #fff !important; }

.color-white a.button:hover { color: #225eaa !important; }

.bg-primary { background-color: #225eaa; }
.bg-secondary { background-color: #ce3354; }

/*
body main h2 { color: #225eaa !important; }
*/
body main h3 { color: #225eaa !important; }


.border-none { border: none !important; }
table.border-none { border: none !important; }
table.border-none tbody { border: none !important; }