/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 September 2026 08:25:45
*/


.header {
  background-color: var(--color-bg);
  z-index: var(--z-index-default);
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
  width: 100%;
}
.anchor-nav-wrapper {
  position: relative;
  z-index: 4;
  padding: 1.5rem 0;
  color: var(--black);
  background-color: #fff;
}
@media (min-width: 1200px) {
  .anchor-nav:not(.anchor-nav--desktop-burger) {
    justify-content: initial;
  }
}
.anchor-nav {
  max-width: 87.5rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.primary-nav__list--right, .primary-nav__right {
  justify-content: flex-end;
}
.anchor-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.anchor-nav-item {
  display: flex;
}
.anchor-nav__landmark {
  display: block;
  flex: 6 1 0;
}
.anchor-nav-wrapper--transparent, .anchor-nav-wrapper--transparent .anchor-nav-item:hover .anchor-nav-item__link, .anchor-nav-wrapper--transparent .anchor-nav-item:focus .anchor-nav-item__link, .anchor-nav-wrapper--transparent .anchor-nav-item__link {
  background-color: rgba(0, 0, 0, 0);
}
.anchor-nav-item__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  color: var(--black);
  text-decoration: none;
  background-color: #fff;
}
.anchor-nav-item--active .anchor-nav-item__link, .anchor-nav-item:hover .anchor-nav-item__link, .anchor-nav-item:focus-within .anchor-nav-item__link {
  background: #f4f4f4;
  outline-offset: -0.125rem;
}
.anchor-nav-item--active .anchor-nav-item__link:not(.anchor-nav-item__link--home)::after, .anchor-nav-item:hover .anchor-nav-item__link:not(.anchor-nav-item__link--home)::after, .anchor-nav-item:focus-within .anchor-nav-item__link:not(.anchor-nav-item__link--home)::after {
  width: 100%;
  opacity: 1;
}
.anchor-nav-item__link:not(.anchor-nav-item__link--home)::after {
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  width: 0%;
  height: 0.3125rem;
  background: var(--black);
  transform: translate(-50%);
  opacity: 0;
  transition: background-color, transform 0.25s ease;
  content: "";
}
.header-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  fill: var(--black);
}
.header-search-wrapper__toggle, .header-search-wrapper__submit {
  overflow: visible;
  font: inherit;
  background: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  color: var(--black);
}
