.single section.latest-news-section,
.archive section.latest-news-section,
.category section.latest-news-section {
    display: none;
}

span.company-address-inner br {
    display: none;
}
header.site-header .top-head .th-tagline a {
    color: #fff;
}
footer .footer-item-rows .footer-col-item .ft-rev-label-2 a {
    color: #fff;
}
footer .footer-item-rows .footer-col-item .ft-rev-label-2 a:hover {
    color: #0478b6;
}
.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;
}

@media only screen and (max-width:1360px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
}

@media only screen and (max-width:1280px) {
     .nav-primary .genesis-nav-menu a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header.site-header .top-head .top-head-item.col-4 {
        width: 23% !important;
    }
    header.site-header .top-head .top-head-items .top-head-item:nth-child(2) {
        width: 54% !important;
    }
}

@media only screen and (max-width:1200px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }  
}

@media only screen and (max-width:1140px) {
    .genesis-nav-menu a,
    .genesis-nav-menu .sub-menu a {
        font-size: 15px !important;
    }  
}


@media only screen and (max-width:1080px) {
    .genesis-nav-menu a,
    .genesis-nav-menu .sub-menu a {
        font-size: 14px !important;
    }  
}

@media only screen and (max-width:1023px) {
    header.site-header .top-head .top-head-item.col-4 {
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:480px) {
    .services-section .service-pages:before {
        background-color: rgba(4, 120, 182, .3);
    }
}