/********************/
/********************/
/** Rows & Modules **/
/** hero-areas     **/
/********************/
/********************/

.hero.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    transition:all .25s ease;
    padding-left: 90px;
}
.statistics_carousel_wrapper.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    padding-left: 72px;
    padding-right: 16px;
    
}

.hero_card >.fl-col-content:before {
    content:"";
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    border-radius:30px;
}

.hero_card >.fl-col-content {
    max-width:267px;
    min-height: 316px;
    float:right;
    justify-content: flex-end;
    position: relative;
    border-radius:30px;
    width: 100%;
    cursor:pointer;
}

.hero_card_button {
    position:relative;
    z-index:2;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    justify-content: space-between;
    
}
.hero_card .hero_card_button a.fl-button {
    font-family: var(--font-content);
    font-size: 28px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    line-height: 2.25rem;
}
.hero_card .hero_card_button:after {
    background: url(/wp-content/uploads/arrow-right-orange.svg) center center / contain no-repeat;
    width: 34px;
    height: 34px;
    background-color: var(--cream);
    border-radius: 100px;
    background-size: 18px;
    min-width: 34px;
    min-height: 34px;
    margin-left: auto;
}
.hero.hero_fullsize .flexend .fl-col-content {
    justify-content: flex-end;
    min-height: calc(100vh - 31px);
    padding-top: 20px;
}
body:not(.fl-builder-edit) .hero_meta {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 88px;
    padding-bottom: 44px;
    width: 300px;
}

.hero {
    border: 16px solid var(--black);
    border-bottom-width: 16px;
    border-left-width: 72px;
    background:var(--black);
}

.hero >.fl-row-content-wrap >.fl-bg-video,
.hero >.fl-row-content-wrap >.fl-row-content,
.hero >.fl-row-content-wrap {
    border-radius: 30px;
}

.hero >.fl-row-content-wrap >.fl-bg-video >.fl-bg-video-player,
.hero .fl-row-bg-video .fl-bg-video iframe {
    transform: translate(-50%, -50%) scale(1.1);
}



.hero .fl-row-content-wrap:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 12.5%, rgba(0, 0, 0, 0.70) 100%);
}

.hero_subtitle p {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}
.hero_title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}
.hero_button_play_modal {
    max-width:70px;
}


 /*******************/
 /* Hero Collection */
 /*******************/
 .statistics_carousel_wrapper .hero_collection_column_right {
    position:relative;
    /* height:calc(100vh - 26px); */
    max-height:820px;
}
 .hero_collection_column_left {position:relative;}

 .hero_collection_column_left .video_window_wrapper_inner {
    transform: initial;
    top: 0;
    left: calc(-150vw / 2);
    height: 820px;
    width: calc(150vw * 4 / 3);
    display: block;
}
 
 .hero_collection_featuredcard:hover {

 }
 .hero_collection_featuredcard {
    position:relative;
    height: 100% !important;
    max-height: 318px;
}
 .hero_collection_featuredcard_title {
    text-transform:initial;
 }
 .hero_collection_featuredcard_date p {
    font-size:16px;
    font-size:1rem;
 }
 body:not(.fl-builder-edit) .hero_collection_headline {
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
 }

 .hero_collection_headline_title,
 .hero_collection_headline_pretitle {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}

 .hero_collection_column_left .video_window_wrapper {
    width: 100%;
    max-height: 820px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    height: calc(100vh - 26px);
    min-height: 610px;
}

