.s-content a{
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

.s-content a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 48px;
    min-width: 48px;
    margin-top: -24px;
}


/* ********************** Tablet to DESKTOP  ********************** */

@media (min-width: 980px) {
    
    .s-content a:hover,
    .s-content a:focus{
        color: #f2ad00;
        -webkit-transition: color 250ms ease-out;
        -moz-transition: color 250ms ease-out;
        -o-transition: color 250ms ease-out;
        transition: color 250ms ease-out;
    }
    
}