/* Color overrides */
.image-bordered--yellow { 
    border-color: #eade00 !important; 
}

.masked-title--yellow-text { 
    background-color: #eade00 !important; 
}

.table > thead > tr, 
.richtext table > thead > tr { 
    background-color: #eade00 !important; 
}

.page-section { 
    border-image: repeating-linear-gradient(135deg, #eade00, #eade00 30px, #222b57 30px, #222b57 60px) 15 !important; 
}

.page-section--has-bg { 
    border-image: repeating-linear-gradient(135deg, #eade00, #eade00 30px, #222b57 30px, #222b57 60px) 15 !important; 
}

.site-navigation .nav__link.active { 
    color: #eade00 !important; 
}

.service-listing-item__icon > svg { 
    color: #eade00 !important; 
    fill: #eade00 !important; 
}

.card { 
    border-image: repeating-linear-gradient(135deg, #eade00, #eade00 30px, #000000 30px, #000000 60px) 15 !important; 
}

.bg-brand-yellow { 
    background-color: #eade00 !important; 
}

.color-brand-yellow { 
    color: #eade00 !important; 
} 