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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

a:hover img,
a:focus img {
    opacity: .5;
}

.blocks a:hover img,
.blocks a:focus img {
    opacity: .5;
}

a:hover .pinkImageOverlay,
a:focus .pinkImageOverlay {
    background: #fff;
}

a.focused + .overlay {
    transform: translateY(-100%);
    opacity: 1;
}

#slFilter .searchBtn:hover,
#slFilter .searchBtn:focus {
    color: #fff;
    background: #f27cb1;
}

.slNavp,
.slNavn {
    background: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.slNavp:hover,
.slNavp:focus,
.slNavn:hover,
.slNavn:focus {
    background: #f27cb1;
}

.gridPagerToggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    background: #75bee9;
    cursor: pointer;
}

.gridPagerToggle:hover,
.gridPagerToggle:focus {
    background-color: #f27cb1;
}

#social a {
    display: inline-block;
}

#social a:hover img {
    opacity: .5;
}
