/* AEM custom overrides */

.site-header .site-navigation ul.navigation > li > a:after {
    display: none !important;
    content: none !important;
}

.site-header .site-branding a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    line-height: normal;
}

.site-header .site-branding .logo-img {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 85px;
    object-fit: contain;
}

.header-style-1 .site-header-menu.sticky-header .site-branding .logo-img {
    max-width: 180px;
    max-height: 55px;
}

.footer .footer-logo img {
    width: auto;
    max-width: 160px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .site-header .site-branding .logo-img {
        max-width: 180px;
        max-height: 70px;
    }
}

@media (max-width: 575px) {
    .site-header .site-branding .logo-img {
        max-width: 150px;
        max-height: 55px;
    }
}
