/* .top_menu {
    position: fixed;
    width: 100%;
    z-index: 99;
} */

.btn_heart .fl-button:hover .fl-button-icon {
    animation: heartbeat 1.5s infinite;
    display: inline-block;
}
@keyframes heartbeat {
    0% {transform: scale(1);}
    20% {transform: scale(.75);}
    40% {transform: scale(1);}
    60% {transform: scale(.75);}
    80% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes underline {
    0% {background-size: 0% 1px}
    100% {background-size: 100% 1px}
}
/****Catalyst Post Type****/
.hasStar:after{
    content:url("/wp-content/uploads/Icon-awesome-star.svg");
    position:absolute;
    top:0;
    right:-30px;
}
.hasStar{
    position:relative;
}
.floatright .btn_heart .fl-module-content{
    float:right;
}
.catelystH2 .fl-heading{
    font-size:2.4545rem;
    line-height:2.591rem;
}
.catelystH3 .fl-heading{
    font-size:2.1364rem;
    line-height:2.1364rem;
}
.catelystSubTitle h3{
    font-size:1.4544rem;
    line-height:1.636rem;
}
.catalystTopRightSec .fl-col-content{
    background-size:105px;
}
.catalystTitle h1{
    font-size:3rem;
    line-height: 3rem;
}
.catalystSubMenu h2{
    font-size:0.909rem;
    line-height: 1.5rem;
}
.fl-row:not(.top_menu) .catalystSubMenu .fl-module-content ul li::before{
    display:none;
}
.fl-row:not(.top_menu) .catalystSubMenu .fl-module-content ul{
    padding-top:0;
    padding-left:0;
}
.fl-row:not(.top_menu)  .catalystSubMenu .fl-module-content ul li{
    line-height: 1.273rem!important;
    margin-bottom:11px;
}
.fl-page-content .catalystSubMenu a:hover, .fl-page-content .catalystSubMenu  a{
    border-bottom:none;
    font-weight: 700;
    line-height: 1.273rem;
    color:#008EBA!important;
}
.catalystImg .fl-photo-caption{
    font-size: 0.727rem;
    line-height: 1.091rem;
    color:#2C2C2C;
    text-align:left;
    font-weight:400;
}
.catalystImg .fl-photo-caption:before{
    content:"Cover: ";
    font-size: 0.727rem;
    line-height: 1.091rem;
    color:#2C2C2C;
    text-align:left;
    font-weight:700;
}
.fl-post .catalystImg img, .catalystImg .fl-photo-content {
    width:100%;
    height:630px;
    object-fit: cover;
}
.fl-post .largeImg img, .largeImg .fl-photo-content{
    width:100%;
    height:600px;
    object-fit: cover;
}
.redstarImg{
    float:right;
    position:relative;
    right:-80px;
}
.fl-builder-content .ReadMoreBtn, .fl-builder-content .ReadLessBtn{
    background-color: transparent;
    border: none;
    color: #008eba;
    text-decoration: underline;
    float: left;
    padding: 0px;
    font-size: 0.818rem;
    font-weight: 700;
    margin-top: 12px;
    padding:0;
}
.ceoWord .fl-rich-text *{
    display:none;
}
.ceoWord .fl-rich-text *:nth-child(1){
    display:block;
}
.ceoWord .fl-rich-text *:nth-child(2){
    display:block;
}
.expended.ceoWord .fl-rich-text *{
    display:block;
}
.ceoRow .fl-col-group.fl-col-group-equal-height{
    display: flex;
    justify-content: center;
}
.ceoCol .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content{
    display: flex;
    align-items: flex-start;
}
.ceoInfo p, .ceoInfo strong{
    font-size:0.727rem;
    line-height:1.091rem;
}
.feturedStoryImg img{
    margin-left: 16px;
    margin-top: 16px;
}
.feturedStoryImg .fl-photo-content, .fl-post  .feturedStoryImg img{
    width:100%;
    height:540px;
    object-fit: cover;
}
.feturedStoryImg{
    margin-bottom:16px;
}
.catalystImg img{
    margin-right: 16px;
    margin-top: 16px;
}
.catalystImg .fl-photo-caption-below{
    padding-top: 20px;
}
.IamCusoImg img{
    margin-left: 16px;
    margin-top: 16px;
}
.IamCusoImg .fl-photo-content, .fl-post  .IamCusoImg img{
    width:100%;
    height:540px;
    object-fit: cover;
}
.IamCusoImg{
    margin-bottom:16px;
}
/****team section****/

.uabb-team-wrap .uabb-team-desc-text, .uabb-team-wrap .uabb-team-desc-text p{
	font-size:0.818rem;
	font-weight:400;
}
.uabb-team-wrap .uabb-team-desc{
    display:none;
}
.uabb-imgicon-wrap .uabb-image-content .uabb-photo-img{
    height:330px!important;
    width:100%;
    object-fit: cover;
}
.teamRow .fl-col-group{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 60px 66px;
    width: 100%;
}
.h4 h3{
    font-size: 1.364rem;
    line-height: 1.5rem;
}
.teamRow h3.uabb-team-name-text{
    font-size: 1.364rem;
    line-height: 1.5rem;
}
body.fl-builder-edit .teamRow .fl-col {
    width:100%!important;
}
.teamRow .fl-col-group .fl-col{
    width:100%;
}
.teamRow .fl-col-group:before{
    display:none;
}
.uabb-team-content .uabb-team-desgn{
    margin-top:16px;
}
.uabb-team-content .uabb-team-desc{
    margin-top:16px;
}
.uabb-team-content .uabb-team-desgn-text{
	font-size:0.818rem;
	font-weight:700;
}
.uabb-team-content .moreBtn, .uabb-team-content .lessBtn{
	background-color: transparent;
    border: none;
    color: #008eba;
    text-decoration: underline;
    float: left;
    padding: 0px;
    font-size: 0.818rem;
    font-weight: 700;
    margin-top:12px;
}
.uabb-team-content{
	padding:0!important;
    padding-top:21px!important;
}
.uabb-module-content.uabb-team-wrap{
    max-width:400px;
}
.fl-module-team .uabb-team-content .uabb-team-name{
	color:#008eba;
	font-size:1.364rem;
}
.uabb-imgicon-wrap .uabb-image-content{
    border-radius:20px;
}
.teamRow .uabb-team-image{
    position:relative;
}
.IamCusoImgRow  > .fl-row-content-wrap{
    background-size: auto;
    background-position: right calc(100% - 28px);
}
/* CUSTOM MENU */
.main-menu {
    /* width: fit-content; */
    display: block;
}
.main-menu > div {
    display: inline-block;
    margin-right: 24px;
    padding: 32px 3px;
    cursor: pointer;
}
.main-menu > div:last-child {
    margin: 0;
}
.main-menu a.first-level-menu-link,
.header_item.search a {
    cursor: pointer !important;
}
.second-level-menu-link,
.third-level-menu-link {
    font-family: europa, sans-serif !important;
    font-weight: normal;
    font-size: 17px;
    color: #2c2c2c;
}
.ways_to_take_action .second-level-menu-link {
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.03em;
    color: #2c2c2c;
}
.ways_to_take_action .menu-items-wrapper-items {
    display: flex;
}
.ways_to_take_action .menu-items-wrapper-items .second-level-menu:first-child,
.ways_to_take_action .menu-items-wrapper-items .second-level-menu:nth-child(2) {
    margin-right: 50px;
    padding-right: 20px;
    border-right: 1px solid var(--light-blue);
}
.menu-item:not(.btn_donate_menu) .menu-items-wrapper {
    /* transform: translateY(-100%); */
    text-align: left;
    position: absolute;
    top: -500%;
    width: 100%;
    z-index: -1;
    left: 0;
    background: var(--lighter-blue);
    padding-top: 5px;
    padding-bottom: 40px;
    transition: top .2s ease;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2)
}
.menu-items-wrapper.active_ {
    /* transform: translateY(0%) !important; */
    top: calc(0% + 86px) !important;
    transition: top .5s ease !important;
}
.btn_donate_menu .menu-items-wrapper {
    display: none;
    position: absolute;
    background: var(--lighter-blue);
    left: 0;
    border-radius: 0 0 27px 27px !important;
    padding: 6px 32px;
}
.btn_donate_menu:hover {
    border-radius: 27px 27px 0 0 !important;
    background: var(--lighter-blue) !important;
}
.btn_donate_menu {
    border-radius: 27px;
    background: #ffca38;
    padding: 16px 32px !important;
    cursor: pointer;
    position: relative;
}
.btn_donate_menu .second-level-menu {
    padding: 10px 0;
}
.btn_donate_menu > a {
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold;
    font-size: 20px !important;
    letter-spacing: 0.03em;
    color: #041e26 !important;
}
.btn_donate_menu > a:after {
    content: "\e96b";
    font-family: 'Ultimate-Icons' !important;
    padding-left: 10px;
}
.blue_menu {
    background: var(--lighter-blue) !important;
    transition: background .5s ease;
}
.menu-item:not(.btn_donate_menu) .menu-items-wrapper-items {
    width: 1230px;
    margin: 0 auto;
}
/* .menu-item:hover > .menu-items-wrapper {
    display: block;
} */

