.header-col.middle-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inner-page-banner .page-banner .page-banner-wrap .page-title-container {
    background: rgba(0, 0, 0, .7);
    width: fit-content;
    padding: 10px!important;
}
.site-media.black a.sprite span {
    filter: brightness(0) invert(1)!important;
}
.service-pages.layout-1 .service-item:hover .service-title, .service-pages.layout-2 .service-item:hover .service-title,
.service-pages.layout-4 .service-item:hover .service-title, .service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid #fff!important;
}
.widget-container.widget-container--normal.visible {
    z-index: 100000000 !important;
}
.floating-cta
{
    z-index: 9!important;   
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    div#footer-count2 {
        width: 32%!important;
    }
    div#footer-count4 {
        width: 16%!important;
    }
}
@media only screen and (min-width: 1024px) {
    div#footer-count2 {
        width: 28%;
    }
    div#footer-count3 {
        width: 16%;
    }
    .genesis-nav-menu {
        text-align: center;
    }
    
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .contact-page-wrap .contact-page-info .contact-site-info {
        width: 55%;
    }

    .contact-page-wrap .contact-page-info .contact-site-form {
        width: 45%;
    }
    
    .service-pages .service-items .col-4:not(:nth-child(3n+1)), .service-pages .service-items .col-4:not(:nth-child(2n+1)),
    .service-pages .service-items .col-3:not(:nth-child(2n+1)) {
        margin-left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .cta-items .number-item .main-number, .main-header .cta-items .number-item .main-number a {
        padding: 10px 0!important;
    }
    .header-col.middle-item span
    {
        display: none;
    }
    
    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #1c78bc!important;
    }
}