#webuild-shared-header {
    background: linear-gradient(180deg, rgba(15, 21, 29, .92), rgba(15, 21, 29, 0));
    position: absolute;
    width: 100%;
    z-index: 1001;
}

#webuild-shared-header.smaller,
#webuild-shared-header.header-mobile {
    background: rgba(15, 21, 29, .97) !important;
    border-bottom: 1px solid rgba(201, 163, 93, .22);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
}

#webuild-shared-header .wsh-logo {
    display: block;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .32));
    height: auto;
    max-width: none !important;
    width: 136px;
}

#webuild-shared-header #logo a { align-items: center; display: inline-flex; }
#webuild-shared-header #mainmenu a.menu-item { color: rgba(255, 255, 255, .91) !important; }
#webuild-shared-header #mainmenu > li > a.menu-item:hover,
#webuild-shared-header #mainmenu > li > a.menu-item.active { color: #e0bd73 !important; }
#webuild-shared-header #mainmenu > li.has-child::after { color: rgba(224, 189, 115, .9); }

#webuild-shared-header .division-dropdown {
    background: rgba(15, 21, 29, .985) !important;
    border: 1px solid rgba(224, 189, 115, .26) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
    min-width: 290px;
    padding: 10px 0 !important;
}

#webuild-shared-header .division-dropdown li { border-bottom: 1px solid rgba(255, 255, 255, .08); }
#webuild-shared-header .division-dropdown li:last-child { border-bottom: 0; }
#webuild-shared-header .division-dropdown li a.menu-item {
    color: rgba(255, 255, 255, .84) !important;
    font-size: 13px;
    line-height: 1.35;
    padding: 10px 18px;
}

#webuild-shared-header .division-dropdown li a.menu-item:hover {
    background: rgba(201, 163, 93, .14) !important;
    color: #e0bd73 !important;
}

#webuild-shared-header .division-dropdown span {
    border: 0 !important;
    color: rgba(255, 255, 255, .52) !important;
    display: block;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    margin-top: 2px;
    text-transform: none !important;
    width: auto !important;
}

#webuild-shared-header .wsh-cta {
    background: linear-gradient(135deg, #e0bd73, #c9a35d 56%, #a87932) !important;
    box-shadow: 0 14px 30px rgba(80, 55, 20, .25);
    color: #101720 !important;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    padding: 13px 22px;
}

#webuild-shared-header .wsh-cta span { color: #101720 !important; }

@media (max-width: 991px) {
    #webuild-shared-header .wsh-logo { width: 76px; }
    #webuild-shared-header .wsh-cta { display: none; }
    #webuild-shared-header #mainmenu { background: #0f151d; }
    #webuild-shared-header #mainmenu li { border-bottom-color: rgba(255, 255, 255, .08); }
    #webuild-shared-header .division-dropdown { border: 0 !important; box-shadow: none; }
}

@media (max-width: 575px) {
    #webuild-shared-header .wsh-logo { width: 68px; }
}
#webuild-shared-header + main .division-detail-logo,
main .division-detail-logo {
    align-items: center;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(224, 189, 115, .6);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
    display: flex;
    height: 105px;
    justify-content: center;
    margin-bottom: 25px;
    padding: 12px 18px;
    position: relative;
    width: 205px;
    z-index: 2;
}

main .division-detail-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 767px) {
    main .division-detail-logo {
        height: 88px;
        margin-bottom: 21px;
        width: 172px;
    }
}