.hero_collection_column_right .statistics_carousel .fl-slide {
    height: calc(100vh * 2 / 3 - 16px - 8px - 6px);
    min-height: 364px !important;
    min-height: 352px !important;
    max-height: 482px !important;
}
.hero_collection_column_right .statistics_carousel .bx-viewport, 
.hero_collection_column_right .statistics_carousel .fl-slide, 
.hero_collection_column_right .statistics_carousel .fl-slide-foreground {
    /* max-height: initial !important; */
}

 .tag-collection-card:before {
    content: "";
    background: url(/wp-content/uploads/tag_orange_top.svg) center center / contain no-repeat;
    display: inline-block;
    width: 45px;
    height: 5px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.tag-collection-card:after {
    content: "";
    background: url(/wp-content/uploads/tag_orange_bottom.svg) center center / contain no-repeat;
    display: inline-block;
    width: 53px;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
body:not(.fl-builder-edit) .tag-collection-card {
    position:absolute;
    top:26px;
}
.tag-collection-card p {
    font-size: 14px;
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    line-height: 1.38rem;
}
.tag-collection-card {
    background-color: var(--light-orange);
    padding: 4px 16px;
    border-radius: 6px;
}



/****************************/
 /* Hero - General 2 Column */
 /***************************/
 .fl-row.hero_gen2col >.fl-row-content-wrap  {
    /* height:100vh; */
    min-height: 580px;
}
 .fl-row.hero_gen2col >.fl-row-content-wrap >.fl-row-content {
    padding-right: 16px;
    min-height:calc(100vh - 32px);
}
/* .hero_gen2column_content {
    height: calc(100vh - 32px);
    min-width:600px;
    position: relative;
    z-index: 2;
} */
.hero_gen2column_content {
    min-height: calc(100vh - 32px);
    width: 50vw;
    max-width: calc(1366px - 600px);
    position: relative;
    z-index: 2;
}
.hero_gen2column_content >.fl-module-rich-text {
    width: 44vw;
    padding-right: 22px;
    max-width: 600px;
}
.hero_gen2col >.fl-row-content-wrap >.fl-row-content >.fl-col-group >.fl-col:not(.hero_gen2column_image) {
    position:relative;
    z-index:1;
}
.hero_gen2column_image {
    position:relative;
    z-index:0;
}
.hero_gen2column_image >.fl-col-content:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 12.5%, rgba(0, 0, 0, 0.70) 100%);
}
.hero_gen2column_image .fl-col-content {
    /* height: calc(100vh - 32px); */
    height: 100%;
    /* min-height: calc(580px - 32px); */
    min-height: calc(100vh - 32px);
    position: absolute;
    width: 100%;
    width: 655px;
    right: 0;
    overflow: hidden;
}
.hero_gen2column_image img {
    width: auto;
    max-height: 25vh;
}


/***************************/
/* Hero General Wide Image */
/***************************/
.fl-row.hero_genwide >.fl-row-content-wrap >.fl-row-content {
    padding-right: 16px;
}


/**************/
/* Hero Event */
/**************/
.hero_event_content >.fl-col-content {position:relative;}
.hero_event_data p:before {
    float:left;
    margin-right:16px;
    width:31px;
    height:31px;
    content:"";
    border-radius:100px;
    display:block;
    margin-bottom: 5px;
    background-color: var(--cream);
    background-position:center center;
    background-repeat:no-repeat;
}
body:not(.fl-builder-edit) .hero_event_content .tag-collection-card {
    top:0;
}


body:not(.fl-builder-edit) .hero_cpt_story .event_social >.fl-module-content {
    display:flex;
    justify-content: flex-end;
}
.event_social >.fl-module-content:before {
    content: "Share";
    color: var(--cream);
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.63rem;
    float: left;
    position: relative;
    top: 20px;
    margin-right: 5px;
}
.event_google {
    font-family: var(--font-content);
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    text-transform:initial;
    text-decoration:underline;
}


.hero_event_data.event_date p:before {
    background-image:url(/wp-content/uploads/icon_event_date2.svg);
}

.hero_event_data.event_time p:before {
    background-image:url(/wp-content/uploads/icon_event_time.svg);
}

.hero_event_data.event_location p:before {
    background-image:url(/wp-content/uploads/icon_event_location.svg);
}

