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


@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');


/*
@font-face {
    font-family: 'sharpg';
    src:url('../fonts/SharpGroteskPETrialBold-13-BF646589dd0510e.woff2') format('woff2'),
        url('../fonts/SharpGroteskPETrialBold-13-BF646589dd0510e.ttf') format('truetype'),
        url("../fonts/SharpGroteskPETrialBold-13-BF646589dd0510e.otf") format("opentype");
}
*/
@font-face {
    font-family: 'sharpg';
    src:url('../fonts/SharpGroteskPEBold-13.woff2') format('woff2'),
        url('../fonts/SharpGroteskPEBold-13.woff') format('woff'),
        url("../fonts/SharpGroteskPEBold-13.eot") format('embedded-opentype');
}

.bricolage-grotesque-basic {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

:root {

    /* COLORS */
    --white: #FFFFFF;
    --black: #002942;
    --mgff-green: #004E40;
    --eastern-pine: #A5DAC3;
    --sunset: #FFA238;
    --lake-michigan: #55D9D5;
    --lake-superior: #027080;
    --sugar-maple: #2C9479;
    --iron: #BE5404;
    --dunes: #DEC89B;
    --bark: #212121;
    --brown-dark: #42210B;
    

    /* FONTS */
    --font-primary: "Bricolage Grotesque", sans-serif;
    --font-secondary:'sharpg', serif;

    /* ICONS */
    --arrow-white: url(/wp-content/uploads/Arrow-right-white.svg);
    --arrow-blue: url(/wp-content/uploads/arrow-right-blue.svg);
    --arrow-yellow: url(/wp-content/uploads/double-arrow-yellow.svg);
    --arrow-brown: url(/wp-content/uploads/double-arrow-brown.svg);

}


body.admin-bar {margin-top:32px;}



/**********************/
/* Framework Settings */
/**********************/
html, body { 
    overflow-x: hidden;
    font-size: 20px !important;
    color: var(--mgff-green);
    font-family: var(--font-primary);
}

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

.fl-row .column_innerpadding >.fl-col-content {    
    max-width: 1366px;
    margin: auto;
    padding-left: 72px;
    padding-right: 72px;
}

.row_background_green p a:not(.arrowlink, .btn-round, .btn-square) {
    color:var(--mgff-green);
    font-weight: 500;
}


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

h1, .h1, .h1 p, .h1 .fl-heading {
    font-family: var(--font-secondary);
    font-size: 96px;
    font-size: 4.8rem;
    letter-spacing: 0.01em;
    line-height: 82px;
    line-height: 4.1rem;
    text-transform:uppercase;

}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: var(--font-secondary);
    font-size: 78px;
    font-size: 3.9rem;
    letter-spacing: 0.01em;
    line-height: 68px;
    line-height: 3.4rem;
    text-transform:uppercase;
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 46px;
    font-size: 2.3rem;
    line-height: 52px;
    line-height: 2.6rem;
    text-transform:initial;
}

h4, .h4, .h4 p, .h4 .fl-heading {
    font-family: var(--font-primary);
    font-weight:700;
    font-weight:700;
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 32px;
    line-height: 1.6rem;
    text-transform:initial;
}

p, .p, ul, ol {
    font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
    text-transform:initial;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 38px;
    line-height: 1.9rem;
    text-transform:initial;
}

.small, p.small, p .small, .small p,
.large ol, ol.large, .large ul, ul.small {
    font-family: var(--font-primary);
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.2rem;
    text-transform:initial;
}


.fl-builder-content .btn-square a.fl-button {
    background-image:initial;
} 

div:not(.uabb-photo-gallery-content) >a:not(.arrowlink, .btn-round, .btn-square, .uabb-ss-grid-button-link),
p a:not(.arrowlink, .btn-round, .btn-square) {
    color: var(--mgff-green);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--sunset), var(--sunset));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
}

p strong {
    font-family: var(--font-primary);
    font-weight:700;
}

.fl-module-content p {margin-bottom:24px;}

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

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



div a:not(.arrowlink, .btn-round, .btn-square, .uabb-ss-grid-button-link):hover,
p a:not(.arrowlink, .btn-round, .btn-square):hover,
a.arrowlink:hover,
span.arrowlink:hover,
.fl-module-button.arrowlink a.fl-button:hover, 
.fl-module-button-group.arrowlink a.fl-button:hover {
  animation: 0.4s underline;
}



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


.stats .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--font-secondary);
    font-size: 100px;
    font-size: 5rem;
    letter-spacing: 0.01em;
    line-height: 56px;
    line-height: 2.8rem;
}

.stats.small .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--font-primary);
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 30px;
    line-height: 1.5rem;
}

.stats .fl-number .fl-number-text .fl-number-string {
    font-size: 100px;
    font-size: 5rem;
    white-space: initial;
    text-align: left;
    font-family:var(--font-secondary);
}


blockquote p {
    font-family: var(--font-primary);
    font-weight:600;
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 2rem;
}

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






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

    .fl-accordion-item img {
        border-radius:10px;
    }



/**************************/
/* Action Carousel Slider */
/**************************/
.action-carousel-row .slick-dots{
    left: 0px;
    position: relative;
    text-align: center;
}
.action-carousel-row .slider-dot{
    margin-bottom:0;
}
.action-carousel-row .slick-dots button{
    font-size: 0.85rem;
}
.action-carousel-row .slick-active button, .slick-active button:hover, 
.action-carousel-row .slick-active button:focus{
    color:var(--mgff-green);
}
.action-carousel-row .slick-track{
    display: flex;
}

.action-carousel-slider > .fl-col-content .fl-col-content{
    overflow: hidden;
    width: 375px;
    height:100%;
    display: flex;
    flex-direction: column;
}
.action-carousel-slider > .fl-col-content .fl-col-content .btn-round{
    margin-top:auto;
}
body:not(.fl-builder-edit) .action-carousel-slider > .fl-col-content .fl-col{
    width:375px;
    height:100%;
}
body.fl-builder-edit .action-carousel-slider > .fl-col-content .fl-col{
    width:100%!important;
}
body:not(.fl-builder-edit) .action-carousel-slider .action-carousel-button{
    height: 100%;
    display: flex;
    align-items: flex-end;
}



