/* Visually hidden but read by screen readers */

.ou-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Visually hidden unless active or focussed */

#ou-page a.ou-skip {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: -5000em;
}

#ou-page a.ou-skip:focus, #ou-page a.ou-skip:active {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    text-indent: 0;
    z-index: 1;
    padding: 10px 12px;
    margin: 0;
    background-color: #44436b;
    color: #fff;
    text-decoration: none;
    font-weight: normal;