@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=PT+Serif:wght@400;700&display=swap');
/*
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... */ 

.menutemp_show {
    display:none;
}

/*
    ========================
            VARIABLES
    ========================
*/

:root {

    /* COLORS MAIN */
    --blue: #00586D;
    --turquoise: #0C8384;
    --green: #D6DC32;
    --red: #EA3A34;
    --black: #282829;
    /* COLORS SECONDARY */
    --blue-pastel: #D9F4F5;
    --turquoise-pastel: #79C6C0;
    --green-pastel: #EBEFD2;
    --red-pastel: #FCF2F2;
    --gray: #F5F5F2;
    --white: #FFFFFF;
    --gray-light: #C1BFBB;
    

    /* FONTS */
    --font-base: 'DM Sans', sans-serif;
    --font-heading: 'PT Serif', serif;

    /* ICONS */
    --arrow-white: url(/wp-content/uploads/Arrow-right-white.svg);
    --arrow-blue: url(/wp-content/uploads/arrow-blue.svg);
    --arrow-circle: url(/wp-content/uploads/arrow-circle.svg);
    --plus-icon: url(/wp-content/uploads/plus-icon-1.svg);

}




/*
    ========================
            SPACING
    ========================
*/

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




/*
    ========================
             SETUP
    ========================
*/

html, body { 
    overflow-x: hidden;
    font-family: var(--font-base);
}

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

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




/*
    ========================
            TYPOGRAPHY
    ========================
*/

html, body { 
    font-size: 17px !important;
    color: var(--black);
}

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(--font-heading);
    font-weight: 700;
    font-size: 3.7647rem;
    letter-spacing: -0.01em;
    line-height: 4.4706rem;
}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2.5882rem;
    line-height: 3.1765rem;
}

h2.large, h2 .large, .large h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 5.1765rem;
    line-height: 6.4706rem;
    letter-spacing: -0.01em;
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 1.6471rem;
    line-height: 2.3529rem;
}

h4, .h4, .h4 p, .h4 .fl-heading {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 1.2353rem;
    line-height: 1.6471rem;
}

p, .p, ul, ol {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5294rem;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 1.6471rem;
    line-height: 2.4706rem;
}

li:not(.jumpto_item) a:not(.arrowlink, .btn-round, .btn-square, .circlearrow),
span a:not(.arrowlink, .btn-round, .btn-square, .circlearrow),
p a:not(.arrowlink, .btn-round, .btn-square, .circlearrow) {
    color: var(--blue);
    position: relative;
    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 250ms ease-in-out;
    display:inline;
}


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

.styled-list ol {
    margin-left: 30px;
    margin-top: 36px;
}

.styled-list ol li {
	counter-increment: li;
	padding: 26px 38px;
	background: var(--white);
	border-radius: 10px;
}

.styled-list ol li:not(:last-of-type) {
    margin-bottom: 16px;
}

.styled-list ol li::marker {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 1.4118rem;
    line-height: 1.8235rem;
    color: var(--blue);
    content: counter(li) ".       ";
}

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



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



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


/* a.arrowlink,
.arrowlink a {
    padding-left: 15px;
    transition: all .5s ease;
}

a:hover.arrowlink,
.arrowlink a:hover {
    padding-left:25px;
} */


.mainmenu_home a {background:none}


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


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(--green);
    color: var(--blue) !important;
    padding: 11px 20px 13px;
    font-size: 9px;
    font-weight: bold;
    font-size: 0.7rem;
    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;
    transition:opacity .25s ease;
}

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;
    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
=============*/

/*
    Classes are added to the button modules:
        .btn-round      .btn-square
        .green          .white
        .arrowlink      .noarrow
        .circlearrow
*/

/* GLOBAL STYLES */
.fl-module-button a.fl-button,
.fl-module-button-group a.fl-button,
.fl-html div.wpforms-container-full button.wpforms-submit,
a.arrowlink {
    font-family:var(--font-base);
    font-weight: 700;
    font-size: 1rem;
    /* line-height: 2.1765rem; */
}

.fl-module-button:not(.noarrow) a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after,
.fl-module-button-group.download a.fl-button::after,
a.download::after,
.fl-html div.wpforms-container-full button.wpforms-submit:not(.noarrow)::after {
    position: absolute;
    width: 16.46px;
    padding-left: 12px;
    transition: all .25s ease;
}

