/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

.screen-reader-text{

    position:absolute;

    width:1px;

    height:1px;

    overflow:hidden;

}

.skip-link{

    position:absolute;

    top:-50px;

}

.skip-link:focus{

    top:20px;

    left:20px;

    background:#fff;

    padding:15px;

    z-index:99999;

}