p.footerAgencyInfo {
    font-size:0.8em;
    font-weight:700;
    margin-top:1em;
    margin-left:5px;
}

.homeStats {
    TEXT-ALIGN: CENTER;
    background-color: #145da0;
    color: #fff;
    padding: 1em;
}     

.homeStatsTitle {
    font-size: 2.5rem;
    font-weight: 900;
}

.homeStatsNum {
    font-size:2rem;
    font-weight:700;
}

.homeStatsDescription {
    font-size: 1.2rem;
    font-weight: 600;
}

.homeStatsFootnote {
    margin-bottom:0;
    font-weight:100;
}

.homeStatsFootnote a {
    color: #fff;
}

.homeStatsFootnote a:hover {
    color: #ccc;
}

img {
    max-width:100%;
    height:auto;
}

/* CMS-412 */
.block-quote-container{
    color: #ffffff;
    background-color: #01203D;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    margin: 1.25rem 0;
}
.quotation-icon{
    color: #EA9828;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    rotate: 180deg;
    justify-content: center;
    margin: 0 auto 5px;
}
.quote{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: center;
    margin: 1.25rem;
}
.quotee{
    font-size: .9rem;
}

.umb-block-grid__layout-item:has(.upcoming-events-preview) {
    background: #d3d3d3;
}

.site-breadcrumbs {
    font-size: 19px;
    font-weight: 600;
}

.site-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.site-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.site-breadcrumbs li + li::before {
    content: "›";
    color: #fff;
    margin: 0 0.5rem;
    font-weight: 800;
}

.site-breadcrumbs a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus {
    color: #fff;
    text-decoration:underline 2px #ffd101;
}

.site-breadcrumbs li[aria-current="page"] {
    color: #031625;
}

/* ============================================================
   LA Works Footer
   Extends the existing footer structure with branded link states
   ============================================================ */

.site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.site-footer h5,
.site-footer .h5 {
    color: #04345c;
    font-weight: 800;
}

.site-footer nav {
    line-height: 2.5em;
}

.site-footer nav li a,
.site-footer p a {
    color: #005e3d;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(0, 94, 61, 0.45);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    transition:
        color 0.2s ease-in-out,
        text-decoration-color 0.2s ease-in-out,
        text-underline-offset 0.2s ease-in-out;
}

.site-footer nav li a:hover,
.site-footer p a:hover {
    color: #04345c;
    text-decoration-color: #ffc107;
    text-underline-offset: 0.34em;
}

.site-footer nav li a:focus-visible,
.site-footer p a:focus-visible {
    color: #04345c;
    outline: 3px solid #ffc107;
    outline-offset: 3px;
    border-radius: 0.2rem;
    text-decoration-color: #ffc107;
}

/* Social footer strip */

.site-footer-social {
    background-color: #ececec;
}

.site-footer-social__link {
    color: #04345c;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.35rem;
    transition:
        color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

.site-footer-social__link:hover {
    color: #ffffff;
    background-color: #005e3d;
    transform: translateY(-1px);
}

.site-footer-social__link:focus-visible {
    color: #04345c;
    background-color: #ffc107;
    outline: 3px solid #04345c;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .site-footer nav li a,
    .site-footer p a,
    .site-footer-social__link {
        transition: none;
    }

    .site-footer-social__link:hover {
        transform: none;
    }
}

.RTE p a {
    color: #005e3d;
    text-decoration: underline;
}

.RTE p a:hover {
    color: #04345c;
    text-decoration-color: #ffc107;
    text-underline-offset: 0.34em;
}


