:root {
    /* Typography Variables */
    --font-heading: "Kumbh Sans", sans-serif;;
    --font-body: "Krub", sans-serif;;
        --body-font-size-mobile: 16px;
    --body-font-size-desktop: 18px;
    --body-font-weight: 500;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.55555555556;

    /* Home Page Specific Typography Styles */
    
    --home-h1-font-weight: 700;
    --home-h1-text-transform: none;
    --home-h1-mobile-font-size: 40px;
    --home-h1-mobile-line-height: 1.2;
    --home-h1-mobile-margin-bottom: 15px;
    --home-h1-desktop-font-size: 48px;
    --home-h1-desktop-line-height: 1.2;
    --home-h1-desktop-margin-bottom: 25px;
--home-h2-font-weight: 700;
    --home-h2-text-transform: uppercase;
    --home-h2-mobile-font-size: 24px;
    --home-h2-mobile-line-height: 1.33333333333;
    --home-h2-mobile-margin-bottom: 30px;
    --home-h2-desktop-font-size: 42px;
    --home-h2-desktop-line-height: 1.14285714286;
    --home-h2-desktop-margin-bottom: 30px;
--home-h3-font-weight: 700;
    --home-h3-text-transform: none;
    --home-h3-mobile-font-size: 32px;
    --home-h3-mobile-line-height: 1.2;
    --home-h3-mobile-margin-bottom: 15px;
    --home-h3-desktop-font-size: 40px;
    --home-h3-desktop-line-height: 1.2;
    --home-h3-desktop-margin-bottom: 25px;
--home-h4-font-weight: 700;
    --home-h4-text-transform: uppercase;
    --home-h4-mobile-font-size: 20px;
    --home-h4-mobile-line-height: 1.5;
    --home-h4-mobile-margin-bottom: 30px;
    --home-h4-desktop-font-size: 30px;
    --home-h4-desktop-line-height: 1.2;
    --home-h4-desktop-margin-bottom: 30px;
--home-h5-font-weight: 700;
    --home-h5-text-transform: uppercase;
    --home-h5-mobile-font-size: 18px;
    --home-h5-mobile-line-height: 1.55555555556;
    --home-h5-mobile-margin-bottom: 16px;
    --home-h5-desktop-font-size: 24px;
    --home-h5-desktop-line-height: 1.16666666667;
    --home-h5-desktop-margin-bottom: 30px;
--home-h6-font-weight: 700;
    --home-h6-text-transform: uppercase;
    --home-h6-mobile-font-size: 16px;
    --home-h6-mobile-line-height: 1.5;
    --home-h6-mobile-margin-bottom: 0px;
    --home-h6-desktop-font-size: 20px;
    --home-h6-desktop-line-height: 1.4;
    --home-h6-desktop-margin-bottom: 0px;
--home-page-text-font-weight: 500;
    --home-page-text-text-transform: none;
    --home-page-text-mobile-font-size: 16px;
    --home-page-text-mobile-line-height: 1.5;
    --home-page-text-mobile-margin-bottom: 30px;
    --home-page-text-desktop-font-size: 18px;
    --home-page-text-desktop-line-height: 1.55555555556;
    --home-page-text-desktop-margin-bottom: 30px;
    
    /* Internal Page Typography Styles */
    --body-font-size-mobile: 16px;
    --body-font-size-desktop: 18px;
    --body-font-weight: 500;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.55555555556;

        --heading-font-weight: 700; /* Covers all heading tags */
    --heading-text-transform: uppercase; /* Covers all heading tags */

    --h1-font-size-mobile-xs: 30px; /* 320px - 575px */
    --h1-font-size-mobile-sm: 46px; /* 576px - 991px */
    --h1-font-size-desktop: 48px; /* 992px and up */
    --h1-line-height-mobile: 0.869565217391;
    --h1-line-height-desktop: 1.08333333333;

    --h2-font-size-mobile: 24px;
    --h2-font-size-desktop: 42px;
    --h2-line-height-mobile: 1.33333333333;
    --h2-line-height-desktop: 1.14285714286;

    --h3-font-size-mobile: 20px;
    --h3-font-size-desktop: 36px;
    --h3-line-height-mobile: 1.5;
    --h3-line-height-desktop: 1.16666666667;

    --h4-font-size-mobile: 20px;
    --h4-font-size-desktop: 28px;
    --h4-line-height-mobile: 1.5;
    --h4-line-height-desktop: 1.25;

    --h5-font-size-mobile: 18px;
    --h5-font-size-desktop: 24px;
    --h5-line-height-mobile: 1.55555555556;
    --h5-line-height-desktop: 1.29166666667;

    --h6-font-size-mobile: 16px;
    --h6-font-size-desktop: 20px;
    --h6-line-height-mobile: 1.5;
    --h6-line-height-desktop: 1.4;

    --coupon-heading-font-size-mobile: 28px;
    --coupon-heading-font-size-desktop: 48px;

    /* Mobile Header */
    --mobile-header-height: 100px; /* This sets the mobile header height, as well as the distance of the mobile nav menu from the top of the page */
    --mobile-header-logo-max-height: 80px;
    --hamburger-color: #333333;


    /* Navbar */
        --nav-link-font-size: 16px;
    --nav-link-font-family: var(--font-body);
    --nav-link-font-weight: 700;
    --nav-link-text-transform: capitalize;
    --nav-dropdown-icon-desktop: "\e942"; 
    --nav-mobile-nav-link-border-color: #d8d8d8;
    --mobile-nav-dropdown-icon-color: #ffffff;
    --mobile-nav-dropdown-icon-background: rgb(119,36,45);
    --nav-background: rgb(65,114,159);
    --nav-background-mobile: #ffffff;
    --nav-link-hover-text: rgb(0,0,0);
    --mobile-nav-link-color: rgb(119,36,45);
    --nav-dropdown-text: #ffffff;
    --nav-dropdown-background: rgb(65,114,159);
    --nav-dropdown-hover-text: rgb(0,0,0);
    --nav-dropdown-hover-background: rgb(182,182,182);
    --mobile-subnav-background: rgb(242,248,254);
    --mobile-subnav-text: rgb(0,0,0);
    --active-parent-background: rgb(65,114,159);
    --active-parent-text: rgb(255,255,255);
    --nav-link: rgb(255,255,255);

    /* Footer Forms (postscript-contact) */
        --footer-form-text-color: #000000; /* This setting covers typed text and placeholders.  */
    --footer-form-background-color: #ffffff;
    --footer-form-text-size-mobile: 16px;
    --footer-form-text-size-desktop: 16px;
    --footer-form-field-height: 46px; /* This also changes the line height to center the text */ 
    --footer-form-message-field-height: 100px;
    --footer-form-fields-border-radius: 8px;
    --footer-form-field-margin: 16.2px; /* Vertical space between fields */
    --footer-form-button-margin: 34px; /* Vertical space between submit button and form fields */
    --footer-form-arrow-color: #000000;
    --footer-form-arrow-width: 12px;
    --footer-form-arrow-height: 8px;
    --footer-form-arrow-right-distance: 19px; /* Measures how far the arrow is from the ride side of input field */
                --footer-form-field-border: rgb(119,36,45) 2px solid;
    
    /* Conversion Page Settings */
        --charge-h1-font-size-mobile: 36px;
    --charge-h1-font-size-tablet: 45px;
    --charge-h1-font-size-desktop: 50px;
    --sidebar-form-form-border-radius: 20px;
    --sidebar-form-heading-font-size: 36px;
    --sidebar-form-bottom-padding: 55px;
    --sidebar-form-button-offset: -20px;

    --conversion-header-h1-color: rgb(255,255,255);
    --conversion-header-divider-background-color: rgb(245,190,0);

            --conversion-coupon-background: rgb(255,255,255);
        --conversion-coupon-contents-color: rgb(0,0,0);

            --conversion-contents-default-color: rgb(0,0,0);
        --conversion-links-color: rgb(119,36,45);
    --conversion-links-hover-color: rgb(53,15,19);

        --conversion-content-one-padding-top-mobile: 30px;
    --conversion-content-one-padding-bottom-mobile: 30px;
    --conversion-content-one-padding-top-desktop: 60px;
    --conversion-content-one-padding-bottom-desktop: 60px;

    --conversion-content-one-heading-color: rgb(0,0,0);
    --conversion-content-one-text-color: rgb(0,0,0);
    --conversion-content-one-link-color: rgb(119,36,45);
    --conversion-content-one-link-hover-color: rgb(53,15,19);

        --conversion-content-two-padding-top-mobile: 30px;
    --conversion-content-two-padding-bottom-mobile: 30px;
    --conversion-content-two-padding-top-desktop: 60px;
    --conversion-content-two-padding-bottom-desktop: 60px;

    --conversion-content-two-heading-color: rgb(0,0,0);
    --conversion-content-two-text-color: rgb(0,0,0);
    --conversion-content-two-link-color: rgb(119,36,45);
    --conversion-content-two-link-hover-color: rgb(53,15,19);

        --conversion-content-three-padding-top-mobile: 30px;
    --conversion-content-three-padding-bottom-mobile: 30px;
    --conversion-content-three-padding-top-desktop: 60px;
    --conversion-content-three-padding-bottom-desktop: 60px;

    --conversion-content-three-heading-color: rgb(255,255,255);
    --conversion-content-three-text-color: rgb(255,255,255);
    --conversion-content-three-link-color: rgb(245,190,0);
    --conversion-content-three-link-hover-color: rgb(242,248,254);

        --conversion-content-four-padding-top-mobile: 30px;
    --conversion-content-four-padding-bottom-mobile: 30px;
    --conversion-content-four-padding-top-desktop: 60px;
    --conversion-content-four-padding-bottom-desktop: 60px;

    --conversion-content-four-heading-color: rgb(255,255,255);
    --conversion-content-four-text-color: rgb(255,255,255);
    --conversion-content-four-link-color: rgb(245,190,0);
    --conversion-content-four-link-hover-color: rgb(242,248,254);

        --conversion-content-five-padding-top-mobile: 30px;
    --conversion-content-five-padding-bottom-mobile: 30px;
    --conversion-content-five-padding-top-desktop: 60px;
    --conversion-content-five-padding-bottom-desktop: 60px;

        --conversion-content-five-heading-color: rgb(0,0,0);
    --conversion-content-five-text-color: rgb(0,0,0);
    --conversion-content-five-link-color: rgb(119,36,45);
    --conversion-content-five-link-hover-color: rgb(53,15,19);

    --other-services-box-1-background: rgb(65,114,159);
    --other-services-box-1-color: rgb(255,255,255);

    --other-services-box-2-background: rgb(119,36,45);
    --other-services-box-2-color: rgb(255,255,255);

    --other-services-box-3-background: rgb(242,248,254);
    --other-services-box-3-color: rgb(51,51,51);

        --conversion-testimonial-title-color: #000000;
    --conversion-testimonial-title-font-family: var(--font-heading);
    --conversion-testimonial-title-mobile-font-size: 30px;
    --conversion-testimonial-title-desktop-font-size: 48px;
    --conversion-testimonial-title-font-weight: 700;
    --conversion-testimonial-title-text-align: left;
    --conversion-testimonial-title-text-transform: uppercase;

    
    --testimonial-section-mobile-padding-top: 30px;
    --testimonial-section-mobile-padding-bottom: 30px;
    --testimonial-section-desktop-padding-top: 60px;
    --testimonial-section-desktop-padding-bottom: 60px;

    --testimonial-bg: linear-gradient(180deg, rgb(242,248,254) 0%, rgb(125,159,191) 100%);
    /* Mobile Background Image Settings */
    --testimonial-bg-mobile-position: center;
    --testimonial-bg-mobile-repeat: no-repeat;
    --testimonial-bg-mobile-size: cover;

    /* Desktop Background Image Settings */
    --testimonial-bg-desktop-position: center;
    --testimonial-bg-desktop-repeat: no-repeat;
    --testimonial-bg-desktop-size: cover;

        --conversion-page-review-box-background: rgb(119,36,45);
    --conversion-page-review-box-border-radius: 20px;
    --conversion-page-review-box--stars-color: rgb(245,190,0);
    --conversion-page-review-box-text-color: rgb(255,255,255);
    --conversion-page-review-box-text-mobile-font-size: 16px;
    --conversion-page-review-box-text-desktop-font-size: 18px;
    --conversion-page-review-box-author-name-color: #ffffff;
    --conversion-page-review-box-author-name-mobile-font-size: 18px;
    --conversion-page-review-box-author-name-desktop-font-size: 18px;
            --conversion-review-source-color: #ffffff;
         
    --conversion-review-source-font-size: 30px;

    /* Page Element Options */
    --panel-background: rgb(242,248,254);
    --panel-border-color: rgb(119,36,45);
    --panel-color: rgb(0,0,0);

        --shadowbox-background: rgb(255,255,255);
    --shadowbox-box-shadow: #c4c4c4;
    --shadowbox-box-shadow-hover: rgb(26,49,69);
    --shadowbox-color: rgb(0,0,0);

        --text-shadowbox-background: rgb(119,36,45);
    --text-shadowbox-box-shadow-color: rgb(53,15,19);
    --text-shadowbox-text-color: rgb(255,255,255);
    --text-shadowbox-heading-color: rgb(255,255,255);
    --text-shadowbox-link-color: rgb(245,190,0);
    --text-shadowbox-link-hover-background: rgb(245,190,0);
    --text-shadowbox-link-hover-color: rgb(0,0,0);

        --text-shadowbox-light-background-color: rgb(125,159,191);
    --text-shadowbox-light-box-shadow-color: rgb(26,49,69);
    --text-shadowbox-light-text-color: rgb(0,0,0);
    --text-shadowbox-light-heading-color: rgb(0,0,0);
    --text-shadowbox-light-link-color: rgb(26,49,69);
    --text-shadowbox-light-link-background-color: rgb(26,49,69);
    --text-shadowbox-light-link-hover-color: rgb(255,255,255);

        --gradient-box-background: linear-gradient(to bottom, rgb(119,36,45), rgb(53,15,19));
    --gradient-box-border-radius: 20px;
    --gradient-box-text-color: rgb(255,255,255);
    --gradient-box-heading-color: rgb(255,255,255);
    --gradient-box-link-color: rgb(245,190,0);
    --gradient-box-link-background-color: rgb(245,190,0);
    --gradient-box-link-hover-color: rgb(0,0,0);

        --gradient-box-light-background: linear-gradient(to bottom, rgb(242,248,254), rgb(125,159,191));
    --gradient-box-light-border-radius: px;
    --gradient-box-light-text-color: rgb(0,0,0);
    --gradient-box-light-heading-color: rgb(0,0,0);
    --gradient-box-light-link-color: rgb(26,49,69);
    --gradient-box-light-link-background-color: rgb(26,49,69);
    --gradient-box-light-link-hover-color: rgb(255,255,255);

        --photo-box-background-image: url(https://pgainc.rynosites.com/wp-content/uploads/photo-box-2.png);
    --photo-box-background-position: center;
    --photo-box-background-repeat: no-repeat;
    --photo-box-background-size: cover;
    --photo-box-border-radius: 20px;
    --photo-box-text-color: rgb(0,0,0);
    --photo-box-heading-color: rgb(0,0,0);
    --photo-box-link-color: rgb(119,36,45);
    --photo-box-link-background-color: rgb(119,36,45);
    --photo-box-link-hover-color: rgb(53,15,19);

        --color-strip-box-background-color: rgb(242,248,254);
    --color-strip-box-border-radius: 20px;
    --color-strip-box-border-top: #41729f;
    --color-strip-box-text-color: rgb(0,0,0);
    --color-strip-box-heading-color: rgb(0,0,0);
    --color-strip-box-link-color: rgb(119,36,45);
    --color-strip-box-link-background-color: rgb(119,36,45);
    --color-strip-box-link-hover-color: rgb(255,255,255);

        --border-box-background-color: rgb(255,255,255);
    --border-box-border-radius: 20px;
    --border-box-border: #77242d;
    --border-box-text-color: rgb(0,0,0);
    --border-box-heading-color: rgb(0,0,0);
    --border-box-link-color: rgb(119,36,45);
    --border-box-link-background-color: rgb(119,36,45);
    --border-box-link-hover-color: rgb(255,255,255);

    --text-highlight-border-bottom: 2px solid #DBDBDB;
    --text-highlight-border-top: 2px solid #DBDBDB;
    --text-highlight-color: rgb(65,114,159);

    --blockquote-background: rgb(125,159,191);
    --blockquote-border-color: rgb(119,36,45);
    --blockquote-text-color: rgb(0,0,0);

    /* Slick Carousel Option */
        --slick-dot-color: rgba(0,0,0,0.25);
    --slick-dot-color-active: rgb(0,0,0);
    --slick-dot-border-color: ;
    --slick-dot-size-desktop: 10px;
    --slick-dot-size-mobile: 10px;
    --slick-dot-border-size: px;
    --slick-dot-horizontal-spacing-mobile: 10px;
    --slick-dot-horizontal-spacing-desktop: 10px;
    --slick-dot-vertical-spacing-mobile: 16px;
    --slick-dot-vertical-spacing-desktop: 16px;

    /* Footer Variables */
                --footer-background: ;
        --footer-heading: #ffffff;
        --footer-text: #ffffff;
        --footer-links: #ffffff;
        --footer-links-hover: #ffffff;
    
    /* Header and Other New Variables */
    --header-background: rgb(242,248,254);
    --mobile-header-background: rgb(255,255,255);
    --mobile-header-drop-shadow-height: 20px;
    --mobile-header-drop-shadow-color: rgba(0, 0, 0, 0.7);
    --header-drop-shadow-height: 20px;
    --header-drop-shadow-color: rgba(0, 0, 0, 0.7);
    --internal-header-background-color: ;
    --internal-header-background-image: url('/wp-content/uploads/page-title-bg.png');
    --internal-header-background-position: center;
    --internal-header-background-repeat: no-repeat;
    --internal-header-background-size: cover;

    /* Coupon Variables */
        --coupon-background-color: rgb(242, 248, 254);
    --coupon-background-image: none;
    --coupon-background-position: center;
    --coupon-background-repeat: no-repeat;
    --coupon-background-size: cover;
    --coupon-heading-color: rgb(51,51,51);
    --coupon-text-color: rgb(51,51,51);
    --coupon-disclaimer-color: rgb(51,51,51);
    --coupon-layout-1-button-background-color: rgb(119,36,45);
    --coupon-layout-1-button-text-color: rgb(255,255,255);
    --coupon-layout-1-button-background-hover-color: rgb(255,255,255);
    --coupon-layout-1-button-text-hover-color: rgb(119,36,45);
    --coupon-layout-1-phone-color: rgb(65,114,159);
    --coupon-layout-1-expiration-color: rgb(51,51,51);
    --coupon-layout-2-button-icon-color: rgb(255,255,255);
    --coupon-layout-2-button-background-color: rgb(119,36,45);
    --coupon-layout-2-button-background-hover-color: ;
    --coupon-layout-2-phone-color: rgb(65,114,159);
    --coupon-layout-2-expiration-color: rgb(51,51,51);
    --coupon-layout-3-button-background-color: rgb(119,36,45);
    --coupon-layout-3-button-text-color: rgb(255,255,255);
    --coupon-layout-3-button-background-hover-color: rgb(255,255,255);
    --coupon-layout-3-button-text-hover-color: rgb(119,36,45);
    --coupon-layout-3-phone-color: rgb(65,114,159);
    --coupon-layout-3-expiration-color: rgb(51,51,51);

    /* Accordion Variables */
    --accordion-heading: rgb(0,0,0);
    --accordion-heading-hover: rgb(119,36,45);
    --accordion-icon-color: rgb(0,0,0);
    --accordion-icon-color-hover: rgb(119,36,45);
    --accordion-heading-background: rgb(242,248,254);
    --accordion-heading-background-hover: rgb(216,216,216);
    --accordion-border: rgb(65,114,159);
    --accordion-body-background: rgb(242,248,254);
    --accordion-body-text: rgb(0,0,0);
    --accordion-link: rgb(119,36,45);
    --accordion-link-hover: rgb(0,0,0);

    --sidebar-form-background: rgb(65,114,159);
    --sidebar-form-heading: rgb(255,255,255);

    /* Blog & Pagination Variables */
    --blog-theme-1-heading: rgb(0,0,0);
    --blog-theme-1-date-box-background: rgb(119,36,45);
    --blog-theme-1-date-box-text: rgb(255,255,255);
    --blog-theme-2-heading: rgb(0,0,0);
    --blog-theme-2-heading-hover: rgb(65,114,159);
    --blog-theme-2-heading-divider-line: rgb(119,36,45);
    --pagination-link-text-color: rgb(0,0,0);
    --pagination-link-text-hover-color: rgb(65,114,159);
    --pagination-active-link-background: ;
    --pagination-active-link-text-color: rgb(119,36,45);
    --single-blog-post-h1-font-size-mobile: 36px;
    --single-blog-post-h1-font-size-desktop: 50px;

    --bullets-font-awesome-icon: url('https://pgainc.rynosites.com/wp-content/uploads/bullet-1.svg');
    --bullets-font-awesome-icon-width: 20px;
    --bullets-font-awesome-icon-height: 20px;
        --bullets-color: transparent;
    --bullets-mask-mode: background;
    --bullets-use-mask: false;
    --bullets-background: url('https://pgainc.rynosites.com/wp-content/uploads/bullet-1.svg');
    --bullet-positioning: 6px;

    --primary-links: rgb(119,36,45);
    --primary-links-hover: rgb(53,15,19);
    --secondary-links: rgb(65,114,159);
    --secondary-links-hover: rgb(26,49,69);

    /* Selection and Mark Variables */
    --selection-background: rgb(65,114,159);
    --selection-color: rgb(255,255,255);
    --mark-background: rgb(65,114,159);
    --mark-color: rgb(255,255,255);

    /* Body and Typography Variables */
    --body-background: #ffffff;
    --body-text: #000000;
    --page-title-h1: rgb(255,255,255);

    /* Content Area Heading Colors */
    --internal-page-h2-color: rgb(0,0,0);
    --internal-page-h3-color: rgb(0,0,0);
    --internal-page-h4-color: rgb(119,36,45);
    --internal-page-h5-color: rgb(119,36,45);
    --internal-page-h6-color: rgb(65,114,159);

    /* Form Variables */
    --placeholder-text: rgb(0,0,0);

    /* Contact Page Variables */
    --contact-page-sidebar-heading-font-size: 34px;
    --contact-page-sidebar-phone-color: rgb(119,36,45);
    --contact-page-sidebar-phone-font-size: 30px;

    /* Mobile Promo Banner Variables */
    --mobile-promo-banner-background: ;
    --mobile-promo-banner-text: rgb(0,0,0);
    --mobile-promo-banner-heading-font-size: 14px;
    --mobile-promo-banner-heading-font-weight: 700;
    --mobile-promo-banner-description-font-size: 12px;
    --mobile-promo-banner-description-font-weight: 500;
    --mobile-promo-banner-button-background: rgb(119,36,45);
    --mobile-promo-banner-button-text: rgb(255,255,255);
    --mobile-promo-banner-button-font-size: 14px;
    --mobile-promo-banner-button-font-weight: 700;
    --mobile-promo-banner-button-text-transform: capitalize;

    /* Mobile Header Variables */
    --mobile-header-icon-font-size-small: px;
    --mobile-header-icon-font-size-large: px;
    --mobile-header-phone-icon-color: rgb(119,36,45);
    --mobile-header-dollar-icon-color: ;
    --mobile-nav-buttons-section-background: #ffffff;

    /* Footer Form Variables */
    --contact-form-section-background-color: ;
    --footer-contact-form-text: rgb(51,51,51);
    --footer-contact-form-heading: rgb(51,51,51);

    /* Footer Variables */
    --copyright-section-background: rgb(51,51,51);
    --copyright-section-text: rgb(255,255,255);

    /* Service Areas Variables */
    --service-areas-icon-color: rgb(51,51,51);
    --service-areas-heading-color: rgb(0,0,0);
    --service-areas-text-color: rgb(51,51,51);
    --service-areas-link-color: rgb(119,36,45);
    --service-areas-link-hover-color: rgb(53,15,19);

    /* Mobile Header Button Variables */
        --mobile-header-button-font-family: var(--font-body);
    --mobile-header-button-font-size: px;
    --mobile-header-button-font-weight: ;
    --mobile-header-button-text-transform: ;
    --mobile-header-button-1-text-color: ;
    --mobile-header-button-2-text-color: ;

    /* Form Dropdown Variables */
        --form-dropdown-container-background: rgb(255,255,255);
    --form-dropdown-item-text: rgb(0,0,0);
    --form-dropdown-item-font-size: 16px;
    --form-dropdown-selected-item-background: #dddddd;
    --form-dropdown-selected-item-text: rgb(0,0,0);
    --form-dropdown-item-hover-background: rgb(119,36,45);
    --form-dropdown-item-hover-text: rgb(255,255,255);

    /* Internal Page Header Variables */
        --internal-header-background-color: ;
    --internal-header-background-image: url('/wp-content/uploads/page-title-bg.png');
    --internal-header-background-position: center;
    --internal-header-background-repeat: no-repeat;
    --internal-header-background-size: cover;

    /* Contact Form Section Background Variables */
    --contact-form-section-background-mobile: none;
    --contact-form-section-background-mobile-position: center;
    --contact-form-section-background-mobile-repeat: no-repeat;
    --contact-form-section-background-mobile-size: cover;

    --contact-form-section-background-tablet: none;
    --contact-form-section-background-tablet-position: center;
    --contact-form-section-background-tablet-repeat: no-repeat;
    --contact-form-section-background-tablet-size: cover;

    --contact-form-section-background-desktop: none;
    --contact-form-section-background-desktop-position: center;
    --contact-form-section-background-desktop-repeat: no-repeat;
    --contact-form-section-background-desktop-size: cover;

    /* Meet the Team Variables */
        --mtt-column-count: 3;
    --mtt-shadowbox-box-shadow-color: rgba(0, 0, 0, 0.16);
    --mtt-shadowbox-background: #FFFFFF;
    --mtt-shadowbox-border-radius: 0;
    --mtt-shadowbox-border-color: rgb(119,36,45);
    --mtt-line-color: #C6C6C6;
    --mtt-maximum-lines-of-text-when-collapsed: 5;
    --mtt-arrow-color: rgb(119,36,45);
    --mtt-arrow-text-collapsed: "SEE MORE";
    --mtt-arrow-text-expanded: "SEE LESS";
    --mtt-arrow-text-color: rgb(0,0,0);
    --mtt-arrow-text-font-weight: 700;
    --mtt-arrow-text-font-size: 14px;
    --mtt-image-border-radius: ;
    --mtt-placeholder-color: rgb(0,0,0);
    --mtt-placeholder-background: #EBEBEB;
    --mtt-name-color: rgb(0,0,0);
    --mtt-name-font-weight: 800;
    --mtt-name-font-size-0px-575px: 20px;
    --mtt-name-font-size-576px: 24px;
    --mtt-job-title-color: rgb(119,36,45);
    --mtt-job-title-font-weight: 800;
    --mtt-job-title-font-size-0px-575px: 14px;
    --mtt-job-title-font-size-576px: 18px;
    --mtt-bio-color: #868686;
    --mtt-bio-font-weight: 400;
    --mtt-bio-font-size-0px-575px: 14px;
    --mtt-bio-font-size-576px: 16px;

    /* Author Box Variables */
        --meet-the-author-font-size: 24px;
    --author-name-font-size: 22px;
    --author-title-font-size: 20px;
    --author-description-font-size: 18px;
    --nav-tab-font-size: 18px;
    --nav-tab-text-color: rgb(119,36,45);

        --post-heading-font-size: 20px;
    --post-excerpt-font-size: 16px;
    --post-link-font-size: 16px;

    /* Testimonial Variables */
    --testimonial-stars-color: rgb(245,190,0);

    /* Button Variables */
        /* ACF is active */
    /* Primary button data found */
    /* Found in main options page */
    /* Debug: padding_top = '10' */
    /* Debug: padding_right = '49' */
    /* Debug: padding_bottom = '10' */
    /* Debug: padding_left = '49' */
    --button-font-family: var(--font-heading);
    --button-font-size: 18px;
    --button-font-weight: 700;
    --button-text-transform: uppercase;
    --button-border-width: 2px;
    --button-border-radius: 100px;
    --button-transition-duration: 0.3s;
    --button-padding: 10px 49px 10px 49px;
    --button-lg-font-size: 20px;
    --button-lg-padding: 16px 55px 16px 55px;
    --button-lg-border-radius: 100px;
    --btn-primary-button-background: rgb(245,190,0);
    --btn-primary-text-color: rgb(51,51,51);
    --btn-primary-border-color: rgb(0,0,0);
    --btn-primary-show-before: none;
    --btn-primary-show-after: none;
    /* Debug: btn-primary before_enabled = false */
    /* Debug: btn-primary after_enabled = false */
    --btn-primary-hover-button-background: rgb(149,48,59);
    --btn-primary-hover-text-color: rgb(255,255,255);
    --btn-primary-hover-border-color: rgb(0,0,0);
    --btn-primary-hover-show-before: none;
    --btn-primary-hover-show-after: none;
    /* Debug: btn-primary hover before_enabled = false */
    /* Debug: btn-primary hover after_enabled = false */
    --btn-secondary-button-background: rgb(149,48,59);
    --btn-secondary-text-color: rgb(255,255,255);
    --btn-secondary-border-color: rgb(0,0,0);
    --btn-secondary-show-before: none;
    --btn-secondary-show-after: none;
    /* Debug: btn-secondary before_enabled = false */
    /* Debug: btn-secondary after_enabled = false */
    --btn-secondary-hover-button-background: rgb(242,248,254);
    --btn-secondary-hover-text-color: rgb(149,48,59);
    --btn-secondary-hover-border-color: rgb(0,0,0);
    --btn-secondary-hover-show-before: none;
    --btn-secondary-hover-show-after: none;
    /* Debug: btn-secondary hover before_enabled = false */
    /* Debug: btn-secondary hover after_enabled = false */
    --btn-tertiary-button-background: rgb(255,255,255);
    --btn-tertiary-text-color: rgb(149,48,59);
    --btn-tertiary-border-color: rgb(0,0,0);
    --btn-tertiary-show-before: none;
    --btn-tertiary-show-after: none;
    /* Debug: btn-tertiary before_enabled = false */
    /* Debug: btn-tertiary after_enabled = false */
    --btn-tertiary-hover-button-background: rgb(149,48,59);
    --btn-tertiary-hover-text-color: rgb(255,255,255);
    --btn-tertiary-hover-border-color: rgb(0,0,0);
    --btn-tertiary-hover-show-before: none;
    --btn-tertiary-hover-show-after: none;
    /* Debug: btn-tertiary hover before_enabled = false */
    /* Debug: btn-tertiary hover after_enabled = false */
}