.search_trigger i {
    font-size: 24px;
    line-height: 0;
}

.first-level-menu:not(.btn_donate_menu) > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2C2C2C;
    display: inline-block;
    margin-left: 5px;
}
.rotate_icon > a::after {
    transform: rotate(-180deg);
    transition: transform .5s ease, color .5s ease;
    color: var(--blue) !important;
}
.main_menu_module {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
body.hide_menu .header_item.menu {
    visibility: hidden;
}

/* KEEP EXPLORING SECTION */
.compass_icon .fl-heading-text:before {
    display: flex;
    align-items: center;
}
.compass_icon .fl-heading-text:before {
    content: '';
    margin-right: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/uploads/compass_icon.svg) center center no-repeat;
    width: 70px;
    height: 70px;
    background-size: cover;
}

/* STORY GRID */
.story_card_wrapper {
    height: 310px;
    width: calc(50% - 25px);
    margin-bottom: 32px;
    transition-property: opacity !important;
}
.story_card_wrapper_content {
    height: 100%;
    background-size: cover !important;
    /* background-position: center !important; */
    border-radius: 20px;
}
.story_card_wrapper_content > a {
    height: 100%;
    padding: 36px;
    border-radius: 20px;
    position: relative;
}
.story_card .story_title {
    position: absolute;
    bottom: 0;
}
.story_card .story_title h4,
.story_card .story_badge,
.story_card .story_date {
    color: #fff !important;
}
.story_card .story_badge,
.story_card .story_date {
    font-family: europa, sans-serif;
}
.story_badge {
    font-weight: bold;
    margin-right: 24px;
}
.stories_all {
    position: relative;
    top: -164px;
    z-index: 0;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px 62px; */
}
.stories_all.latest_two {
    top: 0px !important;
}
.story_card {
    position: relative;
    z-index: 1;
    height: 100%;
}
.ken_burns a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0,0,0,0.1);
    z-index: 0;
    left: 0;
    top: 0;
}
.visible_item{
    display:none;
}

