.footer-col-item.custom-footer-html.relative a {
    color: #f5bb19 !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.site-section.areas-we-serve-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
.site-section.faq-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
@media only screen and (max-width:1024px) {
    .contact-site-name.medium.uppercase.relative {
        font-size: 18px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .contact-site-name.medium.uppercase.relative {
        font-size: 20px !important;
    }
}