/*--------------------------------------------------------------
# ACCESSIBILITY
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  word-break: normal;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
