/*
 * Skip link
 */

.skip-link {
  position: absolute;
  top: -140px;
  left: 0;
  background-color: #88b849;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}
