@import url('https://use.typekit.net/hly0yck.css');


@media only screen and (max-width : 1200px) {
    #tsrv-menus .tsrv-inner{
        padding-top: 15px !important;
        padding-bottom:15px;
    }

    .navbar-toggler{
        margin-top:5px;
        margin-bottom:5px;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }   
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    color: #111 !important;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 22px !important;
    padding-top: 30px;
    line-height: 25px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:25px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease; 
}

body{
    background-color: #f2f2f2;
}

#main-navbar a:hover{
    border-bottom: 1px solid #b11e35;
}


#tsrv-main-menu{
    background-color: #07623c !important;
}

#tsrv-main-banner-1, #tsrv-main-banner-1 img{
    max-width:100%;
    max-width: 150px;
    max-height: 150px;
    padding-top:5px;
    padding-bottom:10px;
}

#tsrv-main-banner-1 p{
    margin-bottom:0rem;
}

#tsrv-main-banner-3, #tsrv-main-banner-4, #tsrv-main-banner-2 {
    display:none;
}

.navbar-nav.ms-auto.nav-right-content{
    justify-content: center;
}

#tsrv-minicart{
    background-color: #fff !important;
    color:#111 !important;
    border-color: #111;
    margin-top:6px;
}

.navbar-nav.ms-auto.nav-right-content{
    margin-top:-11px;
}

.btn{
    background-color: #b11e35 !important;
    color: #fff !important;
}

.tsrv-btn{
    background-color: #b11e35 !important;
    color: #fff !important;
} 

.go-back{
    border-color: #000 !important;
}

#tsrv-div-main-footer, #tsrv-main-footer{
    background-color: #f2f2f2 !important;
}

#tsrv-main-footer a{
    color: #000;
    font-family: Arial;
    font-size:14px;
}

#tsrv-main-footer a:hover{
    border-bottom: 1px solid;
}

#tsrv-main-footer-1 h3{
    display:none;
}

.navbar-toggler{
    border-color: #fff !important;
    background-color: #001731;
}