#latest.news-listing .adaptive-height{
    height: auto!important;
}
.job-listing .post-item{
    margin-bottom: 20px;
}
.job-listing .post-item a{
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    color: var(--text);
    float: left;
    width: 100%;
}
.job-listing .post-item a:hover h4{
    text-decoration: underline;
}
.job-listing .post-item a:hover .button{
    background: var(--electric_blue);
    background: linear-gradient(87deg, #20779A 4.88%, #2D3185 84.53%);
}
.job-listing .post-item .content-wrapper{
    padding: 0;
    display: block;
}
.job-listing .post-item .inner{
    float: left;
    width: calc(100% - 292px);
}
.job-listing .post-item .actions{
    float: right;
    max-width: 258px;
    text-align: center;
}
.job-listing .post-item .actions .button{
    margin-bottom: 28px;
}
.job-listing .post-item h4{
    margin-bottom: 5px;
}
.job-listing .post-item .post-meta{
    margin-bottom: 10px;
    display: block;
}
.job-listing .post-item .post-meta p{
    padding-left: 30px;
    position: relative;
    margin-bottom: 7px;
}
.job-listing .post-item .post-meta .location:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 19px;
    height: 23px;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/pin.svg');
}
.featured-post .post-item a{
    border-radius: 20px;
    padding: 40px;
}
.featured-post .post-item a img{
    width: 100%;
}
.featured-post .post-item .content-wrapper{
    padding: 20px 0 45px;
    position: relative;
}
.featured-post h3{
    font-size: var(--font-lg)!important;
}
.featured-post .txt-btn:after{
    background: var(--lilac30);
}
.featured-post .post-item .post-meta li:before{
    filter: invert(1)!important;
}
.featured-post .post-item .txt-btn{
    position: absolute;
    bottom: 45px;
}
.locations{
    float: left;
    width: 100%;
}
.locations .half-grid{
    width: 50%;
    float: left;
    background: var(--electric_blue);
}
.locations .post-item{
    border-radius: 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.locations .post-item .inner{
    float: left;
    width: 100%;
    padding: 22px 22px 17px;
}
.locations .post-item .wrapper{
    float: left;
    width: 100%;
}
.locations .post-item.white *{
    color: var(--text);
}
.locations .post-item h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--body);
}
.locations .post-item p{
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.locations .post-item .address{
    font-weight: 700;
}
.locations .post-item .address:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 18px;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/location.svg');
    background-size: contain;
}
.locations.map{
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
}
.locations.map .intro{
    margin-bottom: 30px;
}
.locations .listing{
    padding: 50px 30px 0 80px;
}
.locations .list{
    max-height: 480px;
    overflow: auto;
    padding-right: 20px;
}
.locations .list::-webkit-scrollbar {
  width: 16px;
  border-radius: 20px;
}
.locations .list::-webkit-scrollbar-track {
  background: #9DC8EA40;
  border-radius: 10px;
}

.locations .list::-webkit-scrollbar-thumb {
  background-color: #9DC8EA;
  border-radius: 20px;
}

