header {
    min-height: 100px !important;
    background-color: transparent !important;
    background-image: none !important;
}

    header.wsl a img#logo {
        margin: 10px 0px 0px 40px !important;
    }

    header button:after,
    header button:before {
        content: none !important;
    }


.level1 li span > a:visited {
    color: white !important;
}


#menu-tools,
#searchContainer {
    display: none;
}


#wsl-header nav li button,
#wsl-header nav li button:hover,
#wsl-header nav li button:focus,
#wsl-header nav li button:active {
    border: none !important;
    width: unset !important;
    height: unset !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 5px 10px 0px 10px !important;
}



#wsl-header {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    #wsl-header {
        min-height: 145px !important;
    }

    .level1 li span > a.dropdown-item {
        color: white !important;
    }

    .level1 li span.expanded > a.dropdown-item {
        color: #012E2A !important;
    }
}


#wsl-header a {
    font-weight: normal !important;
}

footer a {
    font-weight: normal !important;
    color: white !important;
}