/***************/
/* Video Modal */
/***************/
.video_modal .fi-play:before {
    content: "\f198";
    background: var(--sunset);
    width: 100px;
    height: 100px;
    /* display: inline-block; */
    padding: 17px 38px;
    border-radius: 100px;
}




/*
    ========================
             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-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;
    font-size: 0.555rem;
    color: var(--blue);
    line-height: 0;
    padding: 7px 1px 3px 5px;
}

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




/*============
    BUTTONS
=============*/

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

/* GLOBAL STYLES */
.fl-module-button a.fl-button,
.fl-module-button-group a.fl-button,
div.wpforms-container-full button.wpforms-submit,
a.arrowlink,
.uabb-events-inner-new span.arrowlink {
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 1rem;
}

.fl-module-button:not(.noarrow) a.fl-button::after,
.fl-module-button-group.arrowlink:not(.noarrow) a.fl-button::after,
a.arrowlink:not(.noarrow)::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow)::after,
.uabb-events-inner-new span.arrowlink:not(.noarrow)::after {
    /* position: absolute; */
    display:inline-block;
    width: 18px;
    height: 15px;
    padding-left: 12px;
    transition: all .5s ease;
}

.fl-module-button:not(.noarrow) a.fl-button:hover::after,
.fl-module-button.hover:not(.noarrow) a.fl-button::after,
.fl-module-button-group.arrowlink:not(.noarrow) a.fl-button:hover::after,
.fl-module-button-group.arrowlink.hover:not(.noarrow) a.fl-button::after,
a.arrowlink:not(.noarrow):hover::after,
a.arrowlink.hover:not(.noarrow)::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow):hover::after,
div.wpforms-container-full button.wpforms-submit.hover:not(.noarrow)::after,
.uabb-events-inner-new:hover span.arrowlink:not(.noarrow)::after,
.uabb-events-inner-new span.arrowlink.hover:not(.noarrow)::after {
    transform: translateX(5px);
}

.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,
.uabb-events-inner-new span.arrowlink {
    transition: all .1s ease-in-out;
}

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

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



/* BORDERED BUTTONS */
.fl-module-button:not(.arrowlink) a.fl-button,
.fl-module-button.hover:not(.arrowlink) a.fl-button,
div.wpforms-container-full button.wpforms-submit {
    padding: 20px 30px 20px 25px;
    /* border-width: 1px !important; */
    line-height: 16px;
    display: inline-block;
    transition:all .25s ease;
}

.fl-module-button.noarrow:not(.arrowlink) a.fl-button,
div.wpforms-container-full .wpforms-form button.wpforms-submit.noarrow {
        padding: 20px 35px;
}

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

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

div.wpforms-container-full button.wpforms-submit.btn-square,
div.wpforms-container-full button.wpforms-submit.btn-square:hover {
    padding: 16px 54px 16px 25px;
    font-family: var(--font-primary);
    color: var(--brown-dark);
    background: var(--sunset) !important;
    border: none !important;
}

.fl-module-button.white:not(.noarrow) a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.white:not(.noarrow)::after,
.uabb-events-new span.arrowlink.white:not(.noarrow)::after,
a.arrowlink.white:not(.noarrow)::after,
.arrowlink.white:not(.noarrow) a::after {
    content: var(--arrow-yellow);
}

.fl-module-button.yellow:not(.noarrow) a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.yellow:not(.noarrow)::after,
.uabb-events-new span.arrowlink.yellow:not(.noarrow)::after,
a.arrowlink.yellow:not(.noarrow)::after,
.arrowlink.yellow:not(.noarrow) a::after {
    content: var(--arrow-yellow);
}

.fl-module-button.brown:not(.noarrow) a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.brown:not(.noarrow)::after,
.uabb-events-new span.arrowlink.brown:not(.noarrow)::after,
a.arrowlink.brown:not(.noarrow)::after,
.arrowlink.brown:not(.noarrow) a::after {
    content: var(--arrow-brown);
}





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

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

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

/* a.arrowlink {
    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.arrowlink:not(.noarrow) a.fl-button::after,
.fl-module-button-group.arrowlink:not(.noarrow) a.fl-button::after,
a.arrowlink:not(.noarrow)::after {
    padding-top: 5px;
}

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



/*===============
    DECORATIVE
================*/
.bg-apple-top .fl-row-content-wrap {
    background-image: url(/wp-content/uploads/apple-line-blue-top.svg);
    background-repeat: no-repeat;
    background-size: max(75vw,75vh);
    background-position: max(75vw,75vh) bottom;
}

.leaf-green .fl-photo-content,
.leaf-blue .fl-photo-content,
.leaf-blue-dark .fl-photo-content,
.leaf-brown .fl-photo-content,
.leaf-sunset .fl-photo-content,
.leaf-light-green .fl-photo-content {
    position: relative;
}

.leaf-green .fl-photo-content::after,
.leaf-blue .fl-photo-content::after,
.leaf-blue-dark .fl-photo-content::after,
.leaf-brown .fl-photo-content::after,
.leaf-sunset .fl-photo-content::after,
.leaf-light-green .fl-photo-content::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -17%;
    width: 10vw;
    max-width: 120px;
    height: 15vw;
    max-height: 180px;
}

.leaf-green.align-right .fl-photo-content::after,
.leaf-blue.align-right .fl-photo-content::after,
.leaf-blue-dark.align-right .fl-photo-content::after,
.leaf-brown.align-right .fl-photo-content::after,
.leaf-sunset.align-right .fl-photo-content::after,
.leaf-light-green.align-right .fl-photo-content::after {
    right: 0;
}

.leaf-green .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-green-1.svg) center center / contain no-repeat;
}
.leaf-blue .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-blue.svg) center center / contain no-repeat;
}
.leaf-blue-dark .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-blue-dark.svg) center center / contain no-repeat;
}
.leaf-brown .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-brown.svg) center center / contain no-repeat;
}
.leaf-light-green .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-light-green.svg) center center / contain no-repeat;
}
.leaf-sunset .fl-photo-content::after {
    background: url(/wp-content/uploads/leaf-graphic-sunset.svg) center center / contain no-repeat;
}




/*
    =================================================
                      ITEM STYLING
    =================================================
*/

/*
    ========================
            HERO
    ========================
*/

