.col-2.contact-site-map.relative {
    display: none !important;
}
.contact-page-form-map.site-flex.justify-content-top.relative {
    justify-content: center !important;
}
.video-slider .vid {
    width: 600px;
    height: 300px;
}
.site-section.background-color.about-section.top-bot-padding.relative {
    background: linear-gradient(to bottom, rgb(218, 225, 237) 0%, rgb(201, 218, 237) 100%) !important;
}
.site-section.featured-section.layout-2.top-bot-padding.background-color.relative\> {
    background: #fff !important;
}
.site-section.areas-we-serve-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
footer.site-footer .footer-column .column-label:before {
    background-color: #000 !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-page-wrap .contact-page-info .contact-site-name {
        font-size: 17px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .about-section .ab-content {
        border-right: 1px solid #278c41 !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 20px !important;
    }
}