:root {
    --header-height-nav: 70px;
}

/*IE ONLY*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body{
        font-family: sans-serif;
    }
    p a{
        background-color: #3155A6;
    }
    .nav-item{
        float: left;
        min-width: 160px;
        text-align: center;
    }  
    .footer-upper{
        display: none;
    }
    .footer-lower{
        background-color: #3155A6;
    }
    .btn-prim-black{
        background-color: black;
    }
    .btn-outl-black{
        border: 1px solid black;
    }
    .mobile-1r-1c .editorialRichText-component-container a{
        display: flex;
        justify-content: center;
        align-items: center;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        text-transform: uppercase;
        width: 308px;
        margin: 0 auto;
        text-decoration: none;
        height: 64px;
        color: white;
    }
    .mobile-1r-1c .editorialRichText-component-container a:hover{
        opacity: 0.6;
    }
 }
 /*IE ONLY END*/

.brand {
    width: 250px;
    left: auto;
    position: relative;
    z-index: 1;
}

.logo-home{
    width: 100%;
}

.nav-contact-btn{
    z-index: 999;
    color: black;
}

.btn-prim-black {
    border: none;
    background: var(--black);
    color: white !important;
}

.btn-prim-black:hover {
    opacity: 0.6;
}

.btn-outl-black {
    border: 3px solid var(--black);
    background: transparent;
    color: var(--black) !important;
}

.btn-outl-black:hover {
    opacity: 0.4;
}

.body-text-1{
    line-height: 1.5;
}

#menu-footer{
    text-align: center;
}

.close-btn-mobile button{
    padding: 0;
}

.close-btn-mobile img{
    height: 32px;
    width: 32px;
}

.navbar-toggler{
    width: 18px;
    height: 12px;
    padding-left: 24px;
}

.nav-item .nav-link{
    color: black;
    line-height: var(--header-height-nav);
    height: var(--header-height-nav);
    /* padding-bottom: 66px; */
}

.navbar-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactModal .modal-body-top{
    position: relative;
}
#contactModal .modal-body{
    padding: 36px;
    max-height: 100dvh;
    overflow-y: auto;
}

#contactModal .modal-body-top button{
    background: transparent;
    border: 0;
}

#contactModal .modal-body-content button{
    width: 100%;
}

#contactModal .modal-body-content{
    padding-top: 94px;
}

#contactModal{
    padding-right: 0 !important;
    max-height: 100dvh;
}

#contactModal .contact-address, #contactModal .contact-directions, #contactModal .contact-call, #contactModal .contact-header{
    text-align: center;
}

.contact-content-hours {
    margin-top: 16px;
    font-family: Montserrat-Bold;
}

.contact-address h2{
    margin-bottom: 8px;
}

.contact-address p{
    margin-bottom: 0;
}

.contact-address{
    margin-bottom: 32px;
}

.contact-directions{
    margin-bottom: 8px;
}

.contact-aboutus{
    margin-bottom: 70px;
}

.contact-call{
    margin-bottom: 8px;
}

.contact-call a, .contact-directions a, .contact-aboutus a{
    display: flex;
    text-transform: none;
}

.contact-header{
    margin-bottom: 32px;
}

.contact-address .mobile-h2{
    font-size: 24px;
    font-weight: 500;
    font-family: var(--secondary-font), sans-serif;
    margin-bottom: 8px;
}

#sticky-mobile-button .row{
    margin: 0;
}

#sticky-mobile-button .col-12{
    padding: 0;
}

#sticky-mobile-button .experience-stickyMobileButton{
    width: 100%;
}

@media only screen and (max-height: 400px){

    #main-menu-group li a{
        padding: 12px !important
    }
    #main-menu-group li{
        padding-bottom: 8px !important;
    }

    #contactModal .modal-body{
        padding: 8px !important;
    }

    .close-menu {
        padding: 0 !important;
        padding-right: 8px !important;
        padding-top: 8px !important;
    }

    .nav-contact-btn-mobile{
        height: 64px !important;
    }

    #menu-footer{
        margin-top: 0 !important
    }

    #menu-footer .content-asset{
        margin-bottom: 8px !important;
    }
}
@media only screen and (min-width: 1200px){
    #main-nav .brand{
        margin-left: 72px;
    }
    .nav-contact{
        margin-right: 72px;
    }

    #main-nav .navbar-links{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
    #sticky-mobile-button{
        display: none;
    }
}

