body { 
    background: #fff;
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-display: swap;
    overflow-x: hidden;
}
a {
    color: #005499;
    transition: all 0.2s linear;
}
.light-blue,
a:hover { color: #a5d5fc; }
.link-blue { color: #005499; }
.link-blue:hover { 
    color: #00335c; 
    text-decoration: none;
}

.light-gray { background: #f6f6f6; }
.middle-gray { background: #ededed; }

/* Top Nav */
.top-nav, .light-grey { background: #ededed; }
.top-nav { 
    color: #797979; 
    font-size: 90%;
}
.top-nav .brand-logo {
    margin: 8px 0; 
    max-height: 45px; 
}
.top-nav .brand-logo:not(:last-child) { margin-right: 8px; }
.top-nav .img-logo {
    margin-right: 10px;
    max-width: 100px;
    max-height: 30px;
}

/* Navbar */
.navbar { background: #005499; }
.navbar .nav-link { 
    color: #fff;
    font-size: 15px; 
    text-transform: uppercase;
}
.navbar-brand img { max-width: 200px; }

footer .nav-link { color: #fff; }
.navbar .nav-link:hover,
footer .nav-link:hover { color: #a5d5fc; }

.social-icons .nav-link { padding: 0 0.5em; }
.social-icons span.nav-link { margin-top: 8%; }
.btn-primary,
.btn-primary.disabled {
    color: #fff;
    background-color: #005499;
    border-color: #005499;
    width: 100%;
    height: 100%;
}

/* Footer */
footer {
    background: #00539c;
    color: #fff;
    font-size: 15px;
    padding: 30px 0;
}
.social-header {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-icons { display: inline-block; }
.social-icons a:not(:last-child) {
    margin-right: 10px;
}
.bottom-nav-ct .nav-link { padding: .5rem; }


/* Media Queries */
@media only screen and (min-width: 1370px) {  
    .container-fluid.custom {
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media only screen and (min-width: 768px) {
    .call-now {
        display: inline-block !important;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .d-none-mobile { display: none !important; }
    .top-nav .img-logo {
        display: block;
        margin: 0 auto;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-toggler {
        border-color: rgb(255,255,255);
        display: block;
        margin: 0 auto;
    } 
    .navbar-brand.one-logo img { max-height: 50px; }
    .navbar-brand.two-logos {
        margin-right: 0;
        text-align:center;
        white-space: unset;
        width: 100%;
    }
        .navbar-brand.two-logos img {
            max-height: 50px;
            margin-bottom: 10px;
        }
    .contact-details-ct { margin: 3rem 1rem; }
    .map-ct { padding: 0; }
    .bottom-nav-ct { text-align: center; }
    .block-width {
        display: block;
        width: 100%;
    }
    .social-header { 
        display: block;
    }    
    .text-copyright { margin: 30px 40px; }
    .call-now { 
        text-align: center !important;
        display: block !important;
        margin: 10px 0; 
    }
}
#dynamicCtNumEmail { display: none; }