.fl-module-button-group.circlearrow a.fl-button::after,
a.circlearrow::after,
.circlearrow a::after,
.fl-module-button-group.download a.fl-button::after,
a.download::after,
.download a::after {
    width: 16.46px;
    padding-left: 12px;
}

.fl-module-button-group.download a.fl-button::after,
a.download::after,
.download a::after {
    content: url(https://openbiome.wpengine.com/wp-content/uploads/download-icon.svg);
}

.fl-module-button-group.circlearrow a.fl-button::after,
a.circlearrow::after,
.circlearrow a::after {
    content: var(--arrow-circle);
}

.fl-module-button:not(.noarrow, .circlearrow, .download) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after,
.fl-html div.wpforms-container-full button.wpforms-submit:not(.noarrow, .circlearrow):hover::after {
    transform: translateX(10px);
}

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

.fl-module-button.green a.fl-button span,
.fl-html div.wpforms-container-full button.wpforms-submit.green {
    color: var(--blue);
}

.fl-module-button.white a.fl-button:hover span {
    color: var(--white);
}

.fl-module-button.white a.fl-button span,
.fl-module-button-group.arrowlink a.fl-button span,
.fl-module-button.arrowlink a.fl-button span,
a.arrowlink,
.fl-module-button-group.circlearrow a.fl-button span,
.fl-module-button.circlearrow a.fl-button span,
a.circlearrow,
.fl-module-button-group.download a.fl-button span,
.fl-module-button.download a.fl-button span,
a.download,
.fl-html div.wpforms-container-full button.wpforms-submit.white {
    color: var(--blue);
}



/* BORDERED BUTTONS */
.fl-module-button:not(.arrowlink) a.fl-button,
.fl-html div.wpforms-container-full .wpforms-form button.wpforms-submit {
    padding: 23px calc(38px + 16.46px) 23px 38px;
}

.fl-module-button.noarrow a.fl-button,
.fl-html div.wpforms-container-full .wpforms-form button.wpforms-submit.noarrow {
    padding: 23px 38px;
}

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

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

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

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

.fl-module-button.green a.fl-button,
.fl-html div.wpforms-container-full button.wpforms-submit.green,
.fl-module-button.green a.fl-button:hover,
.fl-html div.wpforms-container-full button.wpforms-submit.green:hover {
    background-color: var(--green);
    border: 0;
}

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

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

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



/* UNDERLINED BUTTONS
   CIRCLE ARROW BUTTONS */
.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button,
a.arrowlink,
.fl-module-button.download a.fl-button,
.fl-module-button-group.download a.fl-button,
a.download,
.fl-module-button.circlearrow a.fl-button,
.fl-module-button-group.circlearrow a.fl-button,
a.circlearrow {
    padding: 0 30px 3px 0;
    background-color: transparent;
    border: none;
    line-height: 2.1765rem;
}

.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button,
a.arrowlink {
    padding: 0 0 3px;
}

.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,
a.circlearrow {
    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,
.fl-module-button-group.circlearrow .fl-button-group-buttons,
.fl-module-button-group.download .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,
.fl-builder-content .circlearrow .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-buttons .fl-button-group-button,
.fl-builder-content .download .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,
.fl-module-button-group.download a,
.fl-module-button.download a,
a.download,
.fl-module-button-group.circlearrow a,
.fl-module-button.circlearrow a,
a.circlearrow {
    position: relative;
    text-decoration: none;
}




/*============
    IMAGES
=============*/
.fl-post .mediumheight img {
    max-height: 540px;
    height: 40vw;
    object-fit: cover;
    object-position: center bottom;
}

.fl-post .mediumheight.circle img {
    max-width: 540px;
    width: 40vw;
}

.fl-post .smallmedheight img {
    max-height: 423.46px;
    height: 31vw;
    object-fit: cover;
    object-position: center bottom;
}

.fl-post .pano img {
    max-height: 272px;
    height: 20vw;
    object-fit: cover;
    object-position: center top;
}

.fl-post .smallmedheight.circle img {
    max-width: 423.46px;
    width: 31vw;
}

.fl-post .circle img {
    border-radius: 100%;
}




/*
    =================================================
                      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(--font-base);
    font-weight: 700;
    font-size: 2.7778rem;
    line-height: 2.7778rem;
}




/*
    ========================
              TEAM
    ========================
*/

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(--font-base);
    font-weight: 400;
    font-size: 0.85rem;
    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 {
    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;
}

.icon-list .uabb-info-list-content-wrapper .uabb-info-list-icon {
    margin-right:50px;
    min-width:76px;
    }
.icon-list .uabb-info-list-content-wrapper .uabb-info-list-content {    
    width: calc( 100% - 130px ) !important;
}

.icon-list.uabb-info-list .uabb-info-list-left, 
.icon-list.uabb-info-list .uabb-info-list-right {
    display:flex;
}




/*
    ========================
          HOTSPOT MAP
    ========================
*/
#powerTip {
    background-color: var(--blue);
    padding: 20px 30px;
    max-width: 350px;
}

#powerTip .h4 {
    margin-bottom: 10px;
}

