.navigation .screen-reader-text {
    display: none;
}
.navigation .nav-links {
    float: right;
}
.navigation .nav-links span {
    float: left;
    height: 44px;
    width: 44px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    background-color: #AFC980;
    margin: 0 0 0 10px;
}
.navigation .nav-links a {
    float: left;
    height: 44px;
    width: 44px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    background-color: #EBEBEB;
    margin: 0 0 0 10px;
}
.navigation .nav-links a:hover {
    background-color: #AFC980;
}
.navigation .nav-links a.prev {
    background-image: url("../images/ArrowLeftBlack2x.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
.navigation .nav-links a.next {
    background-image: url("../images/ArrowRightBlack2x.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
.navigation:last-child {
    border: none;
}