.locations .list::-webkit-scrollbar-thumb:hover {
  background-color: #9DC8EA;
}
.locations .post-item .actions{
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    padding: 10px 15px 0!important;
    display: flex;
    align-content: center;
    position: relative;
}
.locations .post-item .actions:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #000;
}
.locations .post-item .actions li{
    margin-bottom: 10px!important;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 700;
    padding-left: 0!important;
}
.locations .post-item .actions li:before{
    position: relative;
    display: inline-block;
    top: 0!important;
}
.gm-style *{
    color: #000!important;
}
.locations .gm-style-iw-d{
    overflow: unset!important;
}
.locations .gm-style-iw-d, .locations .gm-style-iw{
    padding: 0!important;
    font-size: 14px!important;
}
.locations .gm-style .post-item{
    margin-bottom: 0!important;
    max-width: 350px;
}
.gm-style-iw-chr{
    position: absolute!important;
    right: 0!important;
}
.gm-style-iw-chr button{
    outline: none!important;
    border: 0!important;
}
.locations .gm-style .inner h4{
    padding-right: 20px;
}
.locations.card .intro{
    margin-bottom: 30px;
}
.locations.card .listing{
    padding: 0;
}
.locations.card .post-item .image-wrapper img{
    width: 100%;
}
.locations.card .box{
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid var(--text);
    border-radius: 20px;
}
.locations.card .inner *{
    color: var(--text);
}
.locations.card .post-item{
    margin-bottom: 60px;
    float: left;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.wp-block-acf-posts-listing #google-map .marker{
    display: none!important;
}
.wp-block-acf-posts-listing .google-map{
    background: url('/wp-content/plugins/ff-block-suite/assets/images/map.png') no-repeat center;
    background-size: cover;
}
.post-item:not(.featured-post) .lozenge{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}
.listing-gallery .post-item .lozenge{
    right: 20px;
    left: auto!important;
}
.post-item .lozenge li span{
    border-radius: 20px;
    padding: 6px 14px 7px;
    background: var(--light_blue);
    color: var(--text);
    font-style: normal;
}
.post-item .lozenge li:before{
    content: none!important;
}
a:hover .lozenge li{
    color: var(--text)!important;
}
.post-item.featured-post.news .content-wrapper .post-meta,
.post-item.featured-post.news .content-wrapper .txt-btn{
    bottom: 0;
    right: 0;
}
.post-item.featured-post.news .content-wrapper .txt-btn{
    bottom: 5px;
}
.post-item.featured-post.news .lozenge{
    margin-bottom: 0;
    margin-right: 15px;
}
.post-item.featured-post.news .lozenge li{
    background: var(--lilac30);
    color: var(--text);
}
.full-posts-listing .featured-post{
    position: relative;
    padding-top: 0px;
}
.full-posts-listing.blog-posts .featured-post{
    padding-bottom: 0;
}
.full-posts-listing.blog-posts .posts-gridx .post-item{
    margin-bottom: 40px;
}
.full-posts-listing .featured-post.module{
    float: none;
}
.full-posts-listing .featured-post:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--lilac30);
    z-index: -1;
}
.full-posts-listing .featured-post .intro{
    padding-top: 60px;
}
.post-item.news .image-wrapper{
  position: relative;
}
.post-item:not(.featured-post) .lozenge{
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.post-item .lozenge li span{
  border-radius: 20px;
  padding: 6px 14px 7px;
  background: var(--white);
  color: var(--text);
  font-style: normal;
}
.post-item .lozenge li:before{
  content: none!important;
}
.post-item.resource .box-link{
    border-radius: 20px;
    border: 1px solid var(--text);
    float: left;
    width: 100%;
    padding: 15px;
}
.post-item.resource .image-wrapper{
    width: 152px;
    float: left;
    padding: 17px 20px 0;
}
.post-item.resource .image-wrapper img{
    border-radius: 0;
}
.post-item.resource .content-wrapper{
    width: calc(100% - 152px);
    float: left;
    padding-left: 35px;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.post-item.resource .content-wrapper h4{
    font-size: 1.55em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.event-full-listing{
    position: relative;
    float: left;
    width: 100%;
}
.full-listing .event-full-listing:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: var(--yellow70);
}
.events.latest-listing .intro{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.full-listing.events .intro{
    margin-bottom: 60px;
}
.filters{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.filters h3{
    border-bottom: 1px solid var(--blue);
    padding-bottom: 15px;
    margin-bottom: 0;
}
.filters .filter-group{
    float: left;
    width: 100%;
    text-align: center;
}
.filters .filter-group .label{
    position: relative;
    font-weight: bold;
    position: relative;
    padding: 12px 0;
}
.filters .filter-group .label:hover{
    cursor: pointer;
}
.filters .mobile-toggle h3{
    position: relative;
    padding-bottom: 10px;
}
.filters .filter-group .label:before, .filters .mobile-toggle h3:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background: var(--light_blue);
    right: 5px;
    top: calc(50% - 1px);
}
.filters .filter-group .label:after, .filters .mobile-toggle h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background: var(--light_blue);
    right: 10px;
    top: calc(50% - 6px);
}
.filters .filter-group li{
    position: relative;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.filters .filter-group input{
    width: 100%;
    height: 100%!important;
    border-radius: 0!important;
    padding: 0!important;
    position: absolute;
    border: 0;
    background: transparent;
}
.filters .filter-group li label{
    padding-left: 30px;
    font-size: 18px;
    float: left;
}
.filters .filter-group li label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.filters .filter-group li label:after{
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 11px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.filters .filter-group input:checked ~ label:after{
    display: block;
}
.filters .filter-group input:checked ~ label:before{
    background-color: var(--light_blue);
}
.filters .action{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.filters .action .button{
    min-width: 185px;
}
.filters .action .button:hover{
    cursor: pointer;
}
.filters .button-group a{
    margin: 0 10px 10px 0;
    display: inline-block;
    min-width: 0;
}   

.filter-list.cats{
    width: auto;
}
.filter-list.cats li{
    padding: 0;
    border-radius: 0;
    background:transparent;
}
.filter-list.cats li:last-child{
    margin-right: 0;
}
.filter-list.cats li a{
    font-style: normal;
    display: inline-block;
    padding: 9px 30px 11px;
    background: var(--light_grey);
    border-radius: 20px;
}
.filter-list.cats li a:hover, .filter-list li.active a{
    text-decoration: none;
    background: var(--blue);
    color: #fff;
}
.loadmore{
  text-align: center;
}
.mobile-toggle{
    display: none;
}
.filters .acc .button-group {
    visibility: hidden;
    display: none;
    height: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.filters .acc.active .button-group {
    height: auto;
    display: block;
    visibility: visible;
}
.filters .acc.active .label:after{
    display: none;
}
.filters .mobile-toggle h3:before{
    top: 15px;
}
.filters .mobile-toggle h3:after{
    top: 10px;
}
.filters.collapsed .mobile-toggle h3:after{
    display: none;
}
.filters .btn{
  text-decoration: none;
}
.filters .active.btn:hover{
  color: #fff!important;
  text-decoration: none!important;
}
.post-item.event{
    margin-bottom: 20px;
}
.post-item.event .box{
    padding: 20px;
}
.post-item.event .content-wrapper{
    padding: 20px 20px 70px;
}
.post-item .contact-list{
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-item .contact-list li{
    font-weight: 400!important;
}
.post-item.event .image-wrapper img{
    width: 100%;
}
.masonry-grid {
  margin: 0 auto;
}
.full-posts-listing .event-full-listing .post-item:nth-child(3) {
    margin-top: 80px;
}
.masonry-grid .post-item{
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.masonry-grid.row{
    margin-right: -15px;
    margin-left: -15px;
}
.post-item.event a{
  position: absolute;
  bottom: 20px;
}
.masonry-grid .post-item.event .content-wrapper{
    padding-bottom: 90px;
}
.masonry-grid .post-item.event a{
    bottom: 30px;
}
.featured-posts .post-item.event {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
}
.featured-posts .post-item.event a{
    position: relative;
    bottom: 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
}
.featured-posts .post-item.event .image-wrapper{
    width: 50%;
    float: left;
}
.featured-posts .post-item.event .content-wrapper{
    width: 50%;
    float: right;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.featured-posts .post-item.news{
    margin-bottom: 40px;
}
.featured-posts .post-item.news a{
    border-radius: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.featured-posts .post-item.news .image-wrapper{
    width: 33.33%;
    float: left;
}
.featured-posts .post-item.news .image-wrapper .lg-ft-img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
}
.featured-posts .post-item.news .content-wrapper{
    float: right;
    width: 66.66%;
    position: relative;
    padding: 0;
}
.featured-posts .post-item.news .content-wrapper .inner{
    padding: 20px 30px 45px;
    float: left;
    width: 100%;
}
.featured-posts .post-item.news .content-wrapper .inner h4{
    margin-bottom: 30px;
}
.featured-posts .post-item.news .content-wrapper .post-meta{
    bottom: 20px;
    max-width: calc(100% - 60px);
}
.featured-posts .post-item.news .content-wrapper .post-meta .txt-btn{
    right: 0;
    bottom: 0;
}
.featured-posts .links-group{
    margin-top: 0;
}
.filters .button-group a.inactive, .news-landing .filters .button-group a:not(:first-child){
    background: transparent!important;
    color: var(--text)!important;
    border: 1px solid var(--text);
}
.filters .button-group a.inactive *,.news-landing .filters .button-group a:not(:first-child) *{
    color: var(--text)!important;
}
.full-posts-listing.blog-posts .animated-line{
    top: -200px;
}

@media screen and (max-width: 1600px){
    .full-posts-listing.blog-posts .animated-line{
        top: -100px;
    }
}

@media screen and (max-width: 1480px){
    .featured-post .post-item .content-wrapper{
        padding-left: 0;
    }
    .full-posts-listing .featured-post:after{
        height: 60%;
    }
}

@media screen and (max-width: 1280px){
    .locations .listing{
        padding-left: 60px;
    }
    .full-posts-listing.blog-posts .animated-line{
        top: -50px;
    }

}

@media screen and (max-width: 991px){
    .post-item.news.featured-post .content-wrapper .post-meta{
        position: relative;
    }
    .post-item.news.featured-post .content-wrapper .txt-btn{
        position: relative;
        float: left;
        bottom: 0;
        right: 0;
    }
    .post-item.featured-post .excerpt{
        padding-right: 0;
    }
    .featured-post .post-item a{
        padding: 30px;
    }
    .post-item.resource .content-wrapper h4{
        font-size: 1.25em;
    }
    .post-item.resource .content-wrapper{
        padding-left: 20px;
    }
    .featured-post .post-item .image-wrapper img{
        width: 100%;
    }
    .featured-post .post-item .content-wrapper{
        padding: 30px 0;
    }
    .featured-post h3{
        font-size: var(--font-md)!important;
    }
    .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;
    }
    .locations .listing{
        padding-left: 30px;
    }
    .locations.card .post-item{
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
    }
    .locations .post-item .wrapper, .locations .post-item .inner{
        height: auto!important;
    }
    .filters{
        margin-bottom: 20px;
    }
    .filters .button-group a{
        padding: 10px 15px;
    }
    .full-posts-listing .post-item{
        margin-bottom: 30px;
    }
    .full-posts-listing.blog-posts .animated-line{
        top: 70px;
    }
    .full-posts-listing .featured-post:after{
        height: 65%;
    }
    .full-posts-listing.events.latest-listing{
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px){
    .locations .half-grid{
        width: 100%;
    }
    .locations.card .post-item{
        margin-bottom: 20px;
    }
    .featured-post .post-item .content-wrapper{
        padding: 20px;
    }
    .featured-post h2{
        font-size: 24px;
        line-height: 28px;
    }
    .full-posts-listing.blog-posts .animated-line{
        top: auto;
        bottom: 0;
    }
}