.hero_2col_content {position:relative;z-index:2;}

body:not(.fl-builder-edit) .hero .hero_col_content_wrapper {
    position:relative;
    z-index:1;
}

.hero_decor >.fl-row-content-wrap{
    background-position: calc(90%) bottom;
    background-size: 50vw;
}


body:not(.fl-builder-edit) .hero-graphic {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 875px;
    left: calc(50% + 26px);
}

body:not(.fl-builder-edit) .hero-graphic2,
body:not(.fl-builder-edit) .hero-graphic3,
body:not(.fl-builder-edit) .hero-graphic4 {
    position: absolute;
}

body:not(.fl-builder-edit) .hero-graphic2 {
    bottom: 0;
    left: -40%;
    pointer-events: none;
}

body:not(.fl-builder-edit) .hero-graphic3 {
    top: 0;
    right: -60%;
}

body:not(.fl-builder-edit) .hero-graphic4 {
    top: 0;
    height: 100%;
    right: -70%;
}

body:not(.fl-builder-edit) .hero-graphic4 * {
    height: inherit;
    width: max-content;
}

body:not(.fl-builder-edit) .hero-graphic * {
    height: inherit;
    width: fit-content;
}

body:not(.fl-builder-edit) .hero-graphic img,
body:not(.fl-builder-edit) .hero-graphic4 img {
    height: 100% !important;
    /* width: auto; */
}

body:not(.fl-builder-edit) .hero-col-overlap {
    position: relative;
}

body:not(.fl-builder-edit) .hero-col-overlap .fl-col-group {
    position: absolute;
}
/*
.hero_home > .fl-row-content-wrap {
    padding-bottom: min(40vh, 13vw);
}
.hero_home > .fl-row-content-wrap {
    margin-bottom: min(40vh, 13vw);
}
*/
.hero-feature p {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-transform: uppercase;
}

.project-grid * {
    border: none;
    color: var(--white) !important;
}

.project-grid tr {    
    border-collapse: collapse;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.project-grid th, .project-grid td {

    padding:18px 8px;
}

.project-grid th {
    display: flex;
    align-items: center;
    width: 170px;
    padding-left: 24px;
    position: relative;
}

.project-grid th img {
    position: absolute;
    left: 0;
    width:13px;
}

.project-grid p {margin:0}
.project-grid th img.hand {
    width: 19px;
    left: -3px;
}



.flexrow .fl-module-content > .fl-html {
    display: flex;
}

.flexrow .fl-module-content > .fl-html .social-links,
.flexrow .fl-module-content > .fl-html .social_networks {
    margin-left: 34px;
}

.flexrow .fl-module-content > .fl-html .social-links a:not(:first-child) {
    margin-left: 30px;
}




/*
    ========================
            COUNTER
    ========================
*/

.counter-row .fl-col-group:last-of-type {
    display: flex;
    justify-content: space-between;
}

.counter-row .fl-col-group:last-of-type::before,
.counter-row .fl-col-group:last-of-type::after {
    display: none;
}

.counter-row .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--font-primary);
    font-size: 50px;
    font-size: 2.7778rem;
    line-height: 50px;
    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(--font-primary);
    font-size: 15.3px;
    font-size: 0.85rem;
    line-height: 22.5px;
    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}
.icon-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
    margin-right:44px;
}

.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-labels {width:40%;}
.fl-tabs .fl-tabs-panels {width:60%;}
.fl-tabs .fl-tabs-label:before {
    content:"";
    background:url(/wp-content/uploads/icon_dollar_green2.svg) center center / contain no-repeat;
    width:24px;
    height:24px;
    display:inline-block;
    margin-right:20px;
}

.fl-tabs .fl-tabs-label {
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 30px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2rem;
    color: var(--mgff-green);
    margin-right: 30px;
    opacity:.6;
    margin-bottom: 2px;
}
.fl-tabs .fl-tabs-label.fl-tab-active {
    text-decoration: underline;
    color: var(--mgff-green);
    opacity:1;
}

.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(--mgff-green);
}
.fl-tabs .fl-tabs-panel-content-wrapper {
    display: flex;
}

