/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/********************/
/* Global Variables */
/********************/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=pxb6opf&ht=tk&f=52107&a=34377753&app=typekit&e=css");

@font-face {
    font-family:"Veneer";
    src:url("https://use.typekit.net/af/f9f9de/0000000000000000774ba0e2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f9f9de/0000000000000000774ba0e2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f9f9de/0000000000000000774ba0e2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}


:root {

    /* COLORS */
    --black: #343434;
    --white: #FFFFFF;
    --white-alt: #FAF6ED;

    --teal-deep: #077C84;
    --teal-deep2: #009CA7;
    --teal-soft: #DBF0F1;
    --teal-deep2-rgb: 7, 124, 132;
    
    --orange-accessible: #EF6312;
    --orange: #F4872C;
    --orange2: #F4872C;

    --yellow-soft: #FFCC74;
    --yellow-pale: #FFF1D9;

    /* FONTS */
    --dm-sans: 'DM Sans', sans-serif;
    --font-primary: 'DM Sans', sans-serif;
    --Veneer: "Veneer",sans-serif;;
    --font-secondary: "Veneer",sans-serif;;

    /* Content Padding */
    --content-padding: 70px;
    

    /* ICONS */
    --arrow-menu: url(/wp-content/uploads/fab_icon_menu_arrow_down.svg);
    --arrow-blue: url(/wp-content/uploads/arrowlink_right_blue.svg);
    --arrow-blue-deep: url(/wp-content/uploads/arrowlink_right_blue_deep.svg);
    --arrow-white: url(/wp-content/uploads/arrowlink_right_white.svg);
    --arrow-orange: url(/wp-content/uploads/arrowlink_right_orange.svg);

    --button-location: url(/wp-content/uploads/icon_location.svg);

    

}

#fl-to-top {    
    bottom:70px;
    right: 19px;
    display:none !important;
}



/**********************/
/* Framework Settings */
/**********************/
/* Base font family: DM Sans Medium */
/* DM Sans Black  = 900
/* DM Sans Medium = 500
/* Base font size: 19px */
html, body { 
    overflow-x: hidden;
    font-size: 19px !important;
    color: var(--black);
    font-family: var(--dm-sans);
}

.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
}



/**************/
/* Typography */
/**************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1, .h1 p, .h1 .fl-heading {
    font-family: var(--Veneer);
    letter-spacing: 0.01em;
    font-size: 115px;
    font-size: 6.05rem;
    line-height: 112px;
    line-height: 5.89rem;
    color:var(--teal-deep);
}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: var(--Veneer);
    letter-spacing: 0.01em;
    font-size: 68px;
    font-size: 3.58rem;
    line-height: 70px;
    line-height: 3.68rem;
    color:var(--teal-deep);
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: var(--Veneer);
    letter-spacing: 0.01em;
    font-size: 48px;
    font-size: 2.53rem;
    line-height: 45px;
    line-height: 2.37rem;
    color:var(--teal-deep);
}

h4, .h4, .h4 p, .h4 .fl-heading {
    font-family: var(--dm-sans);
    font-weight: 900;
    font-size: 26px;
    font-size: 1.37rem;
    line-height: 31px;
    line-height: 1.63rem;
}

p, .p, ul, ol {
    font-family: var(--dm-sans);
    font-weight: 500;
    font-size: 19px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.58rem;
            /* margin-block-end: 0; */
}

.fl-rich-text ul, ol {
    margin-top: 16px;
}

ul.checkmarks {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 36px;
}

ul.checkmarks li {
    padding-left: 50px;
    position: relative;
}

ul.checkmarks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 27px;
    height: 27px;
    background: url(/wp-content/uploads/ui-checkmark-orange.svg) center center / contain no-repeat;
}

ul.checkmarks li:not(:last-child) { 
   margin-bottom: 16px;  
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-family: var(--dm-sans);
    font-weight: 500;
    font-size: 22px;
    font-size: 1.16rem;
    line-height: 31px;
    line-height: 1.63rem;
}

p a:not(.arrowlink, .btn-round, .btn-square), 
ol a:not(.arrowlink, .btn-round, .btn-square), 
ul a:not(.arrowlink, .btn-round, .btn-square) {
    color: var(--black);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--orange-accessible), var(--orange-accessible));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
    text-decoration:none !important;
}
ul .mainmenu_home a {background:none;}

.bg_teal_deep p a:not(.arrowlink, .btn-round, .btn-square) {
    background-image: linear-gradient(var(--teal-deep), var(--teal-deep));
}

.small, p.small, p .small, .small p,
.small ol, ol.small, .small ul, ul.small {
    font-family: var(--dm-sans);
    font-weight: 500;
    font-size: 16px;
    font-size: 0.84rem;
    line-height: 24px;
    line-height: 1.26rem;
}


ul, ol {
    padding-inline-start: 21px;
}

/* .fl-rich-text a, */
a.arrowlink,
span.arrowlink,
.fl-module-button.arrowlink  a.fl-button, 
.fl-module-button-group.arrowlink a.fl-button
 {
  text-decoration: none;
  background-image: linear-gradient(var(--orange-accessible), var(--orange-accessible));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 250ms ease-in-out;
  display:inline;
}



p a:not(.arrowlink, .btn-round, .btn-square):hover,
a.arrowlink:hover,
span.arrowlink:hover,
.fl-module-button.arrowlink a.fl-button:hover, 
.fl-module-button-group.arrowlink a.fl-button:hover {
  animation: 0.25s underline;
}


blockquote p {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 28px;
    font-size: 1.47rem;
    line-height: 40px;
    line-height: 2.11rem;
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
}



@keyframes underline {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}

@keyframes underline2px {
    from {background-size: 0% 2px;}
    to {background-size: 100% 2px;}
}



.number_stat .fl-number-string {overflow:initial !important}
.number_stat .fl-number .fl-number-text .fl-number-string span,
.stats .fl-number-after-text,
.stats .fl-number-before-text {
    font-family: var(--Veneer);
    font-size: 100px;
    font-size: 5.26rem;
    letter-spacing: 0.01em;
}

.fl-number-string,
.stats .fl-number-after-text,
.stats .fl-number-before-text {
    display: inline;
    line-height: 1;
    margin: 0;
}


/*******************************/
/* Custom stylesfor BB Modules */
/*******************************/

    /* deactivate accordion outines */
    .fl-accordion .fl-accordion-button-label {
        outline: none;
    }

    .fl-accordion .fl-accordion-button-icon {
        outline: none;
    }

    .fl-accordion-item {
        overflow: initial;
    }







/*
    ========================
             ASSETS
    ========================
*/


/******************/
/* Shape Dividers */
/******************/
.shape-divider.top-left >.fl-col-content     {border-top-left-radius: 100px !important;}
.shape-divider.top-right >.fl-col-content    {border-top-right-radius: 100px !important;}
.shape-divider.bottom-left >.fl-col-content  {border-bottom-left-radius: 100px !important;}
.shape-divider.bottom-right >.fl-col-content {border-bottom-right-radius: 100px !important;}



/* 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(--white);
    color: var(--blue) !important;
    padding: 11px 20px 13px;
    font-size: 9px;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1;
    font-family: var(--font-base);
    transform: scale(1.07) translate(60px,10px);
    visibility: hidden;
    /* text-transform: uppercase; */
    opacity: 0;
    left: -99999px;
    z-index: 999;
    margin: 6px;
    border-radius: 34px;
    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;
}


.fa-solid.fa-arrow-up-long:before {
    content: "\f176";
    font-family: "Font Awesome 5 Pro";
    font-style: initial;
    display: inline-block;
    transform: rotate(45deg) translate(2px, -6px);
    background: var(--white);
    border-radius: 100px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-size: 0.555rem;
    color: var(--blue);
    line-height: 0;
    padding: 7px 1px 3px 5px;
}

.fa-solid.fa-arrow-up-long.background_blue:before {background:var(--blue)}
.fa-solid.fa-arrow-up-long.color_white:before {color:var(--white)}



/***********/
/* BUTTONS */
/***********/
.fl-builder-content .fl-module-button a.fl-button,
.fl-builder-content .fl-module-button-group a.fl-button,
div.wpfor .ms-container-full button.wpforms-submit,
.fl-builder-content .tab-cta-button a.fl-button,
a.arrowlink {
    font-family: var(--font-primary);
    color: var(--teal-deep);
    font-weight: 900;
    font-size: 20px;
    font-size: 1.05rem;
    line-height: 28px;
    line-height: 1.47rem;
    padding: 20px 40px;
    display: inline-block;
}

.fl-builder-content .fl-module-button.arrow_left a.fl-button:before,
.fl-builder-content .fl-module-button-group.arrow_left a.fl-button:before,
a.arrow_left:before,
.fl-builder-content .fl-module-button.arrow_right a.fl-button:after,
.fl-builder-content .fl-module-button.arrow_right a.fl-button:after,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:after,
a.arrow_right:after,

.fl-builder-content .fl-module-button.arrow_left a.fl-button:hover:before,
.fl-builder-content .fl-module-button-group.arrow_left a.fl-button:hover:before,
a.arrow_left:hover:before,
.fl-builder-content .fl-module-button.arrow_right a.fl-button:hover:after,
.fl-builder-content .fl-module-button.arrow_right a.fl-button:hover:after,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:hover:after,
a.arrow_right:hover:after {   

    content:"";
    background-size:contain;
    background-repeat:no-repeat;
    width:16px;
    height:13px;
    position: relative;
    display:inline-block;
    transition:all .25s ease;
}



.fl-builder-content .fl-module-button.arrow_left a.fl-button:before,
.fl-builder-content .fl-module-button-group.arrow_left a.fl-button:before,
a.arrow_left:before {
    float: left;
    margin-right: 16px;
    transform: scalex(-1);
        top: 7px;
}

.fl-builder-content .fl-module-button.arrow_right a.fl-button:after,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:after,
a.arrow_right:after { 
    /* float: right; */
    margin-left: 16px;
}

.fl-builder-content .fl-module-button.arrow_right a.fl-button:hover:after,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:hover:after,
a.arrow_right:hover:after { 
    margin-left: 20px;
}

