.skip-navigation {
  position: fixed;
  top: 1rem;
  left: -999em;
  z-index: 11;

  &:focus {
    left: 1rem;

    + .navbar .navbar__left { opacity: 0; }
  }
}
