.hero__video-holder{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.hero__video-holder iframe,
.hero__video-holder video{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Additional style added by Balthazar */
.post-listing--style2.post-listing{
    padding-top: 0;
}
.post-listing--style2.post-listing:before{
    display: none;
}
.post-listing--style2.post-listing:after{
    display: none;
}
.post-listing--style2.post-listing .post-listing--intro{
    background: url('../images/overlay-image2.webp') no-repeat center;
    background-size: cover;
    padding: 154px 0 90px;
    margin: 0;
}
.post-listing--intro-inner{
    max-width: 720px;
    text-align: left;
}
.post-listing--style2.post-listing .section-title {
    text-align: left;
    font-size: 64px;
    font-weight: 600;
}
.post-listing--style2 .post-listing--intro .entry-content {
    line-height: 1.7;
}

.post-listing__list-outer {
    padding: 100px 0 90px;
}

.post-listing__list-outer .post-listing__list{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.post-listing__list-outer .post-listing__item-inner{
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.post-listing__list-outer .post-listing__item:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #434343;
}
.post-listing__list-outer .post-listing__item:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 7px 11px 5px;
    background: #2D3033;
    margin: 0 8px 5px;
    border-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.wp-pagenavi a:hover{
    border-color: #21E786;
}
.wp-pagenavi span.current {
    border-color: #21E786;
    color: #fff;
    font-weight: 600;
}

.light-mode .post-listing--style2.post-listing .post-listing--intro{
    background-color: #2D3033;
}
.light-mode .wp-pagenavi a,
.light-mode .wp-pagenavi span{
    background-color: #c8cacc;
    color: #2D3033;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first{
    height: auto;
    width: auto;
    border-radius: 0;
}
.light-mode .post-listing__list-outer .post-listing__item:not(:last-child){
    border-bottom-color: #e1dbdb;
}
.post-listing__list-outer .post-listing__item-content h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
}
.post-listing__list-outer .post-listing__item-inner .entry-content{
    color: #fff;
    font-size: 18px;
    line-height: 1.78;
}
.light-mode .post-listing__list-outer .post-listing__item-inner .entry-content {
    color: rgba(20, 16, 41, 0.6);
}
.post-listing--style2 .post-listing__item--secondary .post-listing__item-thumbnail {
    width: 38%;
}
.post-listing--style2 .post-listing__item--secondary .post-listing__item-content {
    width: 62%;
}
.post-listing--style2 .post-listing__item--secondary .post-listing__item-content.full,
.post-listing__item--secondary .post-listing__item-content.full{
    width: 100%;
    padding: 0;
}
.partners-news--secondary .partner__header h2{
    font-size: 56px;
    line-height: 1.4;
    font-weight: 600;
}
.partners-news--secondary .partner__header h2 span{
    display: block;
    font-size: 36px;
    line-height: 1.56;
    font-weight: 600;
    color: #fff;
    margin-top: 50px;
}

.post-listing--style3:before{
    /*display: none;*/
}
.post-listing--style3{
    padding: 0 0 253px;
    position: relative;
}
.post-listing--style3:before,
.acf-block-preview .post-listing--style3:before{
    content: "";
    position: absolute;
    bottom: 416px;
    top: auto;
    left: -325px;
    height: 100%;
    width: 533px;
    background: #0CDB7E;
    opacity: 0.2;
    filter: blur(150px);

}
.post-listing--style3:after,
.acf-block-preview .post-listing--style3:after{
    content: "";
    background: url('../images/overlay-footer.webp') no-repeat bottom right;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    height: 100%;
    width: 100%;
}
.post-listing--style3 .post-listing__list{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.post-listing--style3 .post-listing__item-inner{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.post-listing--style3 .post-listing__item:not(:last-child){
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #434343;
}
.light-mode .post-listing--style3 .post-listing__item:not(:last-child){
    border-bottom-color: #e1dbdb;
}
.post-listing--style3 .post-listing__item:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}
.post-listing--style3 .post-listing__item-content h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.post-listing--style3 .post-listing__item--secondary .post-listing__item-thumbnail{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.post-listing--style3 .post-listing__item--secondary .post-listing__item-thumbnail a{
    padding: 10px;
}
.post-listing--style3 .post-listing__item--secondary .post-listing__item-content{
    width: calc(100% - 200px);
    padding-left: 70px;
}
.post-listing--style3 .post-listing__item--secondary .post-listing__item-content.full{
    width: 100%;
    padding: 0;
}
.light-mode .partners-news--secondary .partner__header h2 span{
    color: #141029;
}

/* Babylon SDK form styling */
#field_8_7 .ginput_container_date{
    position: relative;
    width: 100%;
}
#field_8_7 .ginput_container_date > input{
    width: 100%!important;
}

#field_8_7 .ginput_container_date > input{
    width: 100%!important;
}
#field_8_7 .ginput_container_date .ui-datepicker-trigger{
    position: absolute;
    right: 15px;
}

@media screen and (max-width: 1250px) {
    .post-listing--style2.post-listing .section-title{
        font-size: 48px;
    }
    .post-listing__list-outer {
        padding: 80px 0 50px;
    }
    .post-listing__list-outer .post-listing__item-content h3{
        font-size: 28px;
        line-height: 1.3;
    }
    .post-listing__list-outer .post-listing__item-inner .entry-content{
        font-size: 16px;
        line-height: 1.5;
    }
    .post-listing--style3{
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 767px) {
    .post-listing--style2.post-listing .post-listing--intro{
        padding: 80px 0 40px;
    }
    .post-listing--style2.post-listing .section-title{
        font-size: 32px;
    }
    .post-listing__list-outer {
        padding: 80px 0 0px;
    }
    .post-listing__list-outer .post-listing__item-content h3{
        font-size: 24px;
        line-height: 1.2;
    }
    .post-listing--style2 .post-listing__item--secondary .post-listing__item-thumbnail,
    .post-listing--style2 .post-listing__item--secondary .post-listing__item-content {
        width: 100%;
    }
    .post-listing--style3 .post-listing__item--secondary .post-listing__item-content{
        width: 100%;
        padding-left: 0;
    }
    .post-listing--style3 .post-listing__item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .post-listing--style3{
        padding-bottom: 80px;
    }
    .partners-news--secondary .partner__header h2 {
        font-size: 32px;
        line-height: 1.3;
    }
    .partners-news--secondary .partner__header h2 span {
        font-size: 24px;
        margin-top: 25px;
    }
    .post-listing--style3 .post-listing__item-content h3 {
        font-size: 22px;
        line-height: 1.4;
    }
    .partners-news.partners-news--secondary .partner-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 420px) {
    .partners-news.partners-news--secondary .partner-item {
        width: 50%;
    }
}