.pager {
    clear: both;
    padding: 40px 0 0;
    float: left;
    width: 100%;
}

.pager ul.pager__items {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-transform:;
    font-weight: 400;
}

.pager__item,
.pager-ellipsis {
    display:inline-block;
	list-style-type:none;
    background-image:none;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#ndq-content .pager ul.pager__items .pager__item {
	margin: 0;
	padding: 0 14px 14px 0;
}

.pager__item::after {
/*    content: "";*/
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #707070;
    margin: 0 8px 0 7px;
    position: relative;
    top: 2px;
}

.pager__item:last-child::after {
    content: none;
}

#ndq-content .pager__item a:visited, 
#ndq-content .pager__item a:hover, 
#ndq-content .pager__item a:active,
#ndq-content .pager__item a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #a9bcd0;
    padding: 11px 14px 8px;
    line-height: 1;
    font-weight: 400;
}

#ndq-content .pager__current-item a,
#ndq-content .pager .is-active a,
#ndq-content .pager-current a {
    color: #3f3f41;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {

    .pager,
    .pager + .view-footer {
        float: none;
        width: 100%;
        clear: both;
    }

}

@media print{
    .pager {
        display:none
    }
}