.fl-builder-content .fl-module-button.arrow_down a.fl-button:after,
.fl-builder-content .fl-module-button-group.arrow_down a.fl-button:after,
a.arrow_down:after{
    content:"";
    background-size:contain;
    background-repeat:no-repeat;
    width:13px;
    height:15px;
    margin-left:13px;
    float:right;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

.fl-builder-content .fl-module-button.button_location a.fl-button:before,
.fl-builder-content .fl-module-button-group.button_location a.fl-button:before,
a.button_location:before{
    content:"";
    width:22px;
    height:32px;
    float:left;
    margin-right:16px;
    background-image:var(--button-location);
}
    /* Arrow Blue*/ 
    .fl-module-button.arrow_blue.arrow_left a.fl-button:before,
    .fl-module-button-group.arrow_blue.arrow_left a.fl-button:before,
    a.arrow_blue.arrow_left:before,
    .fl-module-button.arrow_blue.arrow_right a.fl-button:after,
    .fl-module-button-group.arrow_blue.arrow_right a.fl-button:after,
    a.arrow_blue.arrow_right:after
    {
        background-image:var(--arrow-blue);
    }

    .fl-module-button.arrow_blue.arrow_left a.fl-button:hover:before,
    .fl-module-button-group.arrow_blue.arrow_left a.fl-button:hover:before,
    a.arrow_blue.arrow_left:hover:before,
    .fl-module-button.arrow_blue.arrow_right a.fl-button:hover:after,
    .fl-module-button-group.arrow_blue.arrow_right a.fl-button:hover:after,
    a.arrow_blue.arrow_right:hover:after
    {
        background-image:var(--arrow-blue);
    }
    
 

    /* Arrow White*/ 
    .fl-module-button.arrow_white a.fl-button:after,
    .fl-module-button-group.arrow_white a.fl-button:after,
    a.arrow_white:after
    {background-image:var(--arrow-white);}
    /* Arrow White Hover*/ 
    .rowbg_tealdeep .fl-module-button.arrow_white a.fl-button:hover:after,
    .rowbg_tealdeep .fl-module-button-group.arrow_white a.fl-button:hover:after,
    .rowbg_tealdeep a.arrow_white:hover:after
    {background-image:var(--arrow-blue-deep);}

    /* Arrow Orange */ 
    .fl-module-button.arrow_orange a.fl-button:after,
    .fl-module-button-group.arrow_orange a.fl-button:after,
    a.arrow_orange:after
    {background-image:var(--arrow-orange);}
    .fl-module-button.arrow_orange a.fl-button:hover:after,
    .fl-module-button-group.arrow_orange a.fl-button:hover:after,
    a.arrow_orange:hover:after
    {background-image:var(--arrow-orange);}

    /* Buttons */
    .fl-button-wrap .fl-button {
        border-width: 2px !important;
    }

    /* Big Button */
    .fl-module-button.button_big a.fl-button,
    .fl-module-button-group.button_big a.fl-button,
    .button_big a,
    a.button_big {
        font-size: 36px;
        font-size: 1.89rem;
        padding: 20px 40px 16px 40px;
    }

    /* Underlined Button */
    .fl-module-button.button_underline a.fl-button,
    .fl-module-button-group.button_underline a.fl-button,
    .button_underline a,
    a.button_underline {
        position: relative;
        text-decoration: none;
        background-image: linear-gradient(var(--teal-deep2), var(--teal-deep2));
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 2px;
        transition: all .2s ease, underline .5s ease-in-out;
        padding: 0;
        background-color:transparent;
        border-radius:0;
        display: inline;
    }
    .fl-module-button.button_underline.arrow_blue a.fl-button,
    .fl-module-button-group.button_underline.arrow_blue a.fl-button,
    .button_underline.arrow_blue a,
    a.button_underline.arrow_blue {
        background-image: linear-gradient(var(--teal-deep2), var(--teal-deep2));
    }
    .fl-module-button.button_underline.arrow_orange a.fl-button,
    .fl-module-button-group.button_underline.arrow_orange a.fl-button,
    .button_underline.arrow_orange a,
    a.button_underline.arrow_orange {
        background-image: linear-gradient(var(--orange2), var(--orange2));
    }

    

    .fl-module-button.button_underline a.fl-button:hover,
    .fl-module-button-group.button_underline a.fl-button:hover,
    .button_underline a:hover,
    a.button_underline:hover {
        transform:none !important;
        animation: 0.25s underline2px ease-in-out;
    }

    .fl-module-button.button_underline.arrow_blue a.fl-button:hover:after,
    .fl-module-button-group.button_underline.arrow_blue a.fl-button:hover:after,
    .button_underline.arrow_blue a:hover:after,
    a.button_underline.arrow_blue:hover:after
    {
        background-image:var(--arrow-blue);
        /* margin-left: 20px; */
        margin-left: 0;
    }

    .fl-module-button.button_underline.arrow_orange a.fl-button:hover:after,
    .fl-module-button-group.button_underline.arrow_orange a.fl-button:hover:after,
    .button_underline.arrow_orange a:hover:after,
    a.button_underline.arrow_orange:hover:after
    {background-image:var(--arrow-orange);}



    /* Download */ 
    .fl-builder-content .fl-module-button.download a.fl-button:before, 
    .fl-builder-content .fl-module-button-group.download a.fl-button:before, 
    a.download:before {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 18px;
        margin-right: 7px;
        float: left;
        position: relative;
        top: -2px;
        background-image: var(--download-blue);
    }



.fl-module-button:not(.noarrow) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow):hover::after,
div.wpforms-container-full button[type=submit]:focus:after
{
    content:none;
}

.fl-builder-content .fl-module-button-group.arrow_left a.fl-button:hover,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:hover {
    transform:scale(1.05);
}
.fl-builder-content .fl-module-button-group.arrow_left a.fl-button:hover::before,
.fl-builder-content .fl-module-button-group.arrow_right a.fl-button:hover::after {
    transform:translateX(5px);

}

.footer_connected_orange div.wpforms-container-full .wpforms-form label.wpforms-error, 
.footer_connected_orange div.wpforms-container-full .wpforms-form em.wpforms-error {
        color: black;
    padding: 0 0 0 5px;
    position: relative;
    top: -10px;
}
.wpforms-general div.wpforms-container-full .wpforms-form label.wpforms-error, 
.wpforms-general div.wpforms-container-full .wpforms-form em.wpforms-error {
    color: var(--orange-accessible);
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before, 
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    background-color: var(--yellow-soft);
}

/**************************************************/
/*  START :: Mailchimp form custom styling update */
/**************************************************/
.footer_connected_orange div.wpforms-container-full .wpforms-field-label-inline {
    color: var(--white);
}
.footer_connected_orange div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label {
    padding-inline-start: 32px;
}
.footer_connected_orange div.wpforms-container-full input[type=radio]+label {
    padding-top: 2px;
}
/**************************************************/
/*  END   :: Mailchimp form custom styling update */
/**************************************************/

.fl-module-button a.fl-button::after,
.fl-module-button a.fl-button,
.fl-module-button a.fl-button span,
a.arrowlink,
div.wpforms-container-full button.wpforms-submit {
    transition: all .25s ease;
}

.fl-module-button:not(.arrowlink) a.fl-button:hover,
div.wpforms-container-full button.wpforms-submit:hover {
    transform: scale(1.05);
    border-color: transparent;
}

/* bordered button shapes */
.fl-module-button.btn-round a.fl-button,
div.wpforms-container-full button.wpforms-submit.btn-round {
    border-radius: 100px;
}

.fl-module-button.btn-square a.fl-button,
div.wpforms-container-full button.wpforms-submit.btn-square {
    border-radius: 6px;
}

/* bordered button colors */
.fl-module-button.white a.fl-button,
div.wpforms-container-full button.wpforms-submit.white {
    background-color: transparent;
    border: 1px solid var(--blue);
}

.fl-module-button.blue a.fl-button,
.fl-module-button.white a.fl-button:hover,
div.wpforms-container-full button.wpforms-submit.blue,
div.wpforms-container-full button.wpforms-submit.white:hover {
    background-color: var(--blue);
}

.fl-module-button.white a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.white::after,
a.arrowlink::after,
.arrowlink a::after {
    content: var(--arrow-blue);
}

/*
.fl-module-button.blue a.fl-button::after,
.fl-module-button.white a.fl-button:hover::after,
div.wpforms-container-full button.wpforms-submit.blue::after,
div.wpforms-container-full button.wpforms-submit.white:hover::after {
    content: var(--arrow-white);
}
*/

.fl-module-button.blue a.fl-button:hover,
div.wpforms-container-full button.wpforms-submit.blue:hover {
    background-color: var(--blue-deepwater);
    color:var(--white)
}



/* UNDERLINED BUTTONS */
.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button,
a.arrowlink {
    padding: 0 30px 3px 0;
    background-color: transparent;
    border: none;
}

.fl-module-button-group.arrowlink .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-button:not(:first-of-type) {
    transform: translateX(-18.46px);
}

a.arrowlink {
    margin-left: -18.46px;
}

.fl-module-button.arrowlink a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after {
    position: absolute;
}

.fl-module-button-group.arrowlink .fl-button-group-buttons {
    justify-content: space-between;
}

.fl-builder-content .arrowlink .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-buttons .fl-button-group-button {
    padding: 0px;
}

/* button underline decoration */
.fl-module-button-group.arrowlink a,
.fl-module-button.arrowlink a,
a.arrowlink {
    position: relative;
    text-decoration: none;
}

div.wpforms-container-full input[type=submit]:focus:after, 
div.wpforms-container-full button[type=submit]:focus:after, 
div.wpforms-container-full .wpforms-page-button:focus:after, 
.wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, 
.wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, 
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    content: none !important;
}


div.wpforms-container-full .wpforms-confirmation-container-full, 
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    border: 0 !important;
    border-radius: 10px;
    padding: 30px !important;
    background: #fff !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}



/*============
    IMAGES
=============*/
.fl-post .mediumheight img {
    height: 488px;
    width:100%;
    object-fit: cover;
    object-position: center bottom;
}

.fl-post .fl-photo-content {
    width: 100%;
}

body:not(.fl-builder-edit) .fl-post .heromediumheight div{
    width:100%;
}
.fl-post .heromediumheight img {
    width:100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
}
body:not(.fl-builder-edit) .fl-post .herolageheight div{
    width:100%;
}
.fl-post .herolageheight img {
    width:100%;
    height: 567px;
    object-fit: cover;
    object-position: center center;
}



/*
    =================================================
                      ITEM STYLING
    =================================================
*/

/*
    ========================
            COUNTER
    ========================
*/

.counter-row .fl-col-group:last-of-type {
    display: flex;
    justify-content: space-between;
}

.counter-row .fl-col-group:last-of-type::before,
.counter-row .fl-col-group:last-of-type::after {
    display: none;
}

.counter-row .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 50px;
    font-size: 2.7778rem;
    line-height: 50px;
    line-height: 2.7778rem;
}


/*
    ========================
              TEAM
    ========================
*/
.foldable ul.team-list {
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 66px 52px;
    width: 100%;
}

.foldable li.team-list_item{
    padding:0;
    background-color: transparent;
}

.foldable li.team-list_item div.item--logo {
    justify-content: flex-start;
}

.foldable li.team-list_item div.item--details .h4,
.foldable li.team-list_item div.item--details p,
.foldable .item--details{
    text-align:left;
}

.foldable .moreDetails{
    display: none;
}
.foldable li.team-list_item div.item--details > div{
    justify-content:flex-start;
}

