:root {
    /* Typography Variables */
    --font-heading: 'Bebas Neue', sans-serif;;
    --font-body: 'Roboto Condensed', 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: 400;
    --home-h1-text-transform: uppercase;
    --home-h1-mobile-font-size: 71px;
    --home-h1-mobile-line-height: 1.19718309859;
    --home-h1-mobile-margin-bottom: 12px;
    --home-h1-desktop-font-size: 127px;
    --home-h1-desktop-line-height: 1.1968503937;
    --home-h1-desktop-margin-bottom: 12px;
--home-h2-font-weight: 400;
    --home-h2-text-transform: uppercase;
    --home-h2-mobile-font-size: 30px;
    --home-h2-mobile-line-height: 1.2;
    --home-h2-mobile-margin-bottom: 12px;
    --home-h2-desktop-font-size: 48px;
    --home-h2-desktop-line-height: 1.1875;
    --home-h2-desktop-margin-bottom: 12px;
--home-h3-font-weight: 400;
    --home-h3-text-transform: uppercase;
    --home-h3-mobile-font-size: 20px;
    --home-h3-mobile-line-height: 1.2;
    --home-h3-mobile-margin-bottom: 12px;
    --home-h3-desktop-font-size: 30px;
    --home-h3-desktop-line-height: 1.2;
    --home-h3-desktop-margin-bottom: 12px;
--home-h4-font-weight: 400;
    --home-h4-text-transform: uppercase;
    --home-h4-mobile-font-size: 20px;
    --home-h4-mobile-line-height: 1.2;
    --home-h4-mobile-margin-bottom: 12px;
    --home-h4-desktop-font-size: 30px;
    --home-h4-desktop-line-height: 1.2;
    --home-h4-desktop-margin-bottom: 12px;
--home-h5-font-weight: 400;
    --home-h5-text-transform: uppercase;
    --home-h5-mobile-font-size: 12px;
    --home-h5-mobile-line-height: 1.16666666667;
    --home-h5-mobile-margin-bottom: 12px;
    --home-h5-desktop-font-size: 25px;
    --home-h5-desktop-line-height: 1.2;
    --home-h5-desktop-margin-bottom: 12px;
--home-h6-font-weight: 400;
    --home-h6-text-transform: uppercase;
    --home-h6-mobile-font-size: 12px;
    --home-h6-mobile-line-height: 1.16666666667;
    --home-h6-mobile-margin-bottom: 12px;
    --home-h6-desktop-font-size: 25px;
    --home-h6-desktop-line-height: 1.2;
    --home-h6-desktop-margin-bottom: 12px;
--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: 15px;
    --home-page-text-desktop-font-size: 18px;
    --home-page-text-desktop-line-height: 1.5;
    --home-page-text-desktop-margin-bottom: 25px;
    
    /* 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: 400; /* Covers all heading tags */
    --heading-text-transform: ; /* Covers all heading tags */

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

    --h2-font-size-mobile: 30px;
    --h2-font-size-desktop: 44px;
    --h2-line-height-mobile: 1.2;
    --h2-line-height-desktop: 1.18181818182;

    --h3-font-size-mobile: 26px;
    --h3-font-size-desktop: 38px;
    --h3-line-height-mobile: 1.15384615385;
    --h3-line-height-desktop: 1.15789473684;

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

    --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: 86px;
    --hamburger-color: #061947;


    /* Navbar */
        --nav-link-font-size: 20px;
    --nav-link-font-family: var(--font-body);
    --nav-link-font-weight: 600;
    --nav-link-text-transform: none;
    --nav-dropdown-icon-desktop: "\e918"; 
    --nav-mobile-nav-link-border-color: rgb(217,228,255);
    --mobile-nav-dropdown-icon-color: #ffffff;
    --mobile-nav-dropdown-icon-background: rgb(166,47,47);
    --nav-background: #ffffff;
    --nav-background-mobile: #ffffff;
    --nav-link-hover-text: rgb(138,42,42);
    --mobile-nav-link-color: rgb(11,36,96);
    --nav-dropdown-text: rgb(11,36,96);
    --nav-dropdown-background: rgb(217,228,255);
    --nav-dropdown-hover-text: rgb(255,255,255);
    --nav-dropdown-hover-background: rgb(166,47,47);
    --mobile-subnav-background: rgb(237,241,255);
    --mobile-subnav-text: rgb(11,36,96);
    --active-parent-background: rgb(255,255,255);
    --active-parent-text: rgb(21,53,129);
    --nav-link: rgb(11,36,96);

    /* Footer Forms (postscript-contact) */
        --footer-form-text-color: #232323; /* This setting covers typed text and placeholders.  */
    --footer-form-background-color: #f8f8f8;
    --footer-form-text-size-mobile: 14px;
    --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: 4px;
    --footer-form-field-margin: 24px; /* Vertical space between fields */
    --footer-form-button-margin: 32px; /* Vertical space between submit button and form fields */
    --footer-form-arrow-color: #061947;
    --footer-form-arrow-width: 12px;
    --footer-form-arrow-height: 8px;
    --footer-form-arrow-right-distance: 18px; /* 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: 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: #ffffff;
    --conversion-header-divider-background-color: rgb(255,153,2);

            --conversion-coupon-background: linear-gradient(90deg, rgb(119,146,210), rgb(255,255,255));
        --conversion-coupon-contents-color: rgb(6,25,71);

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

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

    --conversion-content-one-heading-color: ;
    --conversion-content-one-text-color: ;
    --conversion-content-one-link-color: ;
    --conversion-content-one-link-hover-color: ;

        --conversion-content-two-padding-top-mobile: 80px;
    --conversion-content-two-padding-bottom-mobile: 40px;
    --conversion-content-two-padding-top-desktop: 140px;
    --conversion-content-two-padding-bottom-desktop: 80px;

    --conversion-content-two-heading-color: rgb(255,255,255);
    --conversion-content-two-text-color: rgb(255,255,255);
    --conversion-content-two-link-color: rgb(255,229,133);
    --conversion-content-two-link-hover-color: rgb(255,209,70);

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

    --conversion-content-three-heading-color: rgb(11,36,96);
    --conversion-content-three-text-color: rgb(21,53,129);
    --conversion-content-three-link-color: rgb(199,65,65);
    --conversion-content-three-link-hover-color: rgb(115,41,41);

        --conversion-content-four-padding-top-mobile: 40px;
    --conversion-content-four-padding-bottom-mobile: 80px;
    --conversion-content-four-padding-top-desktop: 80px;
    --conversion-content-four-padding-bottom-desktop: 140px;

    --conversion-content-four-heading-color: rgb(255,255,255);
    --conversion-content-four-text-color: rgb(255,255,255);
    --conversion-content-four-link-color: rgb(255,242,197);
    --conversion-content-four-link-hover-color: rgb(255,229,133);

        --conversion-content-five-padding-top-mobile: 40px;
    --conversion-content-five-padding-bottom-mobile: 40px;
    --conversion-content-five-padding-top-desktop: 80px;
    --conversion-content-five-padding-bottom-desktop: 80px;

        --conversion-content-five-heading-color: rgb(255,255,255);
    --conversion-content-five-text-color: rgb(255,255,255);
    --conversion-content-five-link-color: rgb(255,242,197);
    --conversion-content-five-link-hover-color: rgb(255,229,133);

    --other-services-box-1-background: rgb(11,36,96);
    --other-services-box-1-color: #ffffff;

    --other-services-box-2-background: rgb(138,42,42);
    --other-services-box-2-color: #ffffff;

    --other-services-box-3-background: rgb(73,102,170);
    --other-services-box-3-color: #ffffff;

        --conversion-testimonial-title-color: #0b2460;
    --conversion-testimonial-title-font-family: var(--font-heading);
    --conversion-testimonial-title-mobile-font-size: 40px;
    --conversion-testimonial-title-desktop-font-size: 60px;
    --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: url('https://www.jimsplumbingnow.com/wp-content/uploads/Reviews-Section-mobile.jpg');--testimonial-bg-desktop: url('https://www.jimsplumbingnow.com/wp-content/uploads/Reviews-Section.jpg');
    /* Mobile Background Image Settings */
    --testimonial-bg-mobile-position: right top;
    --testimonial-bg-mobile-repeat: no-repeat;
    --testimonial-bg-mobile-size: cover;

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

        --conversion-page-review-box-background: #ffffff;
    --conversion-page-review-box-border-radius: 16px;
    --conversion-page-review-box--stars-color: rgb(255,209,70);
    --conversion-page-review-box-text-color: rgb(21,53,129);
    --conversion-page-review-box-text-mobile-font-size: 18px;
    --conversion-page-review-box-text-desktop-font-size: 20px;
    --conversion-page-review-box-author-name-color: #0b2460;
    --conversion-page-review-box-author-name-mobile-font-size: 18px;
    --conversion-page-review-box-author-name-desktop-font-size: 20px;
            --conversion-review-source-color: #0b2460;
         
    --conversion-review-source-font-size: 30px;

    /* Page Element Options */
    --panel-background: rgb(11,36,96);
    --panel-border-color: rgb(11,36,96);
    --panel-color: rgb(255,255,255);

        --shadowbox-background: #ffffff;
    --shadowbox-box-shadow: rgba(10,10,10,0.26);
    --shadowbox-box-shadow-hover: #1f2044;
    --shadowbox-color: #000000;

        --text-shadowbox-background: rgb(21,53,129);
    --text-shadowbox-box-shadow-color: rgb(3,24,45);
    --text-shadowbox-text-color: #ffffff;
    --text-shadowbox-heading-color: #ffffff;
    --text-shadowbox-link-color: rgb(255,255,255);
    --text-shadowbox-link-hover-background: rgb(255,255,255);
    --text-shadowbox-link-hover-color: rgb(3,24,45);

        --text-shadowbox-light-background-color: rgb(255,209,70);
    --text-shadowbox-light-box-shadow-color: rgb(226,113,0);
    --text-shadowbox-light-text-color: rgb(1,15,30);
    --text-shadowbox-light-heading-color: rgb(1,15,30);
    --text-shadowbox-light-link-color: rgb(1,15,30);
    --text-shadowbox-light-link-background-color: rgb(1,15,30);
    --text-shadowbox-light-link-hover-color: rgb(255,255,255);

        --gradient-box-background: linear-gradient(to bottom, rgb(21,53,129), rgb(6,25,71));
    --gradient-box-border-radius: px;
    --gradient-box-text-color: #ffffff;
    --gradient-box-heading-color: #ffffff;
    --gradient-box-link-color: rgb(255,255,255);
    --gradient-box-link-background-color: rgb(255,255,255);
    --gradient-box-link-hover-color: rgb(3,24,45);

        --gradient-box-light-background: linear-gradient(to bottom, rgb(199,65,65), rgb(115,41,41));
    --gradient-box-light-border-radius: px;
    --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(3,24,45);

        --photo-box-background-image: url(https://www.jimsplumbingnow.com/wp-content/uploads/photo-box.jpg);
    --photo-box-background-position: right top;
    --photo-box-background-repeat: no-repeat;
    --photo-box-background-size: cover;
    --photo-box-border-radius: 0px;
    --photo-box-text-color: rgb(21,53,129);
    --photo-box-heading-color: rgb(3,24,45);
    --photo-box-link-color: rgb(21,53,129);
    --photo-box-link-background-color: rgb(21,53,129);
    --photo-box-link-hover-color: rgb(255,255,255);

        --color-strip-box-background-color: #ffffff;
    --color-strip-box-border-radius: 0px;
    --color-strip-box-border-top: #ff9902;
    --color-strip-box-text-color: rgb(21,53,129);
    --color-strip-box-heading-color: rgb(11,36,96);
    --color-strip-box-link-color: rgb(21,53,129);
    --color-strip-box-link-background-color: rgb(21,53,129);
    --color-strip-box-link-hover-color: rgb(255,255,255);

        --border-box-background-color: #ffffff;
    --border-box-border-radius: 0px;
    --border-box-border: #a62f2f;
    --border-box-text-color: rgb(21,53,129);
    --border-box-heading-color: rgb(11,36,96);
    --border-box-link-color: rgb(21,53,129);
    --border-box-link-background-color: rgb(21,53,129);
    --border-box-link-hover-color: rgb(255,255,255);

    --text-highlight-border-bottom: 2px solid rgb(162,189,253);
    --text-highlight-border-top: 2px solid rgb(162,189,253);
    --text-highlight-color: rgb(21,53,129);

    --blockquote-background: rgba(217,228,255,0.54);
    --blockquote-border-color: rgb(21,53,129);
    --blockquote-text-color: rgb(11,36,96);

    /* Slick Carousel Option */
        --slick-dot-color: rgba(255,255,255,0.2);
    --slick-dot-color-active: rgb(255,255,255);
    --slick-dot-border-color: ;
    --slick-dot-size-desktop: 21px;
    --slick-dot-size-mobile: 15px;
    --slick-dot-border-size: px;
    --slick-dot-horizontal-spacing-mobile: 12px;
    --slick-dot-horizontal-spacing-desktop: 16px;
    --slick-dot-vertical-spacing-mobile: 35px;
    --slick-dot-vertical-spacing-desktop: 50px;

    /* Footer Variables */
                --footer-background: rgb(255,255,255);
        --footer-heading: rgb(6,25,71);
        --footer-text: rgb(6,25,71);
        --footer-links: rgb(6,25,71);
        --footer-links-hover: #8a2a2a;
    
    /* Header and Other New Variables */
    --header-background: rgb(255,255,255);
    --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);

    /* Coupon Variables */
        --coupon-background-color: transparent;
    --coupon-background-image: url('/wp-content/uploads/Coupon-box.jpg');
    --coupon-background-position: right top;
    --coupon-background-repeat: no-repeat;
    --coupon-background-size: cover;
    --coupon-heading-color: rgb(255,255,255);
    --coupon-text-color: rgb(255,255,255);
    --coupon-disclaimer-color: rgb(255,255,255);
    --coupon-layout-1-button-background-color: rgb(255,188,27);
    --coupon-layout-1-button-text-color: rgb(6,25,71);
    --coupon-layout-1-button-background-hover-color: rgb(187,76,2);
    --coupon-layout-1-button-text-hover-color: #ffffff;
    --coupon-layout-1-phone-color: rgb(255,229,133);
    --coupon-layout-1-expiration-color: rgb(231,130,130);
    --coupon-layout-2-button-icon-color: rgb(6,25,71);
    --coupon-layout-2-button-background-color: rgb(255,153,2);
    --coupon-layout-2-button-background-hover-color: ;
    --coupon-layout-2-phone-color: rgb(255,188,27);
    --coupon-layout-2-expiration-color: rgb(255,255,255);
    --coupon-layout-3-button-background-color: rgb(255,188,27);
    --coupon-layout-3-button-text-color: rgb(6,25,71);
    --coupon-layout-3-button-background-hover-color: rgb(187,76,2);
    --coupon-layout-3-button-text-hover-color: #ffffff;
    --coupon-layout-3-phone-color: rgb(255,188,27);
    --coupon-layout-3-expiration-color: rgb(255,255,255);

    /* Accordion Variables */
    --accordion-heading: rgb(11,36,96);
    --accordion-heading-hover: rgb(21,53,129);
    --accordion-icon-color: rgb(199,65,65);
    --accordion-icon-color-hover: rgb(115,41,41);
    --accordion-heading-background: rgb(217,228,255);
    --accordion-heading-background-hover: rgb(217,228,255);
    --accordion-border: rgb(21,53,129);
    --accordion-body-background: rgb(255,255,255);
    --accordion-body-text: rgb(21,53,129);
    --accordion-link: rgb(166,47,47);
    --accordion-link-hover: rgb(62,17,17);

    --sidebar-form-background: rgb(21,53,129);
    --sidebar-form-heading: #ffffff;

    /* Blog & Pagination Variables */
    --blog-theme-1-heading: rgb(11,36,96);
    --blog-theme-1-date-box-background: rgb(255,188,27);
    --blog-theme-1-date-box-text: rgb(3,24,45);
    --blog-theme-2-heading: rgb(21,53,129);
    --blog-theme-2-heading-hover: rgb(1,15,30);
    --blog-theme-2-heading-divider-line: rgb(255,188,27);
    --pagination-link-text-color: rgb(11,36,96);
    --pagination-link-text-hover-color: rgb(166,47,47);
    --pagination-active-link-background: ;
    --pagination-active-link-text-color: rgb(73,102,170);
    --single-blog-post-h1-font-size-mobile: 36px;
    --single-blog-post-h1-font-size-desktop: 50px;

    --bullets-font-awesome-icon: url('https://www.jimsplumbingnow.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('https://www.jimsplumbingnow.com/wp-content/uploads/CHECK.svg');
    --bullet-positioning: 6px;

    --primary-links: rgb(166,47,47);
    --primary-links-hover: rgb(62,17,17);
    --secondary-links: rgb(255,188,27);
    --secondary-links-hover: rgb(187,76,2);

    /* Selection and Mark Variables */
    --selection-background: rgb(11,36,96);
    --selection-color: #ffffff;
    --mark-background: rgb(21,53,129);
    --mark-color: #ffffff;

    /* Body and Typography Variables */
    --body-background: #ffffff;
    --body-text: #0b2460;
    --page-title-h1: rgb(6,25,71);

    /* Content Area Heading Colors */
    --internal-page-h2-color: rgb(6,25,71);
    --internal-page-h3-color: rgb(6,25,71);
    --internal-page-h4-color: rgb(6,25,71);
    --internal-page-h5-color: rgb(21,53,129);
    --internal-page-h6-color: rgb(21,53,129);

    /* Form Variables */
    --placeholder-text: rgb(73,102,170);

    /* Contact Page Variables */
    --contact-page-sidebar-heading-font-size: 32px;
    --contact-page-sidebar-phone-color: rgb(255,188,27);
    --contact-page-sidebar-phone-font-size: 35px;

    /* Mobile Promo Banner Variables */
    --mobile-promo-banner-background: rgb(255,153,2);
    --mobile-promo-banner-text: rgb(3,24,45);
    --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(255,188,27);
    --mobile-promo-banner-button-text: rgb(3,24,45);
    --mobile-promo-banner-button-font-size: 14px;
    --mobile-promo-banner-button-font-weight: 700;
    --mobile-promo-banner-button-text-transform: ;

    /* Mobile Header Variables */
    --mobile-header-icon-font-size-small: 32px;
    --mobile-header-icon-font-size-large: 50px;
    --mobile-header-phone-icon-color: rgb(255,153,2);
    --mobile-header-dollar-icon-color: ;
    --mobile-nav-buttons-section-background: #ffffff;

    /* Footer Form Variables */
    --contact-form-section-background-color: rgb(11,36,96);
    --footer-contact-form-text: #ffffff;
    --footer-contact-form-heading: #ffffff;

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

    /* Service Areas Variables */
    --service-areas-icon-color: rgb(166,47,47);
    --service-areas-heading-color: rgb(11,36,96);
    --service-areas-text-color: rgb(21,53,129);
    --service-areas-link-color: rgb(6,25,71);
    --service-areas-link-hover-color: rgb(73,102,170);

    /* 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(11,36,96);
    --form-dropdown-item-font-size: 16px;
    --form-dropdown-selected-item-background: rgb(6,25,71);
    --form-dropdown-selected-item-text: rgb(255,255,255);
    --form-dropdown-item-hover-background: rgb(255,153,2);
    --form-dropdown-item-hover-text: rgb(11,36,96);

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

    /* Contact Form Section Background Variables */
    --contact-form-section-background-mobile: url('/wp-content/uploads/contact-bkg-sm.jpg');
    --contact-form-section-background-mobile-position: center top;
    --contact-form-section-background-mobile-repeat: no-repeat;
    --contact-form-section-background-mobile-size: cover;

    --contact-form-section-background-tablet: url('/wp-content/uploads/contact-bkg-md.jpg');
    --contact-form-section-background-tablet-position: center top;
    --contact-form-section-background-tablet-repeat: no-repeat;
    --contact-form-section-background-tablet-size: cover;

    --contact-form-section-background-desktop: url('/wp-content/uploads/contact-bkg.jpg');
    --contact-form-section-background-desktop-position: center top;
    --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: #7792d2;
    --mtt-line-color: rgb(21,53,129);
    --mtt-maximum-lines-of-text-when-collapsed: 5;
    --mtt-arrow-color: rgb(11,36,96);
    --mtt-arrow-text-collapsed: "SEE MORE";
    --mtt-arrow-text-expanded: "SEE LESS";
    --mtt-arrow-text-color: rgb(11,36,96);
    --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: rgb(21,53,129);
    --mtt-name-font-weight: 800;
    --mtt-name-font-size-0px-575px: 20px;
    --mtt-name-font-size-576px: 24px;
    --mtt-job-title-color: rgb(3,24,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: rgb(21,53,129);
    --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: 22px;
    --author-description-font-size: 18px;
    --nav-tab-font-size: 18px;
    --nav-tab-text-color: rgb(6,25,71);

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

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

    /* Button Variables */
        --button-font-family: var(--font-heading);
    --button-font-size: 24px;
    --button-font-weight: 400;
    --button-text-transform: uppercase;
    --button-border-width: 2px;
    --button-border-radius: 8px;
    --button-transition-duration: 0.3s;
    --button-padding: 17px 24px 12px 24px;
    --btn-primary-text-color: rgb(6,25,71);
    --btn-primary-before-background: rgb(255,153,2);
    --btn-primary-show-before: block;
    --btn-primary-show-after: block;
    --btn-primary-hover-text-color: rgb(6,25,71);
    --btn-primary-hover-before-background: rgb(255,153,2);
    --btn-primary-hover-show-before: block;
    --btn-primary-hover-show-after: block;
    --btn-secondary-text-color: rgb(255,255,255);
    --btn-secondary-before-background: rgb(6,25,71);
    --btn-secondary-show-before: block;
    --btn-secondary-show-after: block;
    --btn-secondary-hover-text-color: rgb(255,255,255);
    --btn-secondary-hover-before-background: rgb(6,25,71);
    --btn-secondary-hover-show-before: block;
    --btn-secondary-hover-show-after: block;
    --btn-tertiary-show-before: none;
    --btn-tertiary-show-after: none;
    --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;
}
