.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

body {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #393939;
    line-height: 1.6;
    font-style: normal;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
p {
    margin: 0 auto 1em;
}
em, li, p, small, ul {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    margin-bottom: 0.25em
}
h1 { font-size: 62px; }
h2 { font-size: 48px; }
h3 { font-size: 38px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

.fl-builder-content a.fl-button * {
    color: #fff;
}
button,
.fl-builder-content a.fl-button {
    cursor: pointer;
    color: #fff;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    font-size: 100%;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 22px 30px;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #00bfad;
    -webkit-transition: background-color,.25s,ease-in;
    transition: background-color,.25s,ease-in;
    
}
button:hover {
    background-color: #00f2db;
}
/* Overwrites */
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.inside-article a {
    color: #00bfad;
}
.inside-article a:hover {
    color: #00f2db;
}
.fl-node-fgdeml16p7os .pp-tabs-panels .pp-tabs-panel-content {
    max-height: 550px;
}
/* Image Captions */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 21px;
    position: relative;
    background: none;
    color: #393939;
}
/****** Global ******/
.row-grey-bg {
    background-color: #f2f2f0;
}
.bg-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: .05;
}
.bg-icon i {
    font-size: 11em;
    text-align: center;
}
.content-box-bg > .fl-row-content-wrap {
    background-origin: content-box;
}
b, strong {
    font-weight: 600!important;
}
.site-content {
    justify-content: center;
}
.site-content > .fl-builder-content {
    width: 100%;
}
.main-green-color {
    color: #00bfad!important;
}
.large-text li,
.large-text p {
    font-size: 110%;
}
p:last-child {
    margin-bottom: 0!important;
}
a {
    text-decoration: none!important;
    color: #00bfad;
}
a:hover {
    color: #00f2db;
}
.link-color {
   color: #00bfad!important;
   transition: all .6s ease;
}
.link-color:hover {
   color: #00f2db!important; 
}
/****** Layouts ******/
.parent-flex > .fl-col-content > .fl-col-group { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: auto;
}

.parent-flex > .fl-col-content {
    align-items: flex-end!important;
}
.col-flex{
    width: auto!important;
}