ul.team-list {
    display: grid;
    grid-template-columns: calc(50% - 40px) calc(50% - 40px);
    grid-column-gap: 78px;
    grid-row-gap: 36px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.team-list_item {
    background-color: var(--white);
    text-align: center;
    padding: 44px 46px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.team-list_item .item--details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

li.team-list_item div.item--logo {
    height: 47.36px;
    margin-bottom: 44px;
    display: flex;
    justify-content: center;
}

li.team-list_item div.item--logo img {
    max-width: 161px;
}

li.team-list_item div.item--details > div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

li.team-list_item div.item--details .h4 {
    margin-bottom: 26px;
}

li.team-list_item div.item--details p {
    margin-bottom: 36px;
}

li.team-list_item div.item--details a.morelink {
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 15.3px;
    font-size: 0.85rem;
    line-height: 22.5px;
    line-height: 1.25rem;
    color: black;
    text-decoration: underline;
}

li.team-list_item div.item--details a.morelink:hover {
    color: var(--blue);
    text-decoration: underline;
}

.morecontent span {
	display: none;
}




/*
    ========================
      IMG + ICON DESCRIPTOR
    ========================
*/

.icon-list .uabb-info-list-content-wrapper {display:flex}
.icon-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
    margin-right:44px;
}

.icon-list > div {
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid var(--gray-light);
    padding: 16px 0;
}

.icon-list li:not(:last-of-type) {
    border-bottom: 1px solid var(--gray-light);
}

.icon-list li:not(:first-of-type) {
    padding-top: 16px;
}




/*
    ========================
          HOTSPOT MAP
    ========================
*/
.hotspot_map_module .uabb-hotspot button.uabb-imgicon-wrap {
    background: transparent;
    border: 0;
    padding: 0;
}

.hotspot_map_module .uabb-hotspot .uabb-hotspot-container .uabb-hotspot-items .uabb-hotspot-item.uabb-hotspot-hover .uabb-hotspot-tooltip {
    transform:initial
}

.hotspot_map_module .uabb-hotspot .uabb-hotspot-tooltip-content {
    background-color: var(--blue);
    padding: 20px 30px;
    max-width: 350px;
    color: var(--white);
    border-radius: 6px;
    width: 1000px;
    text-align: left;
}

.hotspot_map_module .uabb-hotspot .uabb-hotspot-tooltip-content h4 { margin-bottom: 10px; }

.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-right .uabb-hotspot-tooltip-content::after {border-right-color: var(--blue) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-top .uabb-hotspot-tooltip-content::after   {border-top-color: var(--blue) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-bottom .uabb-hotspot-tooltip-content::after   {border-bottom-color: var(--blue) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-left .uabb-hotspot-tooltip-content::after   {border-left-color: var(--blue) !important;}

.drag_element.tips { cursor: pointer; }

img.pins_image.ihotspot_hastooltop {
    transform: scale(.8);
    transition: all .2s ease-in;
}

img.pins_image.ihotspot_hastooltop:hover {
    transform: scale(1);
}

.hotspot-icon {
    display: flex;
    justify-content: flex-end;
}




/*
    ========================
              TABS
    ========================
*/

.fl-tabs .fl-tabs-label {
    font-family: var(--sora-thin);
    font-weight: 700;
    font-size: 22.5px;
    font-size: 1.25rem;
    line-height: 39.375px;
    line-height: 2.1875rem;
    color: var(--navy-fade);
    background:transparent;
    margin-right: 30px;
}
.fl-tabs .fl-tabs-label.fl-tab-active {
    text-decoration: underline;
    color: var(--white);
}

.fl-tabs .fl-tabs-panels {
    border:0;
    overflow: hidden;
    min-height: initial !important;
}

.fl-tabs .fl-tabs-panel-content {
    padding:0;
    background: var(--white);
    color: var(--navy);
}
.fl-tabs .fl-tabs-panel-content-wrapper {
    display: flex;
}

.fl-tabs .fl-tabs-panel-content-col2 {
    padding: 27px 67px 67px 67px;
    flex: 1 1 0;
}
.fl-tabs .fl-tabs-panel-content-col1 {flex: 1 1 0;}

.fl-tabs .fl-tabs-panel-content-col1.onlyimg {
	max-height:500px
}
.fl-tabs .fl-tabs-panel-content-col1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fl-tabs .fl-tabs-panel-content-col2 h3 {
    color: var(--navy)
}

.fl-tabs .fl-tabs-panel-content-col2 p {
    margin-top:26px;
    font-family: var(--sora-thin);
    font-size: 18px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.5rem;
    text-align: left;
}

.fl-tabs .tabs-content-icon {margin-bottom:10px;}

.fl-tabs .fl-tabs-panel-content {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.fl-tabs .fl-tabs-panel-content.fl-tab-active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}

/*
    ========================
        fixing in firefox
    ========================
*/
.bx-wrapper .bx-loading{
    display:none;
}
.fl-slide[aria-hidden=false], .fl-slide[aria-hidden=false] .fl-slide-foreground{
    visibility:visible;
}
.image_slider1 .bx-viewport, .image_slider1  .fl-content-slider-wrapper{
    height: 700px;
}
.image_slider3 .bx-viewport{
    height: 550px;
}

/*
    ========================
            SLIDER #1
    ========================
*/

.image_slider1 .fl-slide,
.image_slider2 .fl-slide,
.image_slider3 .fl-slide {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.image_slider1 .bx-wrapper,
.image_slider2 .bx-wrapper,
.image_slider3 .bx-wrapper
{max-width:90% !important}

.image_slider1 .fl-content-slider .fl-slide-bg-photo,
.image_slider2 .fl-content-slider .fl-slide-bg-photo,
.image_slider3 .fl-content-slider .fl-slide-bg-photo {
    height: 80%;
    margin: auto;
    border-radius: 6px;
}

.image_slider1 .fl-slide-foreground p,
.image_slider2 .fl-slide-foreground p,
.image_slider3 .fl-slide-foreground p {
    font-family: "Open Sans";
    font-size: 18px;
    font-size: 1rem;
    line-height: 24.48px;
    line-height: 1.36rem;
}
.image_slider1 .fl-slide-foreground,
.image_slider2 .fl-slide-foreground,
.image_slider3 .fl-slide-foreground {
    position: absolute;
    height:100%;
    width:100%;
    max-width: initial;
    top: 0;
}
.image_slider1 .fl-slide-content-wrap {
    padding-left: 90px;
    top: calc(100% - 49px);
    position: relative;
    text-align: right;
}
.image_slider1 .fl-slide-content-wrap {
    position: absolute;
    right: 0;
    width: initial !important;
}
.image_slider1 .fl-slide-photo-wrap {
    height:100%;
    width:100% !important;
    display:block;
}
.image_slider1 .fl-slide-photo {
    height:90%;
    overflow: hidden;
    border-radius: 6px;
    display:flex;
}
.image_slider1 .slide-counter,
.image_slider2 .slide-counter,
.image_slider3 .slide-counter {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14.76px;
    font-size: 0.82rem;
    line-height: 24.48px;
    line-height: 1.36rem;
    color: var(--blue);
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 9;
    transition: all 0.25s linear;
}

.image_slider3 .slide-counter { 
    bottom: -6px;
    left: 12px;
 }



.image_slider1 .fl-slide-photo img,
.image_slider2 .fl-slide-photo img {
    height: 100%;
    max-width: initial;
    border-radius: 6px;
    width: auto;
    margin: auto;
}

.image_slider1 .fl-content-slider-navigation .slider-prev, .image_slider1 .fl-content-slider-navigation .slider-next,
.image_slider2 .fl-content-slider-navigation .slider-prev, .image_slider2 .fl-content-slider-navigation .slider-next, 
.image_slider3 .fl-content-slider-navigation .slider-prev, .image_slider3 .fl-content-slider-navigation .slider-next 
{opacity:1}

.image_slider1 .fl-content-slider-navigation .slider-prev:before, .image_slider1 .fl-content-slider-navigation .slider-next:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, .image_slider2 .fl-content-slider-navigation .slider-next:before,
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    content:"";
    background:url(/wp-content/uploads/arrow-right-blue.svg) center center / cover no-repeat;
    width: 35px;
    height: 27px;
    display:block;
    margin:auto;
}
.image_slider1 .fl-content-slider-navigation .slider-prev:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, 
.image_slider3 .fl-content-slider-navigation .slider-prev:before 
{transform:rotate(180deg);}

.image_slider1 .fl-content-slider-navigation .slider-prev:after, .image_slider1 .fl-content-slider-navigation .slider-next:after, 
.image_slider2 .fl-content-slider-navigation .slider-prev:after, .image_slider2 .fl-content-slider-navigation .slider-next:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after, .image_slider3 .fl-content-slider-navigation .slider-next:after {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 37px;
    text-align: center;
    color: var(--blue);
}

.image_slider1 .fl-content-slider-navigation .slider-prev:after,
.image_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after
{content:"Back";}

.image_slider1 .fl-content-slider-navigation .slider-next:after,
.image_slider2 .fl-content-slider-navigation .slider-next:after,
.image_slider3 .fl-content-slider-navigation .slider-next:after
{content:"Next";}
    
.image_slider1 .fl-content-slider-navigation .fl-content-slider-svg-container,
.image_slider2 .fl-content-slider-navigation .fl-content-slider-svg-container,
.image_slider3 .fl-content-slider-navigation .fl-content-slider-svg-container
{display:none}




/*
    ========================
            SLIDER #2
    ========================
*/

.image_slider2 .fl-slide-photo {
    overflow: hidden;
    height: 100%;
}
.image_slider2 .fl-slide-photo-wrap {
    width: 100% !important;
    display: block;
    position: absolute;
    bottom: 0;
        height: 100%;
}
.image_slider2 .bx-wrapper {
    max-width: 100% !important;
}
.image_slider2 .fl-content-slider-navigation {
    top:initial;
    bottom: 0;
    left: 0;
    display: flex;
    max-width:300px;
}
.image_slider2 .slider-prev,
.image_slider2 .slider-next {
    left: 0;
    right: 0;
}
.image_slider2 .fl-content-slider-navigation .slider-prev:before, 
.image_slider2 .fl-content-slider-navigation .slider-next:before {
    display: inline-block;
    background:url(/wp-content/uploads/Arrow-right-white.svg) center center / cover no-repeat;
    width:30px;
    height:23px;
    position: relative;
    top: 4px;
}
.image_slider2 .fl-content-slider-navigation .slider-prev:hover,
.image_slider2 .fl-content-slider-navigation .slider-next:hover {
    background: var(--black);
}


.image_slider2 .fl-content-slider-navigation .slider-prev:before {
    left:-10px;
}
.image_slider2 .fl-content-slider-navigation .slider-next:before {
    float: right;
    right:-10px;
    top: 7px;
}

.image_slider2 .fl-content-slider-navigation .slider-prev, 
.image_slider2 .fl-content-slider-navigation .slider-next {
    background: var(--blue);
    padding: 14px 32px;
}

.image_slider2 .fl-content-slider-navigation .slider-next {border-left: 1px solid rgba(255,255,255,0.25);}

.image_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider2 .fl-content-slider-navigation .slider-next:after {
    font-size: 20px;
    font-size: 1.111rem;
    color: var(--white);
}

.image_slider2 .fl-content-slider-navigation .slider-prev,
.image_slider2 .fl-content-slider-navigation .slider-next {
    background:var(--blue);
    padding: 14px 32px;
    position: relative;
}

.image_slider2 .fl-slide-photo img {
    height: 100%;
    border-radius: 0;
}

.image_slider2 .fl-content-slider .fl-slide-bg-photo {
    height: 100%;
    min-height:280px;
    border-radius: 0;
}

.image_slider2 .slide-counter {
    font-size: 16.38px;
    font-size: 0.91rem;
    bottom: 0;
    left: 320px;
    padding: 20px 0;
    height: 65px;
}

.image_slider2 .fl-slide-content-wrap {
    bottom: 0;
    right: initial;
    left: 0;
    width: 100%!important;
    background: var(--white);
    z-index: 9;
    padding-left: 383px;
    height: 65px;
    display: flex;
    align-items: center;
        position: absolute;
}
.image_slider2 .fl-slide {
    border-left: 0;
    border-right: 0;
}




/*
    ========================
            SLIDER #3
    ========================
*/

.bx-wrapper .bx-loading{
    display:none;
}
.image_slider3 .fl-slide[aria-hidden=false], .image_slider3 .fl-slide[aria-hidden=false] .fl-slide-foreground{
    visibility:visible;
}

.image_slider3 .fl-slide-content-wrap {
    padding-right:28px;
    padding-left: 12px;
}

.image_slider3 .fl-slide-photo-wrap,
.image_slider3 .fl-slide-photo {
    height: 100%;
    padding-right: 8px;
}
.image_slider3 .fl-content-slider .fl-slide-photo img {
    object-fit:cover;
    border-radius: 6px;
    height: 100%;
}

.image_slider3 .fl-slide {
    border-left: 0;
    border-right: 0;
}

.image_slider3 .bx-wrapper .bx-pager {
    text-align: left;
    bottom: 0;
    left: 100px;
}
.image_slider3 .bx-wrapper .bx-pager a {
    background: var(--blue);
    opacity:0.5;
    transform:scale(1);
    padding-right:10px;
}
.image_slider3 .bx-wrapper .bx-pager-item { margin-right:8px;}
.image_slider3 .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity:1;
    transform:scale(1.8);
    background: var(--blue);
}

.image_slider3 .fl-slide-content-wrap {height:100%}
.image_slider3 .fl-slide-content{
    height:90%;
    overflow-y:auto;
    padding-right: 40px;
}





/*
    ========================
      BEFORE AFTER SLIDER
    ========================
*/

.fl-row-content-wrap .uabb-before-after-slider {
    border-radius:6px;
    overflow: hidden;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle {
    background: var(--blue);
    border: 0;
    padding: 34px 90px;
    margin-left: -90px;
    top: 80%;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
    font-size: 1rem;
    line-height: 37px;
    line-height: 2.0556rem;
    text-align: left;
    color: #fff;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow,
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow {
    border:0;
}
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow:after,
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow:after {
    content:"";
    background:url(/wp-content/uploads/Arrow-right-white.svg) center center / cover no-repeat;
    width:16px;
    height:12px;
    display:inline-block;
    position: absolute;
    top: 29px;
    
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow:after {
    transform:rotate(180deg);
    left: 31px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow:after {    
    right: 29px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle:before {    
    width: 3px;
    margin-bottom: 34px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle:after {    
    width: 3px;
    margin-top: 34px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-before-label, 
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-after-label {
    padding: 10px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-before-label:before, 
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-after-label:before {
    padding: 5px 10px;
    border-radius: 3px;
}

/*====================
    UABB TIMELINE
====================*/
/* .in-view .uabb-events-inner-new span.arrowlink, */
.uabb-events-new:hover span.arrowlink {
    background-image: linear-gradient(var(--white), var(--white));
}

div.uabb-timeline-horizontal > .uabb-timeline-connector::before {
    bottom: 20px;
}

div.uabb-timeline-horizontal .timeline-icon-new {
    bottom: 5px;
    position: relative;
}

div.uabb-timeline-horizontal .uabb-timeline-marker {
    padding-top: 5px;
}

div.uabb-timeline-horizontal.uabb-timeline--left .uabb-timeline-marker-wrapper {
    margin: 0;
}




/*
    ========================
              FAQ
    ========================
*/

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    font-family: var(--dm-sans);
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}

.fl-builder-content .fl-accordion-button {
    border-radius: 20px;
}


.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 18px;
    opacity: 1;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon::before {
    content: "";
    width: 21px;
    height: 21px;
    background-size: cover;
    display: inline-block;
    top: 32px;
    position: absolute;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.ua-icon-chevron-thin-up::before,
.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.ua-icon-chevron-thin-down::before {
    background: url(/wp-content/uploads/icon-expandable-down-orange.svg) center center / contain no-repeat;
    transition: all 0.25s ease;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.ua-icon-chevron-thin-up::before {
    transform: rotate(180deg);
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-minus::before {
    background: url(/wp-content/uploads/icon-expandable-down-orange.svg) center center / contain no-repeat;
    transform: rotate(180deg);
    transition: all 0.25s ease;
}

.fl-accordion-item {
    position: relative;
}
.fl-accordion-item:last-child {
    margin-bottom: 0;
}

.fl-accordion-content { 
    transform: translateY(-20px);
    padding-top:20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}




/*
    ========================
           MATERIALS
    ========================
*/

/*============
  CATEGORIES
=============*/
.materials-cats_btngroup {
    margin: -8px;
}

button.materials-cats_btn {
    padding: 10px;
    color: var(--blue);
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.6667rem;
    background-color: var(--white);
    border: 0;
    border-radius: 6px;
    transition: all .25s ease;
    margin: 8px;
    text-align: left;
}

button.materials-cats_btn:hover,
button.materials-cats_btn.active {
    background-color: var(--blue);
    color: var(--white);
}

button.materials-cats_btn.active {
    font-weight: 700;
}




/*============
     GRID
=============*/
.materials-list.cards {
    display: grid;
    grid-template-columns: calc(50% - 37px) calc(50% - 37px);
    grid-column-gap: 74px;
    grid-row-gap: 36px;
}

.materials-list.cards a {
    background-color: var(--white);
    border-radius: 6px;
    color: var(--black);
    transition: all .25s ease;
}

.materials-list.cards a:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--blue);
}

.materials-list.cards .item--desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
}

.materials-list.cards .item--desc p.h4 {
    max-width: 350px;
    margin-bottom: 26px;
}

.materials-list.cards .item--desc p:not(.h4) {
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 20px;
    font-size: 1.1111rem;
    line-height: 37px;
    line-height: 2.0556rem;
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
    transition: all .25s ease;
    width: fit-content;
}

.materials-list.cards .materials-list_item:hover .item--desc p:not(.h4) {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.materials-list.cards .materials-list_item {
    height: 100%;
    position: relative;
}

.materials-list.cards span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 12px;
    font-size: 0.6667rem;
    line-height: 27px;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    margin: 8px;
    right: 0;
}




/*============
     LIST
=============*/
.materials-list.list {
    border-top: 1px solid var(--gray-light);
}

.materials-list.list a {
    display: block;
    color: var(--black);
    border-bottom: 1px solid var(--gray-light);
    padding: 8px 0px 8px 26px;
    transition: all .25s ease;
}

.materials-list.list a:hover {
    text-decoration: none;
}

.materials-list.list .item--desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.materials-list.list .item--desc p.h4 {
    margin-right: 26px;
    font-size: 22px;
    font-size: 1.2222rem;
    position: relative;
    max-width: 450px;
}

.materials-list.list .item--desc p:not(.h4) {
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 17px;
    font-size: 0.9444rem;
    line-height: 37px;
    line-height: 2.0556rem;
    color: var(--white);
    background-color: var(--blue);
    padding: 18px 39px;
    border-radius: 100px;
    transition: all .25s ease;
    width: fit-content;
    min-width: fit-content;
}

.materials-list.list .item--desc:hover p:not(.h4) {
    background-color: var(--black);
}

.materials-list.list span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 12px;
    font-size: 0.6667rem;
    line-height: 27px;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 16px));
}





/***********/
/* WPForms */
/***********/


.footer_connected_orange .wpforms-container-full,
.footer_connected_orange div.wpforms-container-full:not(:empty) {
        display: flex;
    max-width: 780px;
    color: white;
    margin: auto;
    font-family: var(--font-primary);
    margin-top: 40px;
    justify-content: center;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, 
div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-50 {
    margin-left: 60px;
}





/* .footer_connected_orange .wpforms-form .wpforms-field-label { */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #faf6ed;
    font-size: 19px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.63rem;
}

.footer_connected_orange div.wpforms-container-full .wpforms-form input[type=submit], 
.footer_connected_orange div.wpforms-container-full .wpforms-form button[type=submit], 
.footer_connected_orange div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: 900;
    font-size: 20px;
    font-size: 1.05rem;
    line-height: 39px;
    line-height: 2.05rem;
    color: #3b5426 !important;
    background:var(--yellow-soft) !important;
    border:0;
    transform: translateY(20px);
    padding: 15px;
    height: initial;
}

.footer_connected_orange div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: var(--black);
    position: absolute;
        background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 4px;
}



.footer_connected_orange div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
.footer_connected_orange div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
.footer_connected_orange div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
        background: var(--teal-deep) !important;
    color: white !important;
    transform: translateY(20px) scale(1.01);
}

.footer_connected_orange_wrapper .wpforms-field-container {
    width:100% !important;
}

.footer_connected_orange_wrapper .wpforms-submit {
    min-width:200px;
}







/* Section titles */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--font-primary);
    font-weight: normal;
    font-size: 19px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.63rem;
    text-align: left;
    color: #faf6ed;
    font-weight: bolder;
    margin: 0;
}

/* Remove asterisk from required fields */
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    /* display: none; */
    color:var(--yellow-soft);
}

div.wpforms-container-full .wpforms-form .wpforms-field,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
    }