#powerTip.n:before,
#powerTip.ne:before,
#powerTip.nw:before {
    border-top: 10px solid var(--blue);
}

#powerTip.s:before,
#powerTip.se:before,
#powerTip.sw:before {
    border-bottom: 10px solid var(--blue);
}

#powerTip * {
    color: var(--white);
}

.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: 1.25rem;
    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: 1rem;
    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: 0.82rem;
    line-height: 1.36rem;
    font-size: 1rem;
}
.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: 0.82rem;
    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;
    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: 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;
    line-height: 37px;
    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;
}




/*
    ========================
            TIMELINE
    ========================
*/

/*============
    GENERAL
=============*/

.timeline-list .item--arrow .cls-1 {
    fill: var(--white);
    transition: all .25s;
}

.timeline-list .item--arrow {
    height: 19px;
    width: 16px;
    position: absolute;
}

.timeline-list .item--title {    width: 100%;}

.timeline-list .timeline-list_item .item--details:hover .item--arrow .cls-1 {
    fill: var(--blue);
}

.timeline-list .timeline-list_item .item--details {
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 36px;
    border-radius: 6px;
    width: 100%;
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details:hover {
    background-color: var(--blue);
}

.timeline-list .timeline-list_item .item--details img {
    margin-bottom: 26px;
    border-radius: 10px;
}

.timeline-list .timeline-list_item .item--details p {
    width: 100%;
    color: var(--black);
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details p:not(.h4) {
    margin-top: 16px;
}

.timeline-list .timeline-list_item .item--details p.item--desc {
    width: 100%;
    margin-bottom: 0;
    color: var(--black);
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details a {
    margin-top: 16px;
    cursor: pointer;
    margin-left: 0;
}

.timeline-list .timeline-list_item:hover .item--details a {
    color: var(--white);
}

.timeline-list .timeline-list_item:hover .item--details a::after {
    content:url(/wp-content/uploads/Arrow-right-white.svg);
}

.timeline-list .timeline-list_item:hover .item--details a::before {
    background-color: var(--white);
}

.timeline-list .timeline-list_item .item--details:hover a,
.timeline-list .timeline-list_item .item--details:hover .h4,
.timeline-list .timeline-list_item .item--details:hover p {
    color: var(--white);
}




/*============
    ALIGNED
=============*/

.timeline-list.aligned .item--arrow {
    left: -15px;
}

.timeline-list.aligned .timeline-list_item .item--details {
    margin-left: 5%;
}

.timeline-list.aligned li.timeline-list_item {
    position: relative;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}

.timeline-list.aligned li.timeline-list_item::before {
    position: absolute;
    left: -52px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: var(--blue);
    content: '';
}

.timeline-list.aligned li.timeline-list_item:not(:first-of-type, :last-of-type)::after {
    position: absolute;
    left: -43.5px;
    height: calc(100% + 36px);
    width: 3px;
    border-radius: 50px;
    background-color: var(--blue);
    content: '';
    top: 0;
}

.timeline-list.aligned li.timeline-list_item:first-of-type::after {
    position: absolute;
    left: -43.5px;
    height: calc(50% + 36px);
    width: 3px;
    border-radius: 50px;
    background-color: var(--blue);
    content: '';
    bottom: -36px;
}

.timeline-list.aligned li.timeline-list_item:last-of-type::after {
    position: absolute;
    left: -43.5px;
    height: 50%;
    width: 3px;
    border-radius: 50px;
    background-color: var(--blue);
    content: '';
    top: 0;
}

/* Uncomment for full height timeline chain with border */
/*ul.timeline-list.aligned {
     border-left: 3px solid var(--blue);
    list-style-type: none;

}

ul.timeline-list.aligned:before {
    position: absolute;
    transform: translateX(-48.5px);
    height: 1px;
    width: 16px;
    background-color: var(--blue);
    content: '';
} */




/*============
  ALTERNATING
=============*/

ul.timeline-list.alt {
    list-style-type: none;
    position: relative;
    padding-inline-start: 0;
}

.timeline-list.alt li.timeline-list_item {
    max-width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.timeline-list.alt li.timeline-list_item:nth-child(even) {
    margin: auto 0 auto auto;
    padding-left: 9%;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd) {
    padding-right: 9%;
}

.timeline-list.alt li.timeline-list_item:nth-child(even) .item--arrow {
    left: -15px;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd) .item--arrow {
    right: -15px;
    transform: rotate(180deg);
}

.timeline-list.alt li.timeline-list_item::before,
.timeline-list.alt li.timeline-list_item::after {
    position: absolute;
    background-color: var(--blue);
    content: '';
}

.timeline-list.alt li.timeline-list_item::before {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: flex;
}

.timeline-list.alt li.timeline-list_item:nth-child(even)::before {
    left: -10px;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd)::before {
    right: -10px;
}

.timeline-list.alt li.timeline-list_item::after {
    width: 3px;
}

.timeline-list.alt li.timeline-list_item:nth-child(even)::after {
    left: -1.5px;
    top: 0;
}

.timeline-list.alt li.timeline-list_item:nth-child(even):not(:first-of-type, :last-of-type)::after {
    height: calc(100% + 36px);
}

.timeline-list.alt li.timeline-list_item:last-of-type:nth-child(even)::after {
    height: 50%;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd):not(:first-of-type, :last-of-type)::after {
    right: -1.5px;
    height: calc(100% + 36px);
    top: 0;
}

.timeline-list.alt li.timeline-list_item:first-of-type::after {
    right: -1.5px;
    height: calc(50% + 36px);
    bottom: -36px;
}

.timeline-list.alt li.timeline-list_item:last-of-type:nth-child(odd)::after {
    right: -1.5px;
    height: 50%;
    top: 0;
}




/*
    ========================
            ACCORDION
    ========================
*/

.fl-builder-content .midwidth .fl-accordion-button {
    width: 100%;
    display: flex;
}




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

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 1.2222rem;
    line-height: 1.9444rem;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    /* padding-right: 38px; */
    display: inline;
    min-width: 21px;
    margin-right: 43px;
    padding: 0;
    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.fa-plus::before {
    background: var(--plus-icon) center center / cover no-repeat;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-minus::before {
    background: var(--blue);
    clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.fl-accordion-item {
    position: relative;
}




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

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

button.materials-cats_btn {
    padding: 10px;
    color: var(--blue);
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    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(--font-base);
    font-weight: 700;
    font-size: 1.1111rem;
    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(--font-base);
    font-weight: 400;
    font-size: 0.6667rem;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    margin: 8px;
    right: 0;
}




/*============
     LIST
=============*/
.materials-list.list {
    border-top: 1px solid #8BC4BF;
}

.materials-list.list a {
    display: block;
    color: var(--black);
    border-bottom: 1px solid #8BC4BF;
    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: 1.2222rem;
    position: relative;
    max-width: 450px;
}

.materials-list.list .item--desc p:not(.h4) {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 0.9444rem;
    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(--font-base);
    font-weight: 400;
    font-size: 0.6667rem;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 16px));
}




/*
    ========================
              FORM
    ========================
*/

/* Section titles */
.fl-html div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 1.2222rem;
    line-height: 1.9444rem;
    margin-bottom: 23px;
    color: var(--blue);
}

/* Remove asterisk from required fields */
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}

.fl-html div.wpforms-container-full .wpforms-form .wpforms-field,
.fl-html div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}

/* Text fields */
.fl-html div.wpforms-container-full .wpforms-form input[type=text],
.fl-html div.wpforms-container-full .wpforms-form input[type=email],
.fl-html div.wpforms-container-full .wpforms-form input[type=tel],
.fl-html div.wpforms-container-full .wpforms-form input[type=number],
.fl-html div.wpforms-container-full .wpforms-form textarea,
.fl-html div.wpforms-container-full .wpforms-form select {
    border: 1px solid var(--blue);
    border-radius: 6px;
    padding: 23px 30px;
    resize: none;
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
}

.fl-html div.wpforms-container-full .wpforms-form .wpforms-field-sublabel,
.fl-html div.wpforms-container-full .wpforms-form .wpforms-field-description {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
}

.fl-html div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
    padding: 0 23px !important;
    height: 48px;
}

