*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}

details {
  display: block;
}

summary {
  display: list-item;
}

progress {
  vertical-align: baseline;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

main {
  display: block;
}

.site {
  min-height: 100vh;
  min-height: 100dvh;
}

/* Screen Reader Text ------------------------ */
.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  word-break: normal;
}
.sr-only:focus,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.125em;
  box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.6);
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--link, red);
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  height: auto;
  right: 0.5rem;
  line-height: normal;
  padding: 0.75em 1.25em;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 1rem;
  top: 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
  padding: 0.75em 1.25em;
  z-index: 100000;
  right: auto;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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