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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff'),
        url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.eot');
    src: url('../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff'),
        url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.eot');
    src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.eot');
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff'),
        url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.eot');
    src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.eot');
    src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roc Grotesk Condensed';
    src: url('../fonts/RocGrotesk-CondensedMedium.eot');
    src: url('../fonts/RocGrotesk-CondensedMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RocGrotesk-CondensedMedium.woff2') format('woff2'),
        url('../fonts/RocGrotesk-CondensedMedium.woff') format('woff'),
        url('../fonts/RocGrotesk-CondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



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

:root {

    /* COLORS */
    --purple: #631A52;
    --yellow: #F89A1E;
    --green: #044C4A;
    --offwhite: #FDF4E2;
    --white: #FFFFFF;
    --blue: #BCDBDE;
    --pink: #FFB5C3;
    --black:#000000;

    /* FONTS */
    --open-sans: 'Open Sans', sans-serif;
    --manrope: 'Manrope';
    --rocgrotesk: 'Roc Grotesk Condensed';


    /* ICONS */
    --arrow-white: url(/wp-content/uploads/noun_right_3560599.svg);
    --arrow-black: url(/wp-content/uploads/ArrowDown_Black.svg);
    --arrow-purple:url(/wp-content/uploads/Arrow_Purple.svg);
    --arrow-yellow:url(/wp-content/uploads/noun_right_3560599-1.svg);
}




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

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




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

html, body { 
    overflow-x: hidden;
}

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

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




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

html, body { 
    font-size: 18px !important;
    color: #000000;
}

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 {
    color:var(--purple);
    font-family: var(--rocgrotesk);
    font-weight: 500;
    font-size: 83px;
    font-size: 4.611rem;
    letter-spacing: 0;
    line-height: 4.278rem;
}

h2, .h2, .h2 p, .h2 .fl-heading {
    color:var(--purple);
    font-family: var(--rocgrotesk);
    font-weight: 500;
    font-size: 64px;
    font-size: 3.556rem;
    line-height: 3.333rem;
}

h3, .h3, .h3 p, .h3 .fl-heading {
    color:var(--purple);
    font-family: var(--rocgrotesk);
    font-weight: 500;
    font-size: 40px;
    font-size: 2.222rem;
    line-height: 2.5rem;
}

h4, .h4, .h4 p, .h4 .fl-heading {
    color:var(--purple);
    font-family: var(--rocgrotesk);
    font-weight: 500;
    font-size: 24px;
    font-size: 1.333rem;
    line-height: 1.444rem;
}

h5, .h5, .h5 p, .h5 .fl-heading {
    color:var(--black);
    font-family: var(--manrope);
    font-weight: 700;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.3333rem;
}

p, .p, ul, ol {
    color:var(--black);
    font-family: var(--manrope);
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.667rem;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    color:var(--black);
    font-family: var(--manrope);
    font-weight: 400;
    font-size: 22px;
    font-size: 1.2222rem;
    line-height: 1.9444rem;
}

p a:not(.arrowlink, .btn-round, .btn-square) {
    color: var(--black);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--purple), var(--purple));
    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: 21px;
}

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

a.arrowlink.light,
.fl-module-button.arrowlink.light  a.fl-button, 
.fl-module-button-group.arrowlink.light a.fl-button
 {
  filter: brightness(50);
}

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



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



/* 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(--purple);
    color: var(--white) !important;
    padding: 11px 20px 13px;
    font-size: 9px;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1;
    font-family: var(--manrope);
    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;
    width:167px;
}
.share_reverse_color a.acc_external_link .acc_external, .share_reverse_color .acc_external_link a .acc_external, .share_reverse_color a .acc_external, .share_reverse_color .acc_external{
    color: var(--purple)!important;
    background: var(--white) !important;
}
a.acc_external_link:hover .acc_external, 
.acc_external_link a:hover .acc_external,
a.acc_external_link:focus .acc_external, 
.acc_external_link a:focus .acc_external,
a:hover .acc_external,
a:focus .acc_external
{
    visibility: visible;
    opacity: 1;
    
}

a.acc_external_link:focus .acc_external, 
.acc_external_link a:focus .acc_external,
a:focus .acc_external
{
    top: 10px !important;
    left: -75px !important;
    position: absolute;
    visibility: visible;
    opacity: 1;
    display: block; 
}
.uabb-photo-gallery-content{
    overflow:visible!important;
}
a.share_icon:focus .acc_external{
    top: 20px !important;
}
a:not(.slider-next, .slider-prev):focus{
    position:relative;
}
.uabb-photo-gallery-content a:focus{
    position:static;
}
.uabb-photo-gallery-content a:focus .acc_external{
    top: 92px !important;
    left: -50px !important;
    z-index: 99;
}
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
        .blue           .white
        .arrowlink      .noarrow
*/

