:root {
  --site001-primary: #0f766e;
  --site001-secondary: #172554;
  --site001-accent: #f59e0b;
}
.header { box-shadow: inset 0 4px 0 var(--site001-primary); }
.header .logo img { max-height: 76px; width: auto; }
.sticky-header { border-bottom: 3px solid var(--site001-accent); }
.sticky-header a:hover, .sticky-header a:focus-visible { color: var(--site001-accent) !important; }
.show-more:focus-visible, .list-group-item-action:focus-visible { outline-color: var(--site001-primary) !important; }

/* KQ366_SITE001_DESKTOP_NAV_WRAP_V1:START */
@media (min-width: 992px) {
  #sidebar-menu.nav-bar > .container > .nav-list {
    flex-wrap: wrap !important;
    justify-content: center !important;
    height: auto !important;
  }

  #sidebar-menu.nav-bar,
  #sidebar-menu.nav-bar > .container {
    height: auto !important;
  }

  #sidebar-menu.nav-bar > .container > .nav-list > .nav-items {
    height: 40px !important;
  }
}
/* KQ366_SITE001_DESKTOP_NAV_WRAP_V1:END */