/* Text fields */
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
    color: var(--black);
    border: 0;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.05rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

div.wpforms-container-full .wpforms-form input::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.6667rem;
    color: var(--gray-dark);
}

/* Padding for each section */
div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-of-type, :nth-last-of-type(2)) {
    margin-bottom: 26px;
}

/* Error Message */
.fl-content .fl-module form div.wpforms-field-checkbox label.wpforms-error {
    position: absolute;
    font-family: var(--open-sans);
    margin-left: 56px;
    transform: translateY(-15px);
}

.fl-content .fl-module form div:not(.wpforms-field-checkbox) label.wpforms-error {
    position: absolute;
    font-family: var(--open-sans);
}

/*==============
  Radio/Checkbox
===============*/

/* Labels */
/* div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-weight: normal;
    padding-left: 12px;
    cursor: pointer;
    color:#fff;
    font-size:19px;
    font-size:1rem;
    padding-inline-start: 32px !important;
} */

/* Padding between items */
.fl-post div.wpforms-container-full .wpforms-form ul li:not(:last-of-type),
.fl-post div.wpforms-container-full .wpforms-form div.last-of-type-exception ul li {
    margin-bottom: 13px !important;
}

div.wpforms-container-full .wpforms-form ul li {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide default input */
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0px;
}

/* Hide error label for iOS */
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input.wpforms-error {
    border: 0px;
}

/* Custom input */

html.firefox div.wpforms-container-full .wpforms-form li .wpforms-field-label-inline{
    cursor:pointer;
}
html.firefox div.wpforms-container-full .wpforms-form .input_after,
html.firefox div.wpforms-container-full .wpforms-form .input_before{
    pointer-events: none;
}


.mailchimp_form_wpforms div.wpforms-container-full .wpforms-form input[type=checkbox]::after,
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-form input[type=radio]::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -1px;
    top: -2px;
    border: 2px solid var(--yellow-soft);
    background: var(--orange-accessible);
    border-radius: 100px;
    transform:unset;

}

.mailchimp_form_wpforms div.wpforms-container-full .wpforms-form input[type=checkbox]:checked:after,
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-form input[type=radio]:checked:after {
    background: var(--yellow-soft);
}
.mailchimp_form_wpforms div.wpforms-container-full input[type=checkbox]:before, 
.mailchimp_form_wpforms div.wpforms-container-full input[type=radio]:before {
    display:none !important;
}

.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li { 
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    color:white;
}

.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, 
.mailchimp_form_wpforms div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}



/*=============
    Success
==============*/

.fl-post .wpforms-confirmation-container-full,
.fl-post  div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 6px;
    color: #333333;
}

/*
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=email], 
div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid #322D2F;
    border-radius: 6px;
    padding: 23px 30px;
    resize: none;
    font-family: var(--open-sans);
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.6667rem;
    color: var(--black);
}
*/

.wpforms-general div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: var(--black);
}
.wpforms-general div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: var(--orange);
}

.wpforms-general div.wpforms-container-full .wpforms-form input[type=text], 
.wpforms-general div.wpforms-container-full .wpforms-form input[type=email], 
.wpforms-general div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid var(--teal-deep2) !important;
    border-radius: 10px !important;
    margin-top:10px;
}

.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    padding-inline-start: 40px;
}


.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, 
.wpforms-general div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
    margin: 20px 0 40px;
}

.wpforms-general div.wpforms-container-full input[type=checkbox]:checked:before, 
.wpforms-general div.wpforms-container-full input[type=radio]:checked:before {
     border-style: none;   
}



.wpforms-general div.wpforms-container-full input[type=submit], 
.wpforms-general div.wpforms-container-full button[type=submit], 
.wpforms-general div.wpforms-container-full .wpforms-page-button, 
.wpforms-general .wp-core-ui div.wpforms-container-full input[type=submit], 
.wpforms-general .wp-core-ui div.wpforms-container-full button[type=submit], 
.wpforms-general .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    background-color: var(--teal-deep) !important;
    color: var(--white);
    border-radius:100px;
    padding: 20px 40px;
    margin-top:10px;
    font-size: 20px;
    font-weight:bold;
    height:initial;
}




/***************/
/* Embed Forms */
/***************/
.form_embed_border {
    border:2px solid #F7A408 !important;
    border-radius:20px;
    padding:10px;
}





/*
    =================================================
                      SHORTCODES
    =================================================
*/
.flexstart .fl-col-content {display: flex;flex-direction: column;align-items: flex-start !important;}
/* photo icon size */
.fl-post .icon92px img {height: 92px;max-width: fit-content;}
.fl-post .icon106px img {height:106px; max-width:fit-content;}
.topright0 {top:0; right:0;}
.topmarginauto {margin: auto 0 0;}
.flexend {display:flex; justify-content:flex-end;}
.rightmargin26 {margin-right: 26px;}
.bottommargin10 {margin-bottom: 10px;}
.maxwidth80percent {max-width: 80%;}

/*********fire fox*********/
@supports (-moz-transform: translate(0, 0)) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        position: unset;
        cursor: unset;
        height: unset;
        width: unset;
        border: unset;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]:checked{
        background-color:var(--black);
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        padding-left:0!important;
    }
}
















.image_slider3 .fl-slide-content{
    position: absolute;
    background: var(--gray-lighter);
    height: calc(100% - 72px);
    top: 36px;
    padding: 44px;
    box-sizing: border-box;
    overflow-y: hidden;
    border-radius: 6px;
    width: calc(100% + 200px);
    left: -200px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.image_slider3 .fl-slide-cta-button{
    margin-top: auto;
}
.image_slider3 .fl-slide-text{
    overflow: auto;
    overflow-y: auto;
    max-height: calc(100% - 180px);
    padding: 2px;
}
.image_slider3 .fl-slide-foreground{
    display:flex;
    flex-direction: row-reverse;
}
.image_slider3 .fl-slide-content-wrap{
    padding:0;
    flex:1;
    position: relative;
}
.image_slider3 .fl-slide-photo-wrap {
    padding:0;
    flex:2;
}
.image_slider3 .fl-content-slider .fl-slide-photo img{
    width:100%;
}
.image_slider3 .fl-content-slider-navigation {
    top: initial;
    bottom: -26px;
    left: 0;
    display: flex;
    max-width: 230px;
}
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    display: inline-block;
    background: url(/wp-content/uploads/right_arrow.svg) center center / cover no-repeat;
    width: 70px;
    height: 70px;
    position: relative;
    top: 4px;
}
.image_slider3 .fl-content-slider-navigation .slider-prev:after, 
.image_slider3 .fl-content-slider-navigation .slider-next:after {
    display:none;
}
.image_slider1 .bx-wrapper, .image_slider2 .bx-wrapper, .image_slider3 .bx-wrapper {
    max-width: 100% !important;
}
.image_slider3 .bx-wrapper .bx-pager{
    display:none!important;
}
.image_slider3 .bx-viewport{
    overflow: inherit!important;
}
.image_slider3 .slide-counter {
    bottom: -76px;
    left: 96px;
    z-index: 99;
    position: absolute;
    color:var(--black);
}
.image_slider3.fl-module-content-slider .bx-wrapper {
    margin: 0 auto 100px;
}
.image_slider3 a.fl-button, .image_slider3 a.fl-button:hover, .image_slider3 a.fl-button:focus{
    border: none;
    background-color:transparent;
    padding:0 0 6px;
    color:var(--blue);
    text-decoration: none;
    background-image: linear-gradient(var(--blue), var(--blue));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 500ms ease-in-out;
    display:inline;
    font-size:19.8px;
    font-size:1.1rem;
    font-family: var(--open-sans);
    font-weight: 600;
}
.image_slider3 a.fl-button span{
    color:var(--blue);
}
.image_slider3 .fl-button:hover, .image_slider3 .fl-button:focus {
    animation: 0.5s underline2;
}
@keyframes underline2 {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}