.fl-html div.wpforms-container-full .wpforms-form input::placeholder,
.fl-html div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
    opacity: .7;
}

.fl-html div.wpforms-container-full .wpforms-form .wpforms-field-address select {
    padding: 0 16px;
}

/* Separators */
.fl-html .wpforms-field-divider {
    border-bottom: 1px solid var(--black) !important;
    margin: 44px 0 26px !important;
}

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

/* Padding for last section */
.fl-html div.wpforms-container-full .wpforms-form .wpforms-field:last-of-type {
    margin-bottom: 44px;
}

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

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

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

/* Labels */
.fl-html div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: #2e2e2e;
    padding-left: 56px;
    display: inline-block;
}

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

.fl-html 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 */
.fl-html div.wpforms-container-full .wpforms-form input[type=checkbox],
.fl-html div.wpforms-container-full .wpforms-form input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0px;
}

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

/* Custom input */
.fl-html div.wpforms-container-full .wpforms-form input[type=checkbox]::after,
.fl-html div.wpforms-container-full .wpforms-form input[type=radio]::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border: 1px solid var(--blue);
}

.fl-html div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
    border-radius: 6px;
}

.fl-html div.wpforms-container-full .wpforms-form input[type=radio]::after {
    border-radius: 100px;
}

.fl-html div.wpforms-container-full .wpforms-form input[type=checkbox]:checked::after {
    background-color: var(--blue);
    content: url(/wp-content/uploads/checkmark.svg);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.fl-html div.wpforms-container-full .wpforms-form input[type=radio]:checked::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 5.5px;
    height: 13px;
    width: 13px;
    background-color: var(--black);
    border-radius: 100px;
    z-index: 1;
}

