.main-cta-section .cta-content-row .section-desc ul li:before {
    color: #fff;
}
.latest-news-section .slick-track .post-item .post-img.lazyload.background-image.relative {
    border: 1px solid #050098;
    border-bottom: 0;
}
.slmp-reviews button.review-btn {
    border: 1px solid #050098 !important;
    background: #050098 !important;
    color: #fff !important;
}
.slmp-reviews button.review-btn:hover,
.slmp-reviews button.review-btn:active {
    border: 1px solid #c30821 !important;
    background: #c30821 !important;
}
.slmp-gallery .slmp-display-image {
    justify-content: center !important;
}
.slmp-popup-image-item.active {
    text-align: center;
}
#xapp-widget button.xapp-chat-button {
    z-index: 99;
}
#xapp-widget .widget-container.visible {
    z-index: 999999;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.yext-widget .yext-widget-empty {
    margin-bottom: 30px !important;
    display: block;
}
.two-col-list {
    column-count: 2;
}
.two-col-list  li {
    break-inside: avoid-column;
    vertical-align: top;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    background: green;
    color: #fff;
}

@media only screen and (max-width:1140px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media only screen and (max-width:1080px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width:1023px) {
    .sub-menu-toggle:before {
        color: #fff !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:480px) {
    .services-section .service-item .service-title {
        color: #fff !important;
    }
}