.image_slider3 a.fl-button .a_arrow
{
    display: inline-block;
    padding-left:15px;
    transition:all .5s ease;
}
.image_slider3 a.fl-button .a_arrow img{
    display: block;
}
.image_slider3 a.fl-button:hover .a_arrow
{
    padding-left:25px;
}
.image_slider1 .fl-slide{
    width: calc(100% - 90px)!important;
    margin: 0px 45px;
}
.image_slider1 .fl-slide-photo img.horizontal{
    height: auto;
    width:100%;
}
/*****************/
/***Three Image***/
/*****************/
.threeImgRow .uabb-masonary-item.transformDown:nth-child(3){
transform: translateY(400px);
}
.threeImgRow .uabb-masonary-item.transformUp:nth-child(4){
transform: translateY(-400px);
}
.threeImgRow .uabb-masonary{
    position: relative;
    height:unset!important;
}
.threeImgRow .uabb-masonary-content{
    position: static!important;
    height: auto!important;
    display: block!important;
    width: 100%!important;
}
.threeImgRow .uabb-masonary-item:nth-child(3){
    position: absolute!important;
    left: 0px!important;
    top: 0px!important;
    height: 400px;
    width: auto;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
.threeImgRow .uabb-masonary-content .uabb-gallery-img{
    display: block;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(2){
    position: relative!important;
    left:unset!important;
    top:unset!important;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    height: 600px;
    margin-bottom: 120px;
}
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-photo-gallery-content,
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-gallery-img{
    height:600px;
    max-width: 900px;
    margin: auto;
    object-fit: cover;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(4){
    position: absolute!important;
    left: unset!important;
    top: unset!important;
    right: 0px;
    bottom: 0;
    width: auto;
    height: 360px;
    border-radius:6px;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
/*****video*****/
.uabb-modal-close.uabb-close-custom-popup-top-right
{    transform: translate(10px, 20px);}
.uabb-modal-close.uabb-close-custom-popup-top-right .uabb-close-icon {
    color:white
}

.left_btn .uabb-modal-action{
    margin-left:50px;
    float:left;
}
.uabb-modal-action {
    display: inline-flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    background-color: rgba(23,89,214, 0.65);
    width: 90px;
    height: 90px;
}
.uabb-video__play-icon {
    background-color: rgba(23,89,214, 0.65);
    border-radius: 500px;
    width: 100px!important;
    height: 100px!important;
}
.uabb-video__play-icon:before {
    font-size: 26px!important;
    line-height: 100px!important;
}
.full-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 700px;
    border-radius: 6px;
}
.conner .uabb-video__play-icon {
    left: 144px;
    bottom: 44px;
    top:unset!important;
}
.half-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 480px;
    border-radius: 6px;
}
.fl-row.immersive-row .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.immersive-text{
    padding-left:70px;
    padding-right:70px;
}
.immersive-text .fl-col-content{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.immersive .uabb-video__outer-wrap {
    background:transparent;
}
.immersive {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding:0 18px;
}
.immersive-row .uabb-video__outer-wrap .uabb-video__play img{
    display:none!important;
}
.uabb-video__outer-wrap img{
    height: 100%!important;
    object-fit: cover;
}
.immersive-row .uabb-video__outer-wrap{
    padding-bottom:640px;
}
.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    color: var(--black);
    padding: 0;
    background-color: transparent!important;
    border: none;
}
.fl-builder-content .white .fl-accordion-button .fl-accordion-button-label{
    color: var(--white);
}
body:not(.fl-builder-edit) .fl-accordion-button:focus{
    box-shadow:none!important;
}
/********photo********/
.image_caption p{
    color:var(--white);
    display: inline-block;
    padding: 10px;
    background-color: rgba(19,16,17,0.8);
    float:right;
    border-radius:6px;
    font-size: 11.88px;
    font-size: 0.66rem;
    line-height:1.2;
    margin-bottom:16px;
}
.sub-image{
    position:absolute;
    bottom:-120px;
}
.sub-image img{
    height:600px;
    width:auto;
    object-fit: cover;
    border-radius: 6px;
}

/*****FLEXIBLE POST GRID MIXED MEDIA*****/
.post-grid.fmm{
    display: flex;
    gap: unset;
    flex-direction: row;
}
.post-grid.fmm .post-row:not(.post0) img, .post-grid.fmm .post-row:not(.post0) .defaultImg{
    display:none!important;
}
.external_post .fl-module-button:not(.noarrow) a.fl-button::after{
    transform: rotate(-45deg) translate(0px, 10px);
}
.external_post .fl-module-button:not(.noarrow) a.fl-button:hover::after{
    transform: rotate(-45deg) translate(10px, 20px);
}
.post-grid.fmm .post-row{
    display:block;
}
.post-grid.fmm .post0 .tags{
    position:absolute;
    top:16px;
    left:16px;
}
.post-grid.fmm .imgBox{
    position:relative;
}
.post-grid.fmm .tags{
    display: inline-block;
    padding: 8px 18px;
    font-size: 11.46px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--black);
    margin-right:5px;
}
.post-grid.fmm .post0.post-row .post-col.title-col {
    margin-right: 0;
    width: calc(100% - 100px);
    float: unset;
    position:relative;
    background-color: #F5F5F5;
    padding-top:36px;
    padding-right:90px;
    min-height:88px;
}
.post-grid.fmm .post0.post-row .post-col {
    width: 100%;
    float: unset;
}
.post-grid.fmm .post-row{
    height:unset;
}
.post-grid.fmm>div{
    float:left;
    width:50%;
}
.post-grid.fmm .firstCol{
    padding-right: 66px;
    border-right: 1px solid #C1BFBB;
    padding-bottom:36px;
}
.post-grid.fmm .secondCol .imgBox{
    margin-bottom:16px;
}
.post-grid.fmm .secondCol .post-row{
    margin-top:0px;
}
.post-grid.fmm .secondCol{
    padding-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-grid.fmm .post0 .post-desc {
    margin-bottom: 26px;
    margin-top: 16px;
}
.post-grid.fmm .post0 img{
    margin-bottom:-88px;
    height:400px;
}
/*****post grid*****/
.post-grid{
    display:grid;
    grid-template-areas: 'post0 post0' 
    'post1 post2';
    gap:88px 54px;
}
.post0.post-row{
    grid-area: post0; 
}
.post1.post-row{
    grid-area: post1; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post2.post-row{
    grid-area: post2; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post2.post-row .desc-col, .post1.post-row .desc-col{
    margin-top: auto;
}
.post0.post-row .post-col{
    width:calc(50% - 54px);
    float:left;
}
.post0.post-row .post-col.title-col{
    margin-right:108px;
}
.post0 img{
    margin-bottom:44px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:548px;
    object-fit: cover;
}
.post0 .defaultImg{
    margin-bottom:44px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:548px;
    background-color:#727271;
}
.post-row .post-desc{
    margin-bottom:16px;
}
.post0 .post-desc{
    margin-bottom:26px;
    margin-top:8px;
}
.post2 img, .post1 img{
    margin-bottom:36px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height: 260px;
    object-fit:cover;
}
.post2 .defaultImg, .post1 .defaultImg{
    margin-bottom:36px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:260px;
    background-color:#727271;
}

.post2 p, .post1 p{
    display:none;
}
.fmm .post2 p, .fmm .post1 p{
    display:block;
}
/******POST WEDGE******/
.post-wedge .post-col.img-col{
    border-radius: 6px;
    overflow: hidden;
}
.post-wedge .post-col.img-col img{
    height:100%;
    width: 100%;
    object-fit: cover;
}
.post-wedge .post .post-col.title-col h3{
    font-size: 24px;
    font-size: 1.3333rem;
    line-height: 37px;
    line-height: 2.0556rem;
}

/******POST WEDGE (FLEX LAYOUT)******/
.post-wedge.flex{
    display: grid;
    grid-template-areas:
        'top top'
        'left right';
    gap: 88px 54px;
}
.post-wedge.flex .post:first-child{
    grid-area: top;
}
.post-wedge.flex .post:nth-child(2){
    grid-area: left;
}
.post-wedge.flex .post:nth-child(3){
    grid-area: right;
}
.post-wedge.flex .post-col.img-col{
    height:260px;
    margin-bottom:36px;
}
.post-wedge.flex .post:first-child .post-col.img-col{
    height:540px;
}
.post-wedge.flex .post:first-child .post-col.title-col{
    margin-right:108px;
    width:calc(50% -54px);
}
.post-wedge.flex .post:first-child .post-col.desc-col{
    width:calc(50% -54px);
}
.post-wedge.flex .post:nth-child(2) .post-col.desc-col .post-desc, .post-wedge.flex .post:nth-child(3) .post-col.desc-col .post-desc{
    display:none;
}
.post-wedge.flex .post:nth-child(1) .post-col.title-col h3{
    font-size: 35px;
    font-size: 1.9444rem;
    line-height: 45px;
    line-height: 2.5rem;
}
.post-wedge.flex .tags{
    display:none;
}
/******POST WEDGE (MEDIA LAYOUT)******/
.post-wedge.media {
    display: grid;
    grid-template-areas:
        'left top'
        'left bottom';
    gap: 36px 0;
    align-items: stretch;
}
.post-wedge.media .post:first-child{
    grid-area: left;
    padding-right:44px;
    border-right: 1px solid #B9B7B3;
}
.post-wedge.media .post:nth-child(2){
    grid-area: top;
    padding-left:44px;
}
.post-wedge.media .post:nth-child(3){
    grid-area: bottom;
    padding-left:44px;
}
.post-wedge.media .post:first-child .post-col.img-col{
    margin-bottom: -88px;
    height: 400px;
}
.post-wedge.media .post .post-col.img-col{
    position: relative;
}
.post-wedge.media .post:nth-child(2) .post-col.img-col img,
.post-wedge.media .post:nth-child(3) .post-col.img-col img{
    display: none;
}
.post-wedge.media .post:nth-child(2) .tags,
.post-wedge.media .post:nth-child(3) .tags{
    position: static;
}
.post-wedge.media .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-block;
    padding: 8px 18px;
    font-size: 11.46px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--blue);
    color: var(--white);
    margin-right: 5px;
}
.post-wedge.media .post:nth-child(1) .post-col.title-col {
    margin-right: 0;
    width: calc(100% - 100px);
    float: unset;
    position: relative;
    background-color: #F5F5F5;
    padding-top: 36px;
    padding-right: 90px;
    min-height: 88px;
}
/******POST WEDGE (TWO COLUMN LAYOUT)******/
.post-wedge.two-column{
    display: flex;
    gap:66px;
}
.post-wedge.two-column .post{
    flex:1;
}
.post-wedge.two-column .post-col.img-col{
    height:400px;
    margin-bottom: -88px;
}
.post-wedge.two-column .tags {
    display: inline-block;
    padding: 8px 18px;
    font-size: 11.46px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--blue);
    color: var(--white);
    margin-right: 13px;
}
.post-wedge.two-column .post-col:not(.img-col){
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 0px;
    position:relative;
    z-index: 5;
}
.post-wedge.two-column .post-col.title-col, .post-wedge.media .post-col.title-col{
    padding-top: 36px;
    padding-bottom:26px;
}
/******POST GRID (GRID LAYOUT)******/

.postBottom{
    padding:0 15px;
    margin-top: auto;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:#727271;
}
.posts{
    margin-top:66px;
}
.infoPost{
    font-size: 14px;
    font-size: 0.777rem;
    font-weight: 600;
    color:#727271;
}
.post-wedget, .posts{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 57px;
    width: 100%;
}
.post-wedget .post .tags, .posts .post .tags, .post-carrousel .tags{
    display: inline-block;
    padding: 8px 18px;
    font-size: 11.46px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--black);
    margin-right:13px;
}
.posts .post .tags, .post-carrousel:not(.list) .tags
{
    position: absolute;
    top: 13px;
    left: 13px;
}
.post {
    cursor:pointer;
}

