.nav-panel > ul ul {
    background-color: var(--color-primary) !important;
}

.nav-panel > ul ul li a {
    opacity: 1 !important;
}

.nav-panel > ul ul li a:hover {
    opacity: 0.8 !important;
}

.nav-panel .keytoggle .dropdown__caret {
    border-top-color: var(--color-primary) !important;
}

.hamburger__bar {
    background-color: var(--color-primary) !important;
}

.site-header-search .dropdown__toggle {
    color: var(--color-primary) !important;
}

.list-container-wrapper {
    justify-content: left !important;
}

@media (max-width: 1299px) {
    .site-nav .nav-panel {
        background-color: var(--color-primary) !important;
        background-image: none;
    }
}

/* clears the 'X' from Internet Explorer */
#website-search-field::-ms-clear {  display: none; width : 0; height: 0; }
#website-search-field::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
#website-search-field::-webkit-search-decoration,
#website-search-field::-webkit-search-cancel-button,
#website-search-field::-webkit-search-results-button,
#website-search-field::-webkit-search-results-decoration { display: none; }