.contact-page-form-map {
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-banner .page-banner:before {
    background-color: rgb(0 0 0 / 60%) !important;
}

div#main-logo a {
    display: flex;
    align-items: center;
}

div#main-logo a span {
    max-width: 140px;
    color: #000000;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) and (min-width:1024px){
    .genesis-nav-menu a {
        font-size: 12px !important;
    }
    
    div#main-logo img {
        max-width: 50px !important;
    }
    
    div#main-logo a span {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:1023px){
    .header-col.cta-items {
        border-top: 1px solid #249ad9;
    }
    
    .company_logo_name {
        display: none;
    }
    
    div#main-logo a {
        justify-content: center;
    }
    
    div#main-logo {
        display: block !important;
    }
}