:root {
    /* Typography Variables */
    --font-heading: 'Montserrat', sans-serif;;
    --font-body: 'Inter', Arial, sans-serif;;
        --body-font-size-mobile: 18px;
    --body-font-size-desktop: 20px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.5;

    /* Home Page Specific Typography Styles */
    
    --home-h1-font-weight: 800;
    --home-h1-text-transform: capitalize;
    --home-h1-mobile-font-size: 24px;
    --home-h1-mobile-line-height: 1.20833333333;
    --home-h1-mobile-margin-bottom: 12px;
    --home-h1-desktop-font-size: 48px;
    --home-h1-desktop-line-height: 1.20833333333;
    --home-h1-desktop-margin-bottom: 12px;
--home-h2-font-weight: 800;
    --home-h2-text-transform: capitalize;
    --home-h2-mobile-font-size: 24px;
    --home-h2-mobile-line-height: 1.20833333333;
    --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: 800;
    --home-h3-text-transform: capitalize;
    --home-h3-mobile-font-size: 20px;
    --home-h3-mobile-line-height: 1.2;
    --home-h3-mobile-margin-bottom: 15px;
    --home-h3-desktop-font-size: 34px;
    --home-h3-desktop-line-height: 1.20588235294;
    --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.2;
    --home-h4-mobile-margin-bottom: 15px;
    --home-h4-desktop-font-size: 30px;
    --home-h4-desktop-line-height: 1.2;
    --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.22222222222;
    --home-h5-mobile-margin-bottom: 15px;
    --home-h5-desktop-font-size: 24px;
    --home-h5-desktop-line-height: 1.20833333333;
    --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.375;
    --home-h6-mobile-margin-bottom: 15px;
    --home-h6-desktop-font-size: 20px;
    --home-h6-desktop-line-height: 1.3;
    --home-h6-desktop-margin-bottom: 25px;
--home-page-text-font-weight: 400;
    --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: 31px;
    --home-page-text-desktop-font-size: 18px;
    --home-page-text-desktop-line-height: 1.5;
    --home-page-text-desktop-margin-bottom: 30px;
    
    /* Internal Page Typography Styles */
    --body-font-size-mobile: 18px;
    --body-font-size-desktop: 20px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.5;

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

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

    --h2-font-size-mobile: 30px;
    --h2-font-size-desktop: 42px;
    --h2-line-height-mobile: 1.2;
    --h2-line-height-desktop: 1.2380952381;

    --h3-font-size-mobile: 26px;
    --h3-font-size-desktop: 34px;
    --h3-line-height-mobile: 1.15384615385;
    --h3-line-height-desktop: 1.29411764706;

    --h4-font-size-mobile: 24px;
    --h4-font-size-desktop: 30px;
    --h4-line-height-mobile: 1.25;
    --h4-line-height-desktop: 1.16666666667;

    --h5-font-size-mobile: 22px;
    --h5-font-size-desktop: 24px;
    --h5-line-height-mobile: 1.31818181818;
    --h5-line-height-desktop: 1.29166666667;

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

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

    /* 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: 52px;
    --hamburger-color: #262d7d;


    /* 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: #000000;
    --mobile-nav-dropdown-icon-background: #d8d8d8;
    --nav-background: #ffffff;
    --nav-background-mobile: rgb(255,255,255);
    --nav-link-hover-text: rgb(47,54,144);
    --mobile-nav-link-color: ;
    --nav-dropdown-text: #ffffff;
    --nav-dropdown-background: rgb(47,54,144);
    --nav-dropdown-hover-text: #ffffff;
    --nav-dropdown-hover-background: rgb(227,25,55);
    --mobile-subnav-background: ;
    --mobile-subnav-text: ;
    --active-parent-background: ;
    --active-parent-text: ;
    --nav-link: rgb(1,1,1);

    /* Footer Forms (postscript-contact) */
        --footer-form-text-color: #363636; /* This setting covers typed text and placeholders.  */
    --footer-form-background-color: #f8f8f8;
    --footer-form-text-size-mobile: 13px;
    --footer-form-text-size-desktop: 14px;
    --footer-form-field-height: 45px; /* This also changes the line height to center the text */ 
    --footer-form-message-field-height: 100px;
    --footer-form-fields-border-radius: 5px;
    --footer-form-field-margin: 24px; /* Vertical space between fields */
    --footer-form-button-margin: 40px; /* Vertical space between submit button and form fields */
    --footer-form-arrow-color: #313131;
    --footer-form-arrow-width: 12px;
    --footer-form-arrow-height: 8px;
    --footer-form-arrow-right-distance: 14px; /* Measures how far the arrow is from the ride side of input field */
                --footer-form-field-border: rgb(235,235,235) 1px 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: 30px;
    --sidebar-form-bottom-padding: 55px;
    --sidebar-form-button-offset: -20px;

    --conversion-header-h1-color: #ffffff;
    --conversion-header-divider-background-color: rgb(227,25,55);

            --conversion-coupon-background: rgb(47,54,144);
        --conversion-coupon-contents-color: #ffffff;

            --conversion-contents-default-color: rgb(1,1,1);
        --conversion-links-color: rgb(47,54,144);
    --conversion-links-hover-color: rgb(227,25,55);

        --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(1,1,1);
    --conversion-content-one-text-color: rgb(1,1,1);
    --conversion-content-one-link-color: rgb(47,54,144);
    --conversion-content-one-link-hover-color: rgb(227,25,55);

        --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(255,255,255);
    --conversion-content-two-text-color: rgb(255,255,255);
    --conversion-content-two-link-color: rgb(252,238,31);
    --conversion-content-two-link-hover-color: rgb(227,25,55);

        --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(1,1,1);
    --conversion-content-three-text-color: rgb(1,1,1);
    --conversion-content-three-link-color: rgb(47,54,144);
    --conversion-content-three-link-hover-color: rgb(227,25,55);

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

    --conversion-content-four-heading-color: #000000;
    --conversion-content-four-text-color: #000000;
    --conversion-content-four-link-color: rgb(47,54,144);
    --conversion-content-four-link-hover-color: rgb(227,25,55);

        --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(1,1,1);
    --conversion-content-five-text-color: rgb(1,1,1);
    --conversion-content-five-link-color: rgb(47,54,144);
    --conversion-content-five-link-hover-color: rgb(227,25,55);

    --other-services-box-1-background: rgb(227,25,55);
    --other-services-box-1-color: #ffffff;

    --other-services-box-2-background: rgb(47,54,144);
    --other-services-box-2-color: #ffffff;

    --other-services-box-3-background: rgb(38,45,125);
    --other-services-box-3-color: #ffffff;

        --conversion-testimonial-title-color: #010101;
    --conversion-testimonial-title-font-family: var(--font-heading);
    --conversion-testimonial-title-mobile-font-size: 34px;
    --conversion-testimonial-title-desktop-font-size: 34px;
    --conversion-testimonial-title-font-weight: 800;
    --conversion-testimonial-title-text-align: left;
    --conversion-testimonial-title-text-transform: capitalize;

    
    --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: url('http://bollscomfort.rynosites.com/wp-content/uploads/m-reviews-bg.png');--testimonial-bg-desktop: url('http://bollscomfort.rynosites.com/wp-content/uploads/reviews-bg.png');
    /* 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: #ffffff;
    --conversion-page-review-box-border-radius: 0px;
    --conversion-page-review-box--stars-color: rgb(252,238,31);
    --conversion-page-review-box-text-color: rgb(1,1,1);
    --conversion-page-review-box-text-mobile-font-size: 18px;
    --conversion-page-review-box-text-desktop-font-size: 18px;
    --conversion-page-review-box-author-name-color: #2f3690;
    --conversion-page-review-box-author-name-mobile-font-size: 18px;
    --conversion-page-review-box-author-name-desktop-font-size: 18px;
            --conversion-review-source-color: #2f3690;
         
    --conversion-review-source-font-size: 30px;

    /* Page Element Options */
    --panel-background: rgb(240,246,255);
    --panel-border-color: rgb(47,54,144);
    --panel-color: rgb(1,1,1);

        --shadowbox-background: #ffffff;
    --shadowbox-box-shadow: #c4c4c4;
    --shadowbox-box-shadow-hover: #1f2044;
    --shadowbox-color: #000000;

        --text-shadowbox-background: rgb(47,54,144);
    --text-shadowbox-box-shadow-color: rgb(1,1,1);
    --text-shadowbox-text-color: #ffffff;
    --text-shadowbox-heading-color: #ffffff;
    --text-shadowbox-link-color: rgb(240,246,255);
    --text-shadowbox-link-hover-background: rgb(240,246,255);
    --text-shadowbox-link-hover-color: rgb(1,1,1);

        --text-shadowbox-light-background-color: rgb(240,246,255);
    --text-shadowbox-light-box-shadow-color: rgb(47,54,144);
    --text-shadowbox-light-text-color: rgb(1,1,1);
    --text-shadowbox-light-heading-color: rgb(1,1,1);
    --text-shadowbox-light-link-color: rgb(47,54,144);
    --text-shadowbox-light-link-background-color: rgb(47,54,144);
    --text-shadowbox-light-link-hover-color: rgb(255,255,255);

        --gradient-box-background: linear-gradient(to bottom, rgb(47,54,144), rgb(1,1,1));
    --gradient-box-border-radius: 10px;
    --gradient-box-text-color: #ffffff;
    --gradient-box-heading-color: #ffffff;
    --gradient-box-link-color: rgb(240,246,255);
    --gradient-box-link-background-color: rgb(240,246,255);
    --gradient-box-link-hover-color: rgb(1,1,1);

        --gradient-box-light-background: linear-gradient(to bottom, rgb(227,25,55), rgb(252,238,31));
    --gradient-box-light-border-radius: 10px;
    --gradient-box-light-text-color: rgb(255,255,255);
    --gradient-box-light-heading-color: rgb(255,255,255);
    --gradient-box-light-link-color: rgb(255,255,255);
    --gradient-box-light-link-background-color: rgb(255,255,255);
    --gradient-box-light-link-hover-color: rgb(1,1,1);

        --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: 10px;
    --photo-box-text-color: rgb(1,1,1);
    --photo-box-heading-color: rgb(1,1,1);
    --photo-box-link-color: rgb(0,102,204);
    --photo-box-link-background-color: rgb(0,102,204);
    --photo-box-link-hover-color: rgb(255,255,255);

        --color-strip-box-background-color: rgb(240,246,255);
    --color-strip-box-border-radius: 10px;
    --color-strip-box-border-top: #e31937;
    --color-strip-box-text-color: rgb(1,1,1);
    --color-strip-box-heading-color: rgb(1,1,1);
    --color-strip-box-link-color: rgb(47,54,144);
    --color-strip-box-link-background-color: rgb(47,54,144);
    --color-strip-box-link-hover-color: rgb(255,255,255);

        --border-box-background-color: rgb(240,246,255);
    --border-box-border-radius: 10px;
    --border-box-border: #2f3690;
    --border-box-text-color: rgb(1,1,1);
    --border-box-heading-color: rgb(1,1,1);
    --border-box-link-color: rgb(47,54,144);
    --border-box-link-background-color: rgb(47,54,144);
    --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: #000000;

    --blockquote-background: rgb(240,246,255);
    --blockquote-border-color: rgb(47,54,144);
    --blockquote-text-color: rgb(1,1,1);

    /* 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: rgb(255,255,255);
        --footer-heading: rgb(1,1,1);
        --footer-text: rgb(1,1,1);
        --footer-links: rgb(1,1,1);
        --footer-links-hover: #010101;
    
    /* Header and Other New Variables */
    --header-background: rgb(255,255,255);
    --mobile-header-background: rgb(255,255,255);
    --mobile-header-drop-shadow-height: 30px;
    --mobile-header-drop-shadow-color: rgba(0, 0, 0, 0.25);
    --header-drop-shadow-height: 10px;
    --header-drop-shadow-color: rgba(0, 0, 0, 0.12);

    /* Coupon Variables */
        --coupon-background-color: rgb(252, 238, 31);
    --coupon-background-image: none;
    --coupon-background-position: center;
    --coupon-background-repeat: no-repeat;
    --coupon-background-size: cover;
    --coupon-heading-color: rgb(1,1,1);
    --coupon-text-color: rgb(1,1,1);
    --coupon-disclaimer-color: rgb(1,1,1);
    --coupon-layout-1-button-background-color: rgb(227,25,55);
    --coupon-layout-1-button-text-color: #ffffff;
    --coupon-layout-1-button-background-hover-color: rgb(47,54,144);
    --coupon-layout-1-button-text-hover-color: #ffffff;
    --coupon-layout-1-phone-color: rgb(1,1,1);
    --coupon-layout-1-expiration-color: rgb(1,1,1);
    --coupon-layout-2-button-icon-color: #ffffff;
    --coupon-layout-2-button-background-color: #03c3e6;
    --coupon-layout-2-button-background-hover-color: ;
    --coupon-layout-2-phone-color: #383838;
    --coupon-layout-2-expiration-color: #123c68;
    --coupon-layout-3-button-background-color: #03c3e6;
    --coupon-layout-3-button-text-color: #ffffff;
    --coupon-layout-3-button-background-hover-color: #00afd2;
    --coupon-layout-3-button-text-hover-color: #ffffff;
    --coupon-layout-3-phone-color: #383838;
    --coupon-layout-3-expiration-color: #123c68;

    /* Accordion Variables */
    --accordion-heading: rgb(1,1,1);
    --accordion-heading-hover: rgb(1,1,1);
    --accordion-icon-color: rgb(47,54,144);
    --accordion-icon-color-hover: rgb(227,25,55);
    --accordion-heading-background: rgb(240,246,255);
    --accordion-heading-background-hover: rgb(255,255,255);
    --accordion-border: rgb(38,45,125);
    --accordion-body-background: rgb(255,255,255);
    --accordion-body-text: rgb(1,1,1);
    --accordion-link: rgb(47,54,144);
    --accordion-link-hover: rgb(227,25,55);

    --sidebar-form-background: rgb(1,1,1);
    --sidebar-form-heading: rgb(255,255,255);

    /* Blog & Pagination Variables */
    --blog-theme-1-heading: rgb(1,1,1);
    --blog-theme-1-date-box-background: rgb(227,25,55);
    --blog-theme-1-date-box-text: rgb(255,255,255);
    --blog-theme-2-heading: rgb(1,1,1);
    --blog-theme-2-heading-hover: rgb(47,54,144);
    --blog-theme-2-heading-divider-line: rgb(227,25,55);
    --pagination-link-text-color: rgb(227,25,55);
    --pagination-link-text-hover-color: rgb(47,54,144);
    --pagination-active-link-background: ;
    --pagination-active-link-text-color: rgb(38,45,125);
    --single-blog-post-h1-font-size-mobile: 36px;
    --single-blog-post-h1-font-size-desktop: 50px;

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

    --primary-links: rgb(47,54,144);
    --primary-links-hover: rgb(227,25,55);
    --secondary-links: rgb(227,25,55);
    --secondary-links-hover: rgb(47,54,144);

    /* Selection and Mark Variables */
    --selection-background: rgb(47,54,144);
    --selection-color: #ffffff;
    --mark-background: rgb(47,54,144);
    --mark-color: #ffffff;

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

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

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

    /* Contact Page Variables */
    --contact-page-sidebar-heading-font-size: px;
    --contact-page-sidebar-phone-color: rgb(47,54,144);
    --contact-page-sidebar-phone-font-size: px;

    /* Mobile Promo Banner Variables */
    --mobile-promo-banner-background: rgb(47,54,144);
    --mobile-promo-banner-text: rgb(255,255,255);
    --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: 300;
    --mobile-promo-banner-button-background: rgb(47,54,144);
    --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: 36px;
    --mobile-header-icon-font-size-large: 42px;
    --mobile-header-phone-icon-color: rgb(227,25,55);
    --mobile-header-dollar-icon-color: ;
    --mobile-nav-buttons-section-background: #ffffff;

    /* Footer Form Variables */
    --contact-form-section-background-color: rgb(1,1,1);
    --footer-contact-form-text: rgb(252,238,31);
    --footer-contact-form-heading: rgb(255,255,255);

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

    /* Service Areas Variables */
    --service-areas-icon-color: rgb(227,25,55);
    --service-areas-heading-color: rgb(1,1,1);
    --service-areas-text-color: rgb(1,1,1);
    --service-areas-link-color: rgb(47,54,144);
    --service-areas-link-hover-color: rgb(227,25,55);

    /* 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: rgb(54,54,54);
    --form-dropdown-item-font-size: 15px;
    --form-dropdown-selected-item-background: rgb(236,236,236);
    --form-dropdown-selected-item-text: rgb(1,1,1);
    --form-dropdown-item-hover-background: rgb(47,54,144);
    --form-dropdown-item-hover-text: #ffffff;

    /* Internal Page Header Variables - Moved to ryno_output_page_header_overrides() function */

    /* 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(47,54,144);
    --mtt-line-color: #C6C6C6;
    --mtt-maximum-lines-of-text-when-collapsed: 5;
    --mtt-arrow-color: rgb(47,54,144);
    --mtt-arrow-text-collapsed: "SEE MORE";
    --mtt-arrow-text-expanded: "SEE LESS";
    --mtt-arrow-text-color: #4B4B4B;
    --mtt-arrow-text-font-weight: 700;
    --mtt-arrow-text-font-size: 14px;
    --mtt-image-border-radius: ;
    --mtt-placeholder-color: rgb(38,45,125);
    --mtt-placeholder-background: rgb(240,246,255);
    --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(47,54,144);
    --mtt-job-title-font-weight: 800;
    --mtt-job-title-font-size-0px-575px: 14px;
    --mtt-job-title-font-size-576px: 18px;
    --mtt-bio-color: rgb(54,54,54);
    --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(47,54,144);

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

    /* Testimonial Variables */
    --testimonial-stars-color: rgb(242,171,39);

    /* Button Variables */
        --button-font-family: var(--font-heading);
    --button-font-size: 18px;
    --button-font-weight: 800;
    --button-text-transform: uppercase;
    --button-border-width: 2px;
    --button-border-radius: 5px;
    --button-transition-duration: 0.3s;
    --button-padding: 11px 10px 11px 10px;
    --btn-primary-button-background: rgb(227,25,55);
    --btn-primary-text-color: rgb(255,255,255);
    --btn-primary-border-color: rgb(137,15,33);
    --btn-primary-show-before: block;
    --btn-primary-show-after: none;
    --btn-primary-hover-button-background: rgb(137,15,33);
    --btn-primary-hover-text-color: rgb(255,255,255);
    --btn-primary-hover-border-color: rgb(92,10,22);
    --btn-primary-hover-show-before: block;
    --btn-primary-hover-show-after: none;
    --btn-secondary-button-background: rgb(38,45,125);
    --btn-secondary-text-color: rgb(255,255,255);
    --btn-secondary-border-color: rgb(26,30,81);
    --btn-secondary-show-before: block;
    --btn-secondary-show-after: none;
    --btn-secondary-hover-button-background: rgb(26,30,81);
    --btn-secondary-hover-text-color: rgb(255,255,255);
    --btn-secondary-hover-border-color: rgb(18,22,61);
    --btn-secondary-hover-show-before: block;
    --btn-secondary-hover-show-after: none;
    --btn-tertiary-button-background: rgb(255,255,255);
    --btn-tertiary-text-color: rgb(47,54,144);
    --btn-tertiary-border-color: rgb(47,54,144);
    --btn-tertiary-show-before: none;
    --btn-tertiary-show-after: none;
    --btn-tertiary-hover-button-background: rgb(210,227,253);
    --btn-tertiary-hover-text-color: rgb(47,54,144);
    --btn-tertiary-hover-border-color: rgb(47,54,144);
    --btn-tertiary-hover-show-before: none;
    --btn-tertiary-hover-show-after: none;
    --btn-quaternary-show-before: none;
    --btn-quaternary-show-after: none;
    --btn-quaternary-hover-show-before: none;
    --btn-quaternary-hover-show-after: none;
}
