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

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



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

:root {

    /* COLORS */
    --black: #212121;
    --gray-cloud: #F8F7F6;
    --gray-bayfog: #D9D5CC;
    --white: #FFFFFF;

    /* --blue-sky: #B8E4FA; */
    --blue-sky: #D5E7F0;
    --blue-deepwater: #002942;
    --yellow: #FFD800;
    --purple: #690048;
    --red: #F2735A;
    --green: #9DBF3B;

    /* FONTS */
    --Paralucent: 'Paralucent', sans-serif;
    --ParaCon: 'paralucent-condensed', sans-serif;

    /* ICONS */
    --arrow-blue: url(/wp-content/uploads/arrowlink_right_blue.svg);
    --arrow-white: url(/wp-content/uploads/arrowlink_right_white.svg);
    --arrow-yellow: url(/wp-content/uploads/arrowlink_right_yellow.svg);
    --arrow-green: url(/wp-content/uploads/arrowlink_right_green.svg);

    --download-blue: url(/wp-content/uploads/Icon-feather-download_blue.svg);
}






/**********************/
/* Framework Settings */
/**********************/
html, body { 
    overflow-x: hidden;
    font-size: 19px !important;
}

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

body.fl-builder-edit .fl-content-full.container {padding-top:230px;}
.fl-full-width .container {
        width: 100%;
        max-width: 100%;
}

/* remove header when editing in Beaver Builder */
header.edit_noheader {display:none}



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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, ol, ul, div, span { 
    color: var(--blue-deepwater);
}
#wpadminbar span {
    color: inherit;
}

h1, .h1, .h1 p, .h1 .fl-heading {
    font-family: var(--ParaCon);
    font-weight: normal;
    font-size: 100px;
    font-size: 5.26rem;
    line-height: 92px;
    line-height: 4.84rem;
     /* text-transform:uppercase; */

}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: var(--ParaCon);
    font-weight: normal;
    font-size: 70px;
    font-size: 3.68rem;
    line-height: 68px;
    line-height: 3.58rem;
    /* text-transform:uppercase; */
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 36px;
    font-size: 1.89rem;
    line-height: 39px;
    line-height: 2.05rem;

}

h4, .h4, .h4 p, .h4 .fl-heading {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 26px;
    font-size: 1.37rem;
    line-height: 30px;
    line-height: 1.58rem;
}



p, .p, ul, ol {
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 19px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.53rem;
    margin:0;
    margin-top:32px
}

.small, p.small, p .small, .small p,
.small ol, ol.small, .small ul, ul.small {
    font-size: 17px;
    font-size: 0.89rem;
    line-height: 24px;
    line-height: 1.26rem;
}

.accordion_icon p {margin-top:16px;}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-size: 22px;
    font-size: 1.16rem;
    line-height: 33px;
    line-height: 1.74rem;
}

.xlarge, p.xlarge, p .xlarge, .xlarge p,
.xlarge ol, ol.xlarge, .xlarge ul, ul.xlarge {
    font-size: 28px;
    font-size: 1.47rem;
    line-height: 40px;
    line-height: 2.11rem;
}

.caption, p.caption, p .caption, .caption p,
.caption ol, ol.caption, .caption ul, ul.caption {
    font-size: 17px;
    font-size: 0.89rem;
    line-height: 24px;
    line-height: 1.26rem;
}

p a:not(.arrowlink, .btn-round, .btn-square) {
    color: var(--blue-deepwater);
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--yellow), var(--yellow));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 2px;
    /* transition: background-size 5s ease-in-out; */
    display: inline;
    height: 100px;
    padding-bottom: 3px;
    background-position-y: calc(100% - 3px); 
}
ul:not(.menu-desktop, .sub-menu, .social_networks, .dropdown-menu) li a:not(.arrowlink, .btn-round, .btn-square){
    background-image: linear-gradient(var(--yellow), var(--yellow));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 2px;
    padding-bottom: 3px;
    background-position-y: calc(100% - 3px); 
}
footer p a:not(.arrowlink, .btn-round, .btn-square) {background-position-y: calc(100% - 5px);}

p.nomargintop, .nomargintop p {margin-top:0}

blockquote p {
    font-weight: bold;
    font-size: 30px;
    font-size: 1.58rem;
    line-height: 38px;
    line-height: 2rem;
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    display:grid;
    grid-template-columns:100px auto;
}

blockquote:before {
    content:"";
    background-image:url(/wp-content/uploads/quote.svg);
    background-size:contain;
    background-repeat:no-repeat;
    width:67px;
    height:43px;
}


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(--blue), var(--blue));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size .5s ease-in-out;
  display:inline;
}



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

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



.cpt_social_share .uabb-ss-flat .uabb-ss-button-facebook .uabb-ss-grid-button, 
.cpt_social_share .uabb-ss-boxed .uabb-ss-button-facebook .uabb-ss-icon, 
.cpt_social_share .uabb-ss-gradient .uabb-ss-button-facebook .uabb-ss-grid-button, 
.cpt_social_share .uabb-ss-minimal .uabb-ss-button-facebook .uabb-ss-icon:hover, 
.cpt_social_share .uabb-ss-minimal .uabb-ss-grid-item:hover.uabb-ss-button-facebook .uabb-ss-icon,
.fl-page-content .cpt_social_share .ua-icon{
    color:#002942 !important;
}
.cpt_social_share .uabb-ss-minimal .uabb-ss-icon:hover i, 
.cpt_social_share .uabb-ss-minimal .uabb-ss-grid-item:hover .uabb-ss-icon i {
    color:#002942 !important;
}


.fab.fa-twitter:before {
    content: "\e61b";
}


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

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

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

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



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



/* Accessibility: External link new window */
a.acc_external_link, .acc_external_link a {position:relative;}
a.acc_external_link .acc_external, .acc_external_link a .acc_external, a .acc_external, .acc_external {
    position: fixed;
    background: var(--white);
    color: var(--blue) !important;
    padding: 11px 20px 13px;
    font-size: 9px;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1;
    font-family: var(--font-base);
    transform: scale(1.07) translate(60px,10px);
    visibility: hidden;
    /* text-transform: uppercase; */
    opacity: 0;
    left: -99999px;
    z-index: 999;
    margin: 6px;
    border-radius: 34px;
    text-align: center;
    font-style: normal;
}

a.acc_external_link:hover .acc_external, 
.acc_external_link a:hover .acc_external,
a:hover .acc_external
{
    visibility: visible;
    opacity: 1;
    
}

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

a .acc_external_icon
{
    position: relative;
    top: 1px;
    margin-left: 5px;
}


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

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




