.listing .curved.wrapper{
    float: left;
    width: 100%;
    padding: 40px 20px;
}
.listing .wrapper.curved .intro{
    padding-right: 60px;
}
.listing .wrapper.curved .intro h1, .listing .wrapper.curved .intro h2, .listing .wrapper.curved .intro h3,
.listing .wrapper.curved .intro h4{
    max-width: 280px;
}
.grouped-posts .adaptive-height, .grouped-posts .adaptive-height-2{
    height: auto!important;
}
.grouped-posts .post-item{
    margin-bottom: 0;
}
.featured-post .image-wrapper{
    padding: 40px 0 40px 40px;
    overflow: hidden;
}
.featured-post .image-wrapper, .featured-post .image-wrapper .zoom{
    border-radius: 40px;
}
.featured-post .image-wrapper img{
    width: 100%;
}
.featured-post .button{
    position: absolute;
    bottom: 0;
    bottom: 40px;
    left: calc(50% + 60px);
}
.listing{
    float: left;
    width: 100%;
}
.post-item.event .txt-btn{
  position: relative;
  bottom: 0;
  left: 0;
  color: var(--dark_purple);
}
.full-posts-listing .post-meta.event-meta{
    margin: 0 0 20px;
}
.full-posts-listing .post-item.event h3{
    margin-bottom: 30px;
}
.full-posts-listing .post-item.event .content-wrapper{
    padding-bottom: 30px;
}
.listing .post-item.featured .content-wrapper{
    padding: 70px 60px 40px 40px!important;
    float: left;
    width: 100%;
}
.listing .featured-post .post-item.featured .content-wrapper .post-meta{
    margin-bottom: 35px;
}
.listing .post-item.featured .post-item{
    margin-bottom: 30px;
}
.grouped-posts .post-item.videos{
    width: 33.33%;
}
.grouped-posts .post-item.videos a{
    background: #000;
    padding: 40px 40px 60px;
    color: #fff;
}
.grouped-posts .post-item.videos a:hover, .grouped-posts .post-item.videos a:hover *{
    color: #fff!important;
}
.grouped-posts .post-item.videos .date{
    display: none;
}
.grouped-posts .post-item.videos .txt-btn:after{
    filter: invert(1);
}
.grouped-posts .post-item.videos .image-wrapper, .grouped-posts .post-item.videos .image-wrapper img{
    border-radius: 20px!important;
}
.listing .post-item:not(.story) .content-wrapper{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 75px;
}
.listing .post-item .content-wrapper.light_green{
    background: var(--light_green);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.listing .post-item .content-wrapper.light_green .txt-btn{
    color: var(--dark_green);
}
.listing .post-item .content-wrapper.light_green .txt-btn:after{
    filter: var(--filter-dark_green);
}
.listing .post-item.event .content-wrapper{
    padding-bottom: 30px;
}
.listing .post-item.featured .content-wrapper{
    background: transparent;
    box-shadow: none;
}
.partners .post-item:nth-child(3n+1){
    clear: left;
}
.posts-listing.latest .post-item, .posts-listing.latest .intro{
    margin-bottom: 0;
}
.post-item.simple{
    margin-bottom: 30px;
}
.post-item.simple a{
    display: flex!important;
    border-radius: 10px!important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.post-item.simple .image-wrapper{
    width: 33.33%;
    float: left;
    position: relative;
}
.post-item.simple .image-wrapper .lg-ft-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post-item.simple .content-wrapper{
    padding: 30px;
    width: 66.66%;
    float: left;
    border-radius: 10px;
}
.module .post-item ul.cats:not(.links-group) li:before{
    content: none!important;
}
.featured-posts .post-item.event a{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.featured-posts .post-item.event .content-wrapper{
    padding: 35px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.featured-posts .cta-box .inner h1, .featured-posts .cta-box .inner h2, .featured-posts .cta-box .inner h3, .featured-posts .cta-box .inner h4{
    margin-bottom: 0;
}
.featured-posts .cta-box .inner{
    padding: 45px 27px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.featured-posts .post-item.event{
    margin-bottom: 0;
}
.full-posts-listing.recent .intro .flex-sb{
    justify-content: flex-start!important;
}
.full-posts-listing.recent{
    padding-top: 80px;
    padding-bottom: 30px!important;
}
.full-posts-listing.recent .full-posts-listing{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.post-item.resource{
    margin-bottom: 30px;
}
.post-item.resource a{
    display: block;
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;
}
.post-item.resource .image-wrapper{
    width: 33.33%;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border: 20px solid var(--mid_green);
    border-bottom: 0;
    height: 100%;
}
.post-item.resource .content-wrapper{
    width: 66.66%;
    float: right;
    box-shadow: none!important;
}
.post-item.resource .image-wrapper img{
    max-width: 100%
}
.post-item.resource .image-wrapper .ft-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--mid_green);
}
.post-item.job .content-wrapper{
    background: var(--light_purple)!important;
}
.post-item.job .excerpt{
    margin-bottom: 30px;
}
.post-item.job .button{
    position: absolute;
    bottom: 35px;
    width: calc(100% - 120px);
}
.post-item.job h4{
    font-size: 20px;
}
.text-image.featured-block{
    margin-bottom: 80px;
}
.text-image.featured-block .wrapper{
    padding: 0;
}
.text-image.featured-block .image-wrapper{
    padding: 40px;
}
.text-image.featured-block .image-wrapper img{
    border-radius: 20px;
}
.text-image.featured-block .content-wrapper{
    padding: 70px 80px;
}
.text-image.featured-block h3:first-child{
    margin-bottom: 30px;
}
.featured-posts .post-item.simple .txt-btn{
    display: block;
}

@media screen and (max-width: 1580px){
    .featured-posts .post-item.event .content-wrapper{
        padding: 30px;
    }
    .post-item.simple .content-wrapper{
        padding: 20px;
    }
    .featured-posts .cta-box .inner{
        padding: 30px 25px;
    }
    .listing .post-item.featured .content-wrapper{
        padding: 40px 30px 90px 0!important;
    }
    .listing .featured-post .post-item.featured .content-wrapper .post-meta{
        margin-bottom: 20px;
    }
    .featured-post .button{
        left: calc(50% + 20px);
    }
}

@media screen and (max-width: 1480px){
    .featured-post .post-item .content-wrapper{
        padding-left: 0;
    }
    .posts-listing .intro p{
        font-size: 18px;
    }
    .grouped-posts .post-item.videos a{
        padding: 30px 30px 50px;
    }
    .featured-post .image-wrapper{
        padding: 40px 0 40px 40px;
    }
    .featured-post .post-item .content-wrapper{
        padding-right: 40px;
    }
    .featured-posts .post-item.event .content-wrapper{
        padding: 20px;
    }
    .featured-posts .post-item.simple .content-wrapper{
        height: auto!important;
    }
    .featured-posts .post-item.simple .txt-btn{
        position: relative;
        bottom: 0;
    }
    .listing .featured-post .post-item.featured .content-wrapper .post-meta{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1349px){
    .featured-posts .cta-box .inner{
        display: block;
    }
    .featured-posts .cta-box .inner h1, .featured-posts .cta-box .inner h2, .featured-posts .cta-box .inner h3, .featured-posts .cta-box .inner h4{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .featured-posts .cta-box .inner{
        padding: 20px;
    }
    .featured-post .image-wrapper{
        padding: 20px 0 20px 20px;
    }
    .listing .post-item.featured .content-wrapper{
        padding: 20px 20px 85px 0!important;
    }
    .listing .wrapper.curved .intro{
        padding-right: 20px;
    }
    .post-item.job .button{
        width: calc(100% - 60px);
    }
    .text-image.featured-block .content-wrapper{
        padding: 40px 0 40px 40px;
    }
    .text-image.featured-block .image-wrapper{
        padding-left: 0;
    }
}

@media screen and (max-width: 1199px){
    .featured-posts .post-item.simple .post-meta{
        margin-bottom: 0;
    }
    .featured-posts .post-item.simple h4{
        font-size: 20px;
        line-height: 26px;
    }
    .post-item.resource .post-meta.flex{
        display: block!important;
    }
    .post-item.resource .post-meta .date{
        float: left;
        width: 100%;
    }
    .post-item.resource .image-wrapper{
        background: var(--mid_green);
    }
    .featured-post .post-item .excerpt{
        display: none;
    }
}

@media screen and (max-width: 991px){
    .text-image.featured-block .flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .text-image.featured-block .image-wrapper img{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .text-image.featured-block .image-wrapper{
        padding: 0;
    }
    .text-image.featured-block .content-wrapper{
        padding: 0 20px 20px;
    }
    .text-image.featured-block{
        margin-bottom: 20px;
    }
    .text-image.featured-block h3:first-child{
        margin-bottom: 15px;
    }
    .grouped-posts .post-item{
        margin-bottom: 30px;
    }
    .grouped-posts .post-item .image-wrapper{
        width: 100px;
        float: left;
    }
    .grouped-posts .post-item .content-wrapper{
        width: calc(100% - 100px);
        float: left;
        padding-left: 20px;
        padding-top: 0;
    }
    .grouped-posts .post-item .content-wrapper h4{
        margin-bottom: 5px;
    }
    .post-meta .date{
        width: 100%;
        display: block;
    }
    .featured-post .post-item .image-wrapper img{
        width: 100%;
    }
    .featured-post .post-item .content-wrapper{
        padding: 30px;
    }
    .featured-post .post-item .txt-btn{
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .featured-post h2{
        font-size: 32px;
        line-height: 38px;
    }
    .job-listing .post-item a{
        padding: 25px;
    }
    .job-listing .post-item .inner{
        width: 100%;
    }
    .job-listing .post-item .actions{
        max-width: 100%;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .job-listing .post-item .actions .button{
        width: 100%;
        margin-bottom: 10px;
    }
    .filters{
        margin-bottom: 30px;
    }
    .filters .button-group{
        margin-bottom: 0;
    }
    .filters .button-group a{
        padding: 10px 15px;
    }
    .full-posts-listing .post-item{
        margin-bottom: 30px;
    }
    .grouped-posts .post-item.videos{
        width: 100%;
    }
    .grouped-posts .post-item.videos a{
        float: left;
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
    }
    .featured-post .image-wrapper{
        padding: 20px 20px 0 ;
    }
    .featured-post .post-item .content-wrapper{
        padding: 30px 20px;
    }
    .featured-post{
        margin-bottom: 20px;
    }
    .featured-posts .post-item.event .image-wrapper{
        width: 100%;
    }
    .featured-posts .post-item.event .content-wrapper{
        width: 100%;
    }
    .featured-posts .post-item.event a{
        background: #fff;
        display: block;
        float: left;
        width: 100%;
        border-radius: 10px;
    }
    .post-item.event .image-wrapper, .post-item.event .image-wrapper img,
    .posts-listing .post-item .image-wrapper, .posts-listing .post-item .image-wrapper img{
        border-radius: 10px;
    }
    .featured-posts .post-item.event{
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .post-item.simple .image-wrapper{
        display: none;
    }
    .post-item.simple .content-wrapper{
        width: 100%;
    }
    .featured-posts.module{
        padding-top: 60px!important;
    }
    .featured-posts .cta-box .inner .button{
        width: 100%;
    }
    .listing .featured-post .post-item.featured .content-wrapper .post-meta{
        display: block;
    }
    .listing .post-item.featured .content-wrapper{
        padding: 30px 20px!important;
    }
    .featured-post .button{
        left: 0;
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
    .full-posts-listing .featured-post{
        margin-bottom: 30px;
    }
    .featured-post .image-wrapper, .featured-post .image-wrapper .zoom{
        border-radius: 10px;
    }
    .full-posts-listing.recent{
        padding-bottom: 50px!important;
    }
    .posts-listing.latest .post-item, .posts-listing.latest .intro{
        margin-bottom: 20px;
    }
    .post-meta.icons{
        margin-bottom: 10px!important;
    }
}

@media screen and (max-width: 767px){
    .post-item.job .button{
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .featured-post .post-item .content-wrapper{
        padding: 20px;
    }
    .featured-post h2{
        font-size: 24px;
        line-height: 28px;
    }
    .grouped-posts .post-item{
        margin-bottom: 20px;
    }
    .featured-posts .intro .links-group li{
        margin-right: 10px;
    }
    .links-group li .button{
        min-width: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-item.resource a{
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }
    .post-item.resource .content-wrapper, .listing .post-item.resource:not(.story) .content-wrapper{
        padding: 12px 15px 10px!important;
        float: right;
    }
    .post-item.resource .txt-btn{
        position: relative;
        bottom: 0;
    }
    .post-item.resource .image-wrapper{
        border-width: 10px 10px 0;
        display: block;
        position: relative;
        align-items: flex-end;
        border-bottom: 0 solid var(--mid_green)!important;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: flex-start;
        border-bottom: 10px!important;
    }
    .post-item.resource .cats{
        display: none;
    }
    .listing .post-item:not(.story) .content-wrapper{
        padding: 20px!important;
    }
    .listing .post-item .txt-btn{
        position: relative;
        bottom: 0;
    }
}
