/*global*/
.page_hero_column,
.page_title_section,
.page_content_section,
.related_posts_section {
    max-width: var(--global-width-1);
}

.page_hero_column,
.page_title_section,
.page_content_section,
.related_posts_section {
    padding: 0 2%;
}

.page_title_section,
.page_content_section,
.related_posts_section {
    margin: auto;
}

.page_hero_title,
.post_headers,
.page_title_date,
.page_title_title,
.page_content_section,
.news_content_date,
.news_content_title {
    font-family: var(--barlow-font-family);
}

.post_headers,
.news_content_date,
.news_content_title {
    color: var(--custom-color-000);
}

/*hero*/
.page_hero_section {
    width: 100%;
    margin: auto;
    min-height: 400px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.page_hero_column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_hero_title {
    text-align: left;
    color: var(--custom-color-fff);
    font-weight: var(--global-font-weight-500);
    font-size: 64px;
    line-height: 77px;
}

/*content*/
.page_title_date {
    text-transform: capitalize;
    color: var(--custom-color-050608);
    font-weight: var(--global-font-weight-600);
    margin-top: 100px;
}

.page_title_title {
    color: var(--custom-color-050608);
    font-size: 48px;
    font-weight: var(--global-font-weight-600);
    line-height: 58px;
    margin-top: 30px;
}

.page_content_section {
    color: var(--custom-color-666666);
    font-weight: var(--global-font-weight-400);
    font-size: 24px;
    line-height: 29px;
}

.hr_beneath_content {
    margin-top: 120px;
}

/*related posts*/
.post_headers {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.news_content_date {
    margin: 10px 0;
    letter-spacing: 2px;
}

.related_posts_title {
    margin-top: 0;
}

.post_headers .related_posts_title {
    font-size: 56px;
    line-height: 67px;
    font-weight: var(--global-font-weight-700);
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .post_headers .related_posts_title {
        width: 75%;
    }
}

.current_events_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.latest_news_cont {
    max-width: 487px;
    position: relative;
    flex: 0 0 32%;
}

.latest_news_cont a {
    text-decoration: none;
}

.latest_news_cont hr {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

.news_content_date {
    font-size: 12px;
    line-height: 14px;
    font-weight: var(--global-font-weight-600);
    text-transform: uppercase;
}

.news_content_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: var(--global-font-weight-500);
}

/*wp post editor*/
.wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-columns {
    margin-bottom: 30px;
    margin-top: 30px;
    gap: 30px;
}