/* GLOBAL STYLES */
.fl-module-button a.fl-button,
.fl-module-button-group a.fl-button,
div.wpforms-container-full button.wpforms-submit,
a.arrowlink {
    font-family:var(--manrope);
    font-weight: 700;
    font-size: 1.0556rem;
}

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

.fl-module-button.arrowlink a.fl-button::after,
.image_slider3 .fl-button-wrap a::after,
.program:not(.type-program) a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after{
    padding-left: 30px;
    transition: all 0.25s ease;
}
.fl-module-button.arrowlink a.fl-button:hover::after,
.image_slider3 .fl-button-wrap a:hover::after,
.program:not(.type-program) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after{
    padding-left: 36px;
}

.fl-module-button:not(.noarrow, .arrowlink) a.fl-button:hover::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow):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,
div.wpforms-container-full button.wpforms-submit {
    transition: all .25s ease;
}

.fl-module-button.purple a.fl-button span,
div.wpforms-container-full button.wpforms-submit.purple {
    color: var(--white);
}
.fl-module-button.purple a.fl-button,
div.wpforms-container-full button.wpforms-submit.purple {
    background-color: var(--purple);
    border:1px solid var(--purple);
}
.fl-module-button.yellow a.fl-button span,
div.wpforms-container-full button.wpforms-submit.yellow {
    color: var(--black);
}
.fl-module-button.yellow a.fl-button,
div.wpforms-container-full button.wpforms-submit.yellow {
    background-color: var(--yellow);
    border:1px solid var(--yellow);
}


.fl-module-button-group.arrowlink a.fl-button span,
.fl-module-button.arrowlink a.fl-button span,
a.arrowlink{
    color: var(--purple);
}



/* BORDERED BUTTONS */
.fl-module-button:not(.arrowlink) a.fl-button,
div.wpforms-container-full .wpforms-form button.wpforms-submit {
    padding: 21px 68px 21px 37px;
}
.fl-module-button.noarrow:not(.arrowlink) a.fl-button,
footer div.wpforms-container-full .wpforms-form button[type=submit]{
    padding: 21px 37px 21px 37px;
}
footer div.wpforms-container-full .wpforms-form button[type=submit]{
    color:var(--white);
    background-color: var(--green);
    border-color: var(--green);
}
footer div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    color:var(--green);
    background-color: var(--white);
    border-color: var(--white);
}
.fl-module-button.noarrow a.fl-button::after{
    display: none!important;
}
.fl-module-button:not(.arrowlink) a.fl-button:hover,
.fl-module-button:not(.arrowlink) a.fl-button:focus,
div.wpforms-container-full button.wpforms-submit:hover {
    transform: scale(1.05);
}