/******POST CARROUSEL*****/
.post-carrousel.grid .post{
    padding:0 44px 0 0;
}
.post-carrousel.list .post{
    padding:0 26px 0 0;
}
.post-carrousel.list .post .postBox{
    padding:0 26px 0 0;
    border-right:1px solid #C1BFBB;
}
.post-carrousel.grid .postBox .imgBox {
    height:260px;
}
.post-carrousel .post .postBox{
    width:368px;
}
.post-carrousel .post .postBox a.arrowlink{
    margin-left:0;
}

/* .fl-content .slick-initialized  {margin-left:10px;} */
.slick-initialized .slick-slide {
    display: flex!important;
    height: auto;
    flex-direction: column;
}
.slick-initialized .slick-slide>div{
    height:100%;
}
.slick-initialized .post .postBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.post-carrousel .post{
    height:100%;
}
.slick-arrow, .slick-arrow:hover, .slick-arrow:focus{
    background-color:transparent!important;
    border:none!important;
    padding:0;
}
.slider-ctl{
    display:flex;
    gap:11px;
    justify-content:flex-end;
    margin-bottom:16px;
}
.slider-header{
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}
.slick-dots{
    margin-bottom:0!important;
}
.slick-dots li.slick-active {
    display: block;
}
.slick-dots li {
    display: none;
    line-height: 1;
}
.slick-active button, .slick-active button:hover, .slick-active button:focus {
    background-color: transparent;
    color: var(--black);
    padding: 0;
    font-weight:bold;
    border: 1px solid transparent;
    pointer-events: none;
}
.slider-dot{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.slick-slider .post .infoBox{
    padding:0;
}
.slick-slider .post .postBottom{
    padding: 0;
}
/******POST CARROUSEL (NEWS)******/
.carrousel-news .arrowlink{
    margin-left:0;
}
.carrousel-news .post{
    max-width: 360px;
    margin-right:30px;
}
.carrousel-news .tags{
    margin-bottom:16px;
}
/******POST CARROUSEL (GRID LAYOUT)******/
.post-carrousel.list .postBox .imgBox{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.post-carrousel.list .postBox .imgBox .date{
    font-size: 14px;
    font-size: 0.777rem;
    font-weight: 600;
    color: #727271;
    line-height: 1;
}

.carrousel-two-column.post-carrousel .post .postBox{
    width:calc(100% - 33px);
}
.carrousel-two-column.post-carrousel .post .infoBox, .carrousel-two-column.post-carrousel .post .postBottom{
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 10px;
}
.carrousel-two-column.post-carrousel .post .imgBox{
    height: 400px;
    margin-bottom: -88px;
}
.carrousel-two-column.post-carrousel .post .infoBox{
    position:relative;
}
.carrousel-two-column.post-carrousel .post .imgBox img{
    height: 400px;
}
.carrousel-two-column.post-carrousel .slick-active:not(.slick-current) .postBox{
    float:right;
}
/******POST CARROUSEL (LIST LAYOUT)******/
.post-carrousel.list .slick-slide img{
    display:none!important;
}
.post-carrousel:not(.list) .date{
    display:none;
}
/******POST CARROUSEL (CARD LAYOUT)******/
.post-carrousel.card .slick-track {
    display: flex;
}

.post-carrousel.card .post .tags{
    position:static;
    border-radius: 30px;
    border:1px solid var(--blue);
    background-color: var(--white);
    color:var(--blue);
}
.post-carrousel.card .post{
    padding:0 44px 0 0;
}
.post-carrousel.card .postBox{
    padding: 16px 16px 36px;
    background-color: var(--white);
    border-radius: 30px;
    transition: all 0.5s ease;
    width:368px;
}
.post-carrousel.card img{
    display:none!important;
}
.post-carrousel.card .infoBox h3 a, .post-carrousel.card .infoBox h3 a:hover{
    color:var(--blue);
}
.post-carrousel.card .postBox:hover{
    background-color: var(--blue);
}
.post-carrousel.card .postBox:hover .infoBox h3 a, .post-carrousel.card .postBox:hover .infoBox .post-desc, .post-carrousel.card .postBox:hover a.arrowlink{
    color:var(--white);
}
.post-carrousel.card .postBox:hover a.arrowlink{
    background-image: linear-gradient(var(--white), var(--white));
}
.post-carrousel.card .postBox:hover a.arrowlink::after{
    filter: brightness(10);
}

.posts .post h3 a, .post-wedget .post h3 a{
    text-decoration: none;
    font-weight: 700;
    color:var(--black);
    text-decoration: none;
    background-image: linear-gradient(var(--blue), var(--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, .post-wedget .post:hover h3 a, .post-wedget .post:focus h3 a{
    background-size: 100% 1px;
    color:var(--blue);
}
.posts .post .infopost{
    font-size:11.46px;
    font-size:0.6364rem;
    line-height:27px;
    line-height:1.5rem;
}
.postBox .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.post .postBox{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post img{
    width:100%;
    object-fit:cover;
    transition: all 1s ease;
    height:280px;
}
.post h4{
    margin:26px 0 16px;
}

.post .infoBox{
    padding-right: 12px;
}

.infoBox h3{
    margin:26px 0 16px;
}
.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 .tags {
    position:static;
    color: var(--blue);
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 12px 14px;
    text-transform: capitalize;
    border-radius: 30px;
}
.posts.card .post:hover .infoBox .h4, .posts .post:hover .infoBox .excerpt{
    color:var(--white);
}
.posts.card .post:hover .tags {
    color: var(--white);
    background-color:var(--blue);
    border: 1px solid var(--white);
}
.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:hover {
    transform: scale(1.05);
    background-color: var(--blue);
    position:relative;
}
.posts.card .infoBox h3{
    color:var(--blue);
}
.posts.card .infoBox{
    padding:0 0;
}
.posts.card .postBottom{
    padding:0 0;
}
.posts.card a.arrowlink{
    margin-left:0;
}
/******POST GRID (LIST LAYOUT)******/
.posts.list {
    display: block;
}
.posts.list .tags{
    position:static;
    display: inline-block;
    padding: 6px 6px;
    font-size: 11.46px;
    word-break: break-word;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--blue);
    color: var(--white);
    margin-bottom:5px;
    margin-right:0;
}
.posts.list .postBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.posts.list .postTop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex:7;
    order:2;
}
.posts.list .postBottom{
    margin-top:0;
    flex:1;
    order:1;
    padding:0;
}
.posts.list .postBox .imgBox{
    flex:1;
    order:2;
}
.posts.list .postBox .infoBox{
    flex: 2;
    order:1;
}
.posts.list .infoBox h3{
    margin-top:0;
}
.posts.list img {
    height: 240px;
    width: 100%;
}
.posts.list .post:hover .infoBox .excerpt{
    color:var(--black);
}
.posts.list .defaultImg{
    height:240px;
    background-color:#727271;
}
.posts.list .post{
    border-top: 1px solid #B9B7B3;
    padding:26px 0;
}
.posts.list .post:last-child{
    border-bottom: 1px solid #B9B7B3;
}

/*********post filter*********/


.archive-info, .archive-filter{
    background-color:#FEFAF8;
}
.fl-archive--filter-clear span {
    cursor: pointer;
    text-decoration: underline;
}

.fl-archive--header .fl-archive--header-img {
    width: 38.4%;
    float: right;
}

.fl-archive--header .fl-archive--header-title {
    width: 100%;
    margin-top: 73px;
    margin-bottom: 23px;
}

.fl-archive--header .fl-archive--header-title h1 {
    color: var(--black);
    margin: 0;
    text-align:center;
}

.fl-archive--header .fl-archive--header-description{
    text-align: center;
    max-width: 830px;
    margin: 0 auto 0px;
    padding-bottom: 63px;
}

.filter-form--content.hidden {
    max-height: 1px;
    opacity:0;
}

.filter-form--header {
    display:flex;
    align-items: center;
}
.filter-form--content  {
    transition: all 0.25s linear;
    clear: both;
    display: flex;
    overflow: hidden;
    align-content: flex-start;
    opacity:0;
    max-height: 0px;
}
.filter-form--content.visible{
    padding-top: 30px;
    opacity:1;
    max-height: 1000px;
    overflow: inherit;
}

.fl-archive--filter.closed{
    background-color: var(--white);

}

.fl-archive--filter {
    background-color: var(--white);
    width: 100%;
    clear: both;
    border-radius: 6px;
    padding: 27px 42px;
}

.fl-archive--filter-refine svg {
    width: 17px;
    margin-right: 10px;
    margin-top: -4px;
}

.visiblefilters{
    opacity:0;
    visibility:hidden;
    transform:rotate(90deg);
    transition:all .15s ease;
}
.hiddenfilters{
    margin-bottom: 3px;
    opacity:0;
    visibility:hidden;
    transition:all .15s ease;
    position: absolute;
    top: 20px;
    left: 0;
}

.visiblefilters.active,
.hiddenfilters.active {
    transform:rotate(-180deg);
    opacity:1;
    visibility:visible;
}

.fl-archive--filter-refine svg#hiddenfilters {
    display: none;
}

.fl-archive--filter-refine {
    width: 50%;
    float: left;
    cursor: pointer;
}

.fl-archive--filter-refine span{
    font-family: var(--open-sans);
    color: var(--black);
    position: relative;
}
.fl-archive--filter-clear span {
    font-family: var(--open-sans);
    color: var(--blue);
    text-decoration: underline;
    font-weight: 700;
}
.fl-archive--filter.closed .fl-archive--filter-clear {
    /*display:none!important;*/
}
.fl-archive--filter-clear

.fl-archive--filter-items {
    float: left;
    width: 60%;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
}

div.filter-item {
    list-style-type: none;
    margin: 0;
    padding: 0px 50px 14px 0;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    width: 50%;
}

div.filter-item.theme {
    padding: 14px 30px 14px 7px;
}

.fl-archive--filter-refine span{
    font-family: var(--open-sans);
    color: var(--black);
}
.fl-archive--filter-clear {
    width: 50%;
    float: right;
    text-align: right;
}

.fl-archive--filter-items {
    float: left;
    width: 60%;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
}

div.filter-item {
    list-style-type: none;
    margin: 0;
    padding: 0px 50px 14px 0;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    width: 33.3%;
}

div.filter-item.theme {
    padding: 14px 30px 14px 7px;
}

div.filter-item .filter-item--label-title, div.fl-archive--filter-search .filter-item--label-title{
    margin: 0;
    color: var(--black);
    font-size: 1.111rem;
    line-height: 2.056rem;
    font-family: var(--open-sans);
    position: relative;
    width: 100%;
}

.fl-module-button.white.arrowlink a.fl-button:hover{
    background-color:transparent;
}
.fl-module-button.white.arrowlink a.fl-button:hover span{
    color:var(--blue);
}
.fl-module-button.white.arrowlink a.fl-button::after{
    content: var(--arrow-blue);
}

div.filter-item .filter-item--label-title.visible {
    z-index: 15;
}

.filter-item--label-title img {
    float: right;
}
.fl-archive--filter-search > div{
    position:relative;
}
.fl-archive--filter-search > div:not(.category-filters--go):after{
    content:url(/wp-content/uploads/noun_Search_3107569.svg);
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
}
.filter-item ul {
    list-style-type: none;
    margin: 0;
    padding: 7px 0 17px;
    z-index: 5;
}

.filter-item ul li {
    padding: 0px 0;
    font-size: 16px;
    font-size: 0.888rem;
    line-height: 28px;
    line-height: 1.55rem;
    cursor: pointer;
    font-family: var(--open-sans);
    color:var(--black);
}
.filter-item ul li label{
    font-weight:400!important;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}
.filter-item ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.filter-item ul li label .checkmark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border:solid 1px var(--black);
    border-radius:2px;
  }
  .filter-item ul li label input:checked ~ .checkmark {
    background-color: var(--blue);
    border:solid 1px var(--blue);
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .filter-item ul li label input:checked ~ .checkmark:after {
    display: block;
  }
  .filter-item ul li label .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.category-filters--go {
    display: inline-block;
}

.category-filters--go button {
    background-color: transparent;
    border-radius: 50px;
    color: var(--blue);
    border: 1px solid var(--blue);
    background-color: var(--white);
    padding: 23px 88px 23px 37px;
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 14px;
    font-size: 0.7727rem;
    line-height: 19.64px;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}

.category-filters--go button.disable {
    background-color: var(--gray-light);
    border: 1px solid var(--gray-light);
}
div.loadMore button, div.loadMore button:focus {
    margin:36px auto 0;
    display: block;
    background-color: transparent;
    border-radius: 50px!important;
    color: var(--blue);
    border: 1px solid var(--blue);
    background-color: var(--white);
    padding: 23px 37px 23px 37px;
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 0.7727rem;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
div.loadMore button.page_btn{
    margin:36px 0 0;
    padding: 23px 30px;
}
div.loadMore {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.category-filters--go button:hover, div.loadMore button:hover {
    transform:scale(1.15);
}
.category-filters--go button .a_arrow{
    padding-left:39px;
}
.category-filters--go button:hover,
.category-filters--go button:active,
.category-filters--go button:focus{
    border-radius:500px!important;
}
div.loadMore button:hover {
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fff;
}

.category-filters--go button:active,
.category-filters--go button:focus {
    outline: var(--blue) solid 2px;
}

.fl-archive--filter-search {
    width: 40%;
    float: left;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fl-archive--filter-search input::placeholder{
    color:#727271;
    font-family:var(--open-sans);
}

.fl-archive--filter-search input {
    height: 32px;
    border: none;
    font-family: var(--open-sans);
    border-bottom: 1px solid var(--blue);
    border-radius: 0;
    background-color: transparent;
    color: var(--blue);
    padding-left: 30px;
    max-width: 320px;
    font-size: 16px;
    font-size: 0.888rem;
    line-height: 28px;
    line-height: 1.556rem;
}

.fl-archive--filter-search input[type=text]:focus {
    background-color: transparent;
    border-bottom: 1px solid var(--open-sans);
    outline: #275dc5 solid 2px;
}


.fl-archive--filter-items ul li label {
    margin: 0;
    padding-left: 25px;
    position: relative;
}

.fl-archive--filter-items ul li label input {
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
    height: 15px;
    width: 15px;
    left: -25px;
    top: -1px;
}
.container input:checked ~ .checkmark {
    background-color: var(--blue);
  }
.post-type-archive .fl-archive--content {
    margin: 72px -2.5% 95px;
    display: flex;
    flex-flow: wrap;
}
.posts-container{
    transition: all 0.5s ease;
}
.posts-container .posts{
    margin-bottom:0;
}
.posts-container .post {
    display: none;
}

.posts-container .post a {
    text-decoration: none;
}

.posts-container .post a:hover,
.posts-container .post a:focus {
    text-decoration: none;
}

.fl-archive .fl-archive--content {
    margin-top:66px;
    margin-bottom:110px;
}
.fl-archive--content .posts{
    margin-bottom:0;
}
.fl-archive--content .post {
    display: none;
}

.fl-archive--content .post a {
    text-decoration: none;
}

.fl-archive--content .post a:hover,
.fl-archive--content .post a:focus {
    text-decoration: none;
}
.post-list{
    padding: 16px 32px;
    border-top: 1px solid #B9B7B3;
    display:none;
}
.active.post-list, .active.post{
    display:block;
}
.posts-list{
    padding: 66px 0;
    cursor:pointer;
}

.ajax_filter_noresults { margin: 44px;}
.ajax_filter_noresults p{
        text-align: center;
   
}

/*****hotspot map*****/
.gm-style-iw-d{
    overflow: auto;
    max-height: unset;
    background-color: var(--red);
    max-width: unset;
    padding: 0;
    color: var(--white);
}
.dialog{
    background-color: var(--red);
    padding: 20px 30px;
    max-width: 350px;
    max-height:unset;
}
/******slider******/
.image_slider3 .fl-slide-foreground p {
    line-height: 1.6667rem;
}






body:not(.fl-builder-edit) .photo-overlap {
    position: absolute;
}

body:not(.fl-builder-edit) .photo-overlap.bottom {
    bottom: -20px;
}

body:not(.fl-builder-edit) .photo-overlap.top {
    top: -37px;
}

body:not(.fl-builder-edit) .photo-overlap.right {
    right: -20px;
}

.margin0auto {margin: 0 auto;}

.stats .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--Veneer);
    font-weight: 400;
    font-size: 100px;
    /*line-height: 56px;*/
    letter-spacing: 0.01em;
}

.stats.small .fl-number .fl-number-text .fl-number-string span {
    font-size: 50px;
    font-size: 2.7778rem;
}

.stats .fl-number .fl-number-text .fl-number-string {
    font-family: var(--Veneer);
    font-weight: 400;
    font-size: 100px;
    font-size: 5.26rem;
    /*line-height:50px;*/
    /*line-height:2.63rem;*/
    white-space: initial;
    text-align: left;
    /*overflow: initial;*/
}

.scaleonhover .fl-col-content,
.scaleonhover.fl-module-box{
    transition: all .25s ease;
}

.scaleonhover .fl-col-content:hover,
.scaleonhover.fl-module-box:hover {
    transform: scale(1.05);
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: none;
    border: 0;
}

.floating-img {
    position: relative;
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.floating-txt {
    position: absolute;
    /* top: calc(100% - 200px); */
    bottom: -120px;
    transition: all .75s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.floating-txt .fl-col-content {
    position: relative;
}

.floating-img .fl-photo-content {
    overflow: hidden;
    border-radius: 6px;
}

.fl-post .floating-img img {
    height: 45vw;
    width: 44vw;
    object-fit: cover;
    object-position: 0 0%;
    transform: scale(1.5);
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content {
    height: 10vw;
    min-height:150px;
    background-color: white;
    padding:18px 18px 24px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a {
    height: 100%;
    display: flex;
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a::after {
    content: url(/wp-content/uploads/icon-ui-externallink.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 17px;
    width: 105%;
    text-align: right;
    transform: scale(.9);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content img {
    object-fit: contain;
    max-height: 100%;
}

.ticker-banner--wrapper {
    height: 140px;
    max-height: 140px;
    padding: 17px 0;
}

.ticker-banner--wrapper .slick-list,
.ticker-banner--wrapper .slick-track,
.ticker-banner--wrapper .slick-slide,
.ticker-banner--wrapper .slick-slide div,
.ticker-banner--wrapper img {
    height: 100%;
}

.ticker-banner--wrapper .ticker-icon--item,
.ticker-banner--wrapper .ticker-text--item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 88px;
}

.ticker-banner--wrapper .ticker-text--item {
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 3.3333rem;
/*     white-space: nowrap; */
}

/* accordion centered */
.fl-builder-content .centered .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 18px;
    padding-left: 0;
    /* width: 21px; */
}

.fl-builder-content .fl-module.centered .fl-accordion-content p {
    max-width: 850px;
}


.loading{
    display: none;
    transition: all 0.5s ease;
}
.loading h2{
    text-align: center;
}
.loading span{
    position:relative;
    opacity: 0;
}
.loading h2 img{
    width:34px;
    height:34px;
    margin:10px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.loading span:first-child{
    animation-name:show;
    animation-duration:1.5s;
    animation-delay:0;
    animation-iteration-count: infinite;
}
.loading span:nth-child(2){
    animation-name:show;
    animation-duration:1s;
    animation-delay:0.5s;
    animation-iteration-count: infinite;
}
.loading span:nth-child(3){
    animation-name:show;
    animation-duration:0.5s;
    animation-delay:1s;
    animation-iteration-count: infinite;
}
@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*action carousel*/
.noarrow.fl-module-button:not(.arrowlink) a.fl-button,
footer div.wpforms-container-full .wpforms-form button.wpforms-submit {
    padding: 12px 25px;
    border-radius: 100px;
    font-size: 1rem;
}
.fl-module-button.noarrow a.fl-button::after{
    display: none!important;
}
.action-carousel-slider > .fl-col-content .fl-col-content{
    overflow: hidden;
    width: 375px;
    height:100%;
    display: flex;
    flex-direction: column;
}
.action-carousel-slider > .fl-col-content .fl-col-content .btn-round{
    margin-top:auto;
}
body:not(.fl-builder-edit) .action-carousel-slider > .fl-col-content .fl-col{
    width:375px;
    height:100%;
}
body.fl-builder-edit .action-carousel-slider > .fl-col-content .fl-col{
    width:100%!important;
}

.action-carousel-row .slick-active button, .slick-active button:hover, 
.action-carousel-row .slick-active button:focus{
    color:white;
}
.action-carousel-row .slick-dots {
    padding-inline-start: 0;
}

/*************/
/* Hero area */
/*************/
.hero_area >.fl-row-content-wrap {
    /* padding-top:150px; */
}

.hero_area.round-corner >.fl-row-content-wrap {
    border-bottom-right-radius: 100px;
}
.hero-form img{
    float:right;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
body:not(.fl-builder-edit) .hero-row-home .fl-col-group .fl-col-group{
    display: flex;
    flex-direction: row;
}
body:not(.fl-builder-edit) .hero-row-home .fl-col-group .fl-col-group .hero-info-col{
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 400px;
}
body:not(.fl-builder-edit) .hero-row-home .fl-col-group .fl-col-group .hero-img-col{
    flex-shrink: 1;
    flex-grow: 1;
}
body:not(.fl-builder-edit) .hero-img,
body:not(.fl-builder-edit) .hero-img div,
body:not(.fl-builder-edit) .hero-img div img{
    width:100%;
    height:550px;
    object-fit: cover;
}
body:not(.fl-builder-edit) .hero-img{
    position:relative;
}
body:not(.fl-builder-edit) .hero-icon{
    position: absolute;
    bottom: -32px;
    left: -136px;
    z-index: 2;
}
body:not(.fl-builder-edit) .hero-img-col{
    position: relative;
}
body:not(.fl-builder-edit) .hero-row-home{
    position: relative;
    z-index: 1;
}
body:not(.fl-builder-edit) .hero-popup{
    position: absolute;
    bottom: 30px;
    right: 36px;
    z-index: 2;
}
.hero-popup .uabb-button{
    transition: all 0.2s ease;
}
.hero-popup .uabb-button:hover{
    transform: scale(1.05);
}
.hero-popup .uabb-button-text{
    font-weight: 900;
    font-size: 20px;
    font-size: 1.0526rem;
    line-height: 26px;
    line-height: 1.3684rem;
}
body:not(.fl-builder-edit) .simple-archive .fl-col-content{
    display: flex;
    gap: 26px;
    justify-content: space-between;
    align-items: flex-start;
}
body:not(.fl-builder-edit) .simple-archive-img{
    flex-shrink: 0;
    flex-grow: 0;
    width: 40%;
}

body:not(.fl-builder-edit) .simple-archive-img .fl-photo-img {width: 90%;}

.simple-archive-box .simple-archive-txt {
    max-width: 697px;
}
.share_icons span{
    font-size: 16px;
    font-size: .8421rem;
    line-height: 21px;
    line-height: 1.1053rem;
    font-weight: 500;
    color: #3B5426;
}
.share_icons img{
    height:33px;
    width:auto;
}
.share_icons {
    gap:32px;
    display: flex;
    align-items: center;
}
/**
body:not(.fl-builder-edit) .hero-row-post-large .fl-row-content{
    margin-bottom:-66px;
    position: relative;
    z-index: 1;
}
**/
body:not(.fl-builder-edit) .hero-row-post-large-icon{
    margin-top:auto;
    width:100%;
}
body:not(.fl-builder-edit) .hero-row-post-large-icon div{
    width:100%;
}
body:not(.fl-builder-edit) .hero-row-post-large-icon img{
    display: block;
    margin-left:auto;
}

body:not(.fl-builder-edit) .hero-row-post-large-img-col,
body:not(.fl-builder-edit) .hero-row-post-large-info-col{
    position: relative;
    z-index: 1;
    margin-bottom: -66px;
}
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;
}
body:not(.fl-builder-edit) .fl-col-group-equal-height .fl-col.hero-row-post-large-info-col .fl-col-content,
body:not(.fl-builder-edit) .fl-col-group-equal-height .hero-row-post-small-info-col .fl-col-content{
    align-items: flex-start;
}
.post-tag p{
    margin-bottom: 0;
    line-height: 21px;
    line-height: 1.1053rem;
    font-size: 16px;
    font-size: .8421rem;
    font-weight: 700;
}
.post-tag {
    padding: 7px 18px;
}
body:not(.fl-builder-edit) .hero-row-post-small-img,
body:not(.fl-builder-edit) .hero-row-post-small-img div,
body:not(.fl-builder-edit) .hero-row-post-small-img img{
    object-fit: contain;
}
body:not(.fl-builder-edit) .hero-row-post-small-img{
    height:100%;
    padding:66px;
    border-radius: 40px;
    background-color: white;
}
body:not(.fl-builder-edit) .hero-row-post-small-img-col{
    position: relative;
}
body:not(.fl-builder-edit) .hero-row-post-small-icon{
    position: absolute;
    right:-33px;
    bottom:-93px;
    z-index: 1;
}

/****video popup****/
.video_window_wrapper {
    width:100%;
    /* min-height:75vh; */
    min-height:550px;
    overflow:hidden;
    position:relative;
    border-radius: 40px;
}
.video_window {
    border:0;
    width:100%;
    pointer-events: none;
    transform: translateX(-25%);
}
.video_window_wrapper_inner {
    position:absolute;
    top:-150px;
    height: 200%;
    width: 200%;
}
body:not(.fl-builder-edit) .video_modal {
    position:absolute;
    z-index:2;
    bottom: 0;
}




/***********/
/* Callout */
/***********/


.threecolcards_row .fl-callout-button {padding:0 !important;}
.threecolcards_row .fl-callout-button a.fl-button {
    margin-top:44px;
    padding: 16px 30px;
    background: var(--orange-accessible);
    color: var(--white);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 19px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.11rem;
    border-radius: 100px;
    transition: all .25s ease;
    font-weight: 900;
    border:0;
}


.threecolcards_row .fl-callout-button a.fl-button:before {
    content: "";
    background-image: url(/wp-content/uploads/icon_location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all .25s ease;
}

.threecolcards_row .fl-callout-button a.fl-button:is(:hover,:focus) {
    transform: scale(1.05);
}
.threecolcards_row .fl-callout-button a.fl-button:hover {
    animation: 0.25s underline;
    background-image: linear-gradient(var(--orange-accessible), var(--orange-accessible));
}
.threecolcards_row .fl-callout-button a.fl-button:hover:before {
    transform: scale(1.4);
}

.threecolcards_row .fl-callout-text p {
    padding:0 !important;
    margin-top:24px !important;
}

.threecolcards_row .fl-callout-photo .fl-photo {
    margin-top:24px !important;
}


.twocolumn_right_card_img_offset img {
    transform: translate(30px, 36px);
}

/********************************************/
/* Card 2 column with image overlap and CTA */
/********************************************/
.card_2column_img_leftoverlap {
    transform: translateX(160px);
    margin-right: 160px;
}
.card_2column_img_leftoverlap .fl-col-group {flex-wrap: nowrap;}
body:not(.fl-builder-edit) .card_2column_img_leftoverlap .col_left {width:420px;}
body:not(.fl-builder-edit) .card_2column_img_leftoverlap .col_right {
    width:auto;
    margin-left: -60px;
}
.card_2column_img_leftoverlap .img_leftoverlap  {transform:translateX(-160px);}

/***********************/
/* Feature Image + CTA */
/***********************/
.feature_image_CTA_column_inner {
    position: relative;
    bottom: -150px;
}
.feature_image_CTA_column_inner >.fl-col-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}


/*
    =================================================
        Custom Styles for Specific Rows
    =================================================
*/

/*
    ========================================
            2 Column Text
    ========================================
*/

.text_2column p + p {
    margin-top: 32px;
}

/*
    ========================================
            Text + Helpful Checklist
    ========================================
*/
.text_helpful_links_checklist p + p {
    margin-top: 32px;
}

.text_helpful_links_checklist ul {
    margin-top: 22px;
}

.text_helpful_links_checklist ul + p {
    margin-top: 30px;
}

.text_helpful_links_checklist p a {
    background-image: linear-gradient(var(--teal-deep), var(--teal-deep));
    /* background-size: 100% 2px; */
    background-size: 100% 1px;
    font-weight: 700;
}

.text_helpful_links_checklist .button_underline.arrow_right a.fl-button {
    /* background-image: none; */
}

.text_helpful_links_checklist .button_underline.arrow_right a.fl-button:after { 
    display: inline-block;
    float: none;
    margin-left: 0;
}

.text_helpful_links_checklist .button_underline.arrow_right a span {
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--teal-deep2), var(--teal-deep2));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 2px;
    transition: all .2s ease, underline .5s ease-in-out;
    padding: 0 5px 0 0;
    background-color: transparent;
    border-radius: 0;
}

.text_helpful_links_checklist .button_underline.arrow_right a:hover span {
    padding-right:15px;
}

/*
    ========================================
            Carousel - Image
    ========================================
*/

.number-carousel-row .slick-vertical .slick-slide {
    line-height: 0;
}

/*
    ========================================
            Carousel - Text
    ========================================
*/

.number-carousel-row .number-carousel-left-col-box p {
    margin-top: 22px;
}

.number-carousel-row.carousel-cards-soft-teal .carousel-card {
    background-color: var(--teal-soft);
}

.number-carousel-row .fl-callout-number {
    margin-bottom: initial;
}
/*
    ========================================
            JUMP-TO MENU
    ========================================
*/

body:not(.fl-builder-edit) .jumpto_row a.fl-button > span {
    line-height: 1.6;
}

@keyframes jump_row_animate {
    from {opacity: 0;}
    to {opacity: 1;}
  }
body:not(.fl-builder-edit) .jumpto_row .fl-col{
    animation-name: jump_row_animate;
    opacity: 0;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
/*
    =================================================
        Custom Styles for Specific Pages
    =================================================
*/


/*
    ========================
            HOME PAGE
    ========================
*/

/* Post Grid */
.home .post-wedge.media .post:nth-child(1) .post-col.title-col {
    background-color: var(--white);    
}

/*
    ========================
            SHARE FEEDBACK PAGE
    ========================
*/

body:not(.fl-builder-edit) .hero_area .simple-archive-img.starfruit {
    transform: rotate(-16deg);
}   

/*
    ========================
            OFFER FAB AT GROCERY STORE
    ========================
*/

body:not(.fl-builder-edit) .hero-icon.radicchio {
    bottom: -12px;
    left: -20px;
    transform: scalex(-1) rotate(-8deg);
}

body:not(.fl-builder-edit) .twocolumn_right_card_img_offset.starfruit {
    /*transform: translate(-3px, 36px) rotate(-16deg);*/
}

/*
    ========================
            OFFER FAB AT OUTLET
    ========================
*/

body:not(.fl-builder-edit) .hero-icon.leaf {
    bottom: -30px;
    left: -41px;
    transform: rotate(-21deg);
}

.body:not(.fl-builder-edit) .hero-icon.leaf3 {
    bottom: 78px;
    left: -186px;
    transform: scalex(-1) rotate(-21deg);
}

.hero_area p + p {
    margin-top: 40px;
}

/*
    ========================
            DONATE PAGE
    ========================
*/

body:not(.fl-builder-edit) .photo-overlap.leaf {
    right: -86px;
    top: -34px;
}
body:not(.fl-builder-edit) .photo-overlap.strawberry {
    right: -86px;
    top: -124px;
}

/*
    ========================
            IMPACT PAGE
    ========================
*/

body:not(.fl-builder-edit) .photo-overlap.radicchio {
    right: -12px;
    top: -81px;
    transform: scalex(-1) rotate(16deg);
}

body:not(.fl-builder-edit) .testimonial-carousel-left-col .testimonial-carousel-left-col-box-img.strawberries {
    bottom: -79px;
    right: -80px;
    z-index: 10;
}

/*
    ========================
            CONTACT PAGE
    ========================
*/

.twocolumn_right_card_img_offset.orange img {
    transform: translate(27px, 20px);
    margin-top:-78px;
}

/*
    ========================
            ABOUT PAGE
    ========================
*/

body:not(.fl-builder-edit) .hero-icon.orange {
    bottom: -33px;
    left: -140px;
}

/*
    ========================
           THE LATEST
    ========================
*/
body:not(.fl-builder-edit) .hero_area .simple-archive-img.peas {
    flex-grow: 1;
}

/* Move to post.css and remove !important; */
.posts.list {
    border-bottom: none !important;
}

.posts.list .post:last-child {
    border-bottom: none !important;
}

/*
    ========================
           THE LATEST
    ========================
*/
body:not(.fl-builder-edit) .hero_area .simple-archive-img.radish {
    flex-grow: 1;
}

.marginrightauto{
    margin-right:auto;
    margin-left:0;
}







/************************/
/* WP FORMS + MAILCHIMP */
/************************/
/* CSS for manually mebedded code */
.mailchimp_form_manual #mc_embed_signup {
    background: transparent;
    clear: left;
    font: inherit;
    width: inherit;
    margin: auto;
}

.mcform_inputs .mcform_wbdy {
    margin-left:60px;
 }
.mcform_inputs {
    display: flex;
    max-width: 780px;
    color: white;
    margin: auto;
    font-family: var(--font-primary);
    margin-top: 40px;
        justify-content: center;
}
.mcform_pinfo {    
    width: 50%;    
}
.mcform_pinfo .asterisk {color:var(--yellow-soft)}

.mcform_pinfo input[type=text], 
.mcform_pinfo input[type=password], 
.mcform_pinfo input[type=email], 
.mcform_pinfo input[type=tel], 
.mcform_pinfo input[type=date], 
.mcform_pinfo input[type=month], 
.mcform_pinfo input[type=week], 
.mcform_pinfo input[type=time], 
.mcform_pinfo input[type=number], 
.mcform_pinfo input[type=search], 
.mcform_pinfo input[type=url], 
.mcform_pinfo textarea {
    border: 0;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.mcform_inputs ul label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.mcform_inputs ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mcform_inputs ul label {
    font-weight: normal;
    padding-left: 12px;
    cursor:pointer;
}

.mcform_inputs ul input[type="radio"] {
    position:relative;
    top: 5px;
}
.mcform_inputs ul input[type="radio"]:checked:before {
    background: var(--yellow-soft);
}
.mcform_inputs ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom:6px;
}
.mcform_inputs ul input[type="radio"]:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -1px;
    top: -2px;
    border: 2px solid var(--yellow-soft);
    background: var(--orange-accessible);
    border-radius: 100px;
}

#mc_embed_shell #mc_embed_signup div.mce_inline_error {
    margin: 0 0 10px;
    padding: 0;
    background-color: unset;
    font-weight: revert;
    z-index: 1;
    color: var(--wp--preset--color--black);
    position: relative;
    top: -12px;
    font-size: 16px;
}

#mc_embed_shell button, 
#mc_embed_shell input[type=button], 
#mc_embed_shell input[type=submit] {
    border: 0;
    padding: 20px 40px;
    border-radius: 100px;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 20px;
    background: var(--teal-deep);
}
.mcform_submit {text-align:center;margin-top:20px;transition:all .25s ease}
.mcform_submit input {transition:all .25s ease}
.mcform_submit input:is(:hover,:focus) {transform:scale(1.1)}

#mc_embed_shell div#mce-success-response {
    text-align: center;
    margin-top: 40px;
    background: var(--yellow-soft);
    display: inline-block;
    /* margin: auto; */
    padding: 20px 40px;
    border-radius: 10px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}



.grecaptcha-badge {display:none!important;}



body:not(.fl-builder-edit) .pum-container:focus,
body:not(.fl-builder-edit) .pum-container .pum-content:focus,
body:not(.fl-builder-edit) .pum-container .fl-builder-content:focus,
body:not(.fl-builder-edit) .pum-container .fl-row:focus,
body:not(.fl-builder-edit) .pum-container .fl-row-content-wrap:focus,
body:not(.fl-builder-edit) .pum-container .fl-col-group:focus,
body:not(.fl-builder-edit) .pum-container .fl-col:focus,
body:not(.fl-builder-edit) .pum-container .fl-col-content:focus,
body:not(.fl-builder-edit) .pum-container .fl-col-content:focus{
    outline: none !important
}