.fl-tabs .fl-tabs-panel-content-col2 {
    padding: 13px 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-panel-content-col2 {
    display:flex;
}

.fl-tabs .fl-tabs-panel-content-col2 h3 {
    color: var(--mgff-green)
}

.fl-tabs .fl-tabs-panel-content-col2 li  {
    display:grid;
    grid-template-columns:80px auto;
}
.fl-tabs .fl-tabs-panel-content-col2 li:before {
    content:"";
    background:url("/wp-content/uploads/icon_checkmark_green2.svg") center center / contain no-repeat;
    width:43px;
    height:43px;
    display:inline-block;
    margin-right:20px;
}
.fl-tabs .fl-tabs-panel-content-col2 li {
        font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
    margin-bottom:40px;
    list-style: none;
}
.fl-tabs .fl-tabs-panel-content-col2 p {
    font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
}

.fl-tabs .tabs-content-icon {
    float:left;
    width:43px;
    height:43px;
    margin-right:50px;
}

.fl-tabs .fl-tabs-panel-content {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.fl-tabs .fl-tabs-panel-content.fl-tab-active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}

/*
    ========================
        fixing in firefox
    ========================
*/
.bx-wrapper .bx-loading{
    display:none;
}
.fl-slide[aria-hidden=false], .fl-slide[aria-hidden=false] .fl-slide-foreground{
    visibility:visible;
}
.image_slider1 .bx-viewport, .image_slider1  .fl-content-slider-wrapper{
    height: 700px;
}
.image_slider3 .bx-viewport{
    height: 550px;
}

/*
    ========================
            SLIDER #1
    ========================
*/

.image_slider1 .fl-slide,
.image_slider2 .fl-slide,
.image_slider3 .fl-slide {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.image_slider1 .bx-wrapper,
.image_slider2 .bx-wrapper,
.image_slider3 .bx-wrapper
{max-width:90% !important}

.image_slider1 .fl-content-slider .fl-slide-bg-photo,
.image_slider2 .fl-content-slider .fl-slide-bg-photo,
.image_slider3 .fl-content-slider .fl-slide-bg-photo {
    height: 80%;
    margin: auto;
    border-radius: 6px;
}

.image_slider1 .fl-slide-foreground p,
.image_slider2 .fl-slide-foreground p,
.image_slider3 .fl-slide-foreground p {
    font-family: var(--font-primary);
    font-size: 18px;
    font-size: 1rem;
    line-height: 24.48px;
    line-height: 1.36rem;
}
.image_slider1 .fl-slide-foreground,
.image_slider2 .fl-slide-foreground,
.image_slider3 .fl-slide-foreground {
    position: absolute;
    height:100%;
    width:100%;
    max-width: initial;
    top: 0;
}
.image_slider1 .fl-slide-content-wrap {
    padding-left: 90px;
    top: calc(100% - 49px);
    position: relative;
    text-align: right;
}
.image_slider1 .fl-slide-content-wrap {
    position: absolute;
    right: 0;
    width: initial !important;
}
.image_slider1 .fl-slide-photo-wrap {
    height:100%;
    width:100% !important;
    display:block;
}
.image_slider1 .fl-slide-photo {
    height:90%;
    overflow: hidden;
    border-radius: 6px;
    display:flex;
}
.image_slider1 .slide-counter,
.image_slider2 .slide-counter,
.image_slider3 .slide-counter {
    font-family: var(--font-primary);
    font-size: 14.76px;
    font-size: 0.82rem;
    line-height: 24.48px;
    line-height: 1.36rem;
    color: var(--blue);
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 9;
    transition: all 0.25s linear;
}

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



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

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

.image_slider1 .fl-content-slider-navigation .slider-prev:before, .image_slider1 .fl-content-slider-navigation .slider-next:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, .image_slider2 .fl-content-slider-navigation .slider-next:before,
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    content:"";
    background:url(/wp-content/uploads/arrow-right-blue.svg) center center / cover no-repeat;
    width: 35px;
    height: 27px;
    display:block;
    margin:auto;
}
.image_slider1 .fl-content-slider-navigation .slider-prev:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, 
.image_slider3 .fl-content-slider-navigation .slider-prev:before 
{transform:rotate(180deg);}

.image_slider1 .fl-content-slider-navigation .slider-prev:after, .image_slider1 .fl-content-slider-navigation .slider-next:after, 
.image_slider2 .fl-content-slider-navigation .slider-prev:after, .image_slider2 .fl-content-slider-navigation .slider-next:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after, .image_slider3 .fl-content-slider-navigation .slider-next:after {
    font-family: var(--font-primary);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 37px;
    text-align: center;
    color: var(--blue);
}

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

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




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

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


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

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

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

.image_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider2 .fl-content-slider-navigation .slider-next:after {
    font-size: 20px;
    font-size: 1.111rem;
    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: 16.38px;
    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 COLUMN
    ========================
*/

.slick-carousel-column .slick-slider .slick-list {
    overflow: visible !important;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.slick-carousel-column .slick-slider .slick-slide {
    max-width: 375px;
    margin-right: 52px;
}

.slider-header.left {
    justify-content: flex-start;
}

.slider-header.left li {
    font-family: var(--font-primary);
    font-weight:700;
}





/*
    ========================
      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: var(--font-primary);
    font-size: 18px;
    font-size: 1rem;
    line-height: 37px;
    line-height: 2.0556rem;
    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 .timeline-list_item .item--details {
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 36px 42px;
    border-radius: 36px;
    width: 100%;
    transition: all .25s;
}

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

.timeline-list .timeline-list_item .item--details p:first-child {
    font-family: var(--font-secondary);
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.timeline-list .timeline-list_item .item--details p:first-child span {
    background: var(--sunset);
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
}

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

.timeline-list .timeline-list_item .item--details h3 {
    margin-top: 6px;
    width: 100%;
}

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

.timeline-list .timeline-list_item .item--details a {
    margin-top: 26px;
    cursor: pointer;
    margin-left: 0;
    color: var(--mgff-green);
}




/*============
    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(--mgff-green);
    list-style-type: none;

}

ul.timeline-list.aligned:before {
    position: absolute;
    transform: translateX(-48.5px);
    height: 1px;
    width: 16px;
    background-color: var(--mgff-green);
    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::after {
    position: absolute;
    background: var(--mgff-green);
    content: '';
    transform: translateY(45px);
}

.timeline-list.alt li.timeline-list_item:nth-child(even)::before {
    position: absolute;
    background: url(/wp-content/uploads/icon_quicklinks.svg) center center / contain no-repeat;
    content: '';
}

.timeline-list.alt li.timeline-list_item:nth-child(odd)::before {
    position: absolute;
    background: url(/wp-content/uploads/icon_quicklinks_reverse.svg) center center / contain no-repeat;
    content: '';
}

.timeline-list.alt li.timeline-list_item::before {
    height: 60px;
    width: 44px;
    display: flex;
    transform: translateY(50%);
}

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

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

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

.timeline-list.alt li.timeline-list_item:nth-child(even)::after {
    left: -2.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: 100%;
    transform: none;
}

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

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

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




/*====================
    UABB TIMELINE
====================*/
/* .in-view .uabb-events-inner-new span.arrowlink, */
.uabb-events-new:hover span.arrowlink {
    background-image: linear-gradient(var(--white), var(--white));
}




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

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 32px;
    line-height: 1.6rem;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 11px;
    opacity: 1;
         padding-bottom: 20px;
}

.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-item-active .fl-accordion-button .fl-accordion-button-icon.fa-minus::before {
    transform:rotate(180deg);
}
.fl-builder-content .fl-accordion-item-active .fl-accordion-button .fl-accordion-button-icon.fa-plus::before {
    transform:rotate(180deg);
}
.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-minus::before {
        background: url(/wp-content/uploads/icon_minus_blue.svg) center center / cover no-repeat;
        transition:all .25s ease;
        height:3px;
        width:21px;
        transform-origin: 10px 5px;
}
.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-plus::before {
    background: url(/wp-content/uploads/icon_plus_blue.svg) center center / cover no-repeat;
    transition:all .25s ease;
    height:21px;
    width:21px;
    transform-origin: 10px 10px;
}

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

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



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

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

button.materials-cats_btn {
    padding: 10px;
    color: var(--blue);
    font-family: var(--font-primary);
    
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    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 {
    
}




/*============
     GRID
=============*/
.materials-list.cards {
    display: grid;
    grid-template-columns: calc(50% - 37px) calc(50% - 37px);
    grid-column-gap: 74px;
    grid-row-gap: 36px;
}

.materials-list.cards a {
    background-color: var(--white);
    border-radius: 6px;
    color: var(--black);
    transition: all .25s ease;
}

.materials-list.cards a:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--blue);
}

.materials-list.cards .item--desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
}