/* LOAD MORE BUTTON */
.btn_wrapper {
    text-align: center;
    position: relative;
    top: -64px;
}
.load_more_btn {
    background-color: #98BC3C;
    border-radius: 80px;
    font-family: "Marr Sans Cond Web";
    font-weight: bold;
    font-size: 20px;
    padding: 12px 30px;
    border: 0 !important;
    color: #2C2C2C !important;
    transition: background-color .5s ease;
}
.load_more_btn:hover,
.load_more_btn:active,
.load_more_btn:focus {
    background-color: #7DA21F;
    border: 0 !important;
}

/* KENS BURN ON STORIES CARD */
.ken_burns {
    background-position: center;
    transition         : all 0.5s ease;
    position           : relative;
    overflow           : hidden;
}
.ken_burns:before {
    content   : "";
    position  : absolute;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
    background: inherit;
    transition: inherit;
}
.ken_burns:hover:before {
    transform: scale(1.2);
}

/* STORIES FILTER */
.filter_wrapper {
    display: flex;
    align-items: baseline;
}
.filter_wrapper > h3 {
    margin-right: 50px;
}
.country_selection_wrapper {
    margin-right: 25px;
}
.filter_wrapper h3 {
    color: #041E26 !important;
}
.filter_wrapper > .filter_option_selection {
    border-radius: 27px;
    background: #fff;
    width: 260px;
    cursor: pointer;
    position: relative;
    transition: border-radius 1.3s ease;
}
.filter_wrapper > .filter_option_selection > h3 {
    position: relative;
    margin: 0;
    padding: 16px 26px;
}
.filter_wrapper > .filter_option_selection > h3:after {
    content: "\e96b";
    font-family: 'Ultimate-Icons' !important;
    position: absolute;
    right: 30px;
    transition: transform .5s ease;
}
.filter_option_selection_item  {
    font-family: europa, sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    color: #2c2c2c;
    padding: 8px 0;
    transition: color .3s ease;
}
.filter_option_selection_item:hover {
    color: var(--blue);
}
.filter_option_selection_item:last-child {
    padding-bottom: 16px !important;
}
.filter_option_selection_item:after {
    content: "\e955";
    font-family: 'Ultimate-Icons' !important;
    position: absolute;
    right: 33px;
    color: var(--blue);
    transition: transform .5s ease;
    transform: scale(0);
}
.item_selected:after {
    transform: scale(1);
}
.filter_option_selection_item_wrapper {
    display: none;
    padding: 0px 26px;
    z-index: 1;
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    border-radius: 0px 0px 27px 27px;
}
.scroll_y {
    max-height: 300px;
    overflow-y: auto;

}
/* .filter_option_selection_item_wrapper::-webkit-scrollbar {
    width: 5px;
}
.filter_option_selection_item_wrapper::-webkit-scrollbar-track {
    background: var(--blue);
}
.filter_option_selection_item_wrapper::-webkit-scrollbar-thumb {
    background: var(--lighter-blue);
}
.filter_option_selection_item_wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--light-blue);
} */


