.line-article-no-image .line-article-no-image__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    color: #171717;
}

.line-article-no-image .line-article-no-image__date {
    margin-top: 1.25rem;
    margin-bottom: .575rem;
    padding-left: 1.25rem;
    letter-spacing: 0;
}

@media all and (max-width: 720px) {
    .search-pagination a {
        margin-right: 1rem;
    }
}

@media all and (max-width: 480px) {
    .search-pagination.ir-pagination a:nth-child(6) {
        margin-right: 1rem;
    }
}

.search-pagination a:nth-child(6) {
    margin-right: 1.875rem;
}

@media all and (min-width: 768px) {
    .search-pagination a:nth-child(6) {
        margin-right: 2.5rem;
    }

    .default-component.filter-feed h2 {
        max-width: 80%;
    }
}

.default-component.filter-feed section.article-content-page {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    transition: background .5s
}

.line-article-no-image .line-article-no-image__date {
    margin: 0;
}

.page-feed__content:hover .page-feed__content-type i {
    box-shadow: none;
    background: black;
}

.line-article-no-image:hover .line-article-no-image__title, .line-article-no-image:hover .line-article-no-image__title i {
    color: #316BB6;
}

.default-component.filter-feed section.article-content-page.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;
}

.default-component.filter-feed section.article-content-page.page-feed__content:first-of-type {
    border-top: 1px solid #E1E1E1;
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    .default-component.filter-feed section.article-content-page.page-feed__content:first-of-type {
        border-top: none;
        margin-top: 30px;
    }
}


.default-component.filter-feed section.article-content-page.page-feed__content:hover {
    background: #F1F1F1;
}
