#hero-section {
    padding: 170px 0 80px;
    background: var(--banner-bg) no-repeat center center / cover;
}
#hero-section .posts-banner__section-title {
    position: absolute;
    top: -50px;
    color: var(--color-white);
    font-size: var(--font-size-md);
    font-weight: 700;
    line-height: 27px;
}
#hero-section .col-left {
    position: relative;
}
#hero-section .col-left .section-container {
    margin-top: 50px;
}
#hero-section .page-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33;
    color: var(--color-white);
}
#hero-section .post-banner__date {
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 21px;
    color: var(--color-white);
}
#hero-section .btn-wrapper {
    margin-top: 20px;
}

#media-inner-menu a {
    padding: 0 12px;
}

#featured,
#news {
    padding: 80px 0;
}
#news {
    background: var(--color-gray-100);
}
#featured .section-title {
    margin: 0 0 40px;
    padding: 0;
    font-size: var(--font-size-6xl);
    text-align: center;
}
.news-type-wrapper .section-title {
    margin: 0 0 52px;
    padding: 0;
    font-size: var(--font-size-6xl);
    text-align: center;
}
.news-type-wrapper .items-wrapper {
    flex-wrap: wrap;
    gap: 35px 30px;
}
.news-type-wrapper .items-wrapper .item {
    width: calc(33% - 16.5px);
    overflow: hidden;
}
#featured .featured-post {
    align-items: center;
    border: 1px solid var(--color-border-default);
    border-radius: 5px;
    background: var(--color-white);
    overflow: hidden;
}
#featured .featured-post .img-wrapper,
.news-type-wrapper .items-wrapper .item .img-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
#featured .featured-post .img-wrapper img,
.news-type-wrapper .items-wrapper .item .img-wrapper img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}
#featured .featured-post .img-wrapper {
    flex-shrink: 0;
    width: 52%;
    max-width: 600px;
    margin-bottom: 0;
    padding: 30px;
}
#featured .featured-post .img-wrapper img {
    display: block;
    height: 283px;
}
#featured .featured-post .item-content,
.news-type-wrapper .items-wrapper .item .item-content {
    padding: 20px 30px;
}
#featured .featured-post .item-content .categories {
    margin: 0 0 15px 0;
}
.news-type-wrapper .items-wrapper .item .item-content .categories {
    margin: 0 0 12px -4px;
}
#featured .featured-post .item-content .categories .category-link,
.news-type-wrapper .items-wrapper .item .item-content .categories .category-link {
    padding: 2px 10px;
    border: 1px solid var(--color-text-secondary);
    border-radius: 5px;
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    line-height: 21px;
    font-weight: 500;
}
#featured .featured-post .item-content .categories .category-link:hover,
.news-type-wrapper .items-wrapper .item .item-content .categories .category-link:hover {
    background: var(--color-text-secondary);
    color: var(--color-white);
}
#featured .featured-post .item-content .item-title {
    margin: 0 0 30px;
    padding: 0;
    font-size: var(--font-size-2xl);
}
.news-type-wrapper .items-wrapper .item .item-content .item-title {
    margin: 0 0 12px;
    padding: 0;
    font-size: var(--font-size-md);
    line-height: 1.2;
}
#featured .featured-post .item-content .item-title a,
.news-type-wrapper .items-wrapper .item .item-content .item-title a {
    color: inherit;
}
#featured .featured-post .item-content .item-title a:hover,
.news-type-wrapper .items-wrapper .item .item-content .item-title a:hover {
    text-decoration: none;
}
#featured .featured-post .item-content .item-date,
.news-type-wrapper .items-wrapper .item .item-content .item-date {
    margin-bottom: 12px;
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-secondary);
}
#featured .featured-post .item-content .item-date {
    margin-bottom: 30px;
}
#featured .featured-post .item-content .item-description,
.news-type-wrapper .items-wrapper .item .item-content .item-description {
    margin-bottom: 34px;
    line-height: 21px;
    font-weight: 500;
}
#featured .featured-post .item-content .read-more,
.news-type-wrapper .items-wrapper .item .item-content .read-more {
    color: var(--color-brand-secondary);
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: 1.2;
}
#featured .featured-post .item-content .read-more:hover,
.news-type-wrapper .items-wrapper .item .item-content .read-more:hover {
    text-decoration: none;
}
.news-type-wrapper .btn-wrapper {
    margin-top: 66px;
}

.load-more-container {
    margin-top: 80px;
    text-align: center;
}
.load-more-container .button {
    background: var(--blue);
    border-color: var(--blue);
    border-radius: 5px;
    border-width: 2px;
    color: var(--color-white);
    font-size: var(--font-size-sm);
    font-weight: 700;
}
.load-more-container .button:hover {
    background: var(--color-white);
    border-color: var(--blue);
    color: var(--blue);
}

#press-releases {
    padding: 80px 0;
}

@media only screen and (max-width: 1221px) {
    #featured .featured-post .img-wrapper img {
        height: 220px;
    }
    .news-type-wrapper .section-container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1099px) {
    .news-type-wrapper .items-wrapper .item {
        width: calc(50% - 15px);
    }
    .news-type-wrapper .items-wrapper .item .img-wrapper img {
        height: auto;
        object-fit: initial;
        /* object-fit: cover; */
    }
    /* .page-template-page-media-tpl #news.news-type-wrapper .items-wrapper .item .img-wrapper img {
        width: 96%;
        height: auto;
    } */
}

@media only screen and (max-width: 1023px) {
    #content {
        padding-bottom: 140px;
    }
    #featured .featured-post {
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
    }
    #featured .featured-post .img-wrapper {
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }
    #featured .featured-post .img-wrapper img {
        width: 100%;
        height: auto;
    }
    #featured .featured-post .item-content .item-title {
        margin-bottom: 16px;
        font-size: var(--font-size-xl);
    }
    #featured .featured-post .item-content .item-date {
        margin-bottom: 16px;
    }
    #content .posts-wrapper .post-item {
        width: 48%;
        max-width: 392px;
    }
    #content .posts-wrapper .post-item .post-content .post-title:after {
        display: none;
    }
}

@media screen and (max-width: 782px) {
  body.admin-bar .menu.sticky {
    top: 46px;
  }
  .inner-nav-wrapper {
    top: 83px;
  }
  body.admin-bar .inner-nav-wrapper {
    top: 129px;
  }
}

@media only screen and (max-width: 767px) {
    #hero-section .page-title {
        font-size: var(--font-size-4xl);
    }
    #media-inner-menu a {
        padding: 0 10px;
    }
    #featured .featured-post {
        max-width: 100%;
    }
    .news-type-wrapper .section-title {
        font-size: var(--font-size-4xl);
    }
    .news-type-wrapper .items-wrapper .item {
        width: 100%;
    }
}