.hero_event_data.event_organizer p:before {
    background-image:url(/wp-content/uploads/icon_event_organizer.svg);
}



.fl-builder-content .hero_collection_column_left .cta_button a.fl-button {
    padding: 16px 25px !important;
}



/* Hero Collection Featured Card */
    hc-featured-card:after {
        content:"";
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.2);
    }
    hc-featured-card {
        position:relative;
        display: flex;
        background: #222;
        height: 100%;
        border-radius: 30px;
        width: 100%;
        min-width: 360px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        overflow: hidden;
    }
    hc-featured-card.with_id {
        background-size:cover;
        background-repeat:no-repeat;
        padding:26px;
        min-height: 260px;
    }
    hc-featured-title,
    hc-featured-date,
    hc-featured-tag {
        position:relative;
        z-index:2;
    }

    hc-featured-title *,
    hc-featured-date *{
        color:var(--cream) !important;
        text-decoration:none !important;
        text-decoration-color:transparent !important;
        text-shadow: 1px 1px 6px rgba(0,0,0,0.25);
        text-transform:initial !important;

    }
    hc-featured-date {margin-top:16px;}

    .hero_collection_column_left  {height:820px}




.hero_card_slider .statistics_carousel .fl-slide-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 36px;
    line-height: 2.25rem;
    text-align:left;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        font-weight: 700;
        text-transform: initial;
        font-family:var(--font-content);

}

.hero_card_slider .statistics_carousel .fl-slide-content-wrap {
    justify-content: center;
    align-items: flex-end;
    padding:16px;
}
.hero_card_slider .statistics_carousel .fl-slide {
    width:267px !important;
    min-width:267px !important;
    height:370px !important;
    min-height:370px !important;
}
.hero_card_slider .fl-slide-bg-photo:after {
    background:none !important;
}
.hero_card_slider .fl-slide-mobile-photo,
.hero_card_slider .fl-slide-bg-photo,
.hero_card_slider .fl-slide-foreground {
    height:316px !important;
    min-height:316px !important;
    max-height:316px !important;
    border-radius: 30px;
    overflow: hidden;
    box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    position:relative;
}

.hero_card_slider .fl-slide-content:after {
    content:"";
    background: url(/wp-content/uploads/arrow-right-orange.svg) center center / contain no-repeat;
    width: 34px;
    height: 34px;
    background-color: var(--cream);
    border-radius: 100px;
    background-size: 18px;
    min-width: 34px;
    min-height: 34px;
    margin-left: auto;
}
.hero_card_slider .fl-slide-content {
    position:relative;
    z-index:9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap:16px;
}
.hero_card_slider .fl-slide-content-wrap:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.80) 100%);
    z-index:8;
}
.hero_card_slider .statistics_carousel .bx-wrapper .bx-pager {
    bottom: 25px;
}

.hero_card_slider .statistics_carousel .fl-content-slider .fl-slide-bg-photo {
    -webkit-filter: initial !important;
    -moz-filter: initial !important;
    filter: initial !important;
    transform:initial;
}
.hero_card_slider .statistics_carousel .fl-content-slider {
    min-width: 267px !important;
}
.hero_card.hero_card_slider >.fl-col-content:before {
    display:none;
}

.hero_card.hero_card_slider .statistics_carousel .slide-counter {
    bottom: -8px;
}

.hero_card_slider .statistics_carousel.hidefocus  .bx-wrapper .bx-pager.bx-default-pager a {
    outline: none !important;
}

.hero_card_slider .fl-content-slider .fl-slide-bg-link {
    z-index: 999;
    width: 100%;
    height: 100%;
}



















/**************/
/**************/
/* Responsive */
/**************/
/**************/