.materials-list.cards .item--desc p.h4 {
    max-width: 350px;
    margin-bottom: 26px;
}

.materials-list.cards .item--desc p:not(.h4) {
    font-family: var(--font-primary);
    
    font-size: 20px;
    font-size: 1.1111rem;
    line-height: 37px;
    line-height: 2.0556rem;
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
    transition: all .25s ease;
    width: fit-content;
}

.materials-list.cards .materials-list_item:hover .item--desc p:not(.h4) {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.materials-list.cards .materials-list_item {
    height: 100%;
    position: relative;
}

.materials-list.cards span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: var(--font-primary);
    
    font-size: 12px;
    font-size: 0.6667rem;
    line-height: 27px;
    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: 22px;
    font-size: 1.2222rem;
    position: relative;
    max-width: 450px;
}

.materials-list.list .item--desc p:not(.h4) {
    font-family: var(--font-primary);
    
    font-size: 17px;
    font-size: 0.9444rem;
    line-height: 37px;
    line-height: 2.0556rem;
    color: var(--white);
    background-color: var(--blue);
    padding: 18px 39px;
    border-radius: 100px;
    transition: all .25s ease;
    width: fit-content;
    min-width: fit-content;
}

.materials-list.list .item--desc:hover p:not(.h4) {
    background-color: var(--black);
}

.materials-list.list span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: var(--font-primary);
    
    font-size: 12px;
    font-size: 0.6667rem;
    line-height: 27px;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 16px));
}



.quicklinks_title .fl-heading-text:before {
    content:"";
    display:inline-block;
    margin-right:15px;
    background:url(https://michigangff.wpenginepowered.com/wp-content/uploads/icon_quicklinks.svg) center center / contain no-repeat;
    width:22px;
    height:30px;
        vertical-align: middle;
        
}




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






/* Section titles */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    margin-bottom: 10px;
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 19px;
    line-height: 32px;
    color: var(--mgff-green);
}

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

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

/* Text fields */
.form_newsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container {padding-bottom:10px;}
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,
.form_newsletter #mc_embed_signup .mc-field-group input,
.form_newsletter input,
.form_newsletter div.wpforms-container-full .wpforms-form input[type=text],
.form_newsletter div.wpforms-container-full .wpforms-form input[type=email],
.form_newsletter div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid var(--sugar-maple);
    border-radius: 6px;
    padding: 26px 13px;
    resize: none;
    font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    color: var(--mgff-green);
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 250px;
}

div.wpforms-container-full .wpforms-form input::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    color: var(--mgff-green);
}

/* Padding for each section */
div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 26px;
}

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

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

.pum-container .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-33 {
    width: 100%;
}

.mc_fields_container {
    display: flex;
    max-width: 980px;
    margin: auto;
    gap: 20px;
}
.form_newsletter #mc_embed_signup .mc-field-group input {
    border: 1px solid var(--sugar-maple);
    border-radius: 6px;
        padding: 7px 10px;
    resize: none;
    font-family: var(--font-primary);
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    color: var(--mgff-green);
        position: relative;
        height: 53px;;
}

.form_newsletter #mc_embed_signup .button {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 30px;
    color: var(--brown-dark) !important;
    padding: 12px 40px !important;
    background: var(--sunset) !important;
    border-radius: 5px;
    border: 0 !important;
    font-weight: bold;
        margin-top: 26px;
    width: initial;
    height: 53px;;
}
.form_newsletter #mc_embed_signup .mc-field-group label {
    color:var(--white);
    font-size: 16px;
}

.form_newsletter div.mce_inline_error {
    position: absolute;
    bottom: -20px;
    padding: 2px 7px !important;
    /* transform: translate(10px, 10px); */
}

.form_newsletter #mc_embed_signup .asterisk {
    position: absolute;
    top: -3px;
    /* right: 10px; */
    transform: translateX(5px);
}







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

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

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

.fl-post div.wpforms-container-full .wpforms-form ul {
    margin-bottom: 26px !important;
}

div.wpforms-container-full .wpforms-form ul li {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide default input */
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0px;
}

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

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

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

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

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

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

/*=============
    Success
==============*/

.fl-post .wpforms-confirmation-container-full,
.fl-post  div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 6px;
    color: #333333;
}




/*
    =================================================
                      SHORTCODES
    =================================================
*/
.flexstart .fl-col-content {display: flex;flex-direction: column;align-items: flex-start !important;}
/* photo icon size */
.fl-post .icon92px img {height: 92px;max-width: fit-content;}
.fl-post .icon106px img {height:106px; max-width:fit-content;}
.topright0 {top:0; right:0;}
.topmarginauto {margin: auto 0 0;}
.flexend {display:flex; justify-content:flex-end;}
.rightmargin26 {margin-right: 26px;}
.bottommargin10 {margin-bottom: 10px;}
.maxwidth80percent {max-width: 80%;}

