:root {
    /* Typography Variables */
    --font-heading: 'Montserrat', sans-serif;;
    --font-body: 'Open Sans', sans-serif;;
        --body-font-size-mobile: 16px;
    --body-font-size-desktop: 17px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.75;
    --body-line-height-desktop: 1.58823529412;

    /* Home Page Specific Typography Styles */
    
    --home-h1-font-weight: 900;
    --home-h1-text-transform: capitalize;
    --home-h1-mobile-font-size: 27px;
    --home-h1-mobile-line-height: 1.33333333333;
    --home-h1-mobile-margin-bottom: 30px;
    --home-h1-desktop-font-size: 45px;
    --home-h1-desktop-line-height: 1.15555555556;
    --home-h1-desktop-margin-bottom: 40px;
--home-h2-font-weight: 900;
    --home-h2-text-transform: capitalize;
    --home-h2-mobile-font-size: 23px;
    --home-h2-mobile-line-height: 1.30434782609;
    --home-h2-mobile-margin-bottom: 20px;
    --home-h2-desktop-font-size: 42px;
    --home-h2-desktop-line-height: 1.19047619048;
    --home-h2-desktop-margin-bottom: 30px;
--home-h3-font-weight: 900;
    --home-h3-text-transform: capitalize;
    --home-h3-mobile-font-size: 20px;
    --home-h3-mobile-line-height: 1.5;
    --home-h3-mobile-margin-bottom: 15px;
    --home-h3-desktop-font-size: 36px;
    --home-h3-desktop-line-height: 1.16666666667;
    --home-h3-desktop-margin-bottom: 25px;
--home-h4-font-weight: 800;
    --home-h4-text-transform: capitalize;
    --home-h4-mobile-font-size: 20px;
    --home-h4-mobile-line-height: 1.5;
    --home-h4-mobile-margin-bottom: 15px;
    --home-h4-desktop-font-size: 30px;
    --home-h4-desktop-line-height: 1.4;
    --home-h4-desktop-margin-bottom: 25px;
--home-h5-font-weight: 800;
    --home-h5-text-transform: capitalize;
    --home-h5-mobile-font-size: 18px;
    --home-h5-mobile-line-height: 1.55555555556;
    --home-h5-mobile-margin-bottom: 15px;
    --home-h5-desktop-font-size: 22px;
    --home-h5-desktop-line-height: 1.54545454545;
    --home-h5-desktop-margin-bottom: 25px;
--home-h6-font-weight: 800;
    --home-h6-text-transform: capitalize;
    --home-h6-mobile-font-size: 16px;
    --home-h6-mobile-line-height: 1.5;
    --home-h6-mobile-margin-bottom: 15px;
    --home-h6-desktop-font-size: 20px;
    --home-h6-desktop-line-height: 1.65;
    --home-h6-desktop-margin-bottom: 25px;
--home-page-text-font-weight: 400;
    --home-page-text-text-transform: none;
    --home-page-text-mobile-font-size: 15px;
    --home-page-text-mobile-line-height: 1.6;
    --home-page-text-mobile-margin-bottom: 15px;
    --home-page-text-desktop-font-size: 17px;
    --home-page-text-desktop-line-height: 1.58823529412;
    --home-page-text-desktop-margin-bottom: 20px;
    
    /* Internal Page Typography Styles */
    --body-font-size-mobile: 16px;
    --body-font-size-desktop: 17px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.75;
    --body-line-height-desktop: 1.58823529412;

        --heading-font-weight: 900; /* Covers all heading tags */
    --heading-text-transform: none; /* Covers all heading tags */

    --h1-font-size-mobile-xs: 26px; /* 320px - 575px */
    --h1-font-size-mobile-sm: 30px; /* 576px - 991px */
    --h1-font-size-desktop: 42px; /* 992px and up */
    --h1-line-height-mobile: 1.26666666667;
    --h1-line-height-desktop: 1.19047619048;

    --h2-font-size-mobile: 23px;
    --h2-font-size-desktop: 36px;
    --h2-line-height-mobile: 1.30434782609;
    --h2-line-height-desktop: 1.27777777778;

    --h3-font-size-mobile: 20px;
    --h3-font-size-desktop: 30px;
    --h3-line-height-mobile: 1.5;
    --h3-line-height-desktop: 1.33333333333;

    --h4-font-size-mobile: 20px;
    --h4-font-size-desktop: 26px;
    --h4-line-height-mobile: 1.5;
    --h4-line-height-desktop: 1.30769230769;

    --h5-font-size-mobile: 18px;
    --h5-font-size-desktop: 22px;
    --h5-line-height-mobile: 1.55555555556;
    --h5-line-height-desktop: 1.54545454545;

    --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: 42px;

    /* Mobile Header */
    --mobile-header-height: 80px; /* 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: 60px;
    --hamburger-color: #5e5e5e;


    /* Navbar */
        --nav-link-font-size: 15px;
    --nav-link-font-family: var(--font-body);
    --nav-link-font-weight: 700;
    --nav-link-text-transform: uppercase;
    --nav-dropdown-icon-desktop: "\e918"; 
    --nav-mobile-nav-link-border-color: rgb(48,48,48);
    --mobile-nav-dropdown-icon-color: #ffd300;
    --mobile-nav-dropdown-icon-background: rgb(0,0,0);
    --nav-background: ;
    --nav-background-mobile: rgb(0,0,0);
    --nav-link-hover-text: rgb(182,182,182);
    --mobile-nav-link-color: rgb(250,250,250);
    --nav-dropdown-text: rgb(250,250,250);
    --nav-dropdown-background: rgb(48,48,48);
    --nav-dropdown-hover-text: rgb(255,211,0);
    --nav-dropdown-hover-background: rgb(94,94,94);
    --mobile-subnav-background: rgb(26,26,26);
    --mobile-subnav-text: rgb(229,229,229);
    --active-parent-background: rgb(48,48,48);
    --active-parent-text: rgb(255,211,0);
    --nav-link: rgb(250,250,250);

    /* Footer Forms (postscript-contact) */
        --footer-form-text-color: #383838; /* 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: 43px; /* This also changes the line height to center the text */ 
    --footer-form-message-field-height: 80px;
    --footer-form-fields-border-radius: 5px;
    --footer-form-field-margin: 30px; /* Vertical space between fields */
    --footer-form-button-margin: 30px; /* Vertical space between submit button and form fields */
    --footer-form-arrow-color: #888888;
    --footer-form-arrow-width: 8px;
    --footer-form-arrow-height: 5px;
    --footer-form-arrow-right-distance: 20px; /* Measures how far the arrow is from the ride side of input field */
                --footer-form-field-border: 0 none;
    
    /* Conversion Page Settings */
        --charge-h1-font-size-mobile: 30px;
    --charge-h1-font-size-tablet: 34px;
    --charge-h1-font-size-desktop: 54px;
        --charge-h1-line-height-mobile: 1.4;
            --charge-h1-line-height-tablet: 1.17647058824;
            --charge-h1-line-height-desktop: 1.18518518519;
        --sidebar-form-form-border-radius: 0px;
    --sidebar-form-heading-font-size: 30px;
    --sidebar-form-bottom-padding: 55px;
    --sidebar-form-button-offset: -36px;

    --conversion-header-h1-color: #ffffff;
    --conversion-header-divider-background-color: rgb(255,211,0);

            --conversion-coupon-background: rgba(0,0,0,0.78);
        --conversion-coupon-contents-color: rgb(250,250,250);

        --conversion-links-color: ;
    --conversion-links-hover-color: ;

        --conversion-content-one-padding-top-mobile: 40px;
    --conversion-content-one-padding-bottom-mobile: 20px;
    --conversion-content-one-padding-top-desktop: 70px;
    --conversion-content-one-padding-bottom-desktop: 70px;

    --conversion-content-one-heading-color: rgb(250,250,250);
    --conversion-content-one-text-color: rgb(250,250,250);
    --conversion-content-one-link-color: rgb(255,211,0);
    --conversion-content-one-link-hover-color: rgb(209,209,209);

        --conversion-content-two-padding-top-mobile: 40px;
    --conversion-content-two-padding-bottom-mobile: 0px;
    --conversion-content-two-padding-top-desktop: 60px;
    --conversion-content-two-padding-bottom-desktop: 25px;

    --conversion-content-two-heading-color: rgb(26,26,26);
    --conversion-content-two-text-color: rgb(26,26,26);
    --conversion-content-two-link-color: rgb(0,0,0);
    --conversion-content-two-link-hover-color: rgb(48,48,48);

        --conversion-content-three-padding-top-mobile: 40px;
    --conversion-content-three-padding-bottom-mobile: 10px;
    --conversion-content-three-padding-top-desktop: 70px;
    --conversion-content-three-padding-bottom-desktop: 40px;

    --conversion-content-three-heading-color: rgb(250,250,250);
    --conversion-content-three-text-color: rgb(250,250,250);
    --conversion-content-three-link-color: rgb(255,211,0);
    --conversion-content-three-link-hover-color: rgb(209,209,209);

        --conversion-content-four-padding-top-mobile: 40px;
    --conversion-content-four-padding-bottom-mobile: 0px;
    --conversion-content-four-padding-top-desktop: 60px;
    --conversion-content-four-padding-bottom-desktop: 25px;

    --conversion-content-four-heading-color: rgb(250,250,250);
    --conversion-content-four-text-color: rgb(250,250,250);
    --conversion-content-four-link-color: rgb(255,211,0);
    --conversion-content-four-link-hover-color: rgb(209,209,209);

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

        --conversion-content-five-heading-color: rgb(250,250,250);
    --conversion-content-five-text-color: rgb(250,250,250);
    --conversion-content-five-link-color: rgb(255,211,0);
    --conversion-content-five-link-hover-color: rgb(209,209,209);

    --other-services-box-1-background: rgb(94,94,94);
    --other-services-box-1-color: rgb(250,250,250);

    --other-services-box-2-background: rgb(48,48,48);
    --other-services-box-2-color: rgb(250,250,250);

    --other-services-box-3-background: rgb(255,211,0);
    --other-services-box-3-color: rgb(26,26,26);

        --conversion-testimonial-title-color: #fafafa;
    --conversion-testimonial-title-font-family: var(--font-heading);
    --conversion-testimonial-title-mobile-font-size: 26px;
    --conversion-testimonial-title-desktop-font-size: 60px;
    --conversion-testimonial-title-font-weight: 900;
    --conversion-testimonial-title-text-align: left;
    --conversion-testimonial-title-text-transform: none;

    
    --testimonial-section-mobile-padding-top: 60px;
    --testimonial-section-mobile-padding-bottom: 90px;
    --testimonial-section-desktop-padding-top: 50px;
    --testimonial-section-desktop-padding-bottom: 120px;

    --testimonial-bg: url('http://franchise.buccosroofing.com/wp-content/uploads/star-corner-bg-long.svg');--testimonial-bg-desktop: url('http://franchise.buccosroofing.com/wp-content/uploads/star-corner-bg-long.svg');
    /* Mobile Background Image Settings */
    --testimonial-bg-mobile-position: center bottom;
    --testimonial-bg-mobile-repeat: no-repeat;
    --testimonial-bg-mobile-size: 100%;

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

        --conversion-page-review-box-background: rgb(48,48,48);
    --conversion-page-review-box-border-radius: 0px;
    --conversion-page-review-box--stars-color: rgb(246,187,6);
    --conversion-page-review-box-text-color: rgb(239,239,239);
    --conversion-page-review-box-text-mobile-font-size: 16px;
    --conversion-page-review-box-text-desktop-font-size: 16px;
    --conversion-page-review-box-author-name-color: #fafafa;
    --conversion-page-review-box-author-name-mobile-font-size: 18px;
    --conversion-page-review-box-author-name-desktop-font-size: 18px;
            --conversion-review-source-color: #ffd300;
         
    --conversion-review-source-font-size: 24px;

    /* Page Element Options */
    --panel-background: #f2f2f2;
    --panel-border-color: rgb(242,242,242);
    --panel-color: #383838;

        --shadowbox-background: #ffffff;
    --shadowbox-box-shadow: rgba(196,196,196,0.67);
    --shadowbox-box-shadow-hover: rgba(48,48,48,0.35);
    --shadowbox-color: rgb(26,26,26);

        --text-shadowbox-background: rgb(0,0,0);
    --text-shadowbox-box-shadow-color: rgb(255,211,0);
    --text-shadowbox-text-color: rgb(250,250,250);
    --text-shadowbox-heading-color: rgb(250,250,250);
    --text-shadowbox-link-color: rgb(255,211,0);
    --text-shadowbox-link-hover-background: rgb(255,211,0);
    --text-shadowbox-link-hover-color: rgb(26,26,26);

        --text-shadowbox-light-background-color: rgb(255,211,0);
    --text-shadowbox-light-box-shadow-color: rgb(0,0,0);
    --text-shadowbox-light-text-color: rgb(26,26,26);
    --text-shadowbox-light-heading-color: rgb(26,26,26);
    --text-shadowbox-light-link-color: rgb(0,0,0);
    --text-shadowbox-light-link-background-color: rgb(0,0,0);
    --text-shadowbox-light-link-hover-color: rgb(250,250,250);

        --gradient-box-background: linear-gradient(to bottom, rgb(48,48,48), rgb(26,26,26));
    --gradient-box-border-radius: px;
    --gradient-box-text-color: rgb(250,250,250);
    --gradient-box-heading-color: rgb(250,250,250);
    --gradient-box-link-color: rgb(255,211,0);
    --gradient-box-link-background-color: rgb(255,211,0);
    --gradient-box-link-hover-color: rgb(191,191,191);

        --gradient-box-light-background: linear-gradient(to bottom, rgb(255,211,0), rgb(255,195,0));
    --gradient-box-light-border-radius: px;
    --gradient-box-light-text-color: rgb(26,26,26);
    --gradient-box-light-heading-color: rgb(26,26,26);
    --gradient-box-light-link-color: rgb(0,0,0);
    --gradient-box-light-link-background-color: rgb(0,0,0);
    --gradient-box-light-link-hover-color: rgb(250,250,250);

        --photo-box-background-image: url();
    --photo-box-background-position: center;
    --photo-box-background-repeat: no-repeat;
    --photo-box-background-size: cover;
    --photo-box-border-radius: 0px;
    --photo-box-text-color: rgb(198,198,198);
    --photo-box-heading-color: rgb(198,198,198);
    --photo-box-link-color: rgb(255,211,0);
    --photo-box-link-background-color: rgb(255,211,0);
    --photo-box-link-hover-color: rgb(191,191,191);

        --color-strip-box-background-color: rgb(0,0,0);
    --color-strip-box-border-radius: 0px;
    --color-strip-box-border-top: #ffd300;
    --color-strip-box-text-color: rgb(250,250,250);
    --color-strip-box-heading-color: rgb(250,250,250);
    --color-strip-box-link-color: rgb(255,211,0);
    --color-strip-box-link-background-color: rgb(255,211,0);
    --color-strip-box-link-hover-color: rgb(191,191,191);

        --border-box-background-color: rgb(0,0,0);
    --border-box-border-radius: 0px;
    --border-box-border: #303030;
    --border-box-text-color: rgb(250,250,250);
    --border-box-heading-color: rgb(250,250,250);
    --border-box-link-color: rgb(255,211,0);
    --border-box-link-background-color: rgb(255,211,0);
    --border-box-link-hover-color: rgb(191,191,191);

    --text-highlight-border-bottom: 1.5px solid rgb(94,94,94);
    --text-highlight-border-top: 1.5px solid rgb(94,94,94);
    --text-highlight-color: rgb(48,48,48);

    --blockquote-background: rgb(255,211,0);
    --blockquote-border-color: #000000;
    --blockquote-text-color: rgb(26,26,26);

    /* Slick Carousel Option */
        --slick-dot-color: ;
    --slick-dot-color-active: ;
    --slick-dot-border-color: ;
    --slick-dot-size-desktop: px;
    --slick-dot-size-mobile: px;
    --slick-dot-border-size: px;
    --slick-dot-horizontal-spacing-mobile: px;
    --slick-dot-horizontal-spacing-desktop: px;
    --slick-dot-vertical-spacing-mobile: px;
    --slick-dot-vertical-spacing-desktop: px;

    /* Footer Variables */
                --footer-background: #101010;
        --footer-heading: #ffffff;
        --footer-text: #ffffff;
        --footer-links: #ffffff;
        --footer-links-hover: #ffffff;
    
    /* Header and Other New Variables */
    --header-background: rgb(0,0,0);
    --mobile-header-background: rgb(0,0,0);
    --mobile-header-drop-shadow-height: 20px;
    --mobile-header-drop-shadow-color: rgba(0, 0, 0, 0.35);
    --header-drop-shadow-height: 90px;
    --header-drop-shadow-color: rgba(255, 211, 0, 0.4);
    --internal-header-background-color: rgb(255,211,0);
    --internal-header-background-image: url('');
    --internal-header-background-position: center;
    --internal-header-background-repeat: no-repeat;
    --internal-header-background-size: cover;

    /* Coupon Variables */
        --coupon-background-color: rgb(0, 0, 0);
    --coupon-background-image: none;
    --coupon-background-position: center;
    --coupon-background-repeat: no-repeat;
    --coupon-background-size: cover;
    --coupon-heading-color: rgb(250,250,250);
    --coupon-text-color: rgb(250,250,250);
    --coupon-disclaimer-color: rgb(226,226,226);
    --coupon-layout-1-button-background-color: rgb(255,211,0);
    --coupon-layout-1-button-text-color: rgb(26,26,26);
    --coupon-layout-1-button-background-hover-color: rgb(94,94,94);
    --coupon-layout-1-button-text-hover-color: rgb(250,250,250);
    --coupon-layout-1-phone-color: rgb(250,250,250);
    --coupon-layout-1-expiration-color: rgb(255,211,0);
    --coupon-layout-2-button-icon-color: rgb(26,26,26);
    --coupon-layout-2-button-background-color: rgb(255,211,0);
    --coupon-layout-2-button-background-hover-color: ;
    --coupon-layout-2-phone-color: rgb(250,250,250);
    --coupon-layout-2-expiration-color: rgb(255,211,0);
    --coupon-layout-3-button-background-color: rgb(255,211,0);
    --coupon-layout-3-button-text-color: rgb(26,26,26);
    --coupon-layout-3-button-background-hover-color: rgb(48,48,48);
    --coupon-layout-3-button-text-hover-color: rgb(250,250,250);
    --coupon-layout-3-phone-color: rgb(250,250,250);
    --coupon-layout-3-expiration-color: rgb(255,211,0);

    /* Accordion Variables */
    --accordion-heading: rgb(250,250,250);
    --accordion-heading-hover: rgb(26,26,26);
    --accordion-icon-color: rgb(255,211,0);
    --accordion-icon-color-hover: rgb(26,26,26);
    --accordion-heading-background: rgb(48,48,48);
    --accordion-heading-background-hover: rgb(255,211,0);
    --accordion-border: rgb(26,26,26);
    --accordion-body-background: rgb(242,242,242);
    --accordion-body-text: rgb(26,26,26);
    --accordion-link: rgb(0,0,0);
    --accordion-link-hover: rgb(123,123,123);

    --sidebar-form-background: rgba(0,0,0,0.78);
    --sidebar-form-heading: #ffffff;

    /* Blog & Pagination Variables */
    --blog-theme-1-heading: #383838;
    --blog-theme-1-date-box-background: rgb(63,63,63);
    --blog-theme-1-date-box-text: rgb(250,250,250);
    --blog-theme-2-heading: rgb(26,26,26);
    --blog-theme-2-heading-hover: rgb(94,94,94);
    --blog-theme-2-heading-divider-line: rgb(255,211,0);
    --pagination-link-text-color: rgb(123,123,123);
    --pagination-link-text-hover-color: rgb(26,26,26);
    --pagination-active-link-background: ;
    --pagination-active-link-text-color: rgb(26,26,26);
    --single-blog-post-h1-font-size-mobile: 36px;
    --single-blog-post-h1-font-size-desktop: 50px;

    --bullets-font-awesome-icon: url('http://franchise.buccosroofing.com/wp-content/uploads/buccos-list-icon.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('http://franchise.buccosroofing.com/wp-content/uploads/buccos-list-icon.svg');
    --bullet-positioning: 6px;

    --primary-links: rgb(26,26,26);
    --primary-links-hover: rgb(123,123,123);
    --secondary-links: rgb(255,211,0);
    --secondary-links-hover: rgb(123,123,123);

    /* Selection and Mark Variables */
    --selection-background: rgb(255,229,0);
    --selection-color: rgb(26,26,26);
    --mark-background: rgb(255,211,0);
    --mark-color: rgb(26,26,26);

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

    /* Content Area Heading Colors */
    --internal-page-h2-color: rgb(26,26,26);
    --internal-page-h3-color: rgb(26,26,26);
    --internal-page-h4-color: rgb(26,26,26);
    --internal-page-h5-color: rgb(26,26,26);
    --internal-page-h6-color: rgb(94,94,94);

    /* Form Variables */
    --placeholder-text: #444444;

    /* Contact Page Variables */
    --contact-page-sidebar-heading-font-size: 30px;
    --contact-page-sidebar-phone-color: ;
    --contact-page-sidebar-phone-font-size: 22px;

    /* Mobile Promo Banner Variables */
    --mobile-promo-banner-background: ;
    --mobile-promo-banner-text: ;
    --mobile-promo-banner-heading-font-size: px;
    --mobile-promo-banner-heading-font-weight: 300;
    --mobile-promo-banner-description-font-size: px;
    --mobile-promo-banner-description-font-weight: 300;
    --mobile-promo-banner-button-background: ;
    --mobile-promo-banner-button-text: ;
    --mobile-promo-banner-button-font-size: px;
    --mobile-promo-banner-button-font-weight: 300;
    --mobile-promo-banner-button-text-transform: ;

    /* Mobile Header Variables */
    --mobile-header-icon-font-size-small: 33px;
    --mobile-header-icon-font-size-large: 36px;
    --mobile-header-phone-icon-color: rgb(255,211,0);
    --mobile-header-dollar-icon-color: ;
    --mobile-nav-buttons-section-background: rgb(0,0,0);

    /* Footer Form Variables */
    --contact-form-section-background-color: ;
    --footer-contact-form-text: #ffffff;
    --footer-contact-form-heading: #ffffff;

    /* Footer Variables */
    --copyright-section-background: #ffffff;
    --copyright-section-text: #000000;

    /* Service Areas Variables */
    --service-areas-icon-color: rgb(255,211,0);
    --service-areas-heading-color: rgb(250,250,250);
    --service-areas-text-color: rgb(250,250,250);
    --service-areas-link-color: rgb(255,211,0);
    --service-areas-link-hover-color: rgb(198,198,198);

    /* 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: #ffffff;
    --form-dropdown-item-text: #383838;
    --form-dropdown-item-font-size: 16px;
    --form-dropdown-selected-item-background: #dddddd;
    --form-dropdown-selected-item-text: #383838;
    --form-dropdown-item-hover-background: rgb(255,211,0);
    --form-dropdown-item-hover-text: rgb(26,26,26);

    /* Internal Page Header Variables */
        --internal-header-background-color: rgb(255,211,0);
    --internal-header-background-image: none;
    --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(255,211,0);
    --mtt-line-color: rgb(255,211,0);
    --mtt-maximum-lines-of-text-when-collapsed: 5;
    --mtt-arrow-color: #FC8C30;
    --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: #000000;
    --mtt-placeholder-background: #EBEBEB;
    --mtt-name-color: #4B4B4B;
    --mtt-name-font-weight: 800;
    --mtt-name-font-size-0px-575px: 20px;
    --mtt-name-font-size-576px: 24px;
    --mtt-job-title-color: #FC8C30;
    --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: px;
    --author-name-font-size: px;
    --author-title-font-size: px;
    --author-description-font-size: px;
    --nav-tab-font-size: px;
    --nav-tab-text-color: rgb(94,94,94);

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

    /* Testimonial Variables */
    --testimonial-stars-color: rgb(246,187,6);

    /* Button Variables */
        /* ACF is active */
    /* Primary button data found */
    /* Found in main options page */
    /* Debug: padding_top = '18' */
    /* Debug: padding_right = '20' */
    /* Debug: padding_bottom = '18' */
    /* Debug: padding_left = '20' */
    --button-font-family: var(--font-body);
    --button-font-size: 16px;
    --button-font-weight: 800;
    --button-text-transform: uppercase;
    --button-border-width: 0px;
    --button-border-radius: 3px;
    --button-transition-duration: 0.3s;
    --button-padding: 18px 20px 18px 20px;
    --button-lg-font-size: 18px;
    --button-lg-padding: 16px 32px 16px 32px;
    --button-lg-border-radius: 6px;
    --btn-primary-button-background: rgb(255,211,0);
    --btn-primary-text-color: rgb(26,26,26);
    --btn-primary-border-color: rgb(0,0,0);
    --btn-primary-before-background: linear-gradient(90deg, #585858 0, #414141 100%);
    --btn-primary-show-before: block;
    --btn-primary-show-after: none;
    /* Debug: btn-primary before_enabled = true */
    /* Debug: btn-primary after_enabled = false */
    --btn-primary-hover-button-background: rgb(255,211,0);
    --btn-primary-hover-text-color: rgb(250,250,250);
    --btn-primary-hover-border-color: rgb(0,0,0);
    --btn-primary-hover-before-background: linear-gradient(90deg, #585858 0, #414141 100%);
    --btn-primary-hover-show-before: block;
    --btn-primary-hover-show-after: none;
    /* Debug: btn-primary hover before_enabled = true */
    /* Debug: btn-primary hover after_enabled = false */
    --btn-secondary-button-background: rgb(0,0,0);
    --btn-secondary-text-color: rgb(250,250,250);
    --btn-secondary-border-color: rgb(255,211,0);
    --btn-secondary-before-background: linear-gradient(90deg, #585858 0, #414141 100%);
    --btn-secondary-show-before: block;
    --btn-secondary-show-after: none;
    /* Debug: btn-secondary before_enabled = true */
    /* Debug: btn-secondary after_enabled = false */
    --btn-secondary-hover-button-background: rgb(0,0,0);
    --btn-secondary-hover-text-color: rgb(250,250,250);
    --btn-secondary-hover-before-background: linear-gradient(90deg, #585858 0, #414141 100%);
    --btn-secondary-hover-show-before: block;
    --btn-secondary-hover-show-after: none;
    /* Debug: btn-secondary hover before_enabled = true */
    /* Debug: btn-secondary hover after_enabled = false */
    --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-show-before: none;
    --btn-tertiary-hover-show-after: none;
    /* Debug: btn-tertiary hover before_enabled = false */
    /* Debug: btn-tertiary hover after_enabled = false */
}