/* Accessibility controls: no changes to the existing content geometry. */
html :is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #092b2b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff;
}

.a11y-slideshow-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1100;
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background: #005f5f;
  font: 14px/1.4 Arial, sans-serif;
  cursor: pointer;
}

.site-mobile-menu-close [role="button"] {
  cursor: pointer;
}

/* Hidden labels remain available to assistive technology. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
