:root{
    --border-color: var(--patch-reef-blue);
}
/*****************************/
/*  START :: Search Results  */
/*****************************/
.fl-post-feed-post {
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
    color: var(--patch-reef-blue);
    display: flex;
    padding: 26px 0;
    margin-bottom: 36px;
}
.fl-post-feed-post.post .postBox {
    max-width: 508px;
    padding-right: 70px;
    width: 100%;
}
.fl-post-feed-post .imgBox {
    flex-basis: 100%;
    width: 100%;
}
.fl-post-feed-post .post_tag {
    margin-bottom: 16px;
}
.fl-post-feed-post .fl-post-title a {
    color: var(--patch-reef-blue);
    font-size: 26px;
    font-size: 1.63rem;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 130.769% */
    line-height: 2.13rem; /* 130.769% */
}
.fl-post-feed-post .fl-post-title a:hover {
    text-decoration: none;
}
.fl-post-feed-post .fl-post-text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.fl-post-feed-post .fl-post-excerpt {
    margin-top: 26px;
}
.fl-builder-pagination-load-more a.fl-button,
.fl-builder-pagination-load-more a.fl-button:hover {
    background: var(--sandbar-blue);
    border: 1px solid var(--sandbar-blue);
    border-radius: 6px;
    padding: 20px 40px;
    transition: all .25s ease;
}
.fl-builder-pagination-load-more a.fl-button:hover {
    transform: scale(1.05);
}
.fl-builder-pagination-load-more a.fl-button span {
    color: var(--patch-reef-blue);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    line-height: 1.75rem; /* 155.556% */
}
/* TABLET, and down */
@media only screen and (max-width: 992px) {
    .fl-post-feed-post.post .postBox {
        min-width: 380px;
    }
}
/* MOBILE, only */
@media only screen and (max-width: 768px) {
    .fl-post-feed-post.fl-post-feed-image-beside {
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 0;
    }
    .fl-post-feed-post.post .postBox {
        padding-right: 0;
    }
    .fl-post-feed-post .postBox .imgBox {
        margin-bottom: 26px;
    }
    .fl-post-feed-post .fl-post-excerpt {
        margin-top: 16px;
    }
}
/*****************************/
/*  END   :: Search Results  */
/*****************************/
/*******************************************************/
/*  START ::  Accessibility: External link new window  */
/*******************************************************/
a.acc_external_link, 
.acc_external_link a {
    position:relative;
}
a.acc_external_link .acc_external, 
.acc_external_link a .acc_external, 
a .acc_external, 
.acc_external {
    position: fixed;
    background: var(--patch-reef-blue) !important;
    color: var(--white) !important;
    padding: 4px 8px;
    font-size: 10px;
    font-size: 0.63rem;
    font-weight: bold;
    line-height: 1;
    font-family: var(--font-primary);
    transform: scale(1.07) translate(60px,10px);
    visibility: hidden;
    /* text-transform: uppercase; */
    opacity: 0;
    left: -99999px;
    z-index: 999;
    margin: 6px;
    border-radius: 4px;
    text-align: center;
    font-style: normal;
}

a.acc_external_link:hover .acc_external, 
.acc_external_link a:hover .acc_external,
a:hover .acc_external{
    visibility: visible;
    opacity: 1;
    
}
a.acc_external_link:focus .acc_external, 
.acc_external_link a:focus .acc_external{
    top:10px !important;
    left:0 !important;
    position:absolute;
    visibility: visible;
    opacity: 1;
    padding:0 !important;
    
}
a .acc_external_icon{
    position: relative;
    top: 1px;
    margin-left: 5px;
}

    /******************************************************/
    /*  START :: carousel posts â€“ external-link hint fix  */
    /******************************************************/
    /* turns off snap-to-mouse functionality in post carousel */
    .post-carrousel a .acc_external {
        position: static;
        transform: scale(1.07) translate(-116px,-21px);
    }

    .post-carrousel a:has(.acc_external)::after {
        transform: translateX(-128px);
    } 

    .post-carrousel a:has(.acc_external):hover::after {
        transform: translateX(-116px) !important;
    }
    /******************************************************/
    /*  END   :: carousel posts â€“ external-link hint fix  */
    /******************************************************/

/*******************************************************/
/*  END   ::  Accessibility: External link new window  */
/*******************************************************/

