/* Auto-segmented: utilities.css */

.skip-link {
  position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
  left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    background: #fff;
    color: #000;
    padding: .6rem .9rem;
    border-radius: 10px;
    z-index: 10000;
}

/* Accessibility helper */
.sr-only {
  position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