/*=============
    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;
}




/*
    =================================================
                      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;
    }
}
/*********Safari*********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        height: 14px;
        border: 1000px;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
        left:-2px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]{
        top:3px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]:after{
        top:-3px;
    }
}















.image_slider3 .fl-slide-content{
    position: absolute;
    background: var(--gray-light);
    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: 0% 1px;
    transition: background-size 500ms ease-in-out;
    display:inline;
    font-size:1.1rem;
    font-family: var(--font-base);
    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 forwards;
}
@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-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: 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;
}
.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: 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;
}
.post-row:not(.post0) .title-col h3{
    margin-bottom:26px;
}
.post2 p, .post1 p{
    display:none;
}
.fmm .post2 p, .fmm .post1 p{
    display:block;
}
/******filterable posts******/

.postBottom{
    padding:0 15px;
    margin-top: auto;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:#727271;
}
.post-list .defaultImg{
    height:240px;
    background-color:#727271;
}
.posts{
    margin-top:66px;
}
.infoPost{
    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{
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--black);
    margin-right:13px;
}
.post-list .postLeft{
    flex:1;
    margin-top:32px;
}
.post-list .postCenter{
    flex:5;
    padding-left:5vw;
    padding-right:10vw;
}
.post-list .postRight{
    flex:3;
}
.post-list img {
    height: 240px;
    width: 100%;
}
.post-list .tags{
    display: inline-block;
    padding: 6px 6px;
    font-size: 0.6364rem;
    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;
}
.post-list:last-child{
    border-bottom: 1px solid #B9B7B3;
}
.post-wedget.carrousel-news .postBox .imgBox{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    gap: 20px;
    align-items: center;
}
.post-wedget.carrousel-news .postBox .imgBox .date{
    font-size: 0.777rem;
    font-weight: 600;
    color: #727271;
    line-height: 1;
}
.post-wedget:not(.carrousel-news) .post .tags, .posts .post .tags
{
    position: absolute;
    top: 13px;
    left: 13px;
}
.carrousel-two-column.post-wedget.carrousel .post .postBox{
    width:calc(100% - 33px);
}
.carrousel-two-column.post-wedget.carrousel .post .infoBox, .carrousel-two-column.post-wedget.carrousel .post .postBottom{
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 10px;
}
.carrousel-two-column.post-wedget.carrousel .post .imgBox{
    height: 400px;
    margin-bottom: -88px;
}
.carrousel-two-column.post-wedget.carrousel .post .infoBox{
    position:relative;
}
.carrousel-two-column.post-wedget.carrousel .post .imgBox img{
    height: 400px;
}
.carrousel-two-column.post-wedget.carrousel .slick-active:not(.slick-current) .postBox{
    float:right;
}
.post {
    cursor:pointer;
}
.posts .post h3 a, .post-wedget .post h3 a, .post-list h3 a, .post-row 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:0.6364rem;
    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:0 12px 0px;
}

