.search-pagination {
    margin: 0 0 3.125rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    position: relative;
    padding-bottom: 1.875rem;
}
.search-pagination.ir-pagination button {
    top: 2px;
}
.search-pagination button {
    border: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    font-size: 1.125rem;
    width: .75rem;
    height: 1.25rem;
    font-family: 'gs_icons';
    color: #7297C5;
    top: -.1875rem;
    cursor: pointer;
    -webkit-transition: color .5s;
            transition: color .5s;
}
@media all and (min-width: 768px) {
    .search-pagination button {
        font-size: 1.3125rem;
    }
}
.search-pagination button:disabled {
    cursor: default;
    color: #E1E1E1;
}
.search-pagination button:disabled:hover {
    color: #E1E1E1;
}
.search-pagination button:hover {
    color: #005080;
}
.search-pagination button.prev {
    left: .3125rem;
}
.search-pagination button.prev:before {
    content: '\e917';
}
.search-pagination button.next {
    right: .3125rem;
}
.search-pagination button.next:before {
    content: '\e918';
}
.search-pagination a {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    margin-right: 1.875rem;
}
@media all and (min-width: 768px) {
    .search-pagination a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .search-pagination a {
        color: #316BB6;
    }
}
.search-pagination a:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .search-pagination a {
        margin-right: 2.5rem;
    }
}
.search-pagination a.active-page {
    color: #171717;
}
.search-pagination a:nth-child(6) {
    margin-right: 0;
}