/***********/
/* BUTTONS */
/***********/
.fl-builder-content .fl-module-button a.fl-button,
.fl-builder-content .fl-module-button-group a.fl-button,
div.wpfor .ms-container-full button.wpforms-submit,
.fl-builder-content .tab-cta-button a.fl-button,
a.arrowlink {
    font-family: var(--ParaCon);
    font-size: 24px;
    font-size: 1.26rem;
    font-weight:normal;
    line-height: 20px;
    line-height: 1.05rem;
    letter-spacing: 0.01 em;
    border-radius:0;
    /* text-transform:uppercase; */
    position:relative;
    padding: 20px;
    display: inline-block;
}

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

    /* Arrow Blue*/ 
    .fl-module-button.arrow_blue a.fl-button:after,
    .fl-module-button-group.arrow_blue a.fl-button:after,
    a.arrow_blue:after
    {background-image:var(--arrow-blue);}
    .fl-module-button.arrow_blue a.fl-button:hover:after,
    .fl-module-button-group.arrow_blue a.fl-button:hover:after,
    a.arrow_blue:hover:after
    {background-image:var(--arrow-white);}

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

    /* Arrow Yellow */ 
    .fl-module-button.arrow_yellow a.fl-button:after,
    .fl-module-button-group.arrow_yellow a.fl-button:after,
    a.arrow_yellow:after
    {background-image:var(--arrow-yellow);}
    .fl-module-button.arrow_yellow a.fl-button:hover:after,
    .fl-module-button-group.arrow_yellow a.fl-button:hover:after,
    a.arrow_yellow:hover:after
    {background-image:var(--arrow-blue);}

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

    /* Underlined Button */
    .fl-module-button.button_underline a.fl-button,
    .fl-module-button-group.button_underline a.fl-button,
    .button_underline a,
    a.button_underline {
        position: relative;
        text-decoration: none;
        background-image: linear-gradient(var(--blue-deepwater), var(--blue-deepwater));
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 2px;
        transition: background-size .5s ease-in-out;
        padding: 0;
        background-color:transparent;
    }

    .fl-module-button.underline_yellow a.fl-button,
    .fl-module-button-group.underline_yellow a.fl-button,
    .underline_yellow a,
    a.underline_yellow {
        background-image: linear-gradient(var(--yellow), var(--yellow));
    }

    .fl-module-button.underline_green a.fl-button,
    .fl-module-button-group.underline_green a.fl-button,
    .underline_green a,
    a.underline_green {
        background-image: linear-gradient(var(--green), var(--green));
    }

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

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

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

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

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



.fl-module-button:not(.noarrow) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow):hover::after 
{margin-left:25px;}

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




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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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




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




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

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

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

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

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

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

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

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

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

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

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

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

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

li.team-list_item div.item--details a.morelink {
    font-family: var(--Paralucent);
    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 .uabb-info-list-content-wrapper {
    display:flex;
    align-items:center;
}
.icon-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
    margin-right:44px;
}
.icon-list .uabb-info-list-content-wrapper p {
    margin:0;
}
.uabb-info-list-item:before {
    content: "";
    width: 100%;
    height: 8px;
    transform: translateY(-15px);
    background-image: url(/wp-content/uploads/wavyline_bluelight.svg);
    display: block;
}
.uabb-info-list-item:last-child:after {
    content: "";
    width: 100%;
    height: 7px;
    transform: translateY(15px);
    background-image: url(/wp-content/uploads/wavyline_bluelight.svg);
    display: block;
}

.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(--Paralucent);
    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;
        padding: 0 80px;
    left: 0;
}
.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(--Paralucent);
    font-weight: 500;
    font-size: 17px;
    font-size: 0.89rem;
    line-height: 24px;
    line-height: 1.26rem;
    color:var(--blue-deepwater) !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% - 40px);
    position: relative;
    text-align: right;
}
.image_slider1 .fl-slide-content-wrap {
    position: absolute;
    right: 0;
    width: initial !important;
}
.image_slider1 .fl-slide-photo-wrap {
    height:100%;
    width:100% !important;
    display:block;
}
.image_slider1 .fl-slide-photo {
    height:90%;
    overflow: hidden;
    border-radius: 6px;
    display:flex;
}
.image_slider1 .slide-counter,
.image_slider2 .slide-counter,
.image_slider3 .slide-counter {
    color: var(--blue-deepwater);
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 9;
    transition: all 0.25s linear;

    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 19px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.53rem;
}

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



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

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

.image_slider1 .fl-content-slider-navigation .slider-prev:before, .image_slider1 .fl-content-slider-navigation .slider-next:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, .image_slider2 .fl-content-slider-navigation .slider-next:before,
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    content:"";
    background:url(/wp-content/uploads/arrow_carousel.svg) center center / contain no-repeat;
    width: 60px;
    height: 60px;
    display:block;
    margin:auto;
    
}
.image_slider1 .fl-content-slider-navigation .slider-next:before,
.image_slider2 .fl-content-slider-navigation .slider-next:before, 
.image_slider3 .fl-content-slider-navigation .slider-next: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--deepwater);
    display:none;
}

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

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




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

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


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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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



.slider_testimonials .bx-wrapper .bx-pager,
.slider_testimonials .bx-wrapper .bx-pager span {
    font-family: var(--Paralucent);
    font-size: 19px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.53rem;
    color: var(--black);
    font-weight: normal;
    letter-spacing: 1px;
    transform:translateY(8px);
}





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

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    opacity: 1;
    padding:0;
}
.fl-builder-content .fl-accordion-button button.fl-accordion-button-icon {padding:8px 18px}
/*

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon::before {
    content: "";
    width: 21px;
    height: 21px;
    background-size: cover;
    display: inline-block;
    top: 32px;
    position: absolute;
}
.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-plus::before {
    background: url(/wp-content/uploads/plus-icon.svg) center center / cover no-repeat;
}

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




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

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

button.materials-cats_btn {
    padding: 10px;
    color: var(--blue);
    font-family: var(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
    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
    ========================
*/


div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important; 
}


/* Section titles */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--Paralucent);
    font-size: 19px;
    font-size: 1rem;
    font-weight:bold;
    color:var(--black);
}

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

.form_signup form.wpforms-form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.form_signup .wpforms-container-full form.wpforms-form .wpforms-field-container {
    width:100%;
    
}

.form_signup .wpforms-container-full form.wpforms-form .wpforms-submit-container {width:210px}

.form_signup div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
    text-align:right;
}

div.wpforms-container-full .wpforms-form ul {margin-top:10px !important;} 
div.wpforms-container-full .wpforms-field-textarea {margin-top:20px;}

div.wpforms-container-full .wpforms-form button[type=submit] {
    font-family: var(--ParaCon);
    font-size: 26px;
    font-size: 1.37rem;
    line-height: 37px;
    line-height: 1.95rem;
    color: var(--blue-deepwater);
    text-transform:uppercase;
    background:var(--yellow);
    border:0 !important;
    padding: 12px 30px;
        border-radius: 0;
}
.form_signup div.wpforms-container-full .wpforms-form .wpforms-field:last-of-type {
    margin-bottom: 0;
    padding: 0;
}

.form_signup div.wpforms-container-full .wpforms-form button[type=submit] {
    background:var(--blue-deepwater);
    color:var(--white);
}