/******************************************/
/*  START :: Social Sharing + Icon Links  */
/******************************************/
.share_icons span{
    font-size: 16px;
    font-size: .8421rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    color: var(--white);
}
.share_icons img{
    height:40px;
    width:auto;
}
.share_icons {
    gap: 36px;
    display: flex;
    align-items: center;
}
.icon-bluesky_logo::before {
    width: auto;
    margin: 0;
}
.social_link_container {
    align-items: baseline;
}
.social_link_container .social_link .fl-button-has-icon {
    line-height: 0;
}
/******************************************/
/*  END   :: Social Sharing + Icon Links  */
/******************************************/

/**************************/
/*  START :: Post Heroes  */
/**************************/

/* targets img tags w ONLY this one class â€“ aka when no feature image is assigned  */
.single .hero-row-post-large-img-col img[class="fl-photo-img"]{
    background: var(--img-placeholder) no-repeat;
    background-size: cover;
}

.single .fl-heading {
    text-shadow: none;
}

.single .post_tag {
    margin-bottom: 26px;
}

.single .post_tag span::before{
    content: ', ';
}

.single .post_tag span:first-of-type::before {
    content: '';
}
/**************************/
/*  END :: Post Heroes  */
/**************************/
/*******************************/
/*  START :: All Single Posts  */
/*******************************/
body:not(.fl-builder-edit) .single .herolargeheight div{
    width:100%;
}
.single .herolargeheight img {
    width:100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
}
.single .heromediumheight img {
    width:100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
}
.single .hero-row-post-large-info-col p {
    font-size: 22px;
    font-size: 1.38rem;
    line-height: 34px;
    line-height: 2.13rem;
}

.post-content .fl-module-content ul,
.post-content .fl-module-content ol,
.post-content .fl-module-content p {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

.post-content .wp-caption p.wp-caption-text {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 28px; 
    line-height: 1.75rem; 
}
/* .post-content .fl-module-content p.image{
    max-width: 1080px;
    margin:auto;
   margin-bottom: 36px;

}
.post-content .fl-module-content p.image img{
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    margin: 0;
} */
.post-content .fl-module-content p:has(> img),
.post-content .fl-module-content p:has(> .fluid-width-video-wrapper),
.post-content .fl-module-content .wp-caption {
    max-width: 1222px;
    width: 100% !important;
}
.post-content .fl-module-content p > img,
.post-content .fl-module-content .wp-caption > img {
    border-radius: 16px;
    object-fit: cover;
    margin: 0;
    width: 100%;
}
.post-content .fl-module-content .wp-caption {
    background: inherit;
    border: none;
    margin: 0 !important;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.post-content .fl-module-content .fluid-width-video-wrapper {
    border-radius: 16px;
    overflow: hidden;
}
.post-content .fl-module-content blockquote p{
    margin: auto;
    margin-bottom: 36px;
    padding-left: 72px;
    padding-right: 72px;
}
.post-content .fl-module-content ul li a,
.post-content .fl-module-content ol li a {
    color: var(--patch-reef-blue);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--patch-reef-blue), var(--patch-reef-blue));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
}
.post-content .fl-module-content ul li a:hover,
.post-content .fl-module-content ol li a:hover {
    animation: 0.3s underline ease-in;
}
.post-content .fl-module-content > *:last-child{
    margin-bottom:0!important;
}

/* 
body:not(.fl-builder-edit) .hero-row-post-large-img,
body:not(.fl-builder-edit) .hero-row-post-large-img div,
body:not(.fl-builder-edit) .hero-row-post-large-img img{
    width:100%;
    height:100%;
    object-fit: cover;
} */
/*******************************/
/*  END   :: All Single Posts  */
/*******************************/