@media screen and (max-width: 1366px) {
    .hero.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
        padding-left: 44px;
        padding-right:0;
    }
    .hero_collection .statistics_carousel {
        width:50%;
    }
    .hero_collection_column_right .statistics_carousel .bx-viewport, .hero_collection_column_right .statistics_carousel .fl-slide, .hero_collection_column_right .statistics_carousel .fl-slide-foreground {
        max-height: 318px !important;
        min-height: 318px !important;
        height: 318px !important;
    }
    .hero_collection_featuredcard {
         width: 50%;
    }
    .statistics_carousel_wrapper .hero_collection_column_right {
         height: 318px;
     }

    .hero_gen2column_image .fl-col-content {
        width: 545px;
    }
     .hero_collection_column_left .video_window_wrapper_inner {
        left: calc(-50vw);
    }


    

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

    .hero {
        border: 36px solid var(--black);
        border-bottom-width: 246px;
        border-top-width: 82px;
        border-right-width: 18px;
        border-left-width: 18px;
    }
    /* .hero .fl-col-group {position:relative;} */
    body:not(.fl-builder-edit) .hero .hero_card {
        position:absolute;
        bottom:-200px;
        right:0;
    }
    .hero_card .hero_card_button a.fl-button {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.88rem;
    }
    .hero_meta {display:none}

    .hero.hero_fullsize .flexend .fl-col-content {
         min-height: 600px;
    }
 
    .hero_collection_column_left  {height:720px}
    .hero_collection_column_left .video_window_wrapper {
        max-height: 720px;
        min-height: 500px;
    }
    .statistics_carousel_wrapper.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
        padding-left: 36px;
        padding-right: 36px;
    }

    .hero_gen2column_image .fl-col-content {
        height: calc(100vh - 95px);
        width: 443px;
    }

    .hero_collection .fl-row-content-wrap {
        padding-top: 86px !important;
    }

    .fl-row.hero_gen2col >.fl-row-content-wrap >.fl-row-content {
        padding-right: 36px;
        min-height: calc(100vh - 32px);
    }

    .hero_card.hero_card_slider .statistics_carousel .bx-viewport, 
    .hero_card.hero_card_slider .statistics_carousel .fl-slide, 
    .hero_card.hero_card_slider  .statistics_carousel .fl-slide-foreground {
        max-height: initial !important;
        border-radius: 20px;
    }

    
  
}
@media only screen and (max-width: 768px) {
    .fl-row.hero_gen2col >.fl-row-content-wrap >.fl-row-content {
        padding-right: 18px;
        
    }
    .hero_card .hero_card_button a.fl-button {
        font-size: 19px;
        font-size: 1.19rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
    .hero_card >.fl-col-content {
        max-width: 165px;
        min-height: 195px;
        border-radius:20px
    }
    .hero {
        border: 18px solid var(--black);
        /* border-bottom-width: 36px; */
        border-bottom-width: 152px;
        border-left-width: 18px;
    }
    .hero_card_button {
         flex-direction: column;
    }
    body:not(.fl-builder-edit) .hero .hero_card {
        position: absolute;
        bottom: -130px;
        right: 16px;
    }
    .hero_card >.fl-col-content:before {
         border-radius: 20px;
    }
    .hero >.fl-row-content-wrap >.fl-bg-video, .hero >.fl-row-content-wrap >.fl-row-content, .hero >.fl-row-content-wrap {
        border-radius: 20px;
    }

    .hero.hero_fullsize .flexend .fl-col-content {
        min-height: 600px;
    }
    .hero {
        border: 18px solid var(--black);
        border-bottom-width: 152px;
        border-top-width: 78px;
    }
    .hero.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
        padding-left: 18px;
        padding-right: 18px;
    }
    .statistics_carousel_wrapper.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
        padding-left: 18px;
        padding-right: 18px;
    }  
    .hero_collection_column_left .video_window_wrapper {
        max-height: calc(100vh - 100px);
        min-height: 450px;
        /* min-height: 90vh; */
    }  
    .hero_collection_featuredcard {
        border-radius:20px !important;
    }
    .hero_collection .statistics_carousel {
        width:100%;
    }
    .hero_collection_column_right .statistics_carousel .bx-viewport, .hero_collection_column_right .statistics_carousel .fl-slide, .hero_collection_column_right .statistics_carousel .fl-slide-foreground {
        max-height: 280px !important;
    }
    .hero_collection_featuredcard {
         width: 100%;
        height: 280px !important;
    }
    .statistics_carousel_wrapper .hero_collection_column_right {
         height: initial;
     }    
     .hero_collection_column_left  {
            height: calc(100vh - 100px) !important;
            min-height:initial !important;
     }
     .hero_collection_column_left .video_window_wrapper {
        height: calc(100vh - 80px);
    }
    .hero_collection_column_left .video_window_wrapper_inner {
        transform: initial;
        top: min(-18%, -15vh);
        left: min(-40%, -110vw);
        height: 820px;
        height: 110vh;
        width: max(280vw, 160vh);
        display: block;
    }
    .hero_collection_headline p {
        font-size:17px;
        font-size:1.06rem;
        line-height:24px;
        line-height:1.5rem;
    }
    .hero_collection_headline h1 {
        font-size:48px;
        font-size:3rem;
        word-break: break-word;
    }

    .hero_gen2column_image .fl-col-content {
        min-height: 280px;
        height: 50vw;
        position: relative;
    }
    .hero_gen2column_content {
        min-height: initial;
        height: initial;
        min-width: initial;
        width:100%;
    }
    .hero_gen2column_content >.fl-module-rich-text {
        width: 100%;
        padding-right: 0;
        max-width: initial;
    }

    .fl-row.hero_gen2col >.fl-row-content-wrap >.fl-row-content {
         min-height: initial;
    }
    .fl-row.hero_gen2col >.fl-row-content-wrap {
        height: initial;
        min-height: initial;
    }

    body:not(.fl-builder-edit) .hero_event_content .tag-collection-card {
        top:26px;
    }

    body:not(.fl-builder-edit) .hero_cpt_story .tag-collection-card {
        position: relative;
        top: 0;
        margin: auto;
        margin-bottom: 26px;
        display: inline-block;
        width: 100px;
    }

    .hero_collection_headline .hero_collection_headline_pretitle {
        margin-top:36px;
    }
    hc-featured-card {
         min-width: initial;
    }


    .hero_card_slider .statistics_carousel .fl-slide {
        width: 165px !important;
        min-width: 165px !important;
        height: 250px !important;
        min-height: 250px !important;
    }
    .hero_card_slider .fl-slide-content {
        display:block;
    }
    .hero_card_slider .statistics_carousel .fl-content-slider .fl-slide-bg-photo {
        height: 195px !important;
        min-height: 195px !important;
        max-height: 195px !important;
    }
    .hero_card.hero_card_slider .statistics_carousel .bx-viewport, 
    .hero_card.hero_card_slider .statistics_carousel .fl-slide, 
    .hero_card.hero_card_slider .statistics_carousel .fl-slide-foreground {
        max-height: initial !important;
    }
    .hero_card.hero_card_slider .statistics_carousel .fl-slide-foreground {
        max-height: 195px !important;
        min-height: 195px !important;
    }
    .hero_card.hero_card_slider .statistics_carousel .bx-wrapper .bx-pager.bx-default-pager a {
        width: 30px;
    }
    .hero_card_slider .statistics_carousel .fl-content-slider {
        min-width: 165px !important;
    }
    .hero_card_slider .statistics_carousel .fl-slide-title {
        font-size: 19px;
        font-size: 1.19rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    body:not(.fl-builder-edit) .hero .hero_card.hero_card_slider {
        bottom: -140px;
    }
    .hero_card_slider .fl-slide-content:after {
        display: block;
        margin: 10px 0 0;
    }
    .hero_card_slider .fl-slide-content-wrap:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.80) 80%);
    }

    

    



}