@media (min-width: 991px) {
div#header .quantum-header__right .quantum-header__menu {
    height: 100%;
    display: flex;
}

div#header nav.quantum-drop-down-menu {
    height: 100%;
}

div#header li.quantum-drop-down-menu__list-item {
    height: 100%;
}

div#header .quantum-header__right {
    height: 100%;
}

div#header li.quantum-drop-down-menu__list-item:hover a + ul {
display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 16px 0;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 10000;
    list-style: none;
    top: 68px;
    left: 0;
    right: 0;
    opacity: 1;
}
div#header li.quantum-drop-down-menu__list-item:hover a + ul a{
    padding: 12px 16px;
    font-family: 'Outfit';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #77777a;
    gap: 0;
}
div#header li.quantum-drop-down-menu__list-item.open ul.quantum-drop-down-menu__menu::before,
div#header li.quantum-drop-down-menu__list-item:hover ul.quantum-drop-down-menu__menu::before {
    content: "";
    display: block !Important;
    width: 100%;
    border-bottom: solid 4px #e16a2d;
    margin-bottom: 8px; /* adjust spacing if needed */
    position: absolute;
    top: -4px;
}

}



@media (max-width: 991px) {

div#section-administer-one .field-promoicon2 {
    max-width: 100% !important;
}

#administration-page #section-administer-one img {
    width: 100%;
}
}