.filter_option_trigger_active {
    border-bottom: 1px solid var(--light-blue);
}
.filter_option_trigger_active:after {
    transform: rotate(45deg);
}
.filter_option_selection_active {
    border-radius: 27px 27px 0 0 !important;
    transition: border-radius .2s ease !important;
}

.clear_all_btn {
    margin-left: 25px;
    background: transparent !important;
    border: none !important;
    color: var(--blue);
    padding: 0;
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: color .5s ease;
}
.clear_all_btn:hover,
.clear_all_btn:active,
.clear_all_btn:focus {
    color: #2c2c2c;
}

/* CARD BG TEMPORARY */
.story_card_wrapper_content {
    background-color: #008EBA;
}


/* DONATE FORM */
#df-wrapper {
    border: none !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}
.df-content {
    margin-top: 0 !important;
    min-height: initial !important;
    padding: 0 !important;
}

/* LABES BORDER WIDTH */
#df-wrapper form.wp-lo-donation-form-style .option_levels div ul li input[type=radio] + label {
    border-width: 1px !important;
}

/* CONTAINER BORDER RADIUS */
#df-wrapper, #leftText, #rightText {
    border-radius: 25px;
}

/* GIVE ONCE / GIVE MONTLY BUTTONS */
#df-wrapper #monthlyToggle label {
    text-transform: uppercase !important;
    padding: 10px 30px !important;
}

h1.panel-heading {
    text-align: center;
}

#df-wrapper #amountToggle .input_container {
    display: flex !important;
    justify-content: space-evenly !important;
}

#df-wrapper #btn-step-1-amount {
    border-radius: 31px !important;
    background: #ffca38 !important;
    color: #2C2C2C !important;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16) !important;
    border: none !important;
    text-transform: uppercase !important;
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold !important;
    font-size: 20px !important;
    letter-spacing: 0.03em !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 246px;
    height: 62px;
    padding: 0 30px !important;
}
#df-wrapper .donate_button_yellow i {
    font-size: 26px !important;
}

