/* breakpoints */
.skip-link {
  position: absolute;
  top: -7rem;
  left: 15px;
  background: #009543 !important;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 1.5625rem;
  padding: 1rem;
  z-index: 500;
  border-radius: 0 0 .5rem .5rem;
}

.skip-link:focus {
  top: 0;
}

.skip-link:hover {
  background: #00622c !important;
  text-decoration: underline;
}