.infoBox h3{
    margin:26px 0 16px;
}
.post:hover img{
    transform: scale(1.05);
}
.post-list .imgBox img{
    transform: scale(1);
    transition: all 0.5s ease;
}
.post-list .imgBox img:hover{
    transform: scale(1.05);
}
/*********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{
    margin-bottom:10px;
    position:absolute;
    opacity:1;
    transition:all .25s ease;
    display:block !important;
        top: 17px;
        left: -25px;
}
.hiddenfilters{
    margin-bottom: 3px; 
    position:absolute;
    opacity:0;
    transition:all .25s ease; 
    display:block !important;     
        top: 11px;
        left: -25px;
}

.fl-archive--filter.closed .visiblefilters {opacity:0;transform:rotate(180deg)}
.fl-archive--filter.closed .hiddenfilters {opacity:1;transform:rotate(180deg)}

.fl-archive--filter-refine >span {position:relative;}



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

.fl-archive--filter-refine span{
    font-family: var(--font-base);
    color: var(--black);
}
.fl-archive--filter-clear span {
    font-family: var(--font-base);
    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(--font-base);
    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(--font-base);
    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: 0.888rem;
    line-height: 1.55rem;
    cursor: pointer;
    font-family: var(--font-base);
    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(--font-base);
    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 {
    margin:36px auto 0;
    display: block;
    background-color: transparent;
    border-radius: 50px;
    color: var(--blue);
    border: 1px solid var(--blue);
    background-color: var(--white);
    padding: 23px 37px 23px 37px;
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 0.7727rem;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
.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(--black);
    background-color: var(--black);
    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(--font-base);
}

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

.fl-archive--filter-search input[type=text]:focus {
    background-color: transparent;
    border-bottom: 1px solid var(--font-base);
    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;
}
.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;
}
.posts-list{
    padding: 66px 0;
    cursor:pointer;
}
.post-list .postBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
/******post carrousel*****/
.post-wedget.carrousel-image .post{
    padding:0 44px 0 0;
}
.post-wedget.carrousel-news .post{
    padding:0 26px 0 0;
}
.post-wedget.carrousel-news .post .postBox{
    padding:0 26px 0 0;
    border-right:1px solid #C1BFBB;
}
.post-wedget.carrousel-image .postBox .imgBox {
    height:260px;
}
.post-wedget.carrousel .post .postBox{
    width:368px;
}
.post-wedget.carrousel .post .postBox a.arrowlink{
    margin-left:0;
}

.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-wedget.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;
}
/*****hotspot map*****/
.fl-module:not(.htmlmap) .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;
}
/***background size***/
/*
.background-120vh .fl-row-content-wrap{
    height:120vh;
}

.background-75vh .fl-row-content-wrap{
    height:75vh;
}
*/
/*****form****/
body:not(.fl-builder-edit) div.wpforms-container-full .wpforms-form input[type=checkbox]:focus, body:not(.fl-builder-edit) div.wpforms-container-full .wpforms-form input[type=radio]:focus{
    box-shadow:none!important;
}
div.wpforms-container-full .wpforms-form input[type=radio]:checked::before{
    top: 3px;
    left: 6px;
}
/*************tab***********/

.fl-tabs .fl-tabs-label.fl-tab-active {
    text-decoration: underline;
    color: var(--blue);
}
.fl-tabs .fl-tabs-panel-content-col2 p, .fl-tabs .fl-tabs-label{
    font-size:var(--font-base);
}














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

blockquote p {
    font-size: 1.6471rem;
    line-height: 2.3529rem;
    font-weight: 600;
}

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

