/****************************************************
    "In the News" - Archive Page
*****************************************************/

.post-type-archive-in-the-news .entry-content {
    padding: 2% 0;
}

.post-type-archive-in-the-news .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/04/gettyimages-1140728159-170667a.jpg');
}

.post-type-archive-in-the-news .main-text {
    width: 100%
}

/****************************************************
    "In the News" - Main Content
*****************************************************/

.in_the_news_title {
    color: #2F65A7;
    font-size: 24px;
    padding-bottom: 0px;
}

h3.in_the_news_title a {
    color: #2F65A7;
}

.in_the_news_info {
    color: #655A52;
    margin-top: 0px;
}

/****************************************************
    "In the News" - Pagination
*****************************************************/
ul.in-the-news-pagination-ul {
    text-align: right;
    border-top: 1px solid #e2e2e2;
    padding-top: 1em;
    margin: 0 10% !important;
}

ul.in-the-news-pagination-ul li {
    list-style-type: none;
    display: inline-block;
    margin: 3px;
    padding: 10px;
}

ul.in-the-news-pagination-ul li a:hover{
    cursor: pointer;
}

.post-type-archive-in-the-news ul.in-the-news-pagination-ul li a.current-page.active {
    text-decoration: none!important;
}

.news-pagination-links {
    padding-top: 10px;
    text-align: right;
}

.news-pagination .page-numbers {
    margin: 3px;
    padding: 10px;
}

.news-pagination a.page-numbers {
    font-size: 16px;
    line-height: 16px;
    color: #999;
    border: none;
    background-color: transparent;
}

.news-pagination a.page-numbers:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-pagination span.page-numbers.current {
    font-weight: bold !important;
    color: #000 !important;
    text-decoration: none;
}