#header .navbar-nav .nav-item .nav-link {
  padding: 0.5rem;
  text-transform: uppercase;
}
#header .navbar-nav .nav-item .nav-link:focus-visible {
  border: 0;
  outline: none;
}
#header .navbar-nav .nav-item:hover .nav-link,
#header .navbar-nav .nav-item.active .nav-link {
  color: #e9c16b;
}
#header .navbar-nav .dropdown-menu {
  border-radius: 0 0 4px 4px;
  padding: 0;
  margin: 0;
}
#header .navbar-nav .dropdown-menu .dropdown-item.active,
#header .navbar-nav .dropdown-menu .dropdown-item:active {
  background: #018ca7;
}
.site-footer-bottom nav {
  flex-direction: row;
  margin: 0;
  text-align: center;
  color: #fff;
}
.site-footer-bottom nav li {
  display: inline-flex;
  align-items: center;
}
.site-footer-bottom nav li:after {
  display: inline-flex;
  margin: 0 0.25em;
  content: "|";
}
.site-footer-bottom nav li:last-child:after {
  display: none;
}
.site-footer-bottom nav li a {
  font-size: 0.8em;
  color: #fff;
}
.site-footer-bottom nav li a:hover {
  color: #e9c16b;
}
.nav-pills {
  margin-bottom: 16px;
}
.nav-pills .nav-link {
  font-size: 1em;
  color: #018ca7;
  border-radius: 4px;
  column-gap: 8px;
}
@media all and (min-width: 1024px) {
  .navbar-nav {
    flex-direction: row;
  }
  body.toolbar-horizontal.path-node {
    padding-bottom: 46px;
  }
  .featured-top > aside > div.contextual-region {
    position: fixed;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    bottom: 0;
    z-index: 1500;
    padding: 4px 0;
  }
  .featured-top > aside > div.contextual-region .nav.nav-pills {
    margin: 0;
    column-gap: 2px;
  }
  .featured-top > aside > div.contextual-region .nav-item {
    opacity: 0.3;
  }
  .featured-top > aside > div.contextual-region .nav-item a {
    border-radius: 4px;
    padding: 8px;
  }
  .featured-top > aside > div.contextual-region .nav-item:hover {
    opacity: 1;
  }
}
