body.aid-9 nav {
    background: transparent;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    height: 100%;
}
body.aid-9 nav .main-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 100%;
}
body.aid-9 nav .main-container img.logo {
    height: 3.5rem;
}
body.aid-9 nav .main-container .header-tag {
    background-color: rgb(243 244 246);
    border-radius: 9999px;
    padding-left: .75rem;
    padding-right: .75rem;
    font-weight: bold;
    color: rgb(107 114 128);
    letter-spacing: 0.05rem;
}


/* **** Media Queries **** */
@media (max-width: 1170px) {
    body.aid-9 header#navbar {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        top: 0 !important;
    }
    body.aid-9 header nav {
        position: relative !important;
    }
    body.aid-9 header.sticky nav {
        margin-top: 0;
    }
    body.aid-9 header.sticky nav {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    body.aid-9 header {
        height: 120px;
        max-height: none;
    }
    body.aid-9 #menu_resc {
        position: initial;
    }
    body.aid-9 #menu_resc .collaboration {
        top: 47px;
    }
    body.aid-9 .header_content {
        top: calc(33% - 25px);
    }
    body.aid-9 #home_top_container {
        height: 500px !important;
    }
    body.aid-9 .header_content h1 {
        margin-left: 0;
    }
    body.aid-9 header#navbar > .container {
        max-height: 115px;
    }
}