/* 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.purple a.fl-button:hover,
.fl-module-button.purple a.fl-button:focus,
div.wpforms-container-full button.wpforms-submit.purple:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color:var(--purple);
}

.fl-module-button.yellow a.fl-button:hover,
.fl-module-button.yellow a.fl-button:focus,
div.wpforms-container-full button.wpforms-submit.yellow:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color:var(--black);
}
.fl-module-button.purple a.fl-button:hover span,
.fl-module-button.purple a.fl-button:focus span,
div.wpforms-container-full button.wpforms-submit.purple:hover {
    color:var(--purple);
}

.fl-module-button.yellow a.fl-button:hover span,
.fl-module-button.yellow a.fl-button:focus span,
div.wpforms-container-full button.wpforms-submit.yellow:hover {
    color:var(--black);
}


a.arrowlink::after,
.image_slider3 .fl-button-wrap a::after,
.program:not(.type-program)  a.fl-button::after,
.arrowlink a::after{
    content: var(--arrow-purple);
}

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

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

.fl-module-button.purple a.fl-button:hover::after,
.fl-module-button.purple a.fl-button:focus::after,
div.wpforms-container-full button.wpforms-submit.purple:hover::after{
    content: var(--arrow-purple);
}

.fl-module-button.yellow a.fl-button:hover::after,
.fl-module-button.yellow a.fl-button:focus::after,
div.wpforms-container-full button.wpforms-submit.yellow:hover::after{
    content: var(--arrow-black);
}

.fl-module-button.arrowdown a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.arrowdown::after{
    transform: translateX(21px) translateY(-6px) rotate(90deg);
    transform-origin: top;
}

.fl-module-button.arrowup a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.arrowup::after{
    transform: translateX(21px) translateY(6px) rotate(-90deg);
    transform-origin: bottom;
}

.fl-module-button.arrowdown:not(.noarrow, .arrowlink) a.fl-button:hover::after,
div.wpforms-container-full button.wpforms-submit.arrowdown:hover::after{
    transform: translateX(41px) translateY(-6px) rotate(90deg);
    transform-origin: top;
}

.fl-module-button.arrowup:not(.noarrow, .arrowlink) a.fl-button:hover::after,
div.wpforms-container-full button.wpforms-submit.arrowup:hover::after{
    transform: translateX(41px) translateY(6px) rotate(-90deg);
    transform-origin: bottom;
}


/* UNDERLINED BUTTONS */

.fl-module-button.arrowlink.splash a.fl-button{
    padding: 0 0 3px 0;
}
.fl-module-button.arrowlink.splash a.fl-button:hover{
    padding: 0 0 3px 0;
}
.fl-module-button.arrowlink.splash a.fl-button::after{
    position:relative;
}

.fl-module-button.arrowlink.noarrow a.fl-button,
.fl-module-button-group.arrowlink.noarrow a.fl-button,
a.arrowlink.noarrow{
    padding: 0 0px 3px 0!important;
}
.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button,
a.arrowlink {
    padding: 0 46px 3px 0;
    background-color: transparent;
    border: none;
}

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

.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;
}

/*============
    IMAGES
=============*/
.fl-post .mediumheight img{
    max-height: 460px;
    height: 30vw;
    object-fit: cover;
    object-position: center top;
    width:100%;
}
.fl-post .mediumheight .fl-photo-content{
    width:100%;
}

.fl-post .largeheight img {
    max-height: 623px;
    height: 45.6vw;
    object-fit: cover;
    object-position: center bottom;
    width: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(--open-sans);
    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(--open-sans);
    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;
}




/*
    ========================
          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: 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: var(--manrope);
    font-size: 1rem;
    line-height: 1.667rem;
}
.white.image_slider1 .fl-slide-foreground p{
    color:#fff!important;
}
.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% - 58px);
    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: 20px;
    display:flex;
}
.image_slider1 .slide-counter,
.image_slider2 .slide-counter,
.image_slider3 .slide-counter {
    font-family: var(--manrope);
    font-weight: bold;
    font-size: 0.89rem;
    line-height: 1.94rem;
    color: #000;
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 9;
    transition: all 0.25s linear;
}
.white.image_slider1 .slide-counter{
    color: #fff;
}

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


.image_slider1 .fl-slide-photo img{
    height: auto;
    width:100%;
    object-fit:cover;
}

.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/Group-6670.svg) center center / cover no-repeat;
    width: 70px;
    height: 70px;
    display:block;
    margin:auto;
}
.image_slider1 .fl-content-slider-navigation .slider-prev:before, .image_slider1 .fl-content-slider-navigation .slider-next:before{
    background:url(/wp-content/uploads/Group-5739.svg) center center / cover no-repeat;
}

.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_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after
{content:"Back";}


.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 .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 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;
}




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

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

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 38px;
    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: 36px;
    position: absolute;
}
.fl-builder-content .video-transcript .fl-accordion-button .fl-accordion-button-icon::before{
    top: 32px;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-plus::before {
    background: url(/wp-content/uploads/Group-5500.svg) center center / cover no-repeat;
}

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

.fl-accordion-item {
    position: relative;
}
.fl-post .faq-img img[class*="wp-image-"]{
    width: calc(100% + 160px);
    max-width: 638px;
    position: relative;
    left: -160px;
    max-height: 100%;
}



/*
    ========================
           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: 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(--open-sans);
    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(--open-sans);
    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 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: 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: 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(--open-sans);
    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 */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--manrope);
    font-weight: 700;
    font-size: 0.889rem;
    line-height: 1.167rem;
    margin-bottom: 16px;
}

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

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