#df-wrapper #step1Toggle {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#df-wrapper #step1Toggle i.ua-icon.ua-icon-icon-114-lock2,
#df-wrapper .secure_payment {
    font-weight: normal;
    font-size: 16px;
    color: #008eba;
}
#df-wrapper .secure_payment {
    font-family: europa, sans-serif;
    padding-left: 5px;
}

.back_btn,
.next_btn,
#btn-step-2-amount, #btn-step-3-amount,
#btn-gobackto-1, #btn-gobackto-2, #btn-gobackto-3 {
    background: #ffca38 !important;
    color: #2C2C2C !important;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16) !important;
    border: none !important;
    text-transform: uppercase !important;
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold !important;
    font-size: 20px !important;
    letter-spacing: 0.03em !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px !important;
    border-radius: 100px !important;
}

#btn-step-1-amount i:before,
#btn-step-2-amount i:before,
#btn-step-3-amount i:before {
    font-family: 'Ultimate-Icons' !important;
    content: "\e9e9" !important;
}

#btn-gobackto-1 i:before,
#btn-gobackto-2 i:before,
#btn-gobackto-3 i:before {
    font-family: 'Ultimate-Icons' !important;
    content: "\e9e8" !important;
}



#df-wrapper ul.input_container .radio.position-relative,
#df-wrapper ul.input_container input[type=number] {
    /* width: 100% !important; */
}

.bootstrapiso#df-wrapper form.wp-lo-donation-form-style .option_levels div ul li input[type="radio"] + label {
    border-radius:100px !important;
}

ul.input_container .radio.position-relative .lbl-other-amt {
    line-height: 36px !important;
}
#df-wrapper .form-control {
    border-radius: 10px !important;
    border: 1px solid #008eba !important;
    height: 64px !important;
    color: #495057 !important;
}
#df-wrapper form.wp-lo-donation-form-style .selectdiv:after {
    top: 12px !important;
}
#df-wrapper form.wp-lo-donation-form-style .form-label-group-float > label, #df-wrapper form.wp-lo-donation-form-style .form-label-group-float-search > label {
    line-height: 2.35 !important;
}
#df-wrapper #donor_email,
#df-wrapper #card_number,
#df-wrapper #send_ecard_section input {
    border-radius: 0 10px 10px 0 !important;
}
#df-wrapper #send_ecard_section span.input-group-text {
    border-radius: 10px 0 0 10px !important;
}
#df-wrapper .ecard_in_honour h5 { display: none; }
#df-wrapper #ecard_preview_div a {
    background-color: #008eba !important;
    border-color: #008eba !important;
    color: #fff !important;
    border-radius: 100px !important;
}
#df-wrapper #ecard_preview_div { text-align: center !important; }
#df-wrapper #ecard_preview_div a:hover {
    background-color: #fff !important;
    color: #008eba !important;
}

#df-wrapper #informationToggle .col-md-7,
#df-wrapper #informationToggle .col-md-5 {
    max-width: 50% !important;
    flex: none !important;
}

#df-wrapper #donate-submit {
    border: 1px solid #f3be2c !important;
    background: #ffca38 !important;
    color: #2c2c2c !important;
    padding: 12px 20px !important;
    border-radius: 100px !important;
    font-family: "Marr Sans Cond Web" !important;
    font-weight: bold !important;
    font-size: 20px !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}
#df-wrapper i.fa-heart {
    animation: heartbeat 1.5s infinite;
    margin-right: 10px;
}
#df-wrapper #choose_monthly + label { align-items: center; }
#df-wrapper ul.input_container .wplo-dl-single label,
#df-wrapper ul.input_container .wplo-dl-monthly label {
    height: 70px !important;
    width: 70px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
#df-wrapper #ecard_message, #df-wrapper #tribute_message_body { border: 1px solid #008eba !important; }
#df-wrapper .flex_aligned {
    display: flex !important;
    align-items: center !important;
}
#df-wrapper .space_between {
    justify-content: space-between !important;
}

