.a11y-nav {
  position: absolute;
  top: -20em;
  width: 100%;
  z-index: 10300;
  font-size: 25px;
}
.a11y-nav a {
  background-color: white;
  font-weight: 700;
  left: 0;
  padding: 14px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #005db4;
  height: 64px;
}
.a11y-nav a:focus,
.a11y-nav a:hover {
  box-shadow: 3px 3px 5px #eee;
  text-decoration: none;
  top: 20em;
}
/*# sourceMappingURL=a11y.css.map */
