.stickySentinal {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000000;
  visibility: hidden;
}
.navigationListItemLink:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}
.navigationListItemLink:hover use {
  fill: #2571cc;
}
.navigationListItemLink:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}
.navigationListItemLink:focus-visible use {
  fill: #2571cc;
}
.navigationListItemLink use {
  transition: ease-out 0.2s fill;
}
.navigationListItemLink svg {
  transition: transform 0.2s ease-out;
}
.navigationListItem.parentLink {
  background-color: #d8f2fe;
}
.navigationListItem.parentLink .navigationListItemLink {
  width: 100%;
  align-items: stretch;
  align-content: stretch;
}
.navigationListItem.open > .navigationListItemLink {
  color: #2571cc;
}
.navigationListItem.open > .navigationListItemLink svg {
  transform: rotate(180deg);
}
.navigationListItem.open > .navigationListItemLink use {
  fill: #2571cc;
}
.navigationListWrap {
  display: block;
}
.navigationList.level2 > .parentLink .navigationListItemLink {
  transition: border-color 0.2s ease-out;
  border: 0.1875rem solid #d8f2fe;
}
.navigationList.level2 > .parentLink .navigationListItemLink:hover {
  border-color: #2571cc;
}
.navigationList.level2 > .parentLink .navigationListItemLink:focus-visible {
  border-color: #2571cc;
}
.navigationList.level2 .navigationListItemLink {
  transition: background-color 0.2s ease-out;
}
.navigationList.level2 .navigationListItemLink:hover {
  background-color: #d8f2fe;
  color: #05112b;
}
.navigationList.level2 .navigationListItemLink:hover use {
  fill: #05112b;
}
.navigationList.level2 .navigationListItemLink:focus-visible {
  background-color: #d8f2fe;
  color: #05112b;
}
.navigationList.level2 .navigationListItemLink:focus-visible use {
  fill: #05112b;
}
.navigationDetail {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.6;
  width: 100%;
}
.navigationDetailTitle {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  font-family: F37GingerPro, sans-serif;
  font-weight: 500;
  display: block;
  flex: 0 1 100%;
  height: auto;
  margin: 0;
}
.navigationDetailContent {
  font-family: F37GingerPro, sans-serif;
  font-weight: 200;
  display: block;
  flex: 0 1 100%;
  margin: 0 0 auto;
}
.navigationDetailCta {
  display: none;
}
.navigationPromo {
  display: none;
}
.navigationPromoWrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  background-color: #f4f4f5;
  box-sizing: border-box;
  padding: 1rem 0.5rem 1.5rem 1rem;
}
.navigationPromoTitle {
  font-family: F37GingerPro, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #05112b;
  margin: 0 0 0.5rem;
}
.navigationPromoContent {
  font-family: F37GingerPro, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #05112b;
  margin: 0 0 auto;
}
.navigationPromoButton {
  margin: auto auto 0 0;
  align-self: flex-end;
  font-size: 1.125rem;
}

.pageHeader {
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0);
  transition: ease-out 0.2s box-shadow;
}
.pageHeader.stuck {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.pageHeaderButton > button:hover .text {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}
.pageHeaderButton > button:focus-visible .text {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}