.photo-overlap {
    /* bottom: -66px; */
    bottom: 66px;
    width: calc(100% - 140px);
    max-width: 1366px;
}

.photo-overlap.top {
    top: -37px;
}

.margin0auto {margin: 0 auto;}

.stats .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 4.1176rem;
    line-height: 2.2353rem;
    color: var(--blue);
}

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

.stats .fl-number .fl-number-text .fl-number-string {
    font-family: var(--font-base);
    font-size: 4.1176rem;
    line-height: 2.2353rem;
    white-space: initial;
    text-align: left;
}

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

.scaleonhover .fl-col-content: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);
}

body:not(.fl-builder-edit) .floating-txt {
    position: absolute;
}

.floating-txt {
    /* position: absolute; */
    /* top: calc(100% - 200px); */
    bottom: -170px;
    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: 100% 100% 100% 0;
    width: auto;
}

.fl-post .floating-img img {
    height: 40vw;
    width: 40vw;
    max-width: 540px;
    max-height: 540px;
    object-fit: cover;
    object-position: 75% top;
    /* transform: scale(1.25); */
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content {
    height: 10vw;
    background-color: white;
    padding: 24px 18px;
    border-radius: 6px;
    position: relative;
}

.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(https://loopsunrise.wpengine.com/wp-content/uploads/Icon-feather-external-link.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 17px;
    width: 100%;
    text-align: right;
}

.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(--font-base);
    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: 92px;
}

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


/* Map */
.htmlmap #storepoint-container form {text-align:center}
.htmlmap #storepoint-container #storepoint-search #storepoint-searchbar {
    border-radius:10px;
    border:1px solid var(--turquoise);
    color:  var(--turquoise);
}

.htmlmap #storepoint-container .storepoint-location .storepoint-name, 
.htmlmap #storepoint-container .storepoint-location .storepoint-address, 
.htmlmap #storepoint-container .storepoint-location .storepoint-contact a.storepoint-sidebar-phone, 
.htmlmap #storepoint-container #storepoint-map div.storepoint-location-popup b, 
.htmlmap #storepoint-container #storepoint-map div.storepoint-location-popup p,
.htmlmap #storepoint-container #storepoint-map div.storepoint-location-popup a, 
.htmlmap #storepoint-container .mapboxgl-ctrl-geocoder input[type=text], 
.htmlmap #storepoint-container #storepoint-search .storepoint-dropdown, 
.htmlmap #storepoint-container .storepoint-location div, 
.htmlmap #storepoint-container #storepoint-map .storepoint-popup-tags span {
    font-family: var(--font-base) !important;
}

.htmlmap #storepoint-container #storepoint-search .storepoint-dropdown {
    border-radius:10px;
    border:1px solid var(--turquoise)  !important;
}

.htmlmap #storepoint-container .storepoint-location .storepoint-contact a.storepoint-sidebar-phone, 
.htmlmap #storepoint-container #storepoint-map div.storepoint-location-popup a, 
.htmlmap #storepoint-container #storepoint-panel .storepoint-no-results a {
    color:var(--turquoise) !important;
}

.htmlmap #storepoint-container #storepoint-panel a.storepoint-btn, 
.htmlmap #storepoint-container #storepoint-map div.storepoint-location-popup a.storepoint-popup-directions.stpt_website_button {
    background-color: var(--turquoise)  !important;
    border-radius:10px;
}

.htmlmap #storepoint-container #storepoint-search {padding:15px 0;}
.htmlmap #storepoint-container .storepoint-location, 
.htmlmap #storepoint-container .storepoint-location:hover {
    border-bottom: 1px solid #70BFB8!important;
}


/* SEARCH */
.search-results .fl-archive .fl-archive-title {color:var(--blue);}
.search-results .fl-content {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.search-results .fl-sidebar {display:none}
.search-results .fl-archive.container {max-width:1366px;padding:72px;width: initial;}
.search-results .fl-archive.container a:hover{
    color:var(--blue);
    text-decoration:underline !important;
}
.search-results .fl-post-more-link {display:none}
.search-results .fl-post-meta {display:none}
.search-results .fl-post-thumb img {max-width:150px;}
.search-results .fl-post-content {
    max-width: 980px;
}


/* WP DataTables */
.wpdt-c .btn:not(.btn-link) {
    color: #fff;
    background: #00586D;
}