/* 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 var(--blue-deepwater);
    border-radius: 0;
        padding: 29px 20px;
    resize: none;
    font-family: var(--Paralucent);
    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(--Paralucent);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--gray-dark);
}

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

/* 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(--Paralucent);
    margin-left: 56px;
    transform: translateY(-15px);
}

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

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

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



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















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

.image_slider3 a.fl-button .a_arrow
{
    display: inline-block;
    padding-left:15px;
    transition:all .5s ease;
}
.image_slider3 a.fl-button .a_arrow img{
    display: block;
}
.image_slider3 a.fl-button:hover .a_arrow
{
    padding-left:25px;
}
.image_slider1 .fl-slide {
    width: 100%!important;
    margin: 0;
}
.image_slider1 .fl-slide-photo img.horizontal{
    height: auto;
    width:100%;
}
/*****************/
/***Three Image***/
/*****************/
.threeImgRow .uabb-masonary-item.transformDown:nth-child(3){
transform: translateY(400px);
}
.threeImgRow .uabb-masonary-item.transformUp:nth-child(4){
transform: translateY(-400px);
}
.threeImgRow .uabb-masonary{
    position: relative;
    height:unset!important;
}
.threeImgRow .uabb-masonary-content{
    position: static!important;
    height: auto!important;
    display: block!important;
    width: 100%!important;
}
.threeImgRow .uabb-masonary-item:nth-child(3){
    position: absolute!important;
    left: 0px!important;
    top: 0px!important;
    height: 400px;
    width: auto;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
.threeImgRow .uabb-masonary-content .uabb-gallery-img{
    display: block;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(2){
    position: relative!important;
    left:unset!important;
    top:unset!important;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    height: 600px;
    margin-bottom: 120px;
}
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-photo-gallery-content,
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-gallery-img{
    height:600px;
    max-width: 900px;
    margin: auto;
    object-fit: cover;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(4){
    position: absolute!important;
    left: unset!important;
    top: unset!important;
    right: 0px;
    bottom: 0;
    width: auto;
    height: 360px;
    border-radius:6px;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
/*****video*****/
.uabb-video__play-icon {
    background-color: rgba(23,89,214, 0.65);
    border-radius: 500px;
    width: 100px!important;
    height: 100px!important;
}
.uabb-video__play-icon:before {
    font-size: 26px!important;
    line-height: 100px!important;
}
.full-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 700px;
    border-radius: 6px;
}
.conner .uabb-video__play-icon {
    left: 144px;
    bottom: 44px;
    top:unset!important;
}
.half-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 480px;
    border-radius: 6px;
}
.fl-row.immersive-row .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.immersive-text{
    padding-left:70px;
    padding-right:70px;
}
.immersive-text .fl-col-content{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.immersive .uabb-video__outer-wrap {
    background:transparent;
}
.immersive {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding:0 18px;
}
.immersive-row .uabb-video__outer-wrap .uabb-video__play img{
    display:none!important;
}
.uabb-video__outer-wrap img{
    height: 100%!important;
    object-fit: cover;
}
.immersive-row .uabb-video__outer-wrap{
    padding-bottom:640px;
}

.fl-builder-content .white .fl-accordion-button .fl-accordion-button-label{
    color: var(--white);
}
body:not(.fl-builder-edit) .fl-accordion-button:focus{
    box-shadow:none!important;
}
/********photo********/
.image_caption p{
    color:var(--white);
    display: inline-block;
    padding: 10px;
    background-color: rgba(19,16,17,0.8);
    float:right;
    border-radius:6px;
    font-size: 0.66rem;
    line-height:1.2;
    margin-bottom:16px;
}
.sub-image{
    position:absolute;
    bottom:-120px;
}
.sub-image img{
    height:600px;
    width:auto;
    object-fit: cover;
    border-radius: 6px;
}

/*****FLEXIBLE POST GRID MIXED MEDIA*****/
.post-grid.fmm{
    display: flex;
    gap: unset;
    flex-direction: row;
}
.post-grid.fmm .post-row:not(.post0) img, .post-grid.fmm .post-row:not(.post0) .defaultImg{
    display:none!important;
}
.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: 6px;
    overflow: hidden;
}
.post-wedge .post-col.img-col img{
    height:100%;
    width: 100%;
    object-fit: cover;
}
.post-wedge .post .post-col.title-col h3{
    font-size: 1.3333rem;
    line-height: 2.0556rem;
}

/******POST WEDGE (FLEX LAYOUT)******/
.post-wedge.flex{
    display: grid;
    grid-template-areas:
        'top top'
        'left right';
    gap: 88px 54px;
}
.post-wedge.flex .post:first-child{
    grid-area: top;
}
.post-wedge.flex .post:nth-child(2){
    grid-area: left;
}
.post-wedge.flex .post:nth-child(3){
    grid-area: right;
}
.post-wedge.flex .post-col.img-col{
    height:260px;
    margin-bottom:36px;
}
.post-wedge.flex .post:first-child .post-col.img-col{
    height:540px;
}
.post-wedge.flex .post:first-child .post-col.title-col{
    margin-right:108px;
    width:calc(50% -54px);
}
.post-wedge.flex .post:first-child .post-col.desc-col{
    width:calc(50% -54px);
}
.post-wedge.flex .post:nth-child(2) .post-col.desc-col .post-desc, .post-wedge.flex .post:nth-child(3) .post-col.desc-col .post-desc{
    display:none;
}
.post-wedge.flex .post:nth-child(1) .post-col.title-col h3{
    font-size: 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{
    display: flex;
    gap:66px;
}
.post-wedge.two-column .post{
    flex:1;
}
.post-wedge.two-column .post-col.img-col{
    height:400px;
    margin-bottom: -88px;
}
.post-wedge.two-column .tags {
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--blue);
    color: var(--white);
    margin-right: 13px;
}
.post-wedge.two-column .post-col:not(.img-col){
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 0px;
    position:relative;
    z-index: 5;
}
.post-wedge.two-column .post-col.title-col, .post-wedge.media .post-col.title-col{
    padding-top: 36px;
    padding-bottom:26px;
}
/******POST GRID (GRID LAYOUT)******/

.postBottom{
    padding:0 15px;
    margin-top: auto;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:#727271;
}
.posts{
    margin-top:66px;
}
.infoPost{
    font-size: 0.777rem;
    font-weight: 600;
    color:#727271;
}
.post-wedget, .posts{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 57px;
    width: 100%;
}
.post-wedget .post .tags, .posts .post .tags, .post-carrousel .tags{
    display: inline-block;
    padding: 8px 18px;
    font-size: 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 (NEWS)******/
.carrousel-news .arrowlink{
    margin-left:0;
}
.carrousel-news .post{
    /* max-width: 360px; */
    margin-right:30px;
}
.carrousel-news .tags{
    margin-bottom:16px;
}
/******POST CARROUSEL (GRID LAYOUT)******/
.post-carrousel.list .postBox .imgBox{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.post-carrousel.list .postBox .imgBox .date{
    font-size: 0.777rem;
    font-weight: 600;
    color: #727271;
    line-height: 1;
}

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

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

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

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

.infoBox h3{
    margin:26px 0 16px;
}
.post:hover img{
    transform: scale(1.05);
}
/******POST GRID (CARD LAYOUT)******/
.posts.card .post{
    padding: 16px 16px 36px;
    background-color: var(--white);
    border-radius: 30px;
    transition: all 0.5s ease;
}
.posts.card .tags {
    position:static;
    color: var(--blue);
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 12px 14px;
    text-transform: capitalize;
    border-radius: 30px;
}
.posts.card .post:hover .infoBox .h4, .posts .post:hover .infoBox .excerpt{
    color:var(--white);
}
.posts.card .post:hover .tags {
    color: var(--white);
    background-color:var(--blue);
    border: 1px solid var(--white);
}
.posts.card .post:hover a.arrowlink{
    color:white;
    background-image:linear-gradient(var(--white), var(--white))
}
.posts.card .post:hover a.arrowlink::after{
    filter:grayscale(100%) brightness(100);
    transform: translateX(10px);
}
.posts.card .post:hover {
    transform: scale(1.05);
    background-color: var(--blue);
    position:relative;
}
.posts.card .infoBox h3{
    color:var(--blue);
}
.posts.card .infoBox{
    padding:0 0;
}
.posts.card .postBottom{
    padding:0 0;
}
.posts.card a.arrowlink{
    margin-left:0;
}
/******POST GRID (LIST LAYOUT)******/
.posts.list {
    display: block;
}
.posts.list .tags{
    position:static;
    display: inline-block;
    padding: 6px 6px;
    font-size: 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:0px;
}
.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(--Paralucent);
    color: var(--black);
}
.fl-archive--filter-clear span {
    font-family: var(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
    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-deepwater);
    border: 1px solid var(--blue-deepwater);
    background-color: var(--white);
    padding: 23px 88px 23px 37px;
    font-family: var(--Paralucent);
    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: transparent;
    border-radius: 50px!important;
    color: var(--blue-deepwater);
    border: 1px solid var(--blue-deepwater);
    background-color: var(--white);
    padding: 23px 37px 23px 37px;
    font-family: var(--Paralucent);
    font-weight: 700;
    font-size: 0.7727rem;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
div.loadMore button.page_btn{
    margin:36px 0 0;
    padding: 23px 30px;
}
div.loadMore {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.category-filters--go button:hover, div.loadMore button:hover {
    transform:scale(1.15);
}
.category-filters--go button .a_arrow{
    padding-left:39px;
}
.category-filters--go button:hover,
.category-filters--go button:active,
.category-filters--go button:focus{
    border-radius:500px!important;
}
div.loadMore button:hover {
    border-color: var(--blue-deepwater);
    background-color: var(--blue-deepwater);
    color: #fff;
}

.category-filters--go button:active,
.category-filters--go button:focus {
    outline: var(--blue-deepwater) 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(--Paralucent);
}

.fl-archive--filter-search input {
    height: 32px;
    border: none;
    font-family: var(--Paralucent);
    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(--Paralucent);
    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(--Paralucent);
}

/*************dynamic tabs***********/
.dynamic-tab-number {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 44px;
    font-size: 44px;
    line-height: 40px;
    margin-right:10px;
        position: relative;
    top: 3px;

}
.dynamic-tabs .fl-tabs .fl-tabs-label.fl-tab-active .dynamic-tab-number { color:var(--white)}
.dynamic-tabs .fl-tabs .fl-tabs-label.fl-tab-active {
    color:var(--white);
    text-decoration:none;
    background-color: var(--blue-deepwater);
    margin-left:32px;
    margin-right:65px;
}


.dynamic-tabs .fl-tabs .fl-tabs-label:not(.fl-tab-active):hover{
    background: rgba(255,255,255,0.5);
}
.dynamic-tabs .fl-tabs .fl-tabs-label:not(.fl-tab-active):focus {
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 0px 0px 1px;
}

.dynamic-tabs .fl-tabs .fl-tabs-label{
    color:var(--blue-deepwater);
    text-decoration:none;
    background-color: transparent;
    font-family:var(--ParaCon);
    font-size: 29px;
    font-size: 1.53rem;
    line-height: 30px;
    line-height: 1.58rem;
    text-transform:uppercase;
    border-radius: 10px;
    border: 1px solid var(--blue-deepwater);
    padding: 37px 45px 37px 33px;
    margin-bottom:36px;
    transition: all 0.25s ease;
    position: relative;
    margin-right:100px;
    font-weight:normal;
}

.dynamic-tabs .fl-tabs-vertical .fl-tabs-label:after{
    background-image: url(/wp-content/uploads/arrow_carousel.svg);
    transform:rotate(180deg) translateX(10px);
    background-color: transparent;
    top: calc(50% - 35px);
    right: -35px;
    display: block;
    content:"";
    position: absolute;
    width: 70px;
    height: 70px;
    transition: all 0.25s ease;
    background-size: contain;
    background-repeat:no-repeat;
    opacity:0;
}
.dynamic-tabs .fl-tabs-vertical .fl-tabs-label.fl-tab-active:after {
    transform:rotate(180deg) translateX(0px);
    opacity:1;
}
.dynamic-tabs .fl-tabs-vertical{
    display: flex;
}
.dynamic-tabs .fl-tabs-vertical .fl-tabs-labels{
    width:100%;
}
.dynamic-tabs .fl-tabs-vertical .fl-tabs-panels{
    width:100%;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content-wrapper{
    flex-direction: column;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content-col1 img{
    height: 280px;
    border-radius: 6px;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content,
.dynamic-tabs .fl-tabs-panels{
    background: transparent;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content-col2{
    padding: 44px 15px 0;
    position: relative;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content-col2 p{
    margin-bottom:36px;
}
.dynamic-tabs .fl-tabs .fl-tabs-panel-content-col2 .tabs-content-icon{
    position: absolute;
    top:-87px;
}

    
.tab-cta-button a.fl-button span {color:var(--blue-deepwater);transition:all .2s ease;}
.tab-cta-button a.fl-button {
    background:var(--yellow);
    transition:all .2s ease;
    border:0;
}

.tab-cta-button a.fl-button:hover,
.tab-cta-button a.fl-button:focus {
    border: 1px solid #001d36;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    transform:scale(1.05);
    background:var(--blue-deepwater)
}

.tab-cta-button a.fl-button:hover:after {
    background-image: var(--arrow-white);
    right:-18px;
}

.tab-cta-button a.fl-button:hover span,
.tab-cta-button a.fl-button:focus span {color:var(--white); } 



.tab-cta-button a.fl-button:after {
    content: "";
    background-image: var(--arrow-blue);
    width: 14px;
    height: 15px;
    display: block;
    position: relative;
    float: right;
    top: 2px;
    right: -13px;
    margin-right: 10px;
    transition:all .2s ease;
    
}








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

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

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

.margin0auto {margin: 0 auto;}

.fl-col-content .fl-number .fl-number-text .fl-number-string,
.fl-col-content .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--ParaCon);
    font-size: 56px;
    font-size: 2.95rem;
    line-height: 58px;
    line-height: 3.05rem;
}

.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: 50% 50%;
    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 {margin:initial !important}
.fl-module-photo-gallery.partners .uabb-photo-gallery-content {
    height: 174px;
    background-color: white;
    padding: 24px;
    border-radius: 6px;
    position: relative;
}

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

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a::after {
    content: url(/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(--Paralucent);
    font-weight: 700;
    font-size: 3.3333rem;
/*     white-space: nowrap; */
}

/* accordion centered */
.fl-builder-content .centered .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 92px;
}

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




/* Hero */
body:not(.fl-builder-edit) .hero_overlap1 {
    /* pointer-events: none; */
}
body:not(.fl-builder-edit) .hero_overlap1.hero_header .hero_overlap1_column >.fl-col-content {position:relative;}
body:not(.fl-builder-edit) .hero_overlap1.hero_header .hero_overlap1_img {
    position:absolute; 
    right:0;
    bottom:-170px;
        max-width: 60vw;
}
body:not(.fl-builder-edit) .hero_overlap1.hero_header  {position:relative;z-index:2}
body:not(.fl-builder-edit) .hero_overlap1.hero_header .hero_overlap1_title {
    position:relative;
    z-index:1;
}
body:not(.fl-builder-edit) .hero_overlap1_img .fl-photo-content img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    max-width: calc(100vw - 500px);

}
body:not(.fl-builder-edit) .hero_patch2 {
    position: relative;
    z-index: 1;
}
body:not(.fl-builder-edit) .covertop {
    position: relative;
    z-index: 2;
}




/* Accordion Icon */
.accordion_icon .faq_icon {
    display: table-cell;
    width: 60px;
}
.accordion_icon .faq_icon img {
    width: 40px;
    height: 40px;
}
.accordion_icon .fl-accordion-button {width:100%;}
.accordion_icon button {background:none;border:0}
.accordion_icon button.fl-accordion-button-icon {
    float: right;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 0;
}
.fl-builder-content .accordion_icon .fl-accordion-button-label {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 22px;
    font-size: 1.16rem;
    line-height: 33px;
    line-height: 1.74rem;

}

.accordion_icon .fl-accordion-item:before {
    content: "";
    width: 100%;
    height: 8px;
    transform: translateY(-15px);
    background-image: url(/wp-content/uploads/wavyline_bluelight.svg);
    display: block;
}

.accordion_icon .fl-accordion-item:last-child:after {
    content: "";
    width: 100%;
    height: 8px;
    transform: translateY(15px);
    background-image: url(/wp-content/uploads/wavyline_bluelight.svg);
    display: block;
}


/* UABB timeline modified */
.fl-module-uabb-timeline .uabb-content img {border-radius:10px;}
.fl-module-uabb-timeline .uabb-content p {margin-top:10px}
.fl-module-uabb-timeline .uabb-timeline-heading-text {margin-top:10px;}

/* UABB Adv Accordion */
.uabb-adv-accordion-content {transform: translateY(-10px);}
.uabb-adv-accordion-item .uabb-adv-accordion-button-icon {transition:all .25s ease !important;}
.uabb-adv-accordion-item.uabb-adv-accordion-item-active .uabb-adv-accordion-button-icon {transform:rotate(180deg)  !important;}
.uabb-adv-accordion-button-label {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 22px;
    font-size: 1.16rem;
    line-height: 33px;
    line-height: 1.74rem;
    color: var(--blue-deepwater);
}

.uabb-adv-accordion-content *  {
    font-family: var(--Paralucent) !important;
    font-weight: 500 !important;
    font-size: 19px !important;
    font-size: 1rem !important;
    line-height: 29px !important;
    line-height: 1.53rem !important;
    text-align: left !important;
    color: var(--blue-deepwater) !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.uabb-adv-accordion-content >p:first-of-type {
    margin-top: 0;
}

.fl-accordion-button button.fl-accordion-button-icon {transition:all .25s ease !important;}
.fl-accordion-button[aria-expanded="true"] button.fl-accordion-button-icon {transform:rotate(180deg)  !important;}




/*****************************************/
/* Slider using UABB Testimonials module */
/*****************************************/

body:not(.fl-builder-edit) .slider_testimonials {overflow:hidden;}
.slider_testimonials .uabb-testimonials-wrap,
.slider_testimonials .bx-wrapper {
    margin: 0;
    padding:0 !important;
}

.slider_testimonials .uabb-testimonial {
    min-height: 700px;
    max-width:1222px;
    margin:auto;
    left:calc(calc(100vw - 1222px) /2)
}

.slider_testimonials .uabb-testimonial-photo  {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width: 100%;
    max-width: 700px;
    margin: 0;
    transition:all 1s ease;
}
.slider_testimonials .uabb-imgicon-wrap,
.slider_testimonials .uabb-image-content,
.slider_testimonials .uabb-image-content img,
.slider_testimonials .uabb-image {
    width: 100%;
    height: 100%;
}
.slider_testimonials .uabb-testimonial-info {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 600px !important;
    height: 600px;
    position: absolute;
    right: 1px;
    top: 0;
    background: var(--white);
    padding: 60px 80px;
    border-radius: 100%;
    z-index: 2;
    transition:all 1s ease;
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 15px;
    font-size: 0.79rem;
    line-height: 24px;
    line-height: 1.26rem;
    color: var(--blue-deepwater);
}

.slider_testimonials .uabb-testimonial[aria-hidden="true"] .uabb-testimonial-info {
    transform: scale(0.95);
    /* left: -50px; */
}

.slider_testimonials .uabb-testimonial[aria-hidden="true"] .uabb-testimonial-photo {
    transform: scale(0.95);
    /* left: -50px; */
}

.slider_testimonials .uabb-testimonial-author-name {
    font-family: var(--Paralucent);
    font-weight: bold;
    font-size: 36px;
    font-size: 1.89rem;
    line-height: 39px;
    line-height: 2.05rem;
    color: var(--blue-deepwater);
    text-align:center;
    margin-top:16px;
    padding-bottom:20px;
}
.slider_testimonials .uabb-testimonial-author-name:after {
    content:"";
    width:9px;
    height:9px;
    background:var(--green);
    border-radius:100px;
    display:block;
    position: absolute;
    left: 50%;
    transform:translateY(10px);

}

.slider_testimonials .uabb-testimonial-author-description {
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 19px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.53rem;
}

.slider_testimonials.init .bx-controls {opacity:1}
.slider_testimonials .bx-controls {
    opacity:0;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    max-width: 600px;
    left: calc(50% + 18px);
    transition:all .75s ease;
    /* display:none; */
}
.slider_testimonials .bx-controls .bx-pager {
    bottom: calc(50% - 10px);
    margin: 0;
    padding: 0;
}

.slider_testimonials .uabb-slider-next {
    right:30%;
        z-index: 2;
    /* display:none; */
} 
.slider_testimonials .uabb-slider-prev {
    left:30%;
    z-index: 2;
    /* display:none; */
}

.bx-prev, .bx-next {    
    opacity:0;
    transition:all .5s ease;
}
.slider_testimonials .bx-wrapper .bx-prev,
.slider_testimonials .bx-wrapper .bx-next {
    background: none;
    height: 70px;
    display: block;
    opacity:1;

}



.slider_testimonials .uabb-testimonials-wrap .uabb-slider-prev .fa, 
.slider_testimonials .uabb-testimonials-wrap .uabb-slider-next .fa, 
.slider_testimonials .uabb-testimonials-wrap .uabb-slider-prev i, 
.slider_testimonials .uabb-testimonials-wrap .uabb-slider-next i {
    font-size: 25px;
    font-size: 1.32rem;
    font-weight: bold;
    width: 70px;
    height: 70px;
}

.slider_testimonials .uabb-slider-prev .fa:before, 
.slider_testimonials .uabb-slider-prev i:before, 
.slider_testimonials .uabb-slider-next .fa:before, 
.slider_testimonials .uabb-slider-next i:before {
    padding: 22px 0px;
}

.slider_testimonials .slide_counter {
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 19px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.53rem;
    color: var(--black);
}

/*data sheet*/
body>.wpdt-c{
    position: fixed;
    z-index: 9999;
    top:20px;
}
.wpdt-c .modal .modal-body{
    padding: 26px 30px 48px;
}
.wpdt-c .modal-dialog{
    z-index: 9999;
}
.wpdt-c .modal-backdrop.in, 
.modal-backdrop.in{
    z-index: 9998;
}
.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{
    vertical-align: top;
}
.wpDataTablesFilter.wpDataTablesWrapper {
    z-index: 2;
}
table.wpDataTable th:is(.column-region, .column-project-name, .column-issues, .column-county, .column-state-consistent-formating-ie-ca-or-california, .column-website-link),
table.wpDataTable td:is(.column-region, .column-project-name, .column-issues, .column-county, .column-state-consistent-formating-ie-ca-or-california, .column-website-link){
    display: none!important;
}
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr td:first-child,
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td, 
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td
{
	background-color:white!important;
    border-left-width: 0px!important;
    border-right-width: 0px!important;
    border-color: transparent!important;
    border-left-color: transparent!important;
    border-bottom-color: var(--blue-sky)!important;
}
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd td,
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even:hover > td{
    background-color: #FFFFFF!important;
}
body .wpdt-c.wdt-skin-light .wpDataTablesFilter .wpDataTableFilterSection input.form-control, 
body #wdt-filter-widget .wdt-skin-light .wpDataTableFilterSection input.form-control{
    height: 56px !important;
}
body .wpdt-c .wpDataTableFilterBox .bootstrap-select > .btn-default{
    padding: 12.5px 14px!important;
}
.wpdt-c .filter_column .text_filter::placeholder, 
.wpdt-c .filter_column .number-range-filter::placeholder, 
.wpdt-c .filter_column .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    line-height: 1.56rem;
    font-size: 1rem;
    opacity: 0.5;
    color:var(--blue-deepwater)!important;
}
.wpdt-c.wdt-skin-light input, 
.wpdt-c.wdt-skin-light button, 
.wpdt-c.wdt-skin-light select, 
.wpdt-c.wdt-skin-light textarea{
    font-family: var(--Paralucent);
    font-size: 1rem;
    line-height: 1.526rem;
    color:var(--blue-deepwater);
}
.wpDataTableFilterBox{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.wpDataTablesWrapper .wpDataTableFilterSection{
    padding: 0px!important;
}
.wpDataTableFilterSection{
    flex: 1 0 21%;
}
.wpDataTableFilterSection:nth-child(1){
    flex: 1 0 42%;
}
.wpDataTableFilterSection:nth-child(2){
    flex: 1 0 42%;
}
.wpDataTableFilterSection:nth-child(3){
    flex: 1 0 42%;
}
.wpDataTableFilterSection:nth-child(4){
    flex: 1 0 42%;
}
body .wdt-filter-number-range{
    display: flex;
    gap: 20px;
}
body .wpDataTablesWrapper .dataTables_length label{
    color:var(--blue-deepwater);
    font-size: 0.895rem;
    line-height: 1.263rem;
    font-weight: 400;
}
body .wpDataTablesWrapper .dataTables_length{
    margin-bottom:33px;
}
body div.wpDataTablesFilter span.filter_column .number-range-filter:first-child {
    margin-right: 0px;
}
.wpdt-c .bootstrap-select > .btn-default:before{
    background-position: center!important;
}
.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){
    margin-bottom: 0!important;
    margin-right: 0!important;
}
.wpdt-c.wdt-skin-material table.wpDataTable th{
    font-family: var(--Paralucent);
    font-size: 0.714rem;
    line-height: 0.857rem;
    padding:16px 24px!important;
    font-weight:bold;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td{
    border-color:#BBDEFA!important;
    padding:36px 24px!important;
}
table.wpDataTable tbody td,
table.wpDataTable thead th{
    font-size:1rem;
    line-height:1.526rem;
    font-family:var(--Paralucent);
}
body table.wpDataTable td.numdata {
    text-align: left !important;
}
table.wpDataTable thead th.column-grantee-name,
table.wpDataTable thead th.column-amount-do-not-include-the-{
    width:12%;
}
table.wpDataTable thead th.column-fund-one-per-entry{
    width:16%;
}
table.wpDataTable thead th.column-year-one-year-per-entry{
    width:7%;
}
table.wpDataTable thead th.column-project-description{
    width:38%;
}
table.wpDataTable thead th{
    font-weight: 600;
}
body .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-1 thead th.column-masterdetail{
    color:var(--blue-deepwater)!important;
    pointer-events: none;
}
body .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-1 tbody td.column-masterdetail{
    padding-right:0!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.column-masterdetail{
    padding-right:0!important;
}
body .wpDataTablesWrapper table.wpDataTable td{
    padding:20px 13px;
}
.master_detail_column_btn{
    color:var(--blue-deepwater)!important;
    border:1px solid var(--blue-deepwater);
    border-radius: 0;
    padding:10px 20px;
    float:right;
}
.wpdt-c .wpDataTablesWrapper .master_detail_column_btn{
    width:unset!important;
    text-transform: capitalize;
}
body .wpDataTablesWrapper .dataTables_info{
    font-size: 0.895rem;
    line-height: 1.263rem;
    font-family: var(--Paralucent);
}
.wpdt-c.wdt-skin-material label{
    font-family:var(--Paralucent)!important;
    Line-height:0.857rem!important;
    font-size:0.5357rem!important;
    color:var(--black)!important;
    font-weight:bold!important;
}
.wpdt-c .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button{
    color:var(--blue--deepwater);
    font-size: 1.368rem;
    line-height: 1.947rem;
    background-color: var(--yellow);
    border-radius: 0;
    font-family: var(--ParaCon);
    padding:10px 20px;
    float:right;
    text-transform: uppercase;
}

.wpDataTableFilterSection .wdt-clear-filters-button:before{
    display: none!important;
}
.wpdt-c button.wdt-clear-filters-button{
    margin-right:3px;
}

.wpDataTableFilterSection label{
    font-family: var(--Paralucent)!important;
    font-size: 1rem;
    line-height: 1.53rem;
    font-weight: 600!important;
    color: var(--blue-deepwater)!important;
}
.wpdt-c .form-control:not(.fc-alt){
    border-left:1px solid!important;
    border-right:1px solid!important;
    border-top:1px solid!important;
    border-color:#080A19;
    border-radius:4px;
    padding:20px 14px!important;
    background-color:var(--white)!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection input.form-control{
    height: 56px !important;
}
.wpdt-c .wpDataTableFilterBox .bootstrap-select > .btn-default{
    background-color:var(--white)!important;
    border-left: 1px solid #080A19!important;
    border-right: 1px solid #080A19!important;
    border-top: 1px solid #080A19!important;
    border-bottom: 1px solid #080A19!important;
    border-radius:4px!important;
    padding:18px 14px!important;
    height:unset!important;
}
.wpDataTableFilterBox .wpDataTableFilterSection div:first-child {
    margin-top: 0!important;
}
.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle {
    border-bottom: 1px solid var(--black) !important;
    border: 1px solid var(--black);
    border-radius: 4px!important;
    background-color: var(--white)!important;
    color: var(--black)!important;
}
.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{
    padding:0!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper button.DTTT_button, .wpdt-c.wdt-skin-material .wpDataTablesWrapper div.DTTT_button, .wpdt-c.wdt-skin-material .wpDataTablesWrapper a.DTTT_button, .wpdt-c.wdt-skin-material .wpDataTablesWrapper button.wdt-clear-filters-button{
    background-color:var(--yellow)!important;
    font-size:0.5357rem!important;
    border-radius: 500px!important;
    color:var(--black)!important;
    padding:18px 26px;
    font-weight:600!important;
    float: right!important;
}
.wpDataTablesWrapper div.dt-buttons {
    margin-bottom: 20px!important;
    width: 100%!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    float: left!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper button.DTTT_button, .wpdt-c.wdt-skin-material .wpDataTablesWrapper button.wdt-clear-filters-button{
    background-color:var(--blue-light)!important;
    float: left!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .DTTT_button>span{
    text-transform: unset!important;
    color: var(--black)!important;
}
.dataTables_info{
    font-family: var(--Paralucent)!important;
}
.wpdt-c a.paginate_button  {
    background-color: var(--white)!important;
    border:1px solid var(--blue-deepwater);
    border-radius:500px!important;
    color:var(--blue-deepwater)!important;
    font-family: var(--Paralucent)!important;
    font-weight:500!important;
    margin:6px!important;
    width: 60px;
    line-height: 60px;
    padding: 0!important;
}
.wpdt-c .paginate_button.current, 
.wpdt-c.wdt-skin-material .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
    border:1px solid var(--yellow);
    background-color: var(--yellow)!important;
}
button.DTTT_button{
    height:unset!important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable tbody td.column-full-name,
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable tbody td.column-full_name{
    color:transparent!important;
    pointer-events: none!important;
    visibility: hidden!important;
    transition:all 0.5s;
}
.wpdt-c.wdt-skin-material.showVictimName .wpDataTablesWrapper table.wpDataTable tbody td.column-full-name,
.wpdt-c.wdt-skin-material.showVictimName .wpDataTablesWrapper table.wpDataTable tbody td.column-full_name{
    color:var(--black)!important;
    pointer-events: all!important;
    display: table-cell!important;
    visibility: visible!important;
}
th.column-full-name:before{
    content:url('/wp-content/uploads/Icon-ionic-md-person.svg');
    width: 22px;
    display: block;
    height: 22px;
    float: left;
    margin-right: 18px;
}
#wdt-md-modal h4.modal-title{
    font-family: var(--Paralucent)!important;
    font-weight: 700!important;
    font-size: 1.895rem!important;
    line-height: 2.053rem!important;
    color:#002942!important;
}
.wpdt-c .modal .modal-header button.close{
    opacity:1!important;
    display: flex!important;
    gap: 10px!important;
    align-items: center!important;
    color:#002942!important;
}
.wpdt-c .modal .modal-header button.close span{
    font-size: 60px!important;
    width: 60px!important;
    height: 60px!important;
    color: transparent!important;
    border-radius: 500px!important;
    background-color: var(--yellow)!important;
    background-image: url(/wp-content/uploads/g0426.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block!important;
    line-height: 60px!important;
}
.wpdt-c .modal .modal-header button.close::before{
    color:#002942!important;
    content:"Close";
    font-family: var(--Paralucent)!important;
    font-weight: 700!important;
    font-size: 0.684rem!important;
    line-height: 1.263rem!important;
}
.form-group p{
    line-height:1.45;
}
#wdt-md-modal .modal-body .col-sm-3{
    font-family: var(--Paralucent);
    font-size:1rem!important;
    font-weight:700!important;
}
#wdt-md-modal .modal-body .detailColumn{
    font-family: var(--Paralucent);
    font-size:1rem!important;
    font-weight:400!important;
}
.wpdt-c .form-group{
    margin-bottom:26px;
}

.wpdt-c .modal .modal-content{
    border-radius: 10px;
}
.wdt-filter-date-range input{
    width: calc(50% - 4px)!important;
    float:left;
}
.wdt-datepicker-modal, html .wdt-datepicker-modal *{
    font-size: 0.464rem!important;
    line-height: 1.42857143!important;
}
.wpdt-c.wdt-skin-material table.wpDataTable th:is(.column-nickname, .column-gender, .column-race, .column-police_service, .column-highest_level_force, .column-armed_type, .column-person_in_crisis, .column-summary, .column-notes, .column-name_first, .column-name_last, .column-name_middle, .column-source),
.wpdt-c.wdt-skin-material table.wpDataTable td:is(.column-nickname, .column-gender, .column-race, .column-police_service, .column-highest_level_force, .column-armed_type, .column-person_in_crisis, .column-summary, .column-notes, .column-name_first, .column-name_last, .column-name_middle, .column-source)
{
    visibility:hidden!important;
    width:0!important;
    padding:0!important;
    height:0!important;
    font-size: 0;
}
.custody .wpdt-c.wdt-skin-material table.wpDataTable th:is(.column-nickname, .column-gender, .column-race, .column-year, .column-institution_or_police_force, .column-cause_of_death, .column-tactical_intervention, .column-police_service, .column-highest_level_force, .column-armed_type, .column-person_in_crisis, .column-summary, .column-notes, .column-name_first, .column-name_last, .column-name_middle, .column-source),
.custody .wpdt-c.wdt-skin-material table.wpDataTable td:is(.column-nickname, .column-gender, .column-race, .column-year, .column-institution_or_police_force, .column-cause_of_death, .column-tactical_intervention, .column-police_service, .column-highest_level_force, .column-armed_type, .column-person_in_crisis, .column-summary, .column-notes, .column-name_first, .column-name_last, .column-name_middle, .column-source)
{
    visibility:hidden!important;
    width:0!important;
    padding:0!important;
    height:0!important;
    font-size: 0;
}
@media (min-width: 768px){
    .wpdt-c .col-sm-9 {
        width: 60%!important;
    }
    .wpdt-c .col-sm-3 {
        width: 40%!important;
    }
}
@media (min-width: 992px){
    .wpdt-c .modal .modal-dialog{
        width:900px;
    }
}
.wpdt-c .modal .modal-content{
    border-radius: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{
    display: none!important;
}
.nowrap_link a{
    white-space:nowrap;
}
.latest-info{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items:center;
}
.latest-cat{
    border-radius: 4px;
    background-color: var(--yellow);
    padding:4px 13px;
    font-size: .8947rem;
    line-height: .8947rem;
    font-family: var(--Paralucent);
    font-weight: 500;
}
.latest-date{
    font-size: .8947rem;
    line-height: .8947rem;
    font-family: var(--Paralucent);
    font-weight: 500;
}

.cpt_social_share .uabb-ss-grid-item,
.cpt_social_share p {
    margin:0 !important;

}





/* Jump To Menu */
body:not(.fl-builder-edit) .jumpto_row {position:absolute;z-index:9;width:100%;}


body.jumpto_sticky .jumpto_row >.fl-row-content-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}

.jumpto_row .jumpto_title {position:relative;}
body:not(.fl-builder-edit) .jumpto_row .jumpto_title >.fl-module-content{position:absolute;}
.jumpto_row .jumpto_title .fl-button {margin-top:12px;margin-bottom: 12px;}
.jumpto_row .jumpto_title .fl-button:hover {transform:initial !important;}
.jumpto_row .jumpto_title .dashicons-arrow-down-alt:before {
    font-size: 22px;
    padding: 5px 0;
}

.fl-builder-content .jumpto_row .fl-module-button-group a.fl-button {
    text-transform: initial;
    font-family: var(--Paralucent);
    font-size: 17px;
    font-size: 0.89rem;
    line-height: 24px;
    line-height: 1.26rem;
    text-decoration: none;
    background-image: linear-gradient(var(--yellow), var(--yellow));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    background-color: transparent;
    transition: background-size .5s ease-in-out;
    animation: 0.25s jumpto_underline ease-in-out;   
    border:0; 
}

.fl-builder-content .jumpto_row .fl-module-button-group a.fl-button:hover {
      animation: 0.25s jumpto_underline ease-in-out;
}

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



/**********/
/* Search */
/**********/
.search-results .search_for {text-align:center;    margin: 0;}
.search-results .search-post-title {    line-height: 36px;}
.search-results .search-post-title a,
.search-results .search-post-title a:hover {
    text-decoration: underline;
    text-decoration-thickness:2px;
    color: var(--gold-dark);
    font-size: 32px;
    text-transform: initial;
}

.search-results .search-post-text {    margin-top: 5px;}
.search-results .search-post-excerpt {    margin-top: 10px;}
.search-results .search-post-image img {
    margin-right: 40px;
    width: 240px;
    max-width: initial;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}
.search-results .search_archive .fl-post-feed-post {
    display: flex;
}
.search-results .fl-post-feed-post {
        margin-bottom: 30px;
    padding-bottom: 30px;
}




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

body:not(.fl-builder-edit) .covertop.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content{
    margin-top:-20%;
}




/****************************/
/* Mailchimp Subscribe Form */
/****************************/
#mc_embed_signup .mchimp_form_wrap {
    display: flex;
    gap: 20px;
    max-width:850px;
    margin:auto;
}

#mc_embed_signup .mc-field-group ul li { 
    margin-left:10px;
}
#mc_embed_signup .mc-field-group input {
    border: 1px solid var(--blue-deepwater);
    border-radius: 0;
    padding: 12px 18px;
    resize: none;
    font-family: var(--Paralucent);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
    box-sizing: border-box;
    text-indent: unset;
    margin-right: 10px;
}


#mc_embed_signup .mc-field-group label {    
        font-family: var(--Paralucent);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--blue-deepwater);
    box-sizing: border-box;
    text-indent: unset;
}



#mc_embed_signup .mchimp_form_wrap .button {
    background: var(--blue-deepwater);
    color: var(--white);
    font-family: var(--ParaCon);
    font-size: 26px;
    font-size: 1.37rem;
    line-height: 37px;
    line-height: 1.95rem;
    text-transform: uppercase;
    border: 0 !important;
    padding: 6px 30px;
    border-radius: 0;
    margin: 0;
    display: block;
    vertical-align: initial;
    width: initial;
    height: initial;
    margin-top: 38px;
}
#mc_embed_signup .mchimp_form_wrap .mc-field-group {
    clear: initial;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    min-height: initial;
    display: initial;
}


#mc_embed_signup div#mce-success-response {
    text-align: center;
    width: 100%;
    max-width: initial;
    padding: 0;
    float: none;
    color: #9dbf3b;
    background: #9dbf3b;
    /* margin: 0; */
    color: var(--blue-deepwater);
    padding: 20px 12px;
}

#mc_embed_signup div#mce-responses {
    width:100% !important; 
    padding:0 !important;
    margin:0 auto !important;
        max-width: 850px;
    float: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    font-family:var(--Paralucent);
        background: transparent !important;
}
#mc_embed_signup .button:hover {
    background: var(--yellow) !important;
    color: var(--blue-deepwater);
}
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after{
	display:none!important;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-3 thead th, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-3 thead th.sorting{
	pointer-events:none;
}




.grecaptcha-badge {display:none}



/* Popup Maker */
body:not(.fl-builder-edit) .pum-content.popmake-content:focus,
body:not(.fl-builder-edit) .pum-overlay .fl-row-content:focus,
body:not(.fl-builder-edit) .pum-overlay .pum-container:focus,
body:not(.fl-builder-edit) .pum-overlay .pum-content:focus {
	box-shadow:none !important;
}
.pum-overlay .pum-container {
    margin-bottom:10px
}

.pum-overlay .fl-row-content {
    padding:0 !important;
    border-radius: 10px;
    overflow: hidden;
    
}

.pum-content.popmake-content {
    border-radius: 10px !important;
    overflow: hidden;
    
}

body:not(.fl-builder-edit) .popup_icon_overlap {
    position: absolute;
    transform: translate(-50%, 60px);
}