#df-wrapper #outroSection {
    background: none !important;
    border-top: 1px solid #C5EDFA;
}
#df-wrapper #outroSection .wplo-paragraph-font {
    text-transform: uppercase !important;
}
#df-wrapper #outroSection .fa-circle.fas + .wplo-paragraph-font,
#df-wrapper #outroSection .fa-circle.far + .wplo-paragraph-font {
    font-weight: bold !important;
    font-size: 11px !important;
    color: #2c2c2c !important;
}
#df-wrapper #outroSection .fa-circle.far + .wplo-paragraph-font {
    opacity: 0.62 !important;
}

#df-wrapper #feedbackTitle {
    background: none !important;
    border-bottom: 1px solid #C5EDFA !important;
}
#df-wrapper #feedbackTitle .btn-wp-lo-form-outline-sm {
    border: none !important;
    border-bottom: 1px solid var(--blue) !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
#df-wrapper #feedbackTitle .btn-wp-lo-form-outline-sm:hover,
#df-wrapper #feedbackTitle .btn-wp-lo-form-outline-sm:active {
    background-color: transparent !important;
    border-bottom: 1px solid var(--orange) !important;
    color: #008eba !important;
}

#df-wrapper .bootstrapiso .mt-4,
#df-wrapper .bootstrapiso .my-4 {
    margin-top: 0 !important;
}

#df-wrapper #honourToggle .mt-5 { margin: 0 !important; }
#df-wrapper #honourToggle .text-center { text-align: unset !important; }
#df-wrapper #honourToggle .text-center label { padding: 0 !important; }

.wp-lo-svy-wrapper .input-margins-forms.col-sm-12 {
    margin-right: 10px !important;
}

/* MOBILE MENU */
.header_wrapper .mobile_toggle {
    display: none;
}
.donate_mobile {
    display: none !important;
}
.overflow_off {
    overflow: hidden !important;
    height: 100% !important;
}
body.overflow_off {
    position: relative !important;
}

/* SEARCH */
header .search_form_wrapper {
    display: none;
}
.search_wrapper {
    position: fixed;
    top: -90px;
    z-index: 99;
    width: 100%;
    transition: top .5s ease;
    left: 0;
    padding-left: 4.545rem;
    padding-right: 4.545rem;
}
.search_wrapper.active { top: 90px !important; }
body.admin-bar .search_wrapper.active { top: 122px !important; }
.form_container {
    background: #fff;
    width: 580px;
    height: 70px;
    float: right;
    display: flex;
    align-items: center;
    padding: 0 40px;
    position: relative;
    right: -40px;
}
.form_container form {
    width: 100%;
}
.search_wrapper_content {
    max-width: 1366px;
    margin: 0 auto;
}
.form_container form input[type=text],
.form_container form input[type=text]::placeholder {
    font-family: europa, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #2c2c2c !important;
    opacity: 0.8;
    border: none !important;
}
.form_container i {
    font-size: 1.364rem;
    color: var(--black);
}
.header_item.search .close_icon:before {
    content: '\e995' !important;
}

/* SEARCH PAGE */
.search_form {
    text-align: center;
}
.input_wrapper {
    max-width: 664px !important;
    margin: 0 auto;
    position: relative;
}
.input_wrapper input[type=text] {
    height: 62px !important;
    border-radius: 10px !important;
    border: none !important;
    margin: 32px 0;
    padding: 0 20px 0 80px;
}
.input_wrapper i {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 1.364rem;
    color: var(--black);
    transform: translateY(-50%);
}
.search_form button {
    width: 212px;
    height: 62px;
    border-radius: 31px;
    background: #008eba;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    font-family: "Marr Sans Cond Web";
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.03em;
    color: #fff;
    border: none !important;
    transition: all 0.5s ease;
}
.search_form button:hover {
    background: #007396;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

/* SEARCH POSTS RESULTS */
.fl-post-feed-post {
    margin-bottom: 26px !important;
    border: none !important;
}


.fl-post-feed-post a {
    border: none !important;
}




.search_result_single_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
}
.search_meta {
    display: flex;
    align-items: baseline;
}
.search_content {
    margin-left: 20px;
}
.search_ft_image {
    min-width: 201px;
    height: 160px;
    border-radius: 20px;
}
.search_badge p,
.search_meta h5 {
    font-size: 16px;
    color: #008eba;
}
.search_badge p {
    font-weight: bold;
}
.search_meta h5 {
    font-weight: normal;
    margin-left: 10px;
}