/* 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 {
    border: 1px solid #322D2F;
    border-radius: 6px;
    padding: 23px 30px;
    resize: none;
    font-family:var(--manrope);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
}

div.wpforms-container-full .wpforms-form input::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family:var(--manrope);
    color:var(--black);
}

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

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

/* 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-family: var(--open-sans);
    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: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 */
div.wpforms-container-full .wpforms-form input[type=checkbox]::after,
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(--black);
}

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

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

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

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;
    }
}

.slider-green-icon-row > .fl-row-content-wrap{
    background-position: calc(-355px + 100vw) 100px;
    background-attachment: scroll;
    background-size: 300px;
}
.image_slider3 .fl-slide-content{
    position: absolute;
    background: var(--offwhite);
    min-height: calc(100% - 164px);
    max-height: calc(100% - 72px);
    height:unset;
    bottom: 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-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-slide-title:not(.subtitle){
    color:#2E2E2E;
    margin-bottom:36px!important;
}
.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/Group-6670.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;
}
.program:not(.type-program) a.fl-button, .program:not(.type-program) a.fl-button:hover, .program:not(.type-program) a.fl-button:focus,
.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(--purple);
    text-decoration: none;
    background-image: linear-gradient(var(--purple), var(--purple));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 500ms ease-in-out;
    font-size:1rem;
    font-family: var(--manrope);
    font-weight: 600;
    display: inline-block;
}
.program:not(.type-program) .btn_program{
    margin-top: auto;
}
.program:not(.type-program) .img_program{
    border-radius: 20px;
    overflow: hidden;
}

.program:not(.type-program) a.fl-button span,
.image_slider3 a.fl-button span{
    color:var(--purple);
    font-weight: 800;
}
.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% - 200px)!important;
    margin: 0px 100px;
}

/*****************/
/***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*****/
.play-btn-purple .uabb-video__play-icon{
    background-color: var(--purple);
}
.uabb-video__play-icon {
    background-color: var(--green);
    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: 20px;
}
.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(--purple);
    padding: 0;
    background-color: transparent!important;
    border: none;
}

.fl-builder-content .video-transcript .fl-accordion-button .fl-accordion-button-label {
    color: #000;
}
.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 18px;
    background-color: var(--green);
    float:right;
    border-radius:6px;
    font-size: 0.889rem;
    line-height:1.56;
    margin-bottom:16px;
    width:350px;
    border-radius: 20px;
}
.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: 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: 20px;
    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: 1.3333rem;
    line-height: 1.944rem;
    color:var(--black);
    font-weight: 700;
    font-family: var(--manrope);
}

/******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: 1.9444rem;
    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: 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{
}
.post-wedge.two-column .slick-current.slick-active .post{
    padding-right:33px;
}
.post-wedge.two-column .slick-active:not(.slick-current) .post{
    padding-left:33px;
}
.post-wedge.two-column .post{
    flex:1;
}
.post-wedge.two-column .post-col.img-col{
    height:400px;
    margin-bottom: -44px;
}
.post-wedge.two-column .tags {
    display: inline-block;
    padding: 8px 18px;
    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: var(--white);
    padding-right: 90px;
    padding-top: 0px;
    position:relative;
    z-index: 5;
}
.post-wedge.two-column .post-col.title-col{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.post-wedge.two-column .post-col.desc-col{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:36px;
}
.post-wedge.two-column .post-col.title-col, .post-wedge.media .post-col.title-col{
    padding-top: 36px;
    padding-bottom:26px;
    padding-left:30px;
    padding-right:30px;
}
/******POST GRID (GRID LAYOUT)******/

.postBottom{
    padding:0 15px;
    margin-top: auto;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:transparent;
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-slide .defaultImg{
    height:400px;
    width:100%;
    background-color:transparent;
    background-size: cover;
    background-repeat: no-repeat;
}
.default1{
    background-image: url(/wp-content/uploads/Placeholder_1.png);
}
.default2{
    background-image: url(/wp-content/uploads/Placeholder_2.png);
}
.default3{
    background-image: url(/wp-content/uploads/Placeholder_3.png);
}
.default4{
    background-image: url(/wp-content/uploads/Placeholder_4.png);
}
.default5{
    background-image: url(/wp-content/uploads/Placeholder_5.png);
}
.default6{
    background-image: url(/wp-content/uploads/Placeholder_6.png);
}

.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: 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;
}