.posts .post h3 a{
    text-decoration: none;
    font-weight: 700;
    color:var(--patch-reef-blue);
    text-decoration: none;
    background-image: linear-gradient(var(--patch-reef-blue), var(--patch-reef-blue));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition:all .5s;
}
/* .posts .post:hover h3 a, 
.post-row h3:hover a, 
.post-list:hover h3 a, .
posts .post:focus h3 a{
    background-size: 100% 1px;
    color: var(--patch-reef-blue);
} */
.posts .post .infopost{
    font-size:11.46px;
    font-size:0.72rem;
    line-height:27px;
    line-height:1.69rem;
}
.postBox .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.post.external_post .postBox{
    color: var(--patch-reef-blue);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card .post img,
.card .post .defaultImg {
    width:100%;
    object-fit:cover;
    transition: all 1s ease;
    height: 180px;
    
}
.post h4{
    margin:26px 0 16px;
}

/* .post .infoBox{
    padding:0 12px 0px;
} */

.grid .infoBox h3{
    margin:26px 0 16px;
}
.post.external_post:hover img{
    transform: scale(1.05);
}
/******POST GRID (CARD LAYOUT)******/
.posts.card .post{
    padding: 16px 16px 36px;
    background-color: var(--white);
    border-radius: 30px;
    transition: all 0.5s ease;
}
.posts.card .post:hover a.arrowlink{
    color:white;
    background-image:linear-gradient(var(--white), var(--white))
}
.posts.card .post:hover a.arrowlink::after{
    filter:grayscale(100%) brightness(100);
    transform: translateX(10px);
}
.posts.card .post.external_post:hover {
    transform: scale(1.02);
    position:relative;
}
.posts.card .infoBox{
    padding:0 0;
}
.posts.card .postBottom{
    padding:0 0;
}
.posts.card a.arrowlink{
    margin-left:0;
}

/***post grid card layout***/
.card.posts,
.post-card {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
    gap: 26px 20px;
    margin-top:0;
}
.grid.posts{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 56px;
    width: 100%;
}
.posts.card .post,
.post-card .post{
    background: var(--Pure-White);
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    gap: 10px;
    padding: 36px;
}
.posts.card .post .postBox,
.post-card .post .postBox{
    display: flex;
    gap:16px;
    flex-direction:row;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.posts.card .post .postBox .imgBox,
.post-card .post .postBox .imgBox{
    width: 160px;
    height: 160px;
    border-radius: 16px;
    background-color: var(--Snow-White);
}
.posts.card .post img,
.post-card .post img{
    height: 100%;
    object-fit: contain;
    padding: 16px;
    width: 100%;
}
/* .posts.card .post:hover img,
.post-card .post:hover img,
.post-card .post:hover .defaultImg {
    height: 200px;
} */

.posts.card .post .postBox .postBottom,
.post-card .post .postBox .postBottom{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top:0;
    height: 100%;
}
.posts.card .post .infoBox,
.post-card .post .infoBox {
    display: flex;
    gap:26px;
    align-items: center;
    margin-bottom:16px;
}

.posts.card .postRow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.posts.card .tags,
.posts.card .post:hover .tags,
.post-card .tags,
.post-card .post:hover .tags{
    background-color: var(--Orange-Sky);
    border-radius: 20px;
    border: 0;
    color:var(--Text-Black);
    display: inline-block;
    font-size: 13px;
    font-size: 0.81rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 1.38rem;
    margin-right:0;
    padding: 4px 16px;
    position:static;
    
}
.posts .post .tags span::before, 
.post-carrousel .tags span::before {
    content: ', ';
}
.posts .post .tags span:first-of-type::before, 
.post-carrousel .tags span:first-of-type::before {
    content: '';
}

.posts.card .post .date,
.post-card .post .date{
    color: var(--Tundra-Dark);
    font-size: 0.81rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38rem;
    line-height: 22px;
}
.posts.card .post h3.h4,
.post-card .post h3.h4{
    color: var(--Tundra-Dark);
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 36px;
    line-height: 2.25rem;
}
.posts.card .post p.excerpt,
.post-card .post p.excerpt{
    color: var(--Tundra-Dark);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    line-height: 1.81rem;
    margin: 0;
}
.posts.card .post p.source,
.post-card .post p.source{
    color: var(--Tundra-Dark);
    font-size: 17px;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.63rem;
    margin: 0;
}
.posts.card .post a.buttonlink,
.posts.card .post:hover a.buttonlink,
.post-card .post a.buttonlink,
.post-card .post:hover a.buttonlink{
    color: var(--Tundra-Rocky);
    display: inline-flex;
}
/* .posts.card .post:hover a.arrowlink,
.post-card .post:hover a.arrowlink{
    animation: 0.25s underline ease-in-out;
}
.posts.card .post a.arrowlink::after,
.post-card .post a.arrowlink::after{
    display: none;
} */

.posts.card a.buttonlink{
    margin-top: auto;
}

/*  BB "LARGE" DESKTOP, and down  */
@media only screen and (max-width: 1365px) {

    .card.posts, .post-card, .grid.posts {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 3fr);
        gap: 56px 24px;
    }
    
    .posts.card .post h3.h4, .post-card .post h3.h4 {
        font-size: 22px;
        font-size: 1.38rem;
        line-height: 31px;
        line-height: 1.94rem;
    }
    
    /*****************************/
    /*  START: All Single Posts  */
    /*****************************/
    .post-content .fl-module-content blockquote p{
        padding-left: 60px;
        padding-right: 60px;
    }
    /***************************/
    /*  END: All Single Posts  */
    /***************************/
}

@media only screen and (max-width: 1200px) {
    /* body .background-shape-resp .fl-col-group:nth-child(2){
        gap: 44px 36px;
    } */
    /* .resource-col .fl-col-content{
        gap: 44px 36px;
    } */
    .posts.card .post .infoBox, 
    .post-card .post .infoBox{
        flex-direction: column;
        align-items: flex-start;
        gap:16px;
    }
    .posts.card .post .date, 
    .post-card .post .date{
        font-size: 14px;
        line-height: 16px;
    }
    .posts.card .tags, 
    .posts.card .post:hover .tags, 
    .post-card .tags, 
    .post-card .post:hover .tags{
        font-size: 14px;
        line-height: 16px;
    }
}
/* ============================================ */
/*          SMALL DESKTOP SCREEN, and down      */
/* ============================================ */

@media only screen and (max-width: 1024px) {

}
/*  BB "LARGE" DESKTOP, only  */
@media only screen and (min-width: 992px) and (max-width: 1366px) {

}
/*  TABLET, and down  */
@media only screen and (max-width: 992px) {

    .posts.card .postRow {
        align-items: start;
        flex-direction: column;
    }
    .posts.card .post h3.h4, 
    .post-card .post h3.h4 {
        margin-bottom: 0;
    }
    /*****************************/
    /*  START: All Single Posts  */
    /*****************************/
    .single .herolargeheight img {
        width:100%;
        height: 400px;
        object-fit: cover;
        object-position: center center;
    }
    .single .heromediumheight img {
        width:100%;
        height: 220px;
        object-fit: cover;
        object-position: center center;
    }
    .single .hero-row-post-large-info-col p {
        font-size: 21px;
        font-size: 1.31rem;
        line-height: 33px;
        line-height: 2.06rem;
    }
    .post-content .fl-module-content blockquote p {
        padding-left: 36px;
        padding-right: 36px;
        font-size: 23px;
        font-size: 1.44rem;
        line-height: 33px;
        line-height: 2.06rem;
    }
    /*****************************/
    /*  END: All Single Posts  */
    /*****************************/

    .posts.card .post .postBox, .post-card .post .postBox{
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .posts .post .tags{
        margin-top:0;
        margin-bottom:0;
    }
    .infoPost{
        /* margin-bottom:0; */
    }
    
    .card.posts, .post-card, .grid.posts {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 3fr);
        gap: 56px 24px;
    }
    .posts.card .post .infoBox, .post-card .post .infoBox{
        flex-direction: row;
        align-items: center;
    }
    
    .posts.card .post, .post-card .post{
        padding: 26px;
    }
}
/*  MOBILE, and down  */
@media only screen and (max-width: 768px) {
    .posts.card .tags, .post-card .tags {
        width: 100%;
    }

    /************************/
    /*  START: Post Heroes  */
    /************************/
    .single .post_tag {
        margin-bottom: 16px;
    }
    /**********************/
    /*  END: Post Heroes  */
    /**********************/

    /*****************************/
    /*  START: All Single Posts  */
    /*****************************/
    .single .herolargeheight img {
        width:100%;
        height: 280px;
        object-fit: cover;
        object-position: center center;
    }
    .single .heromediumheight img {
        width:100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }
    .single .hero-row-post-large-info-col p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 31px;
        line-height: 1.94rem;
    }
    .post-content .fl-module-content blockquote p {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 29px;
        line-height: 1.81rem;
    }
    /*****************************/
    /*  END: All Single Posts  */
    /*****************************/
      
    .card.posts, .post-card, .grid.posts {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .posts.card .post .infoBox,
    .post-card .post .infoBox {
        flex-direction: column;
        align-items: start;
    }

    .posts.card .post .postBox .imgBox,
    .post-card .post .postBox .imgBox {
        border-radius: 8px;
        width: 100%;
    }
    .posts.card .tags,
    .post-card .tags {
        width: 100%;
    }

    .row--filter-split-background:not(.labs) .fl-builder-top-edge-layer > svg {
        height: 348px;
    }
    .posts.card .post, .post-card .post{
        padding: 16px;
        border-radius: 16px;
    }


}
@media only screen and (max-width: 600px) {
    
    .posts.card .post .postBox, .post-card .post .postBox{
        flex-direction: column;
    }
}

@media only screen and (max-width: 375px) {
    
}