/* STORIES SINGLE */
.post-img div, .post-img img{
    width:100%;
}

.single-stories .single-post-header.stories-header {
    background-position-y: 0 !important;
    background-attachment: unset !important;
    margin-top: 90px;
}

/* MENU FIX */
.ways_to_take_action .second-level-menu:nth-child(4),
.ways_to_take_action .second-level-menu:nth-child(5),
.ways_to_take_action .second-level-menu:nth-child(6){
    display: none;
}


/******post carrousel*****/
.post-wedget.carrousel-image .post{
    padding:0 44px 0 0;
    cursor:pointer;
}
.post-wedget.carrousel-news .post{
    padding:0 26px 0 0;
    cursor:pointer;
}
.post-wedget.carrousel-news .post .postBox{
    padding:0 26px 0 0;
    border-right:1px solid #C1BFBB;
}
.carrousel-two-column .postBox .imgBox  img{
    height:360px;
    width:100%;
    object-fit: cover;
    transition:all 0.5s ease;
}
.post-wedget.carrousel .post .postBox{
    width:368px;
}
.post-wedget.carrousel .post .postBox a.arrowlink{
    margin-left:0;
}

.slick-initialized .slick-slide {
    display: flex!important;
    height: auto;
    flex-direction: column;
}
.slick-initialized .slick-slide>div{
    height:100%;
}
.slick-initialized .post .postBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.post-wedget.carrousel .post{
    height:100%;
    cursor:pointer;
}
.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;
}
.fl-row:not(.top_menu) .fl-module-content .slick-dots{
    margin-bottom:0!important;
    padding-top:0!important;
    padding-inline-start: 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;
}
.imgBox .defaultImg{
    height:360px;
    width:100%;
    background-color:#727271;
}
.post .tags
{
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 18px;
    font-size: 0.5455rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: white;
    color: var(--black);
    font-weight: 400;
}
.carrousel-two-column.post-wedget.carrousel .post .postBox{
    width:calc(100% - 33px);
}
.carrousel-two-column.post-wedget.carrousel .post .infoBox, .carrousel-two-column.post-wedget.carrousel .post .postBottom{
    padding-top: 10px;
}
.carrousel-two-column.post-wedget.carrousel .post .imgBox{
    height: 360px;
    position:relative;
    border-radius: 20px;
    overflow: hidden;
    height: 360px;
    object-fit: cover;
    width:100%;
}
.carrousel-two-column.post-wedget.carrousel .post .infoBox{
    position:relative;
}
.carrousel-two-column .infoBox .h4{
    font-size:1.6364rem;
    line-height: 1.818rem;
}

.carrousel-two-column.post-wedget.carrousel .slick-active:not(.slick-current) .postBox{
    float:right;
}
.fl-page-content .postBox a:hover{
    border-bottom: none;
    background-size: 100% 1px;
}
.fl-page-content .postBox  a{
    border-bottom: none;
    background-image: linear-gradient(var(--blue), var(--blue));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all .5s;
}
.slider-header-btn a{
    border-bottom: none;
    background-image: linear-gradient(var(--blue), var(--blue));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.slider-header-btn a:hover{
    animation: underline 0.5s;
    border-bottom: none;
}
.slick-prev-two-column.slick-arrow:focus, .slick-next-two-column.slick-arrow:focus{
    top:0!important;
}
.postBottom, .postBottom .infoPost{
    color: var(--black);
    font-size:0.727rem;
}
.fl-row:not(.top_menu) .fl-module-content ul.slick-dots li::before{
    display:none;
}
.slider-header-btn a{
    font-size: 0.909rem;
    line-height: 1.682rem;
}
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*********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: white;

}

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

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

