/**
* @file
* Custom Rivet Header styles and overrides.
*/
/**
 * Do not edit directly
 * Generated on Mon, 05 Aug 2024 14:58:12 GMT
 */
.rvt-header-global__logo-slot {
  margin-right: 2rem;
}

/**
 * Drupal compatibility fixes.
 */
#toolbar-administration {
  z-index: 1000;
}

/**
 * Custom header menu styles.
 */
.rvt-c-header-menu {
  align-items: center;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu:not([hidden]) {
    display: flex;
  }
}
.rvt-c-header-menu > nav {
  align-content: center;
  align-items: stretch;
  height: 100%;
}
.rvt-header-global__controls:has(.rvt-c-header-menu) {
  align-items: stretch;
}
.rvt-header-global__controls:has(.rvt-c-header-menu) > div {
  display: flex;
}
.rvt-header-global__controls:has(.rvt-c-header-menu) .rvt-global-toggle {
  align-self: center;
}
.rvt-c-header-menu .rvt-header-menu__list {
  align-items: stretch;
  height: 100%;
}
.rvt-c-header-menu .rvt-header-menu__item--current::after {
  bottom: -1rem;
}
.rvt-c-header-menu__external-link-icon {
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu .rvt-header-menu__link {
    line-height: 1.5;
  }
}
.rvt-c-header-menu .rvt-header-menu__link br {
  display: none;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu .rvt-header-menu__link br {
    display: block;
  }
}
.rvt-c-header-menu .rvt-header-menu__submenu-item .rvt-dropdown__menu-heading:first-child {
  padding-top: 1rem;
}
.rvt-c-header-menu .rvt-header-menu__submenu-item .rvt-dropdown__menu-heading:first-child + .rvt-dropdown__toggle {
  margin-top: 0.5rem;
}
.rvt-c-header-menu .rvt-header-menu__submenu-item .rvt-header-menu__submenu-link.rvt-dropdown__menu-heading:first-child {
  margin-top: 0.625rem;
  padding-top: 0.375rem;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button {
  display: flex;
  padding-right: 0.65rem;
  padding-left: 0.65rem;
  color: #fff;
  line-height: 0.875rem;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button:hover {
  outline: none;
  box-shadow: none;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--secondary, .rvt-c-header-menu .rvt-header-menu__link.rvt-button--plain, .rvt-c-header-menu .rvt-header-menu__link.rvt-button--link {
  color: #006298;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--secondary:hover, .rvt-c-header-menu .rvt-header-menu__link.rvt-button--plain:hover, .rvt-c-header-menu .rvt-header-menu__link.rvt-button--link:hover {
  color: #004f80;
  background-color: transparent;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--success-secondary {
  color: #056e41;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--success-secondary:hover {
  color: #005c31;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--danger-secondary {
  color: #df3603;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-button--danger-secondary:hover {
  color: #b11c00;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta:hover {
  text-decoration: underline;
  outline: none;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta::after {
  color: #243142;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23243142" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta:hover::after, .rvt-c-header-menu .rvt-header-menu__link.rvt-cta:focus::after {
  color: #006298;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta--button {
  display: inline-flex;
  padding: 0 0.75rem;
  color: #fff;
  font-weight: 500;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta--button::after {
  display: none;
}
.rvt-c-header-menu .rvt-header-menu__link.rvt-cta--button:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.rvt-c-header-menu .rvt-header-menu__item--current .rvt-header-menu__link.rvt-button--plain, .rvt-c-header-menu .rvt-header-menu__item--current .rvt-header-menu__link.rvt-button--link {
  color: #900;
}
.rvt-c-header-menu .rvt-header-menu__item--current .rvt-header-menu__link.rvt-cta::after {
  color: #900;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23900" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
}
.rvt-c-header-menu .rvt-dropdown__menu .rvt-dropdown__toggle {
  display: flex;
  align-items: center;
  width: 1.5rem;
  margin: 0;
  padding: 0;
  color: #243142;
  background: #e2e7e9;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu .rvt-dropdown__menu .rvt-dropdown__toggle {
    margin: 0 0.5rem;
  }
}
.rvt-c-header-menu__submenu-dropdown {
  width: 100%;
}
.rvt-c-header-menu__submenu-group {
  display: flex;
  flex-direction: row;
}
.rvt-c-header-menu__submenu-pullup + .rvt-header-menu__submenu-list {
  border-left: 0;
}
.rvt-c-header-menu__submenu-heading + .rvt-c-dropdown__submenu {
  margin-top: 0;
}
.rvt-c-header-menu .rvt-c-dropdown__submenu {
  position: relative;
  left: 0;
  margin-top: 0;
  margin-left: 0.55rem;
  padding-top: 0;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu .rvt-c-dropdown__submenu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -0.5rem;
    margin-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(36, 49, 66, 0.16);
  }
}
.rvt-c-header-menu .rvt-header-menu__submenu-list {
  border-left: 0;
}
.rvt-c-header-menu .rvt-header-menu__submenu-list::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 0.25rem;
  height: 100%;
  content: "";
  background-color: #e2e7e9;
}
@media screen and (min-width: 67.5em) {
  .rvt-c-header-menu .rvt-header-menu__submenu-list::before {
    display: none;
  }
}
.rvt-c-header-menu .rvt-header-menu__item--current > .rvt-dropdown > .rvt-header-menu__group > .rvt-header-menu__toggle,
.rvt-c-header-menu .rvt-c-header-menu__submenu-item--current > .rvt-dropdown > .rvt-c-header-menu__submenu-group > .rvt-header-menu__toggle {
  color: #900;
  background-color: #fff3f0;
}
.rvt-c-header-menu .rvt-c-header-menu__submenu-item--current {
  position: relative;
}
.rvt-c-header-menu .rvt-c-header-menu__submenu-item--current::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.25rem;
  height: 100%;
  content: "";
  background-color: #900;
}
.rvt-c-header-menu .rvt-c-header-menu__submenu-item--current:has(> [aria-current=page]) {
  padding-left: 0;
}
.rvt-c-header-menu .rvt-c-header-menu__submenu-item--current:has(> [aria-current=page])::before {
  display: none;
}

/*# sourceMappingURL=rvt-c-header-menu.css.map */
