@media only screen and (min-width:1024px) {
    ul#menu-main-menu ul.sub-menu {
        width: 400px;
        background: #192b4b;
        display: flex;
        flex-flow: wrap;
        border-top: 0;
    }
    ul#menu-main-menu ul.sub-menu li {
        width: 200px;
        display: inline-flex;
        flex-wrap: wrap;
        align-content: center;
        border: 1px solid #fff;
    }
    ul#menu-main-menu ul.sub-menu li a {
        border: 0;
        height: 100%;
        align-items: center;
        display: inline-flex;
    }
}
footer .footer-item-rows:first-child .footer-col-item p a {
    color: #fff;
}
footer .footer-item-rows:first-child .footer-col-item p a:hover {
    color: #a32b2b;
}
.slmp-gallery .slmp-display-image.slmp-grid-display-image {
    justify-content: center !important;
}
.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;
}
footer .site-media.white a.sprite span, 
.site-media.black a.sprite span, 
.site-media.white a.sprite span {
    filter: none !important;
}
.social-media a.sprite {
        background-color: #ffff !important
}

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1080px) {

}

@media only screen and (max-width:1023px) {
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    .cta-section .heading-wrap .section-title {
        font-size: 33px !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
    .cta-section .heading-wrap .section-title {
        font-size: 28px !important;
    }
}

@media only screen and (max-width:420px) {

}