span.page-numbers:not(.current){
    cursor: pointer;
}
.page-numbers.hidden{
    display: none;
}
.article__body{
    flex: 1;
}
.filter-group .filter-nav{
    max-height: 350px;
    overflow-y: auto;
}
.articles__sidebar {
    width: 230px;
    margin-right: 51px;
}
.text-accent.greyed{
    color: rgba(0,33,53,.6);
}
.hide-label label{
    display: none;
}
a.button{
    text-decoration: none;
}
.module-announcement-inner p{
    margin-bottom: 0;
}