/****** Header ******/
/* Header Scrolled */
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap {
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    
    transition: all .4s ease-in-out;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .pp-advanced-menu .menu > li > a,
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .menu > li > .pp-has-submenu-container > a {
    color: #adbcbb;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .menu > li > .pp-has-submenu-container > a > span > .pp-menu-toggle:before {
    border-color: #adbcbb;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .menu > li > .pp-has-submenu-container > a:hover > span > .pp-menu-toggle:before {
    border-color: #00bfad;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .pp-advanced-menu .menu > li > a:hover,
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .custom-header > .fl-row-content-wrap .menu > li > .pp-has-submenu-container > a:hover {
    color: #00bfad;
}


/****** Sections ******/
.emblem-img .fl-row-content-wrap {
    position: relative;
}
.emblem-img .fl-row-content-wrap:after {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    bottom: -60px;
    width: 120px;
    height: 120px;
    background-image: url('/wp-content/uploads/2022/02/icon-wh-emblem.png');
    background-repeat: no-repeat;
    background-size: 120px;
    z-index: 2;
}
/* Counter - module */
.custom-counter .fl-number-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px
}
.custom-counter .fl-number-string {
    padding-right: 10px;
}
.custom-counter .fl-number-after-text {
    margin-top: 0;
}

/* Custom Title - module */
.icon-title h4 {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/****** Subscribe Form ******/
.custom-sub-form .ff-t-container.ff-column-container {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}
.custom-sub-form .frm-fluent-form .ff-t-cell {
    padding: 0;
}
.custom-sub-form .ff-t-cell.ff-t-column-1 {
    width: calc(100% - 60px);
}
.custom-sub-form .ff-t-cell.ff-t-column-2 {
   width: 60px; 
}
.custom-sub-form .pp-fluent-form-content .fluentform .ff_submit_btn_wrapper button {
    height: 50px;
    width: 100%;
}
.custom-sub-form .pp-fluent-form-content .fluentform .ff_submit_btn_wrapper button:hover {
    opacity: 1;
}

/* icons */
.whicon  [class^="icon-"] {
    color: #00bfad;
    font-size: 11em;
    font-family: 'whicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 auto 1rem;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.whicon.centered {
    text-align: center;
}

/* Tooltip hover */
.img-hover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.img-hover img {
    opacity: .4;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.img-hover img:hover {
    opacity: 1;
}
.tooltip-wrapper {
    padding: 25px 0;
    display: flex;
    flex-basis: 33.33%;
    justify-content: center;
}
.tippy-box[data-theme~="custom"] {
    background-color: #fff;
    padding: .75em 1.75em;
    font-size: 19px;
    color: #000;
    width: 100%;
    min-width: 250px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 8%);
    border-radius: 0;
    text-align: center;
}
.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before,
.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before{
    border-top-color: #fff;
    border-bottom-color: #fff;
    transform: scale(1.5);
}


/* Blog Single Page */
.blog-post-content-imgs img {
    width: 100%;
    min-height: 400px;
    object-fit: contain;
}
.blog-post-content-imgs p {
    padding-top: 10px;
}
.blog-post-content-imgs em {
    color: #999999;
}

/* Modal Hover Button */
.pp-modal-trigger .pp-modal-trigger-icon {
    transition: all .4s ease;
}
.pp-modal-trigger:hover .pp-modal-trigger-icon {
    color: #00bfad!important;
}

/* Circles - about */
.tm-circle-founder, 
.tm-circle-board-member {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 100%;
}
.tm-circle-founder.l-size, 
.tm-circle-board-member.l-size {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.tm-circle-founder {
    background-color: #00bfad;
}
.tm-circle-board-member{
    background-color: #ffc915;
}
.tm-circle-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-circle-text {
    padding-right: 20px;
    line-height: 0;
}

/* Steps */
.icon-step {
    font-size: 7em;
    display: block;
    color: #00bfad;
    text-align: center;
}
.number-step {
    margin: 1em auto;
    display: flex;
    justify-content: center;
}
.number-step > span {
    font-size: 1.25em;
    letter-spacing: .1em;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid;
}
/* Donations */
@media screen and (min-width: 32rem) {
.give-container-boxed {
    padding: 0;
}
}

/* Grid Logos - Community Page */
.custom-grid-logos .pp-logos-content .pp-logo {
    margin: 0
}
.custom-grid-logos .pp-logo {
    margin: 0!important;
    border-right: 1px solid #ddd;
}
.custom-grid-logos .pp-logo:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.custom-grid-logos .pp-logos-content .pp-logo a:before {
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 20px;
    left: 5%;
    height: 10px;
    width: 90%;
    filter: alpha(opacity=0);
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.custom-grid-logos .pp-logos-content .pp-logo a:hover:before {
    opacity: 1;
}
.custom-grid-logos .pp-logos-content .pp-logo a .logo-image {
    transition: all .4s ease; 
}
.custom-grid-logos .pp-logos-content .pp-logo a:hover .logo-image {
    transform: translateY(-10px) scale(.98);
}

.custom-accordion .pp-accordion-item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

/****** Media Queries ******/
@media only screen and (min-width: 1279px) {
    .custom-header  .menu .pp-has-submenu .sub-menu {
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 769px) {
    .narrow-content {
        max-width: 90%;
        margin: 0 auto;
    }
    .narrow-content-full-row {
        max-width: 90%;
        margin: 0 auto;
    }

}
@media only screen and (min-width: 993px) {
    .custom-grid-logos .pp-logo:nth-child(4n) {
        border-right: 0;
    }
    .narrow-content {
        max-width: 70%;
        margin: 0 auto;
    }
    .narrow-content-second {
        max-width: 90%;
        margin: 0 auto;
    }
    .narrow-content-full-row {
        max-width: 55%;
        margin: 0 auto;
    }
        .pp-logo.pp-logo-4, 
    .pp-logo.pp-logo-5,
    .pp-logo.pp-logo-6 {
        border-bottom: 0!important;
    }
}
/*@media only screen and (min-width: 993px) and (max-width: 1190px) {*/
@media only screen and (min-width: 993px) and (max-width: 1510px) {
    .custom-counter .fl-number-text {
        flex-direction: column;
    }
    .flex-grp > .fl-col-content > .fl-col-group {
        display: flex;
    }
    .flex-grp .flex-col:last-child .fl-col-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    
}
@media only screen and (max-width: 992px) {
    h1 { font-size: 54px; }
    h2 { font-size: 42px; }
    h3 { font-size: 32px; }
    h4 { font-size: 22px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
    .parent-flex > .fl-col-content > .fl-col-group {
        width: 100%;
    }
    .whicon  [class^="icon-"] { font-size: 8em; }
    .tooltip-wrapper { 
        flex-basis: 50%!important;
        padding: 15px 0!important;
    }
    .large-text p {
        font-size: 100%;
    }
    .custom-grid-logos .pp-logo:nth-child(2n) {
        border-right: 0;
    }
    .custom-grid-logos .pp-logo:nth-child(2n) {
        border-right: 0;
    }
    .custom-grid-logos .pp-logo:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
}
@media only screen and (max-width: 768px) {
    h1 { font-size: 48px; }
    h2 { font-size: 38px; }
    h3 { font-size: 28px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .icon-title h4 { font-size: 1.7em; }
    .whicon  [class^="icon-"] { font-size: 7em; }
    .tooltip-wrapper { 
        flex-basis: 100%!important;
        padding: 0!important;
    }
}
