/***************
    
    High Noon Main Styles
    2025 - Loop: Design for Social Good
    https://weareloop.com/
 
    This file contains the main styles for the High Noon theme.
    It includes global variables, typography, and other styles.
 
    @package High Noon Theme
    @version 1.0.0

***************/
/* Google Fonts: Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * futura-pt:
 *   - http://typekit.com/eulas/00000000000000007758da2b
 *   - http://typekit.com/eulas/00000000000000007758da2c
 *   - http://typekit.com/eulas/00000000000000007735d694
 *   - http://typekit.com/eulas/000000000000000077586b57
 *
 * © 2009-2026 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2026-06-04 17:26:01 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=zft6xpo&ht=tk&f=10879.10880.15586.15587&a=34377753&app=typekit&e=css");

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/68d56b/00000000000000007758da2c/31/l?subset_id=2&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/68d56b/00000000000000007758da2c/31/d?subset_id=2&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/68d56b/00000000000000007758da2c/31/a?subset_id=2&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/l?subset_id=2&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/d?subset_id=2&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/a?subset_id=2&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/517057/000000000000000077586b57/31/l?subset_id=2&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/517057/000000000000000077586b57/31/d?subset_id=2&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/517057/000000000000000077586b57/31/a?subset_id=2&fvd=i6&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:600;font-stretch:normal;
}

.tk-futura-pt { font-family: "futura-pt",sans-serif; }

/*******************************/
/*  START :: Global Variables  */
/*******************************/
:root {
     /* SIZING UNITS */
    --Sizing-Units-XL: 88px;
    --Sizing-Units-L: 66px;
    --Sizing-Units-M: 44px;
    --Sizing-Units-S: 44px;
    --Sizing-Units-XS: 26px;
    --Sizing-Units-2XS: 16px;
    --Sizing-Units-3XS: 8px;
    --Number-Scale-Margins-Desktop: 72px;
    --Number-Scale-Margins-Small-Desktop: 60px;
    --Number-Scale-Margins-Tablet: 36px;
    --Number-Scale-Margins-Mobile: 18px;

    /* BORDER RADII */
    --border-radius-btn: 20px;
    --border-radius-btn-mobile: 18px;
    --border-radius-img: 24px;
    --border-radius-img-mobile: 16px;

    /* BOX SHADOW */
    --box-shadow: 0 4px 4px rgba(12, 12, 13, .05), 0 16px 16px rgba(12, 12, 13, .10);

    /* CONTENT PADDING */
    --content-padding: var(--Number-Scale-Margins-Desktop);
    --content-margin-top: 26px;
    --content-padding-block: var(--Sizing-Units-L);
    --content-padding-top: 200px;
    --content-padding-bottom: 50px;
    
    /* COLORS */
    --black: #000;
    --white: #fff;
    --gray: #aaa;
    --light: #ddd;

    /* --Electric-Green: #C3F800;
        --green: var(--Electric-Green); */
    --GivePower-Palette-Sweet-Water: #4ABFBF;
        --sweet-water: var(--GivePower-Palette-Sweet-Water);
    --GivePower-Palette-Sun-Yellow: #FFC300;
        --yellow: var(--GivePower-Palette-Sun-Yellow);
        --sun: var(--GivePower-Palette-Sun-Yellow);
    --GivePower-Palette-Ocean: #1A3242;
        --ocean: var(--GivePower-Palette-Ocean);
    --GivePower-Palette-Charcoal: #2B2B2B;
        --charcoal: var(--GivePower-Palette-Charcoal);
    --GivePower-Palette-Warm-White: #F6F2EF;
        --cream: var(--GivePower-Palette-Warm-White);

    /*
    --linear-gradient: linear-gradient(90deg, var(--sweet-water) 0%, #FEE900 56.73%, #F6F2EF 100%);
    --text-gradient: linear-gradient(90deg, var(--sweet-water), #FEE900);
    */
    
    --linear-gradient: linear-gradient(90deg, #FFC300 0%, #FFF5AD 79.81%);
    --text-gradient: linear-gradient(90deg, #FFC300, #FFF5AD);
    --Gradients-Button-Gradient-Blue: linear-gradient(0deg, #4ABFBF -0.65%, #71DCDC 99.35%);
        --btn-gradient-blue: var(--Gradients-Button-Gradient-Blue);
    --Gradients-Yellow-Button-Gradient: linear-gradient(0deg, #FFC300 -0.65%, #FFD753 99.35%);
        --btn-gradient-yellow: var(--Gradients-Yellow-Button-Gradient);

    /* FONTS */
    --font-headline: "futura-pt", sans-serif;
    --font-content: "Lato", sans-serif;

    /* ICONS */
    --arrow: url(/wp-content/uploads/arrow-gp.svg);
    --arrow-diagonal: url(/wp-content/uploads/arrow-diagonal.svg);
    --bolt: url(/wp-content/uploads/bolt.svg);
    --caret: url(/wp-content/uploads/caret.svg);
    --minus: url(/wp-content/uploads/action-minus.svg);
    --plus: url(/wp-content/uploads/action-plus.svg);

    /* MISC */
    
    --body1: url(/wp-content/uploads/givepower-test-4.jpg);
    --body2: url(/wp-content/uploads/givepower-test-80pc.jpg);
    --body3: url(/wp-content/uploads/givepower-test-4-2500.webp);
    --body4: url(/wp-content/uploads/givepower-test-80pc-2500.webp);
    --body5: url(/wp-content/uploads/givepower-test-4.webp);
    --body6: url(/wp-content/uploads/givepower-test-80pc.webp);
    --body: var(--body6);
    --brand-focus: var(--sun);
    --brand-selection-bkg: var(--sweet-water);
    --brand-selection-text: var(--ocean);
    --scrollbarWidth: 0px;
    --viewportWidth: calc(100vw - var(--scrollbarWidth));
}

.mobile-only {display:none}
.desktop-only {}

/******************************/
/*  END  :: Global Variables  */
/******************************/
/************************************/
/*  START :: BB Editor & Assistant  */
/************************************/

/* hide Assistant Pro plugin floating pencil icon  */
.fl-asst-plugin {
    /* display: none; */
}
/* add space so first row can be edited, controls aren't hidden behind nav */
.fl-builder-edit .fl-builder-content {
    padding-top: 145px;
}
/* remove strange 4px inset of editor overlay */
.fl-builder-edit .fl-inline-editor {
    bottom: -4px;
    left: -4px;
    right: -4px;
}
/* reset BB edit overlay so actions panels are at correct position */
.fl-builder-edit .fl-drop-target,
.fl-builder-edit .fl-block-overlay,
.fl-builder-edit .fl-inline-editor {
    background-color: transparent !important;
    margin-top: 0;
    padding-top: 0;
}
/* prevent BB from changing color of action icons in BB overlay when colors of parent columns are set */
.fl-builder-edit .fl-block-overlay-actions svg path,
.fl-builder-edit .fl-block-overlay-actions i {
    color: #fff !important;
}
/* prevent BB submenu drop downs from adopting custom ul styling */
body.fl-builder-edit ul.fl-builder-submenu {
    list-style: unset;
    padding-inline-start: 0;
}
body.fl-builder-edit ul.fl-builder-submenu li::before {
    display: none;
}
/* adds missing eye icon for bb visibility functionality */
.fa-eye:before {
    content: url(/wp-content/uploads/fa-eye.svg);
}
#wp-auth-check-wrap #wp-auth-check {
    background: #000;
}
#wp-auth-check-wrap .wp-auth-check-close {
    color: #fff;
}
/************************************/
/*  END   :: BB Editor & Assistant  */
/************************************/
/*********************************************/
/*  START :: Base Style Guide for Dev Pages  */
/*********************************************/
:root{
    --accent: #707070;
}
.base-style-guide > div {
    padding-bottom: 32px;
}
.base-style-guide div:has(> .base-style-guide--section-label) {
    display: block;
    border-top: 1px solid var(--accent, #707070);
    margin: 0 0 70px;
}
.base-style-guide h2.base-style-guide--section-label  {
    background: var(--accent, #707070);
    border-radius: 0px 0px 12px 12px;
    color: var(--white, #fff);
    display: inline-block;
    font-family: var(--font-content);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 17px !important;
    width: fit-content;
}
.base-style-guide .base-style-guide--section-heading {
    color: var(--Gray, #C1BFBB);
    font-family: var(--font-content);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 70px 10px 20px;
}
.base-style-guide .base-style-guide--palette > .fl-col-content {
    border-radius: 20px;
    font-weight: 600;
    margin: 10px;
    min-height: 265px;
    padding: 30px;
}
.base-style-guide .fl-col-group-equal-height {
    margin-bottom: 36px;
}
/*********************************************/
/*  END   :: Base Style Guide for Dev Pages  */
/*********************************************/
/*********************************/
/*  START :: Framework Settings  */
/*********************************/
html, body { 
    color: var(--ocean);
    font-family: var(--font-content);
    font-optical-sizing: auto;
    font-size: inherit; /* to reset to browser default of 16px for accessibility */
    overflow-x: clip;
}
/* .fl-page-content {
    padding-top:var(--content-padding-top);
    padding-bottom:var(--content-padding-bottom);
} */
.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
}
/* sets padding default for all rows, can be overridden individually in BB */
.fl-row > div {
    padding-top: var(--content-padding-block); 
    padding-bottom: var(--content-padding-block);
}
/* sets margin default for all rich text, can be overridden individually in BB */
.fl-module-rich-text > div, /* old bb markup */
.fl-module-rich-text:not(:has( > div))/* new bb markup */,
.fl-builder-edit .fl-module-rich-text:not(:has( > div:not(.fl-module-overlay)))/* prevents buggy margin jump when in editor */ {
    margin-top: var(--Sizing-Units-XS);
}
/* sets margin default for all buttons, can be overridden individually in BB */
.fl-module-button > div, /* old bb markup */
.fl-module-button:not(:has( > div)), /* new bb markup */
.fl-builder-edit .fl-module-button:not(:has( > div:not(.fl-module-overlay))), /* old bb markup :: prevents buggy margin jump when in editor */
.fl-builder-edit .fl-module-button:has( > div.fl-inline-editor), /* new bb markup ::prevents buggy margin jump when in editor */
.fl-module-button-group:not(.anchorlinks) > div{
    margin-top: var(--Sizing-Units-S);
}
/* sets padding default for all buttons in button groups, can be overridden individually in BB */
.fl-module-button-group .fl-button-group-buttons > div {
    padding-top: var(--Sizing-Units-S); /* "Button Spacing" in BB button groups uses padding instead of margin */
}
/* resets padding default for first button in button groups */
.fl-module-button-group .fl-button-group-buttons > div:first-of-type {
    padding-top: 0; /* "Button Spacing" in BB button groups uses padding instead of margin */
}
/* resets margin default for all button groups, since padding is handled by each button in group */
div:first-of-type.fl-module-button-group > div {
    margin-top: 0;
}
p + p, p + ul, p + ol,
ul + p, ul + ul, ul + ol,
ol + p, ol + ul, ol + ol { 
    margin-top: var(--Sizing-Units-S); 
}
/* Focus state */
body:not(.fl-builder-edit) :focus,
.fl-tabs-horizontal .fl-tabs-label.fl-tab-active:focus  {
    outline-width: 2px;
    outline-style: auto;
    outline-offset: 5px;
    outline-color: var(--brand-focus);
}
body:not(.fl-builder-edit) .hidefocus:focus {
    box-shadow: none !important;
    outline: none !important;
}
button[aria-label="Assistant"] {display:none !important;}

/* Tablet */
@media only screen and (max-width: 992px) {
    .fl-row > div {
        --content-padding-block: var(--Sizing-Units-M);
    }
}
/* Mobile */
@media only screen and (max-width: 768px) {
    .fl-row > div {
        --content-padding-block: var(--Sizing-Units-S);
    }
    /* sets margin default for all rich text, can be overridden individually in BB */
    .fl-module-rich-text > div, /* old bb markup */
    .fl-module-rich-text:not(:has( > div))/* new bb markup */,
    .fl-builder-edit .fl-module-rich-text:not(:has( > div:not(.fl-module-overlay)))/* prevents buggy margin jump when in editor */ {
        margin-top: var(--Sizing-Units-2XS);
    }
    /* sets margin default for all buttons, can be overridden individually in BB */
    .fl-module-button > div, /* old bb markup */
    .fl-module-button:not(:has( > div)), /* new bb markup */
    .fl-builder-edit .fl-module-button:not(:has( > div:not(.fl-module-overlay))), /* old bb markup :: prevents buggy margin jump when in editor */
    .fl-builder-edit .fl-module-button:has( > div.fl-inline-editor), /* new bb markup ::prevents buggy margin jump when in editor */
    .fl-module-button-group:not(.anchorlinks) > div{
        margin-top: var(--Sizing-Units-XS);
    }
}
/*********************************/
/*  END   :: Framework Settings  */
/*********************************/

/*************************/
/*  START :: Typography  */
/*************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--ocean);   
    font-family: var(--font-headline);
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-wrap: balance;
}

h1, .h1, .h1 p, .h1 .fl-heading {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 500;
    line-height: 89px;
    line-height: 5.56rem;
    text-transform: uppercase;
}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-size: 62px;
    font-size: 3.88rem;
    font-weight: 500;
    line-height: 62px;
    line-height: 3.88rem;
    text-transform: uppercase;
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-size: 46px;
    font-size: 2.88rem;
    font-weight: 500;
    line-height: 56px; 
    line-height: 3.5rem; 
}

h4, .h4, .h4 p, .h4 .fl-heading,
h5, .h5, .h5 p, .h5 .fl-heading  {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    line-height: 2.5rem;
}


p, .p, ul, ol {
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 30px; 
    line-height: 1.88rem; 
    margin: 0;
    text-wrap: pretty;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-family: var(--font-content);
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 36px; 
    line-height: 2.25rem; 
}

.small, p.small, p .small, .small p,
.small ol, ol.small, .small ul, ul.small {
    font-family: var(--font-content);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px; 
    line-height: 1.75rem; 
}

.font-headline p{
    font-family: var(--font-headline) !important;
}
.text-shadow {
     text-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}

blockquote p {
    font-family: var(--font-content);
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 40px;
    line-height: 2.5rem;
}

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

ul, ol {
    padding-inline-start: 21px;
}
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
/* any list inside a list */
:is(ul,ol) :is(ul,ol) { margin: calc(var(--content-margin-top) / 2) 0; }
/* any of these elements that are siblings */
:is(p,ul,ol,blockquote) + :is(p,ul,ol,blockquote){ margin-top: var(--content-margin-top); }

/* .large any list inside a list */
.large :is(ul,ol) :is(ul,ol) { margin: var(--content-margin-top-large) 0; }
/* .large any of these elements that are siblings */
.large :is(p,ul,ol,blockquote) + :is(p,ul,ol,blockquote){ margin-top: var(--content-margin-top-large); }

/* Mobile */
@media only screen and (max-width: 768px) {
   /* any list inside a list */
    :is(ul,ol) :is(ul,ol) { margin: calc(var(--content-margin-top) - 10px) 0; }
    /* any of these elements that are siblings */
    :is(p,ul,ol,blockquote) + :is(p,ul,ol,blockquote){ margin-top: calc(var(--content-margin-top) - 10px) }

    /* .large any list inside a list */
    .large :is(ul,ol) :is(ul,ol) { margin: calc(var(--content-margin-top-large) - 10px) 0; }
    /* .large any of these elements that are siblings */
    .large :is(p,ul,ol,blockquote) + :is(p,ul,ol,blockquote){ margin-top: calc(var(--content-margin-top-large) - 10px) }
}

/* ul if preceeding p contains strong tag == title for ul */
p strong { font-weight: 700 !important; }
p:has(strong) + :is(ul,ol){ margin-top: 0; }

/* custom styles for lists */

.fl-page-content .fl-module-rich-text ol,
.fl-page-content .fl-module-rich-text ul {
    margin-left: 14px;
    padding-inline-start: 18px;
}
.fl-page-content .fl-module-rich-text.large ul:not(.fl-builder-submenu) {
    margin-left: 18px;
    padding-inline-start: 28px;
}

/* custom markers */
.fl-page-content .fl-module-rich-text ul, 
.fl-page-content .fl-accordion-content ul {
    list-style: none;
}
.fl-page-content .fl-module-rich-text ul li,
.fl-page-content .fl-accordion-content ul li {
    position: relative
}

.fl-page-content .fl-module-rich-text ul > li:marker,
.fl-page-content .fl-accordion-content ul > li:marker {
    font-size: 0em;
}
.fl-page-content .fl-module-rich-text ul > li::before,
.fl-page-content .fl-accordion-content ul > li::before {
    content: "•";
    font-size: 1em;
    height: 30px;
    left: -20px;
    position: absolute;
    width: 13px;

    /* background-color: currentColor;
    -webkit-mask: url(/wp-content/uploads/hoofprint-tiny.svg) no-repeat center center;
    mask: url(/wp-content/uploads/hoofprint-tiny.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain; */
}
.fl-page-content .fl-module-rich-text.large ul > li::before,
.fl-page-content .fl-accordion-content.large ul > li::before {
    height: 30px;
    left: -30px;
    width: 13px;
}

/* branded styling for selected text in the browser */
::selection { 
    background-color: var(--brand-selection-bkg);
    color: var(--brand-selection-text);
}

    /*************************/
    /*  START :: Statistics  */
    /*************************/
    .fl-number .fl-number-text .fl-number-string,
    .fl-number .fl-number-text .fl-number-string span,
    .fl-number-after-text,
    .fl-number-before-text  {
        font-family: var(--font-content);
        font-size: 90px;
        font-size: 5.63rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100px; 
        line-height: 6.25rem; 
        text-align: center;
        white-space: initial;
    }
    .number_stat .fl-number-string {overflow:initial !important}

    .fl-number-string,
    .fl-number-after-text,
    .fl-number-before-text {
        display: inline;
        margin: 0;
    }
    .fl-number-before-text {
        padding-right: .25em; /* EM to be relative to the number's font size, not the document's */
    }
    .fl-number-after-text {
        padding-left: .25em; /* EM to be relative to the number's font size, not the document's */
    }
    /*************************/
    /*  END   :: Statistics  */
    /*************************/

/*************************/
/*  END   :: Typography  */
/*************************/

/******************************/
/*  START :: Buttons & Links  */
/******************************/
/*
    Classes are added to the button modules:
        .buttonlink     .noarrow
        .arrow_left     .arrow_right
        .arrow_blue     .arrow_teal
        .arrow_white    .rect_left
        .rect_teal      .rect_white     
*/
:root {
    /* --btn-icon-gap: var(--Sizing-Units-2XS); */
    --btn-icon-gap: 16px;
    --btn-icon-gap-hover: 27px;
    --btn-icon-gap-mobile: 8px;
    --btn-icon-gap-mobile-hover: 15px;
    /* --btn-padding: 15px 24px; */
    /* --btn-padding: 20px 40px; */
    --btn-padding: 19px 28px;
    --btn-padding-alt: 19px 28px 17px;
    --btn-padding-mobile: 13px 26px;
    --btn-padding-alt-mobile: 12px 25px 9px;
}
/* resets bb-theme skin */
a.fl-button *, a.fl-button:visited * {
    color: inherit;
}
/* prevents clicked buttons from moving 1px downward */
.fl-builder-content .fl-button:active {
    top: unset;
}

/* default styles for all buttons */
.fl-builder-content .fl-module-button a.fl-button,
.fl-builder-content .fl-module-button-group a.fl-button,
div.wpforms-container-full button.wpforms-submit,
.button-branded {
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.57px;
    line-height: normal;

    /* disables clashing selection colors on buttons */
        -webkit-user-select:none;
    user-select:none;
}

/* separates styles for buttons with backgrounds */
.fl-module-button:not(.buttonlink) a.fl-button,
.button-branded a.fl-button,
div.wpforms-container-full .wpforms-form button.wpforms-submit,
a.button-branded { 
    /* background: none; */
    padding: var(--btn-padding);
    border-radius: var(--border-radius-btn);
    transition: all .25s ease-in-out;
}

/* sets up buttons with icons */
a.fl-button span {
     /* inherit color from a.fl-button */
    color: inherit;
    align-items: center;
    display: inline-flex !important;
    gap: var(--btn-icon-gap);
}

.cta_button a.fl-button {
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: var(--btn-padding);
    border-radius: var(--border-radius-btn);
    border:transparent;
    transition:all .25s ease-in-out;
}

.cta_button a.fl-button:after {
    font-family: 'Font Awesome 5 Pro';
    content:"\f178";
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    top: 1px;
    transition:all .25s ease-in-out;
    display:inline-block;
}

a.uabb-creative-button {transition: all .25s ease-in-out;}

/* sets hover state for most buttons */
.cta_button a.fl-button:hover,
.cta_button a.fl-button:focus,
.fl-module-button:not(.buttonlink) a.fl-button:hover,
.fl-module-button:not(.buttonlink) a.fl-button:focus,
/* div.wpforms-container-full button.wpforms-submit:hover, */
a.button-branded:hover,
a.button-branded:focus {
    transform: scale(1.05);
    transform: scale3d(1.05, 1.05, 1.05); /* testing performance of scale on hover */
}

/* sets default transition for most buttons */
.fl-module-button a.fl-button::after,
.fl-module-button a.fl-button,
.fl-module-button a.fl-button span,
div.wpforms-container-full button.wpforms-submit {
    transition: all .25s ease-in-out;
}

/* disabled – the combo of scale + icon padding on hover disrupts the layout flow of sibling containers */
/* .cta_button a.fl-button:hover:after,
.cta_button a.fl-button:focus:after {
    padding-left: var(--btn-icon-gap-hover);
} */

/* default styles for inline links */
p a:not(.buttonlink), 
ol a:not(.buttonlink), 
ul a:not(.buttonlink) {
    color: currentColor;
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
    font-weight: bold;
}

p a:not(.buttonlink):hover, 
ol a:not(.buttonlink):hover, 
ul a:not(.buttonlink):hover {
    color: currentColor;
    text-decoration: none;
    animation: 0.3s underline ease-in;
}

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

/* buttons w icons */
a.buttonlink, .buttonlink a {
    font-size: 18px;
    font-size: 1.13rem;
    line-height: normal;
    font-weight: 700;
}

.fl-builder-content .buttonlink a.fl-button,
.fl-builder-content a.buttonlink {
    align-items: center;
    background-color: inherit;
    border: none;
    border-radius: 0;
    display: inline-block;
    display: inline-flex;
    /* gap: 12px; */
    padding: 0;
    padding-bottom: 4px; /* extra spacing between text and underline */
    padding-right: calc(var(--btn-icon-gap-hover) + 7px); /* apply padding as far as the arrow goes, to avoid glitchiness on hover */

    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: calc(100% - var(--btn-icon-gap)) 1px; /* minus 12px for the icon's rest state */
    transition: background-size 250ms ease-in-out;
    display:inline;
}
/* mobile only */
@media only screen and (max-width: 768px) {
    .fl-builder-content .buttonlink a.fl-button,
    .fl-builder-content a.buttonlink {
        padding-bottom: 2px; /* extra spacing between text and underline */
    }
}

.fl-builder-content .buttonlink a.fl-button span {
    display: inline-flex;
}

.buttonlink .fl-button-wrap,
.arrowlink .fl-button-wrap {
    line-height: 0; /* removes odd extra gap below a */
}

.fl-builder-content .buttonlink a.fl-button:hover,
.fl-builder-content a.buttonlink:hover {
    text-decoration: none;
    background-size: 100% 1px; /* full 100% for the icon's active state */
}

a.buttonlink:not(.noarrow) span,
.buttonlink:not(.noarrow) a.fl-button span {
    /* unsets the gap between the text and icon*/
    gap: 0;
    display: inline !important;
}
a.buttonlink:not(.noarrow)::after,
.buttonlink:not(.noarrow) a.fl-button span::after {
    /* sets the gap between the text and icon*/
    transform: translateX(var(--btn-icon-gap));

}
.arrow_right a.fl-button:hover span.fl-button-text::after{
    rotate: 45deg;
}
a.buttonlink:not(.noarrow):hover::after,
.buttonlink:not(.noarrow) a.fl-button:hover span::after {
    /* sets the gap between the text and icon on hover */
    transform: translateX(var(--btn-icon-gap-hover)) translateY(-20px);
    rotate: 45deg;
}

/* removes arrow icon */
.noarrow a.fl-button:after {
    display: none;
}

a.arrow_left::before,
a.arrow_right::after,
button.arrow_left::before,
button.arrow_right::after,
.arrow_left a.fl-button span.fl-button-text::before,
.arrow_right a.fl-button span.fl-button-text::after{   
    content:"";
    height: 13px; /* px won't scale, but rem is glitchy when button is scaled on hover */
    margin-top: 1px;
    position: relative;
    /* top: 5px;
    top: 0.31rem; */
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-flex;
    /* transform: translateX(12px); */

    /* version using background-image below */
    /* background-image: var(--arrow);
    background-size: contain;
    background-repeat: no-repeat; */

    /* version using mask below */
    background-color: currentColor;
        -webkit-mask: var(--arrow) no-repeat 0% 0%;
    mask: var(--arrow) no-repeat 0% 0%;
        -webkit-mask-size: contain;
    mask-size: contain;
}
.bolt a.fl-button,
.bolt button {
    padding: var(--btn-padding-alt) !important;
    font-weight: 900 !important;
}
.bolt a.fl-button span.fl-button-text::after,
.bolt button::after {
    content:"";
    height: 23px; /* px won't scale, but rem is glitchy when button is scaled on hover */
    margin-top: 1px;
    position: relative;
    /* top: 5px;
    top: 0.31rem; */
    transition: all .25s ease-in-out;
    width: 14px;
    display: inline-flex;
    /* transform: translateX(12px); */

    /* version using background-image below */
    /* background-image: var(--bolt);
    background-size: contain;
    background-repeat: no-repeat; */

    /* version using mask below */
    background-color: currentColor;
        -webkit-mask: var(--bolt) no-repeat 0% 0%;
    mask: var(--bolt) no-repeat 0% 0%;
        -webkit-mask-size: contain;
    mask-size: contain;
}
.icon_left a.fl-button span.fl-button-text::after,
.icon_left button::after {
    order: -1;
}

a.buttonlink.arrow_left::before,
.buttonlink.arrow_left a.fl-button span::before {
    /* float: left; */
    margin-right: var(--btn-icon-gap);
    /* margin-right: 0.75rem; */
    transform: scalex(-1);
}

a.buttonlink.arrow_right::after,
button.buttonlink.arrow_right::after{
    float: right;
    /* margin-left: var(--btn-icon-gap);
    margin-left: .75rem; */
}

/******************************/
/*  END   :: Buttons & Links  */
/******************************/

/**************/
/**************/
/* Responsive */
/**************/
/**************/


/* Desktop */
@media screen and (max-width: 1366px) {

    /**************/
    /* TYPOGRAPHY */
    /**************/

    h1, .h1, .h1 p, .h1 .fl-heading {
        font-size: 70px;
        font-size: 4.38rem;
        line-height: 70px;
        line-height: 4.38rem;
    }

    h2, .h2, .h2 p, .h2 .fl-heading {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 58px;
        line-height: 3.63rem;
    }

    h3, .h3, .h3 p, .h3 .fl-heading {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 48px;
        line-height: 3rem;
    }

    h4, .h4, .h4 p, .h4 .fl-heading,
    h5, .h5, .h5 p, .h5 .fl-heading {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 39px;
        line-height: 2.44rem;
    }

    .large, p.large, p .large, .large p,
    .large ol, ol.large, .large ul, ul.large {
        font-size: 21px;
        font-size: 1.31rem;
        line-height: 33px;
        line-height: 2.06rem;
    }

    blockquote p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 36px;
        line-height: 2.25rem;
    }

    /*************************/
    /*  START :: Statistics  */
    /*************************/
    .fl-number .fl-number-text .fl-number-string,
    .fl-number .fl-number-text .fl-number-string span,
    .fl-number-after-text,
    .fl-number-before-text  {
        font-size: 66px;
        font-size: 4.13rem;
        line-height: 66px; 
        line-height: 4.13rem; 
    }
    /*************************/
    /*  END   :: Statistics  */
    /*************************/

    
    /***********************************************/
    /*  Full Width Breakout honoring wrapper-left  */
    /***********************************************/
    /* .fullwidth.marginleft  > div, .fullwidth .marginleft  { padding-left:  calc( (var(--viewportWidth) - (1366px - (var(--content-padding) * 2))) / 2);} */
    /* .fullwidth.marginright > div, .fullwidth .marginright { padding-right: calc( (var(--viewportWidth) - (1366px - (var(--content-padding) * 2))) / 2);} */

    :root {

        --content-padding: var(--Number-Scale-Margins-Small-Desktop);
    }


    /***********************************************/
    /*  Full Width Breakout honoring wrapper-left  */
    /***********************************************/
    .fullwidth.marginleft >  div, .fullwidth .marginleft  { padding-left:  var(--content-padding);}
    .fullwidth.marginright > div, .fullwidth .marginright { padding-right: var(--content-padding);} 
}

  
/* Tablet */
@media only screen and (max-width: 992px) {

    :root {

        --content-padding: var(--Number-Scale-Margins-Tablet) !important;
    }
    
    /* Tablet Typography moved to Small Desktop */

}


/* Mobile */
@media only screen and (max-width: 768px) {

    :root {

        --content-padding: 24px !important;
        --content-padding-top: 16px;
        --content-padding-bottom: 16px;
    }

    .mobile-only {display:initial}
    .desktop-only {display:none;}


    /**************/
    /* TYPOGRAPHY */
    /**************/

    /* BugHerd 494. Tia's spec for the mobile page title is 40px / 46px. The rem line
       below is the one that applies, and 2.88rem is 46.08px, so the rendered value was
       0.08px over. 46 / 16 = 2.875rem hits the number exactly and keeps the px-then-rem
       convention used throughout this file. */
    h1, .h1, .h1 p, .h1 .fl-heading {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem;
    }

    h2, .h2, .h2 p, .h2 .fl-heading {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 42px;
        line-height: 2.63rem;
    }

    h3, .h3, .h3 p, .h3 .fl-heading {
        font-size: 30px;
        font-size: 1.88rem;
        line-height: 38px;
        line-height: 2.38rem;
    }

    h4, .h4, .h4 p, .h4 .fl-heading,
    h5, .h5, .h5 p, .h5 .fl-heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px;
        line-height: 2.13rem;
    }

    .large, p.large, p .large, .large p,
    .large ol, ol.large, .large ul, ul.large {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
    }

    blockquote p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.88rem;
    }

    /*************************/
    /*  START :: Statistics  */
    /*************************/
    .fl-number .fl-number-text .fl-number-string,
    .fl-number .fl-number-text .fl-number-string span,
    .fl-number-after-text,
    .fl-number-before-text  {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 60px; 
        line-height: 3.75rem; 
    }
    /*************************/
    /*  END   :: Statistics  */
    /*************************/

    /******************************/
    /*  START :: Buttons & Links  */
    /******************************/
    :root {
        --btn-padding-alt: var(--btn-padding-alt-mobile);
        --btn-padding: var(--btn-padding-mobile);
    }
    
    /* sets margin default for all buttons, can be overridden individually in BB */
    .fl-module-button > div {
        margin-top: var(--Sizing-Units-XS);
    }
    .fl-module-button-group .fl-button-group-buttons > div {
        padding-top: var(--Sizing-Units-XS); /* "Button Spacing" in BB button groups uses padding instead of margin */
    }
    .fl-module-button:not(.arrowlink):not(.buttonlink) a.fl-button,
    div.wpforms-container-full .wpforms-form button.wpforms-submit,
    a.button-branded {
        padding: var(--btn-padding-mobile);
        line-height: normal;
    }
    .fl-module-button:not(.arrowlink):not(.buttonlink) a.fl-button span {
        gap: var(--btn-icon-gap-mobile);
    }
  
    .fl-module-button-group.arrowlink .fl-button-group-buttons {
        flex-direction: column;
        justify-content: flex-start;
    }

    .fl-builder-content .arrowlink .fl-button-group .fl-button-group-buttons .fl-button-group-button:not(:last-of-type) {
        padding-bottom: 16px;
    }

    .fl-module-button-group.arrowlink .fl-button-group-button:not(:first-of-type) {
        transform: translateX(0px);
    }
    .fl-callout-content,
    .fl-row:not(.row--animation-scroll, .row--video-carousel) .fl-module-heading,
    .fl-row:not(.row--animation-scroll) .fl-module-rich-text,
    .fl-button-left:not(.buttonlink),
    .fl-button-left:not(.buttonlink) a,
    .fl-button-right:not(.buttonlink),
    .fl-button-right:not(.buttonlink) a,
    .fl-callout-text-wrap a{
        width:100%;
        text-align: center;
        justify-content: center;
    }
    .action-carousel-row .slider-header, 
    .slider-header{
        justify-content: center!important;
        margin-top:26px;
        margin-bottom:26px;
    }
    .row--video-carousel .slider-header{
        margin-bottom: 0;
    }
    .fl-module-heading.energy-gradient, 
    .fl-module-rich-text.energy-gradient{
        width: 100%!important;
        text-align: center;
    }
    .video-carousel-row > .fl-row-content-wrap{
        padding-bottom: 102px;
    }
    .foldable li.people-list_item div.people--img {
        margin-left: auto;
        margin-right: auto;
    }
    .people-list_item .item--details{
        align-items: center;
    }
    .number-carousel-box .carousel-card .fl-callout-content{
        align-items: center!important;
        justify-content: center!important;
    }
    .fl-module-accordion{
        margin-bottom:16px;
    }
    .unfoldable form {
        gap: 72px!important;
    }
    .single-news .share_icons {
        display: inline-grid;
        grid-template-columns: repeat(4, 38px);
        grid-template-rows: auto auto;
        align-items: center;
        justify-content: center;
        column-gap: 24px;
        row-gap: 10px;
    }
    .share_icons > span {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
    }
    .row--animation-scroll .border-gradient{
        display: none;
    }
    html .row--animation-scroll .collage-animation-1 .column--image-collage,
    html .row--animation-scroll .column--image-collage{
        margin-bottom:36px;
    }
}

.fl-col-content:has(.media_box) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
    grid-template-areas:
        "find-title social"
        "address    social";

    column-gap: 40px;
    row-gap: 16px;
    align-items: start;
    @media only screen and (max-width: 992px) {
        column-gap: 20px;
    }
    @media only screen and (max-width: 768px) {
        display: flex;
        flex-direction: column;
    }
}

.fl-col-content:has(.media_box) > .fl-module-heading {
    grid-area: find-title;
}

.fl-col-content:has(.media_box) > .fl-module-rich-text {
    grid-area: address;
}

.media_box {
    grid-area: social;
    align-self: center;
    @media only screen and (max-width: 768px) {
        width: 100%;
        align-content: center;
    }
}