/* 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;
}
/* Accessibility statement formatting */

.ou-accessibility-statement-link { 

 text-align: right; 

 max-width: 1180px; 

 margin: 0 auto; 

 padding: 15px 0px 15px 15px; 

 width: 95%; 

}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.ou-accessibility-statement-link {
    text-align: left !important;
    padding: 15px 0px 15px 0px;    
}
}