#nav-main {
  background: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans;
  font-weight: 600;
  /*
  i {
      font-size: 1.5em;
      line-height: 2rem;
      vertical-align: middle;
  }
   */
}
#nav-main a {
  line-height: 2rem;
  vertical-align: middle;
}
#nav-main a:link,
#nav-main a:active,
#nav-main a:visited {
  color: rgb(255, 255, 255);
}
#nav-main a:hover,
#nav-main a:focus {
  color: rgb(136, 136, 136);
}
#nav-main .is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}
#nav-main .accordion-menu .is-accordion-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff;
}
#nav-main .accordion-menu .js-accordion-back > a::before {
  border-color: transparent #fff transparent transparent;
}
#nav-main .is-dropdown-submenu {
  background: rgb(0, 0, 0);
  border: none;
}
#nav-main .accordion-menu .is-accordion-submenu,
#nav-main .accordion-menu a {
  background: rgb(0, 0, 0);
}

#nav-main-responsive {
  background: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans;
  font-weight: 600;
}
#nav-main-responsive .top-bar,
#nav-main-responsive .top-bar ul {
  background-color: rgb(0, 0, 0);
}
#nav-main-responsive {
  /*
  @media only screen and (max-width: 64em) {
      display: none;
  }
  */
  /*
  i {
      font-size: 1.5em;
      line-height: 2rem;
      vertical-align: middle;
  }
  */
}
#nav-main-responsive a {
  line-height: 2rem;
  vertical-align: middle;
  color: rgb(255, 255, 255);
}
#nav-main-responsive a:link,
#nav-main-responsive a:active,
#nav-main-responsive a:visited {
  color: rgb(255, 255, 255);
}
#nav-main-responsive a:hover,
#nav-main-responsive a:focus {
  color: rgb(136, 136, 136);
}
#nav-main-responsive .title-bar {
  padding: 1rem 0.5rem;
}
#nav-main-responsive .is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}
#nav-main-responsive .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #fff;
}
#nav-main-responsive .accordion-menu .is-accordion-submenu-parent > a::after {
  border-color: #fff transparent transparent transparent;
}
#nav-main-responsive .accordion-menu .js-accordion-back > a::before {
  border-color: transparent #fff transparent transparent;
}
#nav-main-responsive .is-dropdown-submenu {
  background: rgb(0, 0, 0);
  border: none;
}
#nav-main-responsive .accordion-menu .is-accordion-submenu,
#nav-main-responsive .accordion-menu a {
  background: rgb(0, 0, 0);
}

@media only screen and (max-width: 63em) {
  .top-bar {
    flex-wrap: wrap;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
  }
}
#nav-main-responsive .wcag-nav-item {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wcag-buttons {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.wcag-buttons .wcag-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0.25rem;
  font-size: 1.9rem;
  line-height: 1;
}
.wcag-buttons .wcag-toggle:hover, .wcag-buttons .wcag-toggle:focus {
  color: #0076b9;
}
.wcag-buttons .wcag-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgb(0, 0, 0);
  border: 2px solid #0076b9;
  border-radius: 6px;
  padding: 0.75rem;
}
@media only screen and (max-width: 63em) {
  .wcag-buttons .wcag-menu {
    left: 0;
    transform: none;
  }
}
.wcag-buttons .wcag-menu[hidden] {
  display: none;
}
.wcag-buttons .desaturate {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
}
.wcag-buttons .desaturate:hover, .wcag-buttons .desaturate:focus {
  background: #1a1a1a;
}
.wcag-buttons .desaturate.active {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

html.wcag-desaturate body {
  filter: grayscale(1) contrast(1.1);
}

/*# sourceMappingURL=nav-main.css.map */