.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 (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: 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 .h4 a, .post-wedget .post .h4 a{
    text-decoration: none;
    font-weight: 700;
    color:var(--black);
    text-decoration: none;
    font-family: var(--manrope);
    font-size: 1.222rem;
    line-height:1.778rem;
    background-image: linear-gradient(var(--purple), var(--purple));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition:all .5s;
}
.posts .post:hover .h4 a, .post-row .h4:hover a, .post-list:hover .h4 a, .posts .post:focus .h4 a, .post-wedget .post:hover .h4 a, .post-wedget .post:focus .h4 a{
    background-size: 100% 1px;
    color:var(--purple);
}
.infoPost{
    font-size:0.889rem;
    line-height:1.167rem;
    color:var(--black);
    font-weight: 700;
    margin-bottom: 16px;
}
.post .postBox .postBottom{
    display: none!important;
}
.post .postBox .excerpt{
    margin-bottom:0;
}
.postBox .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.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 .h4{
    margin:20px 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 .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: 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;
    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{
    margin-bottom:10px;
}
.hiddenfilters{
    margin-bottom: 3px;
    display: none;
}
.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);
}
.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: 0.888rem;
    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: 0.7727rem;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
div.loadMore button, div.loadMore button:focus {
    margin:36px auto 0;
    display: block;
    background-color: var(--purple);
    border-radius: 50px!important;
    color: var(--white);
    border: 1px solid var(--purple);
    padding: 23px 37px 23px 37px;
    font-family: var(--manrope);
    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(--purple);
    background-color: var(--white);
    color: var(--purple);
}

.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: 0.888rem;
    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;
}
.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;
}

/*****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;
}
/***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(--open-sans);
}







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

blockquote p {
    font-family: var(--rocgrotesk);
    font-size: 2.778rem;
    line-height: 3.0556rem;
    font-weight: 500;
}

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

.photo-overlap {
    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(--open-sans);
    font-size: 5.5556rem;
    font-weight: 700;
    line-height: 2.7778rem;
}

.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-size: 5.5556rem;
    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);
}

.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;
    background-color: white;
    padding: 24px 18px;
    border-radius: 20px;
    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(/wp-content/uploads/Icon-feather-external-link-1.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(--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: 62px;
}

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

.share_icons span:not(.acc_external) {
    color: var(--white);
    font-family: var(--manrope);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}
.share_icons{
    display: flex;
    gap:16px;
    align-items: flex-end;
}
.share_icons.contact{
    gap:20px;
}
/****Flower Image In Full Width****/
html:not(.fl-builder-edit) .flower-col{
    position: relative;
}
html:not(.fl-builder-edit) .flower-col .fl-col-content{
    position: absolute;
    bottom:0;
    left:calc(-50% - 70px);
}
html:not(.fl-builder-edit) .flower-col img[class*="wp-image-"]{
    height: 740px;
    max-width: 100%;
    width: auto;
    position: relative;
    object-fit: cover;
}
/****Hero Row***/
.hero-img{
    position: relative;
    top:66px;
    right:-180px;
    margin-top:-66px;
    z-index:9;
}
.hero-img img{
    max-height:702px;
    width:auto;
    max-width: unset!important;
}
.marginrightauto{
    margin-left:0;
    margin-right:auto;
}
.marginleftauto{
    margin-right:0;
    margin-left:auto;
}

.left_top_col {
    width: 520px;
}
.left_bottom_col {
    float: left;
    clear: left;
    width: 400px;
}
.hero-row.grid-hero .right_col {
    float: right;
    width:calc(100% - 520px);
    overflow: hidden;
    border-radius: 20px;
}
.hero-row.grid-hero .right_col .fl-col-content{
    color:var(--purple);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body:not(.fl-builder-edit) .blog-img, body:not(.fl-builder-edit) .blog-img div, body:not(.fl-builder-edit) .blog-img img{
    width:100%;
    height:530px;
    border-radius: 20px;
    object-fit: cover;
}
.purplelink p a{
    color:var(--purple);
}
.bottom-left-decoration > .fl-row-content-wrap{
    background-position: 70px calc(100% + 100px);
    background-size: 200px;
}
.uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon{
    margin-right:32px;
}
.fl-module-info-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
    width: calc( 100% - 108px );
}
.uabb-info-list .uabb-info-list-wrapper {
    padding:16px 0;
    border-top:1px solid var(--purple);
    border-bottom:1px solid var(--purple);
}
.fl-module-info-list .uabb-info-list-wrapper .uabb-info-list-item:not(:last-child){
    border-bottom:1px solid var(--purple);
}