/*********fire fox*********/
@supports (-moz-transform: translate(0, 0)) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        position: unset;
        cursor: unset;
        height: unset;
        width: unset;
        border: unset;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]:checked{
        background-color:var(--black);
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        padding-left:0!important;
    }
}
/*********Safari*********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        height: 14px;
        border: 1000px;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
        left:-2px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]{
        top:3px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]:after{
        top:-3px;
    }
}















.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:19.8px;
    font-size:1.1rem;
    font-family: var(--font-primary);
    
}
.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: calc(100% - 90px)!important;
    margin: 0px 45px;
}
.image_slider1 .fl-slide-photo img.horizontal{
    height: auto;
    width:100%;
}
/*****************/
/***Three Image***/
/*****************/
.threeImgRow .uabb-masonary-item.transformDown:nth-child(3){
transform: translateY(400px);
}
.threeImgRow .uabb-masonary-item.transformUp:nth-child(4){
transform: translateY(-400px);
}
.threeImgRow .uabb-masonary{
    position: relative;
    height:unset!important;
}
.threeImgRow .uabb-masonary-content{
    position: static!important;
    height: auto!important;
    display: block!important;
    width: 100%!important;
}
.threeImgRow .uabb-masonary-item:nth-child(3){
    position: absolute!important;
    left: 0px!important;
    top: 0px!important;
    height: 400px;
    width: auto;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
.threeImgRow .uabb-masonary-content .uabb-gallery-img{
    display: block;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(2){
    position: relative!important;
    left:unset!important;
    top:unset!important;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    height: 600px;
    margin-bottom: 120px;
}
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-photo-gallery-content,
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-gallery-img{
    height:600px;
    max-width: 900px;
    margin: auto;
    object-fit: cover;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(4){
    position: absolute!important;
    left: unset!important;
    top: unset!important;
    right: 0px;
    bottom: 0;
    width: auto;
    height: 360px;
    border-radius:6px;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
/*****video*****/
.uabb-video__play-icon {
    background-color: var(--sunset);
    border-radius: 500px;
    width: 100px!important;
    height: 100px!important;
}
.uabb-video__play-icon:before {
    font-size: 33px!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 .fl-col-content {
    max-width: 1366px;
    margin: 0 auto;
}

.immersive-text .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 44px;
}

.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 .immersive-row .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 30px;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    /* color: var(--black); */
    padding: 0;
    background-color: transparent!important;
    border: none;
}
.fl-builder-content .white .fl-accordion-button .fl-accordion-button-label,
.fl-builder-content .white .fl-accordion-content p,
.fl-builder-content .white .fl-accordion-content span,
.fl-builder-content .white .fl-accordion-content li {
    color: var(--white) !important;
}
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: 11.88px;
    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;
}





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


/*****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-family:var(--font-primary);
}














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

.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);
    transform: translateY(-30px);
}

.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.floating-left .fl-photo-content {border-radius: 0 120px 0 120px;}
.floating-img.floating-right .fl-photo-content {border-radius: 120px 0 120px 0;}
.floating-img .fl-photo-content { overflow: hidden; }

.fl-post .floating-img img {
    height: 45vw;
    height: 500px;
    width: 44vw;
    object-fit: cover;
    /* object-position: 0 0%; */
    object-position: center center;
    transform: scale(1.5);
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content {
    height: 10vw;
    background-color: white;
    padding: 24px 18px;
    border-radius: 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(--font-primary);
    
    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;
}


.loading{
    display: none;
    transition: all 0.5s ease;
        text-align: center;
    margin-top: 40px;
    font-weight:bold;
        animation-name: slowfadeloop;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
.loading h2{
    text-align: center;
}
.loading span{
    position:relative;
    opacity: 0;
}
.loading img{
    width:34px;
    height:34px;
    margin:10px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    display:none;
}
@keyframes slowfadeloop {
    0% {opacity:0.5;}
    50% {opacity:1;}
    100% {opacity:0.5;}
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.loading span:first-child{
    animation-name:show;
    animation-duration:1.5s;
    animation-delay:0;
    animation-iteration-count: infinite;
}
.loading span:nth-child(2){
    animation-name:show;
    animation-duration:1s;
    animation-delay:0.5s;
    animation-iteration-count: infinite;
}
.loading span:nth-child(3){
    animation-name:show;
    animation-duration:0.5s;
    animation-delay:1s;
    animation-iteration-count: infinite;
}
@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}





/****************/
/* Tabs Avanced */
/****************/

.tabs_advanced .uabb-tabs-nav ul {margin:0}
.tabs_advanced .uabb-tabs-layout-vertical.uabb-tab-position-left .uabb-tabs-nav {
    width:40%;
    padding-right:60px;
}
.tabs_advanced .uabb-content-wrap {
    width:60%;
    padding-left:60px;
}
.tabs_advanced .uabb-tab-link.hidefocus {    border-color: transparent;}
.tabs_advanced .uabb-tab-current .uabb-tab-link {opacity:1;}
.tabs_advanced .uabb-tab-current .uabb-tab-link .uabb-tab-title{
    border-bottom:2px solid var(--mgff-green) !important;
}
.tabs_advanced .uabb-tab-link  .fa-dollar-sign {
        background: var(--mgff-green);
    width: 24px;
    height: 24px;
    font-size: 15px;
    color: var(--white) !important;
    padding: 5px 8px;
    display: block;
    border-radius: 100px;
}
.tabs_advanced .uabb-tag-selected {text-align:left}
.tabs_advanced .uabb-tab-link {
    font-family: var(--font-primary);
    font-weight:700;
    font-size: 30px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2rem;
    text-align: left;
    display:inline-block;
    border-bottom:2px solid transparent !important;
    opacity:0.6;
}
.tabs_advanced.bullets_big .uabb-module-content .uabb-content-wrap ul,
.tabs_advanced.bullets_big .uabb-module-content .uabb-content-wrap ol {
    margin-top:24px;
        padding: 0;
}
.tabs_advanced.bullets_big .uabb-module-content .uabb-content-wrap li {
    display: grid;
    grid-template-columns: 52px auto;
        align-items: start;
}

.tabs_advanced ul, .tabs_advanced ol {
    padding-inline-start: 50px;
}
.tabs_advanced.bullets_big .uabb-content-wrap li {
    margin-bottom:26px;
    list-style: none;
}
.tabs_advanced .uabb-content-wrap li {
    font-family: var(--font-primary) !important;
    font-size: 20px !important;
    font-size: 1rem !important;
    line-height: 30px !important;
    line-height: 1.5rem !important;
}
.tabs_advanced.bullets_big .uabb-content-wrap li:before {
    content: "";
    background: url(/wp-content/uploads/icon_checkmark_green2.svg) center center / contain no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}

.tabs_simple_dark .tabs_advanced.bullets_big .uabb-content-wrap li:before {

    background: url(/wp-content/uploads/icon_checkmark_green3.svg) center center / contain no-repeat;
}

.tabs_advanced.white .uabb-tab-link  .fa-dollar-sign {
    color: var(--sugar-maple) !important;
}
.tabs_advanced.white .uabb-tab-link  .fa-dollar-sign {
    background: var(--white) !important;
}
.tabs_advanced.white .uabb-tab-current .uabb-tab-link {
    border-bottom: 2px solid var(--white) !important;
}

.tabs_advanced .fl-accordion-content { padding-bottom:20px;}
.tabs_advanced .fl-builder-module-template {
    padding: 0;
}

.tabs_advanced .uabb-tab-link {
    display: grid;
    grid-template-columns: 40px auto;
}

.tabs_advanced .uabb-tabs-icon {
        padding-top: 4px;
}


/**************************************/
/* Image and member card leaf overlap */
/**************************************/
.leaf_green {position:relative;}
.leaf_green:after {
    content:"";
    width:145px;
    height:214px;
    position:absolute;
    z-index:2;
    background:url(/wp-content/uploads/leaf-graphic-green-1.svg) center center / contain no-repeat;
}

.leaf_green.overlap_right:after {
    bottom:-50px;
    right:-73px;
}


.materials_accordion .fl-accordion-content p {font-size:18px;padding-top:16px}
.fl-builder-content .materials_accordion .fl-accordion-button .fl-accordion-button-label {
    color:var(--green-mgff);
}



/*******************/
/* Form Newsletter */
/*******************/
.form_newsletter .wpforms-container {max-width:980px}
.form_newsletter .wpforms-form {display:flex;gap:20px;    align-items: flex-start;;}
.form_newsletter .wpforms-field-container {width:100% !important}
.form_newsletter .wpforms-submit-container  {width:100% !important;max-width:190px;}
.form_newsletter div.wpforms-container-full .wpforms-form button[type=submit] {
    font-family: var(--font-primary);
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--brown-dark);
    padding:12px 40px;
    background:var(--sunset) !important;
    border-radius:5px;
    border:0 !important;
    font-weight:bold;
        margin-top: 23px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form_newsletter div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 0;
}


.form_newsletter div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: var(--white);
}

.wpforms-submit-spinner {display:none !important;}
div.wpforms-container-full .wpforms-form label.wpforms-error {color:var(--sunset) !important;}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
    border: 2px solid var(--sunset) !important;
}