.view-more {
    margin-top: 2.5rem;
}
@media all and (min-width: 768px) {
    .view-more {
        margin-top: 5rem;
    }
}
.view-more h3 {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'sabonroman', serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
@media all and (min-width: 768px) {
    .view-more h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.view-more__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
@media all and (min-width: 768px) {
    .view-more__cta {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}
@media all and (min-width: 992px) {
    .view-more__cta {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
}
.view-more__cta a {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
    margin: 0;
    width: 100%;
    margin: 0 0 .625rem 0;
    text-align: center;
}
@media all and (min-width: 768px) {
    .view-more__cta a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .view-more__cta a {
        color: #316BB6;
    }
}
.view-more__cta a:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .view-more__cta a {
        padding: 10px 30px;
        width: auto;
    }
}
.view-more__cta a:hover {
    background: #316BB6;
    border: solid 1px #316BB6;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .view-more__cta a {
        width: 48%;
        margin: 0 2% 2% 0;
    }
    .view-more__cta a:nth-child(2n+2) {
        margin-right: 0;
    }
}
@media all and (min-width: 992px) {
    .view-more__cta a {
        margin: 0 1% 0 0;
        width: 13.4375rem;
    }
    .view-more__cta a:nth-child(2n+2) {
        margin-right: 1%;
    }
    .view-more__cta a:last-child {
        margin-right: 0;
    }
}

.page-feed .search-pagination {
    margin: 3.125rem 0 0 0;
}

.image-tabs__content-holder__no-gutter .page-feed__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media all and (min-width: 768px) {
    .image-tabs__content-holder__no-gutter .page-feed__content {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

.image-tabs__content-holder__no-gutter .page-feed__content-type {
    right: 1.25rem;
}
@media all and (min-width: 768px) {
    .image-tabs__content-holder__no-gutter .page-feed__content-type {
        right: 3.75rem;
    }
}

#view_more_btn {
    cursor: pointer;
    transition: background-color .3s;
}

#view_more_btn:hover {
    background-color: #7399c6;
    text-decoration: none;
    border: 0px none !important;
}

#view_more_btn:after {
    border: 0px none !important;
}

.view_more_wrapper {
    display: block;
    text-align: center;
    padding-bottom: 32px;
    margin-top: 60px;
}

.hidden_item {
    display: none !important;
}

.hidden_viewmore {
    display: block;
}

.visible_item {
    display: block;
}

.page-feed__content {
    padding: 1.875rem 1.25rem;
    border-bottom: 1px solid #E1E1E1;
    display: block;
    text-decoration: none;
    position: relative;
    background: #FFFFFF;
    -webkit-transition: background .5s;
            transition: background .5s;
}

.page-feed__content:first-child {
    border-top: 1px solid #E1E1E1;
}
@media all and (max-width: 768px) {
    .page-feed__content:first-child {
        border-top: none;
    }
}
.page-feed__content:hover {
    cursor: pointer;
    background: #F7F7FA;
}
.page-feed__content:hover h4 {
    color: black;
    opacity: .7;
}
.page-feed__content:hover .page-feed__content-type {
    color: #005080;
}
.page-feed__content:hover .page-feed__content-type i {
    box-shadow: none;
    background: black;
}
.page-feed__content:hover .page-feed__content-type i:before {
    color: #7297C5;
}
.page-feed__content time {
    color: #727375;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 0;
    margin: 0;
}
.page-feed__content a > span.eyebrow,
.page-feed__content span.eyebrow{
    font: 16px/1.1 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
.page-feed__content a > span.eyebrow {
    color: #3971b9;
}
.page-feed__content time + time,
.page-feed__content time + span.eyebrow,
.page-feed__content span.eyebrow  + time,
.page-feed__content span.eyebrow  + span.eyebrow {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.page-feed__content time + time::before,
.page-feed__content time + span.eyebrow::before,
.page-feed__content span.eyebrow + time::before,
.page-feed__content span.eyebrow  + span.eyebrow::before{
    content: "";
    position: relative;
    left: -10px;
    top: 4px;
    height: 18px;
    width: 1px;
    border-left: solid 1px #316BB6;
    display: inline-block;
}
.page-feed__content span.tags .piped {
    padding-left: 1rem;
}

.page-feed__content span.tags span.piped {
    cursor: default;
}

.page-feed__content span.tags span.piped a:hover {
    opacity: .7;
}

.page-feed__content span.tags .piped.not-linked {
    cursor: default;
}
.page-feed__content span.tags .piped:before {
    content: "";
    padding-right: 1rem;
    border-left: solid 2px #E5E5E5;
    line-height: 14px;
}

.page-feed__content span.tags a,
.page-feed__content span.tags span{
    font: 14px/1 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    color: #727375;
    text-transform: uppercase;
}
@media all and (min-width: 768px) {
    .page-feed__content time {
        font-size: 14px;
        line-height: 14px;
    }
}
.page-feed__content time + a.page-feed__cat-cat {
    position: relative;
    padding: 0 0 0 .9375rem;
    margin: 0 0 0 .5rem;
}
.page-feed__content time + a.page-feed__cat-cat:after {
    position: absolute;
    left: 0;
    top: .125rem;
    bottom: .125rem;
    display: block;
    content: '';
    background: #B9B9B9;
    width: .0625rem;
}
.page-feed__content .page-feed__cat-cat {
    font-family: 'sabonitalic';
    color: #316BB6;
    font-size: .875rem;
    text-decoration: none;
    -webkit-transition: color .5s;
            transition: color .5s;
}
@media all and (min-width: 768px) {
    .page-feed__content .page-feed__cat-cat {
        font-size: 1rem;
    }
}
.page-feed__content .page-feed__cat-cat:hover {
    color: #005080;
}
.page-feed__content a {
    text-decoration: none;
}
.page-feed__content h4 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin: 0 0 1.25rem 0;
    line-height: 24px;
    margin: .625rem 0 0 0;
}
/*@media all and (min-width: 768px) {*/
    /*.page-feed__content h4 {*/
        /*font-size: 1.125rem;*/
        /*line-height: 1.625rem;*/
    /*}*/
/*}*/
@media all and (min-width: 768px) {
    .page-feed__content h4 {
        width: 66.10169%;
    }
}

.page-feed__content-type {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
            transform: perspective(1px) translateY(-50%);
    display: block;
    width: 100%;
    max-width: 9.375rem;
    height: 1.875rem;
    display: none;
}
@media all and (min-width: 768px) {
    .page-feed__content-type {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .page-feed__content-type {
        color: #316BB6;
    }
}
.page-feed__content-type:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .page-feed__content-type {
        display: block;
    }
}
.page-feed__content-type span {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
            transform: perspective(1px) translateY(-50%);
    max-width: 9.375rem;
    word-break: break-all;
    padding-right: 3.125rem;
}
.page-feed__content-type i {
    position: absolute;
    top: -.125rem;
    right: 0;
    border-radius: 3.125rem;
    box-shadow: 0 0 0 .0625rem #B9B9B9;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    -webkit-transition: background .5s, color .5s, box-shadow .5s;
            transition: background .5s, color .5s, box-shadow .5s;
}
.page-feed__content-type i:before {
    -webkit-transition: color .5s;
            transition: color .5s;
    color: #7297C5;
    position: relative;
    display: block;
}
.page-feed__content-type i.icon-list_pdf:before {
    font-size: .875rem;
    padding: .5rem 0 0 .625rem;
}
.page-feed__content-type i.icon-arrow_right:before {
    font-size: .75rem;
    padding: .5625rem 0 0 .75rem;
}
.page-feed__content-type i.icon-list_outlink:before {
    font-size: .75rem;
    padding: .5625rem 0 0 .5625rem;
}
.page-feed__content-type i.icon-list_download:before {
    font-size: .875rem;
    padding: .4375rem 0 0 .5625rem;
}

_:-ms-lang(x):hover .page-feed__content-type i, .page-feed__content:hover .page-feed__content-type i {
    border: solid 1px #316BB6;
}

_:-ms-lang(x) .page-feed__content-type i, .page-feed__content .page-feed__content-type i {
    border: solid 1px #B9B9B9;
}

_:-ms-lang(x) .icon-list_download:before, .page-feed__content .icon-list_download:before {
    font-size: .875rem;
    padding: .4375rem 0 0 .5rem !important;
}

_:-ms-lang(x) .icon-list_pdf:before, .page-feed__content .icon-list_pdf:before {
    font-size: .875rem;
    padding: .5rem 0 0 .5625rem !important;
}