.hiddenfilters{
    margin-bottom:10px;
    display: none;
}
.visiblefilters{
    margin-bottom: 3px;
}
.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: europa, sans-serif !important;
    color: var(--black);
}
.fl-archive--filter-clear span {
    font-size: 0.909rem; 
    line-height: 1.682rem;
    color: var(--blue);
    text-decoration: underline;
    font-weight: 400;
    font-family: "Marr Sans Cond Web" !important;
    text-transform: uppercase;
}

.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: europa, sans-serif !important;
    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: 100%;
}

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

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

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

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

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

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

.category-filters--go button {
    background-color: transparent;
    border-radius: 50px;
    color: white;
    border: 1px solid white;
    background-color: var(--blue);
    padding: 23px 37px 23px 37px;
    font-family: "Marr Sans Cond Web";
    letter-spacing: 0.01rem;
    font-weight: 700;
    font-size: 0.9091rem;
    line-height: 1rem;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
div.loadMore {
    display: flex;
    flex-direction: row;
    margin: 36px auto 0;
    align-items: center;
    gap: 26px;
    justify-content: center;
}
div.loadMore button {
    display: block;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: var(--open-sans);
    font-weight: 700;
    font-size: 0.7727rem;
    line-height: 1.0909rem;
    min-width: inherit!important;
    transition: 0.2s all;
    transform: scale(1);
}
.category-filters--go button:hover, div.loadMore button:hover {
    transform:scale(1.15);
}
.category-filters--go button .a_arrow{
    padding-left:39px;
}
.category-filters--go button:hover,
.category-filters--go button:active,
.category-filters--go button:focus{
    border-radius:500px!important;
}
div.loadMore button:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: #fff;
}

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

.fl-archive--filter-search {
    width: 40%;
    float: left;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fl-archive--filter-search input::placeholder{
    color:#2C2C2C!important;
    font-family:'Europa'!important;
    font-weight: 400!important;
    opacity: 1!important;
    font-size:0.727rem;
    line-height:1.091rem;
}

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

.fl-archive--filter-search input[type=text]:focus {
    background-color: transparent;
    border-bottom: 1px solid #275dc5!important;
    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.active{
    display: block;
}

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

.fl-archive--content .post a:hover,
.fl-archive--content .post a:focus {
    text-decoration: none;
}
.post-list{
    padding: 16px 32px;
    border-top: 1px solid #B9B7B3;
}
.posts-list{
    padding: 66px 0;
    cursor:pointer;
}
.post-list .postBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.posts {
    margin-top:66px;
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 44px 60px;
    width: 100%;
    cursor:pointer;
}
.post-grid-row > .fl-row-content-wrap{
background-size:100%;
}
.posts img, .posts .defaultImg{
    height:280px;
    border-radius: 20px;
    object-fit: cover;
    width:100%;
    transition: all 0.5s ease;
    object-position: top;
}
.post:hover img, .post:hover .defaultImg{
    transform: scale(1.1);
}
.fl-row:not(.top_menu) .fl-module-content .filter-item ul li::before{
    display: none!important;
}
.fl-row:not(.top_menu) .fl-module-content .filter-item ul li{
    line-height:1rem!important;
    margin-bottom:12px;
}
.post .imgBox{
    position:relative;
    overflow: hidden;
    border-radius: 20px;
}
.page_tags{
    color:#2E2E2E;
    margin-bottom:0!important;
}
.loadMore .page_tags span.page_tag{
    display:none;
}
.loadMore .page_tags span.page_tag.active{
    display:inline;
}
.filter-item.post_theme ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.share_icons{
    float: right;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 22px;
}
.share_icons span{
    color: var(--blue);
    font-size: 0.91rem;
    font-weight: 600;
    font-family: "Marr Sans Cond Web";
}
.share_icons a{
    border: none!important;
}
.post-content blockquote p{
    font-family: "Marr Sans Cond Web";
    font-size:2.136rem;
    line-height: 2.273rem;
    color:#007396!important;
}
.post-content blockquote{
    margin-bottom:64px;
    padding: 0 0;
    border-left: none!important;
    color:#007396!important;
}