.wpforms-confirmation-container-full, 
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
       background: var(--white) !important;
    border: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: bold; 
}




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


body.jumpto_sticky .jumpto_row >.fl-row-content-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.jumpto_row .jumpto_title {position:relative;}
.jumpto_row .jumpto_title .fl-button:before{
    content:"";
    width:12px;
    height:15px;
    background:url(/wp-content/uploads/chevron_down_green.svg) center center / cover no-repeat;
    float:left;
    margin-right:10px;
    margin-top: 4px;
}
.jumpto_row .jumpto_title.jumpto_white .fl-button:before{
    background:url(/wp-content/uploads/chevron_down_white.svg) center center / cover no-repeat;

}
.jumpto_row .jumpto_title .fl-button{
    font-family:var(--font-secondary);
    font-weight: normal;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 1.2rem;

}
/* body:not(.fl-builder-edit) .jumpto_row .jumpto_title >.fl-module-content{position:absolute;} */
.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;
}


.jumpto_column_wrap >.fl-col-content >.fl-col-group {display:flex}
body:not(.fl-builder-edit) .jumpto_row .jumpto_col1 {width:130px;min-width:130px;}
.jumpto_row .jumpto_title .fl-button {
    margin-top:12px;
    margin-bottom: 12px;
    padding-right: 0 !important;
    padding-left: 0 !important;
        background: none;
}

.fl-builder-content .jumpto_row .fl-module-button-group a.fl-button {
    text-transform: initial;
    font-family: var(--font-primary);
    font-size: 17px;
    font-size: 0.89rem;
    line-height: 24px;
    line-height: 1.26rem;
    font-weight:800;
    text-decoration: none;
    background-image: linear-gradient(var(--sunset), var(--sunset));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    background-color: transparent;
    transition: background-size .5s ease-in-out;
    border:0; 
        border-radius: 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;}
}






/* Social Sahre */
.social_share >.fl-module-content:before{
    content:"Share";
    font-family: var(--font-primary);
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.2rem;
    color: #fff;
    float:left;
    padding-right:10px;
        padding-top: 25px;
}

.social_share .uabb-ss-view-icon .uabb-ss-icon{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
}


/***********************/
/* Image caption popup */
/***********************/

.fullscreen_img_parallax .image_caption_popup {  padding-top: 20vh;}
.image_caption_popup { 
    position:relative;    
    z-index: 2;
    width:100%;
    height:100%;
}
.image_caption_popup.active p {
    transform: scale(1);
    opacity: 1;
}
.image_caption_popup p {
    background:var(--mgff-green);
    color:var(--white);
    font-family: var(--font-primary);
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.2rem;
    max-width:300px;
        padding: 20px;
    border-radius: 26px;
    float: right;
    padding-bottom:70px;
    position: absolute;
    bottom: -12px;
    right: 0;
    transition: all .2s ease;
    transform-origin: calc(100% - 20px) calc(100% - 20px);
    transform: scale(0);
    opacity: 0;
    width: 280px;
}
.image_caption_popup .fl-rich-text {
    width: 50px;
    height: 50px;
    float: right;
    padding: 36px;
    transform: translate(10px, 10px);
}

.image_caption_popup .fl-rich-text:after {
    content:"";
    width:48px;
    height:48px;
    position:absolute;
    cursor:pointer;
    bottom:20px;
    right:10px;
    background:url(/wp-content/uploads/icon_imgcredit.svg) center center / contain no-repeat;
}
body:not(.fl-builder-edit) .fl-col-content {
    position: relative;
}

body:not(.fl-builder-edit) .fl-row:not(.fullscreen_img_parallax) .image_caption_popup {position:absolute;}
body:not(.fl-builder-edit) .fl-row:not(.fullscreen_img_parallax) .image_caption_popup.bottom_left >.fl-module-content {
    bottom: 10px;
    position: absolute;
    left: 20px;
}
body:not(.fl-builder-edit) .fl-row:not(.fullscreen_img_parallax) .image_caption_popup.bottom_right >.fl-module-content {
    bottom: 10px;
    position: absolute;
    right: 20px;
}
body:not(.fl-builder-edit) .fl-row:not(.fullscreen_img_parallax) .image_caption_popup.bottom_right .fl-rich-text {
    width: 50px;
    height: 50px;
    float: right;
    PADDING: 36px;
    transform: translate(10px, 10px);
}



