/*
Style for accessibility
*/

body a:hover, body .button:hover span {text-decoration: underline !important; text-decoration-color: #ccc !important;}

body .menu-spacer > a {pointer-events: none;}

.otgs-development-site-front-end { display: none; }

.skip-link {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 1rem;
  color: #000;
  background: #fff;
  text-decoration: underline;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 1em;
  z-index: 1000;
}

.autocomplete-suggestions {
  position: absolute;
  display: none;
  max-height: 20em;
  overflow-y: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}