/*
    testimonial row
*/

.testimonial-img-col{
    width:380px;
}

.testimonial-text-col{
    width:calc( 100% - 380px);
}
.testimonial-img-col .backImg{
    width: 230px;
    position: absolute;
    bottom: 150px;
    right: 95px;
}
.testimonial-img-col .backImg img{
    width:100%;
    height:auto;
}
.testimonial-img-col .frontImg{
    position: absolute;
    bottom: 0;
    right: 0;
    width:240px;
}


/***people and partners ***/

.moreDetails > *{
    margin-top:0!important;
}
.people, .partner{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 52px;
    width: 100%;
}
.people .moreDetails, .partner .moreDetails{
    display:none;
    margin-top:0;
    margin-bottom:16px; 
    font-size:1rem;
    line-height:1.667rem!important;
    font-family:var(--manrope);
}
.peopleBox, .partnerBox{
    float: none;
    width: initial;
    margin: initial;
    flex: initial;
    display: flex;
    border: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.peopleBox img{
    height:260px;
    max-width:260px;
    width:100%;
    object-fit:cover;
    border-radius:20px;
}

.peopleBox h4.peopleName, .partnerBox h4.partnerName{
    margin:23px 0;
}
.peopleBox p.peoplePosition{
    margin-top:0;
    margin-bottom:23px;
}
.peopleBox .peopleName{
    margin-top:26px;
    margin-bottom:6px;
}
.peopleBox button, .partnerBox button{
    border: none;
    border-radius: 0;
    font-weight:400;
    background-color: transparent;
    color: var(--purple);
    padding: 0 0 0px;
    font-size:1rem;
    line-height: 1.667rem;
    font-family:var(--manrope);
}
.peopleBox .moreBtn:after, .partnerBox .moreBtn:after{
    content: url(/wp-content/uploads/Icon-material-keyboard-arrow-down.svg);
    padding-left: 20px;
    position: absolute;
}
.peopleBox .lessBtn:after, .partnerBox .lessBtn:after{
    content: url(/wp-content/uploads/Icon-material-keyboard-arrow-down.svg);
    padding-right: 20px;
    position: absolute;
    transform: rotate(180deg);
}
/****Single Program****/
.fl-post.type-program{
    padding:0;
}
.fl-post.type-program .fl-post-header, .fl-post.type-program .fl-post-meta{
    display:none!important;
}
.fl-post.type-program{
    margin-bottom:0;
}
/****Program Card****/

.title_program{
    margin-top:26px;
}
.desc_title_program{
    font-weight: 800;
    margin-top:6px;
    margin-bottom:6px;
}
.desc_title_program, .program:not(.type-program) p{
    font-size:0.889rem;
    line-height: 1.333rem;
}
.programs{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 44px 48px;
    width: 100%;
}
.program:not(.type-program){
    display: flex;
    flex-direction: column;
    padding: 22px 24px 24px;
    border-radius: 20px;
    border-bottom: 20px var(--yellow) solid;
    background-color:white;
}
.gradient-purple-offwhite > .fl-row-content-wrap{
    background-image: linear-gradient(to bottom, var(--purple) 210px, var(--offwhite) 210px);
}
.background-purple-offwhite > .fl-row-content-wrap{
    background-image: linear-gradient(to bottom, var(--purple) 440px, var(--offwhite) 440px);
}
/******post******/
.wp-caption{
    width: 100%!important;
    padding: 0!important;
    margin: 66px 0!important;
    background: transparent!important;
    border: none!important;
}
.wp-caption img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
}
.wp-caption p.wp-caption-text {
    font-size: 16px!important;
    line-height: 24px!important;
    margin: 0;
    padding: 16px 0 0;
    text-align: left;
}
.post-content blockquote{
    margin-top:60px;
    margin-bottom:60px;
}
.post-content blockquote p{
    color:var(--purple);
}

