.pageLayout-fixedContent {
  position: fixed;
  width: 100%;
  height: inherit;
}

.pageLayout-fixedContent--center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.header-stacking-context {
  position: relative;
  z-index: 500;
}
.reset-h2 {
  font-weight: bold;
}

.reset-h2,
.reset-paragraph {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

.reset-list {
  list-style: none;
  padding-inline-start: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

.reset-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  font-family: inherit;
  cursor: pointer;
}

.reset-button:hover {
  background-color: transparent;
}
.banner-container--small {
  height: 5.5rem;
}

.banner-container--large {
  height: 6.875rem;
}

.banner {
  box-sizing: border-box;
  padding: 0 1.875rem;
  font-size: 0.875rem;
  line-height: 1;
  display: grid;
  grid-template-columns: 1.25rem 1fr 0.875rem;
  grid-template-areas: '. text .';
  column-gap: 0.9375rem;
  row-gap: 0.25rem;
  align-items: center;
  align-content: center;
}

.banner--info {
  color: #262626;
  background-color: #f7fcff;
  border-bottom: 1px solid #ade3fb;
}

.banner--error {
  color: #262626;
  background-color: #fffafa;
  border-bottom: 1px solid #fccfcf;
}

.banner--important-error {
  color: #ffffff;
  background-color: #f65f5f;
  border-bottom: 1px solid #ffffff;
}

.banner--important-error .banner-link {
  color: #ffffff;
}

.banner-icon {
  fill: currentColor;
  max-width: 1.25rem;
}

.banner-icon.info {
  color: #ade3fb;
}

.banner-icon.error {
  color: #fccfcf;
}

.banner-link {
  color: #02aaf3;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}

.banner-link:active,
.banner-link:hover,
.banner-link:focus {
  color: #0177aa;
}

.banner-title {
  font-weight: 700;
}

.banner-details {
  grid-area: text;
  grid-row: 2;
  margin-bottom: 0.1875rem;
}

.banner-text.bold {
  font-weight: 700;
}

.banner-text::after {
  content: '\a0\a0';
}

.banner-closeButton {
  height: 0.875rem;
  width: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.banner-closeButton--info {
  color: #ade3fb;
}

.banner-closeButton--info:hover,
.banner-closeButton--info:focus {
  color: #02aaf3;
}

@media only screen and (min-width: 768px) {
  .banner-container--small {
    height: 2.75rem;
  }

  .banner-container--large {
    height: 4.0625rem;
  }
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */

.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* prettier-ignore */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
