/* Header CSS -----------------------------------*/

#header {
    height: 46px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
    top: 0;
}
#header.sticky + div,
#header.sticky + section {
    margin-top: 46px;
}
#header .logo-brand,
#footer .logo-brand {
    color: #002e63;
    margin-top: 5px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
}
#header .logo-brand {
    margin-top: 0;
    position: absolute;
    top: 7px;
    left: 0;
}
#header .logo-brand,
#footer .logo-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#header .logo-brand.logo-brand--client,
#footer .logo-brand.logo-brand--client {
    max-width: 145px;
}
#header .logo-brand *,
#footer .logo-brand * {
    text-transform: uppercase;
    line-height: 1;
    /* display: inline-block;
    vertical-align: middle; */
}
#header .logo-brand img,
#footer .logo-brand img {
    max-width: 100%;
    height: auto !important;
    max-height: 35px;
}
#header .logo-brand:not(.logo-brand--client) img,
#footer .logo-brand:not(.logo-brand--client) img {
    max-width: 30%;
    margin-right: 5px;
    float: none;
}
#header .menuzord-menu > li {
    line-height: 1;
    float: none;
    vertical-align: middle;
}
#header .menuzord-menu > li > a {
    color: #97989a;
    font-size: 16px;
    font-weight: 600;
}
#header .menuzord .menuzord-menu > li.active > a,
#header .menuzord .menuzord-menu > li.active > a > i,
#header .menuzord .menuzord-menu > li:hover > a,
#header .menuzord .menuzord-menu > li:hover > a > i {
    color: #0179c2 !important;
}
#header .menuzord-menu > li > a.btn {
    height: 35px;
    padding: 0 15px;
    line-height: 37px;
    box-shadow: none;
}
#header .menuzord .menuzord-menu > li.active > a.btn,
#header .menuzord .menuzord-menu > li.active > a.btn > i,
#header .menuzord .menuzord-menu > li:hover > a.btn,
#header .menuzord .menuzord-menu > li:hover > a.btn > i {
    color: #fff !important;
}

/* Safari --------------------------------------------*/

.mac.safari #header .menuzord-menu > li > a.btn {
    line-height: 28px;
}

@media screen and (min-width: 769px) {
    #header {
        height: 75px;
    }
    #header.sticky + div,
    #header.sticky + section {
        margin-top: 75px;
    }
    #header .logo-brand {
        font-size: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header .logo-brand img,
    #footer .logo-brand img {
        max-height: 75px;
    }
    #header .logo-brand.logo-brand--client,
    #footer .logo-brand.logo-brand--client {
        max-width: 180px;
    }
    #header .logo-brand:not(.logo-brand--client) img {
        max-width: 50px;
    }
    #header .menuzord-menu > li {
        padding: 0 10px;
        margin: 20px 0;
    }
    #header .menuzord-menu > li > a {
        padding: 0;
        line-height: 34px;
    }
}

@media screen and (min-width: 1024px) {
    #header {
        height: 75px;
    }
    #header.sticky + div,
    #header.sticky + section {
        margin-top: 85px;
    }
    #header .logo-brand {
        font-size: 31px;
    }
    #header .logo-brand:not(.logo-brand--client) img {
        max-width: 100%;
    }
    #header .logo-brand.logo-brand--client,
    #footer .logo-brand.logo-brand--client {
        max-width: 200px;
    }
    #header .menuzord-menu > li {
        padding: 0 15px;
        margin: 25px 0;
    }
    #header .menuzord-menu > li > a {
        font-size: 17px;
    }
}

@media screen and (min-width: 1281px) {
    #header {
        height: 95px;
    }
    #header.sticky + div,
    #header.sticky + section {
        margin-top: 95px;
    }
    #header .logo-brand img,
    #footer .logo-brand img {
        max-height: 95px;
    }
    #header .logo-brand.logo-brand--client,
    #footer .logo-brand.logo-brand--client {
        max-width: 225px;
    }
    #header .menuzord-menu > li {
        margin: 30px 0;
    }
    #header .menuzord-menu > li > a {
        font-size: 18px;
        line-height: 36px;
    }
}