/**********************/
/* CPT Single Content */
/**********************/


.cpt_single_content div img,
.cpt_single_content p img,
.cpt_single_content figure img {
    /* width:100%; */
    height:auto;
    border-radius:10px;
    margin-right:40px;
    margin-bottom:40px;
}
.cpt_single_content figure img.alignright,
.cpt_single_content div img.alignright {
    margin-left:40px;
    margin-right:0;
}
.cpt_single_content div img {margin:0}
.cpt_single_content .fl-module-content {
    max-width:880px;
    margin:auto
}

.cpt_story_singular_image img {
        height: 400px;
    object-fit: cover;
    object-position: top;
    width:400px;
}

.cpt_single_content .fl-module-content p.wp-caption-text {
    font-size:16px;
    font-size:0.8rem;
    line-height:20px;
    line-height:1rem;
}
.cpt_single_content .wp-caption {
        background: transparent;
    border: none;
}

.cpt_single_content .fl-module-content p {
    color:var(--mgff-green);
    font-family: var(--font-primary);
    font-weight: normal;
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
}

.cpt_single_content .fl-module-content blockquote {
    display:flex;
    margin-top:54px;
    margin-bottom:54px;
}
.cpt_single_content .fl-module-content blockquote:before {
    content: "";
    width: 48px;
    padding-right: 48px;
    padding-bottom: 65px;
    height: 65px;
    background: url(/wp-content/uploads/bockquote_leaf.svg) left top / contain no-repeat;
    position: relative;
    top: 10px;
}
.cpt_single_content .fl-module-content blockquote p {
    font-weight: 600;
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 2rem;
    padding-left:40px;
}



.share_email p {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 24px;
    color: #fff;
    float: left;
    margin-right: 3px;
    padding: 10px 0;
}

.share_email .share_email_button:before {
    content:"";
    width:44px;
    height:30px;
    background:url(/wp-content/uploads/Icon-zocial-email.svg) center center / contain no-repeat;
    display:inline-block;
}
.share_email .share_email_button {
    font-size:0;
    color:transparent;
    background:transparent;
    border:0;


}


.uabb-ss-view-text .uabb-ss-icon, .uabb-ss-view-text .uabb-ss-button-text, .uabb-ss-view-icon .uabb-ss-icon, .uabb-ss-view-icon .uabb-ss-button-text
{    align-items: end;}

#main-menu .title_hidden h3 {display:none}



/* POPUP */
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=text], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=range], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=email], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=url], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=tel], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=number], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=password], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=file], 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column select, 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column textarea, 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column .wpforms-field-row, 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column .choices, 
.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column .wpforms-order-summary-container
{
    border:1px solid var(--mgff-green);
    border-radius:6px;
        padding: 25px 20px;
}

.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns 
{display:block;}

.popup_signup_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 
{width:100%;}

.popup_signup_form div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 0;
}

.popup_signup_form div.wpforms-container-full .wpforms-form input[type=submit], 
.popup_signup_form div.wpforms-container-full .wpforms-form button[type=submit], 
.popup_signup_form div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border:0 !important;;
    background:var(--sunset) !important;
    border-radius:6px;
    padding:20px 50px 20px 20px;
    color: var(--brown-dark);
}

.popup_signup_form div.wpforms-container-full .wpforms-form input[type=submit]:after, 
.popup_signup_form div.wpforms-container-full .wpforms-form button[type=submit]:after, 
.popup_signup_form div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
content:"";
background:url(/wp-content/uploads/double-arrow-brown.svg) center center / contain no-repeat;
  width:18px;
  height:15px;
  float:right;
  margin-left:10px;  
}
.popup_signup_form div.wpforms-container-full {
    margin: 0px auto;
}
.pum-container .pum-content:focus {
    outline: 0 !important;
}
.popup_graphic_displaced {transform:translateX(-54px);}
.pum .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    color:transparent;
    font-size:0px;
    padding:25px;
}
.pum-close.popmake-close:after {
    content:"";
    background:url(/wp-content/uploads/icon_plus_white.svg) center center / contain no-repeat;
    width:25px;
    height:25px;
    transform:rotate(45deg);
    position:absolute;
}




/****************/
/* IMG PARALLAX */
/****************/

body:not(.fl-builder-edit) .img_parallax_box {
    position:relative;
    transition:all 1s ease;
}
body:not(.fl-builder-edit) .img_parallax_img img {display:none}
body:not(.fl-builder-edit) .img_parallax_img  {
    background-size: 150%;
    background-position: center center;
    background-repeat:no-repeat;
    height:580px;
    width:100%;
    border-bottom-left-radius :120px;
    border-top-right-radius :120px;
    transition:all 1s ease;
}

body:not(.fl-builder-edit) .img_parallax_info {
    position:relative;
    bottom:160px;
    transform:all 1s ease;
}




/**********/
/* EVENTS */
/**********/

#error-page {
    margin: 0 !important;
    border: 0;
    background: initial;
    color: initial;
    padding: initial;
    max-width: initial;
    font-family: var(--font-primary);
}

html {
    margin-top: 0px !important;
}
.button {
    background: initial !important;
    border: initial !important;
    color: initial !important;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2;
    height: initial;
    margin: 0;
    padding: initial !important;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}


body:not(.fl-builder-edit) .post-entry-redirection-builder {display:none}




/* POST TYPE FILTER */
.filter_posttype button {
    border: 1px solid var(--mgff-green);
    border-radius: 100px !important;
    padding: 10px 20px;
    background: #fff;
        display: block;
    color: var(--mgff-green);
    width: 100%;
    margin-bottom:20px;
    transition:all .25s ease;
}
.filter_posttype button.active {
    background: var(--mgff-green);
    color: #fff;
}
.filter_posttype_title {margin-bottom:10px;}
.filter_posttype {
    margin-right: 100px;
}



.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    background-color: #2C9479 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
    color: #2C9479 !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: #2C9479 !important;
}



.modalform .mc_fields_container {display:block;}
.modalform #mc_embed_signup form {
    margin: 0;
}
.modalform #mc_embed_signup .mc-field-group label {
    color: var(--mgff-green);
}