.a11y-skip-link {
  right: -1000px;
  text-align: center;
  display: block;
}
.a11y-skip-link:hover,
.a11y-skip-link:focus {
  text-decoration: none;
}
.a11y-assist-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