@media only screen and (max-width: 1199.99px){
    #contactModal .modal-dialog{
        width: 100%;
        max-width: 100%;
    }

    .brand{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    
    #main-nav .main-menu{
        width: 100%;
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        text-align: center;
        height: 5em;
        line-height: 1.5;
    }

    .navbar-menu-items{
        height: 100%;
    }

    .close-menu{
        position: absolute;
        top: 0;
        width: 100%;
        padding: 36px;
    }

    #main-nav .nav-item a{
        padding: 30px;
    }

    /* #main-menu-group li{
        padding-bottom: 66px;
    } */

    .dropdown .dropdown-item .dropdown-link, .dropdown .dropdown-submenu .dropdown-link {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    #main-nav .multilevel-dropdown .dropdown-item.top-category {
        padding-bottom: 0;
    }

    #main-nav .multilevel-dropdown .dropdown-item.top-category .nav-link {
        padding-top: 42px;
    }

    #menu-footer{
        margin-top: 46px;
    }

    #menu-footer .content-asset{
        margin-bottom: 23px;
    }

    .nav-contact-btn-mobile{
        height: 90px;
    }

    #sticky-mobile-button{
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        width: 100%;
        height: 90px;
        z-index: 1;
    }

    #sticky-mobile-button a{
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background: var(--primary-1);
        color: white;
        font-size: 18px;
        height: 90px;
        width: 100%;
        text-transform: uppercase;
    }

    #homepage-hero-carousel .ITC-image-heading-text p a{
        display: none;
    }

    #sticky-mobile-button a:hover{
        text-decoration: none;
        opacity: 0.6;
    }
}



@media only screen and (max-width: 600px){
    .brand {
        width: 236px;
    }
    .navbar-toggler{
        padding-left: 16px;
    }
    .close-btn-mobile img{
        height: 24px;
        width: 24px;
    }
    .close-menu{
        padding: 20px;
    }
    #main-nav .multilevel-dropdown .dropdown-item.top-category .nav-link {
        padding-top: 24px;
    }
    #main-menu-group li{
        padding-bottom: 0;
    }

    #menu-footer{
        margin-top: 30px;
    }

    #menu-footer .content-asset{
        margin-bottom: 23px;
    }

    #contactModal .modal-body-content{
        padding-top: 40px;
    }
    #contactModal .modal-body{
        padding: 16px;
    }
}

.header{
    align-items: center;
}

.header > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.utility-bar .before{
    display: table;
    content: " ";
}
.utility-bar .after{
    clear: both;
}

nav {
    background-color: #fff;
}
.main-menu {
    background-color: #fff;
}

.navbar-header > .in > nav.navbar
{
    background-color: #fff!important;
}

.nav-btn {
    cursor: default;
}

.menu-toggleable-left .close-menu {
    /* background-color: #fff; */
    border-bottom: none;
}
/* button standards */

@media (max-width:543.98px) {
    .menu-toggleable-left.in {
        margin-right: 0;
    }
}

.hide-focus-outline *:focus {
    outline: none!important;
}

.nav .navbar-nav > .nav-item .dropdown .show {
    background-color: #3344ff;
    color:#ffffff;
}

@media only screen and (min-width: 1200px) {
    .menu-spacer, .submenu-spacer {
        display: none;
    }
}

/* Contact Us Buttons */


.nav-contact-btn {
    background-color: #fff;
    border-style: none;
    font-size: 16px;
    text-transform: none;
    position: relative;
}
.nav-contact-btn:hover {
    font-weight: bolder;
    font-family: var(--secondary-font);
}
.nav-contact-btn-icon {
    transform: scale(0.8);
}

.nav-contact-mobile {
    position: absolute;
    bottom: 0px;
    z-index: 1100;
    width: 100%;
    background-color: #000;
    text-align: center;
}

.nav-contact-btn-mobile {
    background-color: #000;
    width: 100%;
    border-style: none;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.nav-contact-btn-mobile .fa-phone{
    color: black;
}

.contact-btn-text-mobile {
    color: #fff;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 0;
}

/* Contact Us Modal */

.modal-dialog-slideout {
    min-height: 100%; 
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}