.at-pageNav {
    position: relative;
    margin: 2em auto;
    padding: 2em 0;
    /*border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;*/
    text-align: center;
}

.at-pageNav__title {
    position: relative;
}

.at-pageNav ul {
    max-width: 70%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.at-pageNav li {
    display: inline-block;
    margin: 0 1em 1em 0;
}

.at-pageNav li a {
    display: block;
    padding: .5em 1.2em .5em 1.4em;
    text-decoration: none;
    color: #fff;
    background-color: #24414c;
    clip-path: polygon(0 15px,15px 0px,100% 0,100% 100%,0 100%);
}

.at-pageNav li a:hover {
    text-decoration: underline;
}

.at-pageNav li a:after {
    font-family: 'icons';
    content: '\e808';
    display: inline-block;
    margin-left: .3em;
    font-size: .8em;
    transform: rotate(-90deg);
}