/*  
---------------------------------------------------
Author: uSkinned
License: uSkinned Commercial License (https://uSkinned.net/license)
---------------------------------------------------  
*/

/*  
---------------------------------------------------
Contents

1. Font Imports
2. Global non-generated variables
3. Global generated variables
---------------------------------------------------  
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100i,300i,400i,700i,900i&display=swap');

:root {

    /* Expand navigation width */
    --expand-nav-width: 60px;

    /* More header sizes */
    --small-header-half: calc(var(--small-header) / 2);
    --large-header-half: calc(var(--large-header) / 2);
    --large-header-quarter: calc(var(--large-header) / 4);

    /* Main navigation sizes */
    --nav-main-height: var(--large-header);

    /* Generic palette */
    --true-black:0,0,0;
    --true-white:255,255,255;
    --form-errors:193,108,107;
    --form-warning:240,173,78;
    --form-success:92,184,92;

    /* Item widths */
    --items-1:100%;
    --items-2:50%;
    --items-3:33.3333333%;
    --items-4:25%;
    --items-5:20%;
    --items-6:16.6666667%;
    --items-7:14.2857143%;
    --items-8:12.5%;

    /* Window heights */
    --windows_basic: 50vh;
    --windows_basic_PX: 375px;

    --windows-1_basic: 100vh;
    --windows-1_basic_PX: 62.5%;
    --windows-2_basic: 100vh;
    --windows-2_basic_PX: 75%;
    --windows-3_basic: 70vh;
    --windows-3_basic_PX: 100%;
    --windows-4_basic: 50vh;
    --windows-4_basic_PX: 75%;

    --windows-3_big-item: 100vh;
    --windows-3_big-item_PX: 750px;
    --windows-3_small-item: 50vh;
    --windows-3_small-item_PX: 375px;

    --windows-4_big-item: 55vh;
    --windows-4_big-item_PX: 475px;
    --windows-4_small-item: 45vh;
    --windows-4_small-item_PX: 375px;

    /* Banner heights */
    --takeover-banner: 100vh;
    --medium-banner: 65vh;
    --medium-bannerPX: 450px;
    --short-banner: 50vh;
    --short-bannerPX: 340px;

    /* Lazyframe buttons*/
    --youtube-bg: 229,45,39;
    --vimeo-bg: 0,173,239;

    /* Component max-width */
    --component-max-width: 1350px;
    

    /* 
    All configurable variables below 
    */

    /* Spacing tab */

    --site-max-width: 1600px;

    --site-spacing_sm: 0px;
    --site-spacing_lg: 0px;

    --notification-spacing_below_sm: 0px;
    --notification-spacing_side_sm: 0px;
    --notification-spacing_below_lg: 0px;
    --notification-spacing_side_lg: 0px;
    
    --backtotop-size_sm: 45px;
    --backtotop-size_lg: 60px;
    
    --backtotop-spacing_side_sm: 0px;
    --backtotop-spacing_below_sm: 0px;
    --backtotop-spacing_side_lg: 0px;
    --backtotop-spacing_below_lg: 0px;

    --site-box-shadow_h: 0px;
    --site-box-shadow_v: 0px;
    --site-box-shadow_b: 100px;
    --site-box-shadow_o: 0.1;

    --small-breakpoint: 991px;
    --large-breakpoint: 992px;

    --header-max-width: 1350px;
    --small-header: 70px;
    --large-header: 115px;

    --header-box-shadow_h: 0px;
    --header-box-shadow_v: 0px;
    --header-box-shadow_b: 0px;
    --header-box-shadow_o: 0;

    --nav-main-dropdown-width: 240px;
    --nav-main-dropdown-width_wide: 1350px;

    --logo_sm-padding_top: 10px;
    --logo_sm-padding_right: 10px;
    --logo_sm-padding_bottom: 10px;
    --logo_sm-padding_left: 10px;

    --logo_lg-padding_top: 24px;
    --logo_lg-padding_right: 24px;
    --logo_lg-padding_bottom: 24px;
    --logo_lg-padding_left: 24px;

    --base-spacing: 30px;
    --base-half-spacing: 15px;
    --base-border-width: 1px;
    --base-border-radius: 0px;

    --base-box-shadow_h: 0px;
    --base-box-shadow_v: 0px;
    --base-box-shadow_b: 0px;
    --base-box-shadow_o: 0;

    --content-col_pc-spacing: 15px;
    --pc-spacing: 30px;
    --pc-spacing_sm: 30px;
    --pc-spacing_md: 40px;
    --pc-spacing_lg: 50px;
    --pc-spacing_xl: 60px;

    --intro-col: 100%;
    --intro-col_sm: 100%;
    --intro-col_md: 90%;
    --intro-col_lg: 80%;
    --intro-col_xl: 75%;

    --outro-col: 100%;
    --outro-col_sm: 100%;
    --outro-col_md: 90%;
    --outro-col_lg: 80%;
    --outro-col_xl: 75%;

    --center-col: 100%;
    --center-col_sm: 100%;
    --center-col_md: 90%;
    --center-col_lg: 65%;
    --center-col_xl: 50%;

    --banner-col: 100%;
    --banner-col_sm: 100%;
    --banner-col_md: 90%;
    --banner-col_lg: 80%;
    --banner-col_xl: 75%;

    --form-field-border-width: 1px;
    --form-field-border-radius: 0px;

    --btn-border-width: 0px;
    --btn-border-radius: 50px;

    --btn-box-shadow_h: 0px;
    --btn-box-shadow_v: 0px;
    --btn-box-shadow_b: 0px;
    --btn-box-shadow_o: 0;

    --btn_sm-padding_top: 4px;
    --btn_sm-padding_right: 16px;
    --btn_sm-padding_bottom: 3px;
    --btn_sm-padding_left: 16px;

    --btn-padding_top: 5px;
    --btn-padding_right: 20px;
    --btn-padding_bottom: 4px;
    --btn-padding_left: 20px;

    --btn_lg-padding_top:  6px;
    --btn_lg-padding_right:  26px;
    --btn_lg-padding_bottom:  5px;
    --btn_lg-padding_left:  26px;

    /* Colors tab */
    
    /* Body */
    --body-bg-color1: 255, 255, 255;
    --body-bg-color2:  255, 255, 255;
    --body-bg-start-perc: 50%;
    --body-bg-stop-perc: 50%;
    --body-bg-angle: 90deg;
    
    /* Header */
    --header-bg-color1: 62, 104, 167;
    --header-bg-color2:  255, 255, 255;
    --header-bg-start-perc: 50%;
    --header-bg-stop-perc: 50%;
    --header-bg-angle: 90deg;
    --header-text: 255, 255, 255;
    --header-borders: 204, 204, 204;
    --header-highlight: 0, 0, 0;
    
    /* Main Navigation */
    --main-navigation-link: 255, 255, 255;
    --main-navigation-link-hover: 239, 239, 239;
    --main-navigation-link-active: 255, 255, 255;

    /* Logo */
    --logo-link: 255, 255, 255;
    --logo-link-hover: 78, 78, 78;
    
    /* Secondary Navigation */
    --secondary-navigation-link: 255, 255, 255;
    --secondary-navigation-link-hover: 239, 239, 239;
    
    /* Navigation dropdown */
    --navigation-dropdown-color1: 234, 234, 234;
    --navigation-dropdown-color2:  255, 255, 255;
    --navigation-dropdown-start-perc: 50%;
    --navigation-dropdown-stop-perc: 50%;
    --navigation-dropdown-angle: 90deg;
    --navigation-dropdown-link: 48, 100, 168;
    --navigation-dropdown-link-hover: 0, 0, 0;
    --navigation-dropdown-link-active: 48, 100, 168;
    
    /* Content */
    --base-bg-color1: 255, 255, 255;
    --base-bg-color2:  0, 0, 0;
    --base-bg-start-perc: 50%;
    --base-bg-stop-perc: 50%;
    --base-bg-angle: 90deg;
    --base-heading: 48, 100, 168;
    --base-secondary-heading: 0, 0, 0;
    --base-text: 0, 0, 0;
    --base-link: 0, 81, 187;
    --base-link-hover: 48, 100, 168;
    --base-borders: 0, 0, 0;
    --base-highlight: 108, 108, 108;
    --base-highlight-text: 255, 255, 255;
    
    /* Button */
    --base-btn-bg-color1: 92, 176, 70;
    --base-btn-bg-color2:  0, 0, 0;
    --base-btn-bg-start-perc: 50%;
    --base-btn-bg-stop-perc: 50%;
    --base-btn-bg-angle: 90deg;
    --base-btn-text: 255, 255, 255;
    --base-btn-borders: 76, 78, 140;
    --base-btn-bg-hover-color1: 33, 64, 105;
    --base-btn-bg-hover-color2:  255, 255, 255;
    --base-btn-bg-hover-start-perc: 50%;
    --base-btn-bg-hover-stop-perc: 50%;
    --base-btn-bg-hover-angle: 90deg;
    --base-btn-text-hover: 255, 255, 255;
    --base-btn-borders-hover: 27, 74, 136;
    
    /* Footer */
    --footer-bg-color1: 62, 104, 167;
    --footer-bg-color2:  255, 255, 255;
    --footer-bg-start-perc: 50%;
    --footer-bg-stop-perc: 50%;
    --footer-bg-angle: 90deg;
    --footer-heading: 255, 255, 255;
    --footer-secondary-heading: 255, 255, 255;
    --footer-text: 255, 255, 255;
    --footer-link: 236, 236, 236;
    --footer-link-hover: 255, 255, 255;
    --footer-borders: 172, 172, 172;
    --footer-highlight: 0, 0, 0;

    --c1-bg-color1: 48, 100, 168;
--c1-bg-color2:  0, 0, 0;
--c1-bg-start-perc: 50%;
--c1-bg-stop-perc: 50%;
--c1-bg-angle: 90deg;
--c1-heading: 255, 255, 255;
--c1-secondary-heading: 255, 255, 255;
--c1-text: 255, 255, 255;
--c1-link: 255, 255, 255;
--c1-link-hover: 227, 227, 227;
--c1-borders: 255, 255, 255;
--c1-highlight: 255, 255, 255;
--c1-highlight-text: 48, 100, 168;
--c2-bg-color1: 234, 234, 234;
--c2-bg-color2:  0, 0, 0;
--c2-bg-start-perc: 50%;
--c2-bg-stop-perc: 50%;
--c2-bg-angle: 90deg;
--c2-heading: 48, 100, 168;
--c2-secondary-heading: 0, 0, 0;
--c2-text: 48, 100, 168;
--c2-link: 27, 74, 136;
--c2-link-hover: 0, 0, 0;
--c2-borders: 27, 74, 136;
--c2-highlight: 27, 74, 136;
--c2-highlight-text: 255, 255, 255;
--c3-bg-color1: 100, 168, 240;
--c3-bg-color2:  48, 100, 168;
--c3-bg-start-perc: 50%;
--c3-bg-stop-perc: 50%;
--c3-bg-angle: -180deg;
--c3-heading: 255, 255, 255;
--c3-secondary-heading: 255, 255, 255;
--c3-text: 238, 238, 238;
--c3-link: 255, 255, 255;
--c3-link-hover: 204, 204, 204;
--c3-borders: 255, 255, 255;
--c3-highlight: 255, 255, 255;
--c3-highlight-text: 255, 255, 255;
--c4-bg-color1: 255, 255, 255;
--c4-bg-color2:  0, 0, 0;
--c4-bg-start-perc: 50%;
--c4-bg-stop-perc: 50%;
--c4-bg-angle: 90deg;
--c4-heading: 48, 100, 168;
--c4-secondary-heading: 48, 100, 168;
--c4-text: 0, 0, 0;
--c4-link: 48, 100, 168;
--c4-link-hover: 0, 0, 0;
--c4-borders: 48, 100, 168;
--c4-highlight: 48, 100, 168;
--c4-highlight-text: 255, 255, 255;


    --c1-btn-bg-color1:  62, 104, 167;
--c1-btn-bg-color2:  0, 0, 0;
--c1-btn-bg-start-perc: 50%;
--c1-btn-bg-stop-perc: 50%;
--c1-btn-bg-angle: 90deg;
--c1-btn-text: 255, 255, 255;
--c1-btn-borders: 255, 255, 255;
--c1-btn-bg-hover-color1:  255, 255, 255;
--c1-btn-bg-hover-color2:  255, 255, 255;
--c1-btn-bg-hover-start-perc: 50%;
--c1-btn-bg-hover-stop-perc: 50%;
--c1-btn-bg-hover-angle: 90deg;
--c1-btn-text-hover: 0, 0, 0;
--c1-btn-borders-hover: 0, 0, 0;


    /* Fonts tab */
    
    --body-typography_font-name: 'Lato',sans-serif;
    --body-typography_font-weight: 400;
    --body-typography_font-style: normal;
    --body-typography_font-line-height: 150%;
    --body-typography_font-letter-spacing: 0px;
    --body-typography_font-transform: None;

    --body-typography_font-size: 16px; 
    --body-typography_font-size_sm: 16px; 
    --body-typography_font-size_md: 16px; 
    --body-typography_font-size_lg: 16px; 
    --body-typography_font-size_xl: 16px; 

    --h1-typography_font-name: 'Lato',sans-serif;
    --h1-typography_font-weight: 400;
    --h1-typography_font-style: normal;
    --h1-typography_font-line-height: 120%;
    --h1-typography_font-letter-spacing: 0.6px;
    --h1-typography_font-transform: None;

    --h1-typography_font-size: 40px; 
    --h1-typography_font-size_sm: 45px; 
    --h1-typography_font-size_md: 50px; 
    --h1-typography_font-size_lg: 55px; 
    --h1-typography_font-size_xl: 60px; 

    --h2-typography_font-name: 'Lato',sans-serif;
    --h2-typography_font-weight: 400;
    --h2-typography_font-style: normal;
    --h2-typography_font-line-height: 120%;
    --h2-typography_font-letter-spacing: 0.6px;
    --h2-typography_font-transform: None;

    --h2-typography_font-size: 40px; 
    --h2-typography_font-size_sm: 42px; 
    --h2-typography_font-size_md: 46px; 
    --h2-typography_font-size_lg: 48px; 
    --h2-typography_font-size_xl: 50px; 

    --h3-typography_font-name: 'Lato',sans-serif;
    --h3-typography_font-weight: 400;
    --h3-typography_font-style: normal;
    --h3-typography_font-line-height: 120%;
    --h3-typography_font-letter-spacing: 0.6px;
    --h3-typography_font-transform: None;

    --h3-typography_font-size: 36px; 
    --h3-typography_font-size_sm: 38px; 
    --h3-typography_font-size_md: 40px; 
    --h3-typography_font-size_lg: 42px; 
    --h3-typography_font-size_xl: 46px; 

    --h4-typography_font-name: 'Lato',sans-serif;
    --h4-typography_font-weight: 400;
    --h4-typography_font-style: normal;
    --h4-typography_font-line-height: 120%;
    --h4-typography_font-letter-spacing: 0px;
    --h4-typography_font-transform: None;

    --h4-typography_font-size: 34px; 
    --h4-typography_font-size_sm: 36px; 
    --h4-typography_font-size_md: 38px; 
    --h4-typography_font-size_lg: 40px; 
    --h4-typography_font-size_xl: 44px; 

    --h5-typography_font-name: 'Lato',sans-serif;
    --h5-typography_font-weight: 400;
    --h5-typography_font-style: normal;
    --h5-typography_font-line-height: 120%;
    --h5-typography_font-letter-spacing: 0px;
    --h5-typography_font-transform: None;

    --h5-typography_font-size: 32px; 
    --h5-typography_font-size_sm: 34px; 
    --h5-typography_font-size_md: 36px; 
    --h5-typography_font-size_lg: 38px; 
    --h5-typography_font-size_xl: 38px; 

    --h6-typography_font-name: 'Lato',sans-serif;
    --h6-typography_font-weight: 400;
    --h6-typography_font-style: normal;
    --h6-typography_font-line-height: 120%;
    --h6-typography_font-letter-spacing: 0px;
    --h6-typography_font-transform: None;

    --h6-typography_font-size: 30px; 
    --h6-typography_font-size_sm: 32px; 
    --h6-typography_font-size_md: 32px; 
    --h6-typography_font-size_lg: 34px; 
    --h6-typography_font-size_xl: 34px; 

    --p-heading-typography_font-name: 'Lato',sans-serif;
    --p-heading-typography_font-weight: 400;
    --p-heading-typography_font-style: normal;
    --p-heading-typography_font-line-height: 120%;
    --p-heading-typography_font-letter-spacing: 0px;
    --p-heading-typography_font-transform: None;

    --p-heading-typography_font-size: 40px; 
    --p-heading-typography_font-size_sm: 40px; 
    --p-heading-typography_font-size_md: 42px; 
    --p-heading-typography_font-size_lg: 42px; 
    --p-heading-typography_font-size_xl: 42px; 

    --p-heading_small-typography_font-name: 'Lato',sans-serif;
    --p-heading_small-typography_font-weight: 400;
    --p-heading_small-typography_font-style: normal;
    --p-heading_small-typography_font-line-height: 120%;
    --p-heading_small-typography_font-letter-spacing: 0px;
    --p-heading_small-typography_font-transform: None;

    --p-heading_small-typography_font-size: 30px; 
    --p-heading_small-typography_font-size_sm: 30px; 
    --p-heading_small-typography_font-size_md: 32px; 
    --p-heading_small-typography_font-size_lg: 32px; 
    --p-heading_small-typography_font-size_xl: 32px; 

    --p-heading_large-typography_font-name: 'Lato',sans-serif;
    --p-heading_large-typography_font-weight: 400;
    --p-heading_large-typography_font-style: normal;
    --p-heading_large-typography_font-line-height: 120%;
    --p-heading_large-typography_font-letter-spacing: 0px;
    --p-heading_large-typography_font-transform: None;

    --p-heading_large-typography_font-size: 42px; 
    --p-heading_large-typography_font-size_sm: 42px; 
    --p-heading_large-typography_font-size_md: 46px; 
    --p-heading_large-typography_font-size_lg: 46px; 
    --p-heading_large-typography_font-size_xl: 46px; 

    --p-intro-typography_font-name: 'Lato',sans-serif;
    --p-intro-typography_font-weight: 400;
    --p-intro-typography_font-style: normal;
    --p-intro-typography_font-line-height: 140%;
    --p-intro-typography_font-letter-spacing: 0px;
    --p-intro-typography_font-transform: None;

    --p-intro-typography_font-size: 22px; 
    --p-intro-typography_font-size_sm: 22px; 
    --p-intro-typography_font-size_md: 22px; 
    --p-intro-typography_font-size_lg: 22px; 
    --p-intro-typography_font-size_xl: 22px; 

    --p-intro_small-typography_font-name: 'Lato',sans-serif;
    --p-intro_small-typography_font-weight: 400;
    --p-intro_small-typography_font-style: normal;
    --p-intro_small-typography_font-line-height: 140%;
    --p-intro_small-typography_font-letter-spacing: 0px;
    --p-intro_small-typography_font-transform: None;

    --p-intro_small-typography_font-size: 20px; 
    --p-intro_small-typography_font-size_sm: 20px; 
    --p-intro_small-typography_font-size_md: 20px; 
    --p-intro_small-typography_font-size_lg: 20px; 
    --p-intro_small-typography_font-size_xl: 20px;  

    --p-intro_large-typography_font-name: 'Lato',sans-serif;
    --p-intro_large-typography_font-weight: 400;
    --p-intro_large-typography_font-style: normal;
    --p-intro_large-typography_font-line-height: 130%;
    --p-intro_large-typography_font-letter-spacing: -0.15px;
    --p-intro_large-typography_font-transform: None;

    --p-intro_large-typography_font-size: 26px; 
    --p-intro_large-typography_font-size_sm: 26px; 
    --p-intro_large-typography_font-size_md: 26px; 
    --p-intro_large-typography_font-size_lg: 26px; 
    --p-intro_large-typography_font-size_xl: 26px;  

    --secondary-heading-typography_font-name: 'Lato',sans-serif;
    --secondary-heading-typography_font-weight: 400;
    --secondary-heading-typography_font-style: normal;
    --secondary-heading-typography_font-line-height: 120%;
    --secondary-heading-typography_font-letter-spacing: 0px;
    --secondary-heading-typography_font-transform: None;

    --secondary-heading-typography_font-size: 21px; 
    --secondary-heading-typography_font-size_sm: 21px; 
    --secondary-heading-typography_font-size_md: 22px; 
    --secondary-heading-typography_font-size_lg: 22px; 
    --secondary-heading-typography_font-size_xl: 22px;  

    --secondary-heading_small-typography_font-name: 'Lato',sans-serif;
    --secondary-heading_small-typography_font-weight: 400;
    --secondary-heading_small-typography_font-style: normal;
    --secondary-heading_small-typography_font-line-height: 120%;
    --secondary-heading_small-typography_font-letter-spacing: 0px;
    --secondary-heading_small-typography_font-transform: None;

    --secondary-heading_small-typography_font-size: 19px; 
    --secondary-heading_small-typography_font-size_sm: 19px; 
    --secondary-heading_small-typography_font-size_md: 20px; 
    --secondary-heading_small-typography_font-size_lg: 20px; 
    --secondary-heading_small-typography_font-size_xl: 20px;  

    --secondary-heading_large-typography_font-name: 'Lato',sans-serif;
    --secondary-heading_large-typography_font-weight: 400;
    --secondary-heading_large-typography_font-style: normal;
    --secondary-heading_large-typography_font-line-height: 120%;
    --secondary-heading_large-typography_font-letter-spacing: 0px;
    --secondary-heading_large-typography_font-transform: None;

    --secondary-heading_large-typography_font-size: 24px; 
    --secondary-heading_large-typography_font-size_sm: 24px; 
    --secondary-heading_large-typography_font-size_md: 26px; 
    --secondary-heading_large-typography_font-size_lg: 26px; 
    --secondary-heading_large-typography_font-size_xl: 26px;  

    --blockquote-typography_font-name: 'Lato',sans-serif;
    --blockquote-typography_font-weight: 400;
    --blockquote-typography_font-style: normal;
    --blockquote-typography_font-line-height: 140%;
    --blockquote-typography_font-letter-spacing: -0.25px;
    --blockquote-typography_font-transform: None;

    --blockquote-typography_font-size: 22px; 
    --blockquote-typography_font-size_sm: 22px; 
    --blockquote-typography_font-size_md: 22px; 
    --blockquote-typography_font-size_lg: 22px; 
    --blockquote-typography_font-size_xl: 22px;  

    --blockquote_small-typography_font-name: 'Lato',sans-serif;
    --blockquote_small-typography_font-weight: 400;
    --blockquote_small-typography_font-style: normal;
    --blockquote_small-typography_font-line-height: 140%;
    --blockquote_small-typography_font-letter-spacing: -0.25px;
    --blockquote_small-typography_font-transform: None;

    --blockquote_small-typography_font-size: 18px; 
    --blockquote_small-typography_font-size_sm: 18px; 
    --blockquote_small-typography_font-size_md: 18px; 
    --blockquote_small-typography_font-size_lg: 18px; 
    --blockquote_small-typography_font-size_xl: 18px;  

    --blockquote_large-typography_font-name: 'Lato',sans-serif;
    --blockquote_large-typography_font-weight: 400;
    --blockquote_large-typography_font-style: normal;
    --blockquote_large-typography_font-line-height: 140%;
    --blockquote_large-typography_font-letter-spacing: -0.25px;
    --blockquote_large-typography_font-transform: None;

    --blockquote_large-typography_font-size: 26px; 
    --blockquote_large-typography_font-size_sm: 26px; 
    --blockquote_large-typography_font-size_md: 26px; 
    --blockquote_large-typography_font-size_lg: 26px; 
    --blockquote_large-typography_font-size_xl: 26px;  

    --btn-typography_font-name: 'Lato',sans-serif;
    --btn-typography_font-weight: 400;
    --btn-typography_font-style: normal;
    --btn-typography_font-line-height: 150%;
    --btn-typography_font-letter-spacing: 0px;
    --btn-typography_font-transform: None;

    --btn-typography_font-size: 20px; 
    --btn-typography_font-size_sm: 20px; 
    --btn-typography_font-size_md: 22px; 
    --btn-typography_font-size_lg: 22px; 
    --btn-typography_font-size_xl: 22px;  

    --btn_small-typography_font-name: 'Lato',sans-serif;
    --btn_small-typography_font-weight: 400;
    --btn_small-typography_font-style: normal;
    --btn_small-typography_font-line-height: 150%;
    --btn_small-typography_font-letter-spacing: 0px;
    --btn_small-typography_font-transform: None;

    --btn_small-typography_font-size: 17px; 
    --btn_small-typography_font-size_sm: 17px; 
    --btn_small-typography_font-size_md: 19px; 
    --btn_small-typography_font-size_lg: 19px; 
    --btn_small-typography_font-size_xl: 19px;   

    --btn_large-typography_font-name: 'Lato',sans-serif;
    --btn_large-typography_font-weight: 400;
    --btn_large-typography_font-style: normal;
    --btn_large-typography_font-line-height: 150%;
    --btn_large-typography_font-letter-spacing: 0px;
    --btn_large-typography_font-transform: None;

    --btn_large-typography_font-size: 22px; 
    --btn_large-typography_font-size_sm: 22px; 
    --btn_large-typography_font-size_md: 24px; 
    --btn_large-typography_font-size_lg: 24px; 
    --btn_large-typography_font-size_xl: 24px;  

    --main-navigation-typography_font-name: 'Lato',sans-serif;
    --main-navigation-typography_font-weight: 400;
    --main-navigation-typography_font-style: normal;
    --main-navigation-typography_font-line-height: 150%;
    --main-navigation-typography_font-letter-spacing: 1px;
    --main-navigation-typography_font-transform: None;

    --main-navigation-typography_font-size: 22px; 
    --main-navigation-typography_font-size_sm: 22px; 
    --main-navigation-typography_font-size_md: 24px; 
    --main-navigation-typography_font-size_lg: 24px; 
    --main-navigation-typography_font-size_xl: 24px; 

    --main-navigation_dropdowns-typography_font-name: 'Lato',sans-serif;
    --main-navigation_dropdowns-typography_font-weight: 400;
    --main-navigation_dropdowns-typography_font-style: normal;
    --main-navigation_dropdowns-typography_font-line-height: 150%;
    --main-navigation_dropdowns-typography_font-letter-spacing: 1px;
    --main-navigation_dropdowns-typography_font-transform: None;

    --main-navigation_dropdowns-typography_font-size: 22px; 
    --main-navigation_dropdowns-typography_font-size_sm: 22px; 
    --main-navigation_dropdowns-typography_font-size_md: 22px; 
    --main-navigation_dropdowns-typography_font-size_lg: 24px; 
    --main-navigation_dropdowns-typography_font-size_xl: 24px;  

    --secondary-navigation-typography_font-name: 'Lato',sans-serif;
    --secondary-navigation-typography_font-weight: 400;
    --secondary-navigation-typography_font-style: normal;
    --secondary-navigation-typography_font-line-height: 150%;
    --secondary-navigation-typography_font-letter-spacing: 1px;
    --secondary-navigation-typography_font-transform: None;

    --secondary-navigation-typography_font-size: 20px; 
    --secondary-navigation-typography_font-size_sm: 20px; 
    --secondary-navigation-typography_font-size_md: 20px; 
    --secondary-navigation-typography_font-size_lg: 20px; 
    --secondary-navigation-typography_font-size_xl: 20px;  

    --sub-navigation-typography_font-name: 'Lato',sans-serif;
    --sub-navigation-typography_font-weight: 400;
    --sub-navigation-typography_font-style: normal;
    --sub-navigation-typography_font-line-height: 150%;
    --sub-navigation-typography_font-letter-spacing: 1px;
    --sub-navigation-typography_font-transform: None;

    --sub-navigation-typography_font-size: 22px; 
    --sub-navigation-typography_font-size_sm: 22px; 
    --sub-navigation-typography_font-size_md: 22px; 
    --sub-navigation-typography_font-size_lg: 22px; 
    --sub-navigation-typography_font-size_xl: 22px;  

    --footer-navigation-typography_font-name: 'Lato',sans-serif;
    --footer-navigation-typography_font-weight: 400;
    --footer-navigation-typography_font-style: normal;
    --footer-navigation-typography_font-line-height: 150%;
    --footer-navigation-typography_font-letter-spacing: 0px;
    --footer-navigation-typography_font-transform: None;

    --footer-navigation-typography_font-size: 15px; 
    --footer-navigation-typography_font-size_sm: 15px; 
    --footer-navigation-typography_font-size_md: 15px; 
    --footer-navigation-typography_font-size_lg: 16px; 
    --footer-navigation-typography_font-size_xl: 16px;  

    --breadcrumb-navigation-typography_font-name: 'Lato',sans-serif;
    --breadcrumb-navigation-typography_font-weight: 400;
    --breadcrumb-navigation-typography_font-style: normal;
    --breadcrumb-navigation-typography_font-line-height: 150%;
    --breadcrumb-navigation-typography_font-letter-spacing: 0px;
    --breadcrumb-navigation-typography_font-transform: None;

    --breadcrumb-navigation-typography_font-size: 18px; 
    --breadcrumb-navigation-typography_font-size_sm: 18px; 
    --breadcrumb-navigation-typography_font-size_md: 18px; 
    --breadcrumb-navigation-typography_font-size_lg: 18px; 
    --breadcrumb-navigation-typography_font-size_xl: 18px;  

    --anchor-navigation-typography_font-name: 'Lato',sans-serif;
    --anchor-navigation-typography_font-weight: 400;
    --anchor-navigation-typography_font-style: normal;
    --anchor-navigation-typography_font-line-height: 150%;
    --anchor-navigation-typography_font-letter-spacing: 0px;
    --anchor-navigation-typography_font-transform: None;

    --anchor-navigation-typography_font-size: 22px; 
    --anchor-navigation-typography_font-size_sm: 22px; 
    --anchor-navigation-typography_font-size_md: 22px; 
    --anchor-navigation-typography_font-size_lg: 24px; 
    --anchor-navigation-typography_font-size_xl: 24px;  

    --acc-tab-typography_font-name: 'Lato',sans-serif;
    --acc-tab-typography_font-weight: 400;
    --acc-tab-typography_font-style: normal;
    --acc-tab-typography_font-line-height: 150%;
    --acc-tab-typography_font-letter-spacing: 0px;
    --acc-tab-typography_font-transform: None;

    --acc-tab-typography_font-size: 20px; 
    --acc-tab-typography_font-size_sm: 20px; 
    --acc-tab-typography_font-size_md: 22px; 
    --acc-tab-typography_font-size_lg: 22px; 
    --acc-tab-typography_font-size_xl: 22px;
    
    --logo-typography_font-name: 'Helvetica',Arial, sans-serif;
    --logo-typography_font-weight: 700;
    --logo-typography_font-style: normal;
    --logo-typography_font-line-height: 140%;
    --logo-typography_font-letter-spacing: -0.25px;
    --logo-typography_font-transform: None;

    --logo-typography_font-size: 20px; 
    --logo-typography_font-size_sm: 22px; 
    --logo-typography_font-size_md: 22px; 
    --logo-typography_font-size_lg: 22px; 
    --logo-typography_font-size_xl: 22px; 

}


/*	
--------------------------------------------------
Additional Colors - Buttons
-------------------------------------------------- 
*/


/* Backgrounds */

/* Backgrounds Solid */

.c1-bg,
.item.item_overlay .inner .image.c1-bg::before,
.usn_cmp_banner .item.item_overlay.c1-bg .inner::before { 
    background: rgba(var(--c1-bg-color1), 1); 
}

/* Backgrounds Linear */

.c1-bg.c1-bg-linear,
.item.item_overlay .inner .image.c1-bg.c1-bg-linear::before,
.usn_cmp_banner .item.item_overlay.c1-bg.c1-bg-linear .inner::before { 
    background: linear-gradient(var(--c1-bg-angle), rgba(var(--c1-bg-color1), 1) 0%, rgba(var(--c1-bg-color2), 1) 100%); 
}

/* Backgrounds Radial */

.c1-bg.c1-bg-radial,
.item.item_overlay .inner .image.c1-bg.c1-bg-radial::before,
.usn_cmp_banner .item.item_overlay.c1-bg.c1-bg-radial .inner::before { 
    background: radial-gradient(farthest-side at var(--c1-bg-start-perc) var(--c1-bg-stop-perc), rgba(var(--c1-bg-color1), 1) 0%, rgba(var(--c1-bg-color2), 1) 100%); 
}


/* Headings */

.c1-bg h1:not(.heading), 
.c1-bg h2:not(.heading), 
.c1-bg h3:not(.heading), 
.c1-bg h4:not(.heading), 
.c1-bg h5:not(.heading), 
.c1-bg h6:not(.heading) { 
    color: rgba(var(--c1-heading), 1); 
}

.c1-heading, 
.c1-bg .heading { 
    color: rgba(var(--c1-heading), 1); 
}


/* Secondary Headings */

.c1-secondary-heading, 
.c1-bg .c1-secondary-heading { 
    color: rgba(var(--c1-secondary-heading), 1); 
}


/* Text */

.c1-bg, 
.c1-bg .c1-text, 
.c1-text { 
    color: rgba(var(--c1-text), 1); 
}


/* Borders */

.c1-borders { 
    border-color: rgba(var(--c1-borders), 1); 
}


/* Links */

.c1-link, 
.c1-link,
.c1-bg a:not(.btn),
.c1-text a:not(.btn),
.c1-bg .c1-text a:not(.btn) { 
    color: rgba(var(--c1-link), 1); 
}

.c1-link:hover, 
.c1-link:focus, 
.c1-link:active, 
.c1-bg a:not(.btn):hover, 
.c1-bg a:not(.btn):focus, 
.c1-bg a:not(.btn):active,
.c1-bg a:not(.btn):hover,
.c1-bg a:not(.btn):focus,
.c1-bg a:not(.btn):active,
.c1-text a:not(.btn):hover,
.c1-text a:not(.btn):focus,
.c1-text a:not(.btn):active,
.c1-bg .c1-text a:not(.btn):hover,
.c1-bg .c1-text a:not(.btn):focus,
.c1-bg .c1-text a:not(.btn):active { 
    color: rgba(var(--c1-link-hover), 1); 
}


/* Highlights */

.c1-highlight-bg { 
    background-color: rgba(var(--c1-highlight), 1); 
}

.c1-bg blockquote::before, 
.component .component.c1-bg div > blockquote::before { 
    color: rgba(var(--c1-highlight), 1); 
}

.c1-highlight-text { 
    color: rgba(var(--c1-highlight-text), 1); 
}


.c1-heading { 
    color: rgba(var(--c1-heading), 1)!important; 
}

.c1-secondary-heading { 
    color: rgba(var(--c1-secondary-heading), 1)!important; 
}


.c1-bg .heading { 
    color: rgba(var(--c1-heading), 1); 
}

.c1-bg .secondary-heading { 
    color: rgba(var(--c1-secondary-heading), 1); 
}

.c1-bg .quote, .c1-bg blockquote { 
    color: rgba(var(--c1-heading), 1); 
}

.c1-bg .quote::before, 
.c1-bg blockquote::before { 
    color: rgba(var(--c1-highlight), 1); 
}


/* Labels */
.c1-bg .label { background-color: rgba(var(--c1-highlight), 1); }

.c1-bg .label { color: rgba(var(--c1-highlight-text), 1); }


/* Tabs */

/* Basic Tabs */
.c1-bg .repeatable.tab-basic .tab .nav-link { color: rgba(var(--c1-link), 1); border-color: rgba(var(--c1-borders), 1); }

.c1-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active) { background: rgba(var(--c1-borders), 0.15); }

.c1-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); background: rgba(var(--c1-borders), 0.25); }

.c1-bg .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover { color: rgba(var(--c1-link-hover), 1); background: rgba(var(--c1-borders), 0.25); }

.c1-bg .repeatable.tabbed.tab-basic .tab .nav-link.active { color: rgba(var(--c1-heading), 1); background: transparent; }

.c1-bg .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) { color: rgba(var(--c1-heading), 1); }

.c1-bg .repeatable.tab-basic .repeatable-content { border-color: rgba(var(--c1-borders), 1); }

.c1-bg .repeatable.tab-basic .tab .nav-link.active::after { background: rgba(var(--c1-highlight), 1); }

/* Button Tabs */
.c1-bg .repeatable.tab-buttons .tab .nav-link { color: rgba(var(--c1-heading), 1); border-color: rgba(var(--c1-borders), 0.25); }

.c1-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); border-color: rgba(var(--c1-borders), 1); }

.c1-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { color: rgba(var(--c1-link-hover), 1); border-color: rgba(var(--c1-borders), 1); }

.c1-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { color: rgba(var(--c1-heading), 1); border-color: rgba(var(--c1-heading), 1); }

.c1-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { color: rgba(var(--c1-heading), 1); border-color: rgba(var(--c1-heading), 1); }

.c1-bg .repeatable.tab-buttons .tab .nav-link { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), 0.25); }

.c1-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); } 

.c1-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); }

.c1-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); }

.c1-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); }


/* Underline Tabs */
.c1-bg .repeatable.tab-underline .tab .nav-link { color: rgba(var(--c1-link), 1); } 

.c1-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover { color: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover::before { background: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover::before { background: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.tabbed.tab-underline .tab .nav-link.active { color: rgba(var(--c1-heading), 1); } 

.c1-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed) { color: rgba(var(--c1-heading), 1); } 

.c1-bg .repeatable.tabbed.tab-underline .tab .nav-link.active::before { background: rgba(var(--c1-heading), 1); }

.c1-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c1-heading), 1); }


/* Linethrough Tabs */
.c1-bg .repeatable.tab-linethrough .tab .nav-link { color: rgba(var(--c1-link), 1); } 

.c1-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover { color: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover::before { background: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover::before { background: rgba(var(--c1-link-hover), 1); } 

.c1-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active { color: rgba(var(--c1-heading), 1); } 

.c1-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed) { color: rgba(var(--c1-heading), 1); } 

.c1-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active::before { background: rgba(var(--c1-heading), 1); }

.c1-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c1-heading), 1); }


/* Slider Navigation */
.c1-bg .slick-slider .slick-prev, .c1-bg .slick-slider .slick-next { color: rgba(var(--c1-link), 1); background-color: rgba(var(--c1-bg-color1), 1); }

html.no-touch .c1-bg .slick-slider .slick-prev:hover, html.no-touch .c1-bg .slick-slider .slick-next:hover { color: rgba(var(--c1-link-hover), 1); }

.c1-bg .slick-slider .slick-dots li > button { background-color: rgba(var(--c1-text), 1); }

html.no-touch .c1-bg .slick-slider .slick-dots li:not(.slick-active) > button:hover { background-color: rgba(var(--c1-link-hover), 1); }

.c1-bg .slick-slider .slick-dots li.slick-active > button { background-color: rgba(var(--c1-highlight), 1); }

/* Forms */
.form .c1-bg .form-control { border-color: rgba(var(--c1-borders), 1); }

.form .c1-bg .form-control:focus { border-color: rgba(var(--c1-highlight), 1); box-shadow: 0 0 5px var(--c1-highlight);}


/* Ajax Loading */
.c1-bg .ajax-wrap .ajax-loading { background: rgba(var(--c1-bg-color1), 1); }

.c1-bg.ajax-wrap .ajax-loading { background: rgba(var(--c1-bg-color1), 1); }

.ajax-wrap .c1-bg .ajax-loading { background: rgba(var(--c1-bg-color1), 1); }

.c1-bg .ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c1-borders), 1); border-top: 10px solid rgba(var(--c1-highlight), 1); }

.c1-bg.ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c1-borders), 1); border-top: 10px solid rgba(var(--c1-highlight), 1); }

.ajax-wrap .c1-bg .ajax-loading .loading span.message { border: 10px solid rgba(var(--c1-borders), 1); border-top: 10px solid rgba(var(--c1-highlight), 1); }

.c1-bg .item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c1-borders), 1); border-top: 5px solid rgba(var(--c1-highlight), 1); }

.c1-bg.item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c1-borders), 1); border-top: 5px solid rgba(var(--c1-highlight), 1); }

.item_form-single_field .c1-bg.ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c1-borders), 1); border-top: 5px solid rgba(var(--c1-highlight), 1); }

.item_form-single_field .ajax-wrap .c1-bg .ajax-loading .loading span.message { border: 5px solid rgba(var(--c1-borders), 1); border-top: 5px solid rgba(var(--c1-highlight), 1); }


/* Links */
.c1-bg .listing.listing_links:not(.listing_links-mini), .c1-bg .listing.listing_links:not(.listing_links-mini) .item a { border-color: rgba(var(--c1-borders), 1); }

.c1-bg .listing.listing_links:not(.listing_links-mini) .item a:hover { background-color: rgba(var(--c1-borders), 0.1); }

.c1-bg .listing.listing_links.listing_links-mini .item a::after { background-color: rgba(var(--c1-link), 1); }

.c1-bg .listing.listing_links.listing_links-mini .item a:hover::after { background-color: rgba(var(--c1-link-hover), 1); }

 
/* Data List */                  
.c1-bg .listing.listing_data-list.data-list_boxed { border-color: rgba(var(--c1-borders), 1); }

.c1-bg .listing.listing_data-list .item.items-1:not(:last-child)::before { background-color: rgba(var(--c1-borders), 1); }


/* Sitemap */                
.c1-bg nav.sitemap ul li::before, .c1-bg nav.sitemap ul li::after { background-color: rgba(var(--c1-borders), 1); }

.c1-bg nav.sitemap ul li:hover::after { background-color: rgba(var(--c1-borders), 0.5); }


/* Tables */
.c1-bg thead { color: rgba(var(--c1-heading), 1); }

.c1-bg table, .c1-bg table th, .c1-bg table td { border-color: rgba(var(--c1-borders), 1); }


/* Anchor Navigtation */
.component.usn_cmp_anchornavigation.c1-bg .expand { color: rgba(var(--c1-heading), 1); }

.component.usn_cmp_anchornavigation.c1-bg .expand span:before { background: rgba(var(--c1-heading), 1); }

.component.usn_cmp_anchornavigation.c1-bg .expand span { background: rgba(var(--c1-heading), 1); }

.component.usn_cmp_anchornavigation.c1-bg .expand span:after { background: rgba(var(--c1-heading), 1); }


/* Basic */
.component.usn_cmp_anchornavigation.c1-bg nav.tab-basic ul.nav li.nav-item .nav-link { color: rgba(var(--c1-link), 1); border-color: rgba(var(--c1-borders), 1); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active) { background: rgba(var(--c1-borders), 0.15); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); background: rgba(var(--c1-borders), 0.25); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-basic ul.nav li.nav-item .nav-link.active { color: rgba(var(--c1-heading), 1); background: transparent; }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-basic ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c1-highlight), 1); }


/* Button */
.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item .nav-link { color: rgba(var(--c1-heading), 1); border-color: rgba(var(--c1-borders), 0.25); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); border-color: rgba(var(--c1-borders), 1); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { color: rgba(var(--c1-heading), 1); border-color: rgba(var(--c1-heading), 1); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), 0.25); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-borders), var(--btn-box-shadow_o)); }


/* Underline */
.component.usn_cmp_anchornavigation.c1-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c1-link), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c1-heading), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c1-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c1-heading), 1); }


/* Linethrough */
.component.usn_cmp_anchornavigation.c1-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c1-link), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c1-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c1-heading), 1); } 

.component.usn_cmp_anchornavigation.c1-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c1-link-hover), 1); }

.component.usn_cmp_anchornavigation.c1-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c1-heading), 1); }


/* Scroll prompt */
.c1-bg .scroll-prompt a { color: rgba(var(--c1-heading), 1); }

.c1-bg .scroll-prompt a i { color: rgba(var(--c1-heading), 1); }

.c1-bg .scroll-prompt.scroll-prompt-wheel .mouse-scroll { border-color: rgba(var(--c1-heading), 1); }

.c1-bg .scroll-prompt .mouse-scroll::before { background-color: rgba(var(--c1-heading), 1); }


/* Shoppping Cart */
html#ecwid_html.usn body#ecwid_body .c1-bg .ec-size .ec-store h1 { color: rgba(var(--c1-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c1-bg .ec-size .ec-store .ec-header-h1 { color: rgba(var(--c1-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c1-bg .ec-size .ec-store .product-details__product-title { color: rgba(var(--c1-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c1-bg .ec-size .ec-store .grid-product__title-inner { color: rgba(var(--c1-heading), 1)!important; }


/* Heading separators - on page */
.c1-bg h1::before, .c1-bg h2::before, .c1-bg h3::before, .c1-bg h4::before, .c1-bg h5::before, .c1-bg h6::before { background: rgba(var(--c1-highlight), 1); }

.c1-bg h1::after, .c1-bg h2::after, .c1-bg h3::after, .c1-bg h4::after, .c1-bg h5::after, .c1-bg h6::after { background: rgba(var(--c1-highlight), 1); }


/* Heading separators - on components */
.c1-bg .heading::before, .c1-bg .secondary-heading::before { background: rgba(var(--c1-highlight), 1); }

.c1-bg .heading::after, .c1-bg .secondary-heading::after { background: rgba(var(--c1-highlight), 1); }


/* Heading separators - on specific items */
.item.c1-bg .heading::before, .item.c1-bg .secondary-heading::before { background: rgba(var(--c1-highlight), 1); }

.item.c1-bg .heading::after, .item.c1-bg .secondary-heading::after { background: rgba(var(--c1-highlight), 1); }

.inner.c1-bg .heading::before, .inner.c1-bg .secondary-heading::before { background: rgba(var(--c1-highlight), 1); }

.inner.c1-bg .heading::after, .inner.c1-bg .secondary-heading::after { background: rgba(var(--c1-highlight), 1); }



/*	
--------------------------------------------------
Additional Colors - Buttons
-------------------------------------------------- 
*/


/* Backgrounds */

/* Backgrounds Solid */

.c2-bg,
.item.item_overlay .inner .image.c2-bg::before,
.usn_cmp_banner .item.item_overlay.c2-bg .inner::before { 
    background: rgba(var(--c2-bg-color1), 1); 
}

/* Backgrounds Linear */

.c2-bg.c2-bg-linear,
.item.item_overlay .inner .image.c2-bg.c2-bg-linear::before,
.usn_cmp_banner .item.item_overlay.c2-bg.c2-bg-linear .inner::before { 
    background: linear-gradient(var(--c2-bg-angle), rgba(var(--c2-bg-color1), 1) 0%, rgba(var(--c2-bg-color2), 1) 100%); 
}

/* Backgrounds Radial */

.c2-bg.c2-bg-radial,
.item.item_overlay .inner .image.c2-bg.c2-bg-radial::before,
.usn_cmp_banner .item.item_overlay.c2-bg.c2-bg-radial .inner::before { 
    background: radial-gradient(farthest-side at var(--c2-bg-start-perc) var(--c2-bg-stop-perc), rgba(var(--c2-bg-color1), 1) 0%, rgba(var(--c2-bg-color2), 1) 100%); 
}


/* Headings */

.c2-bg h1:not(.heading), 
.c2-bg h2:not(.heading), 
.c2-bg h3:not(.heading), 
.c2-bg h4:not(.heading), 
.c2-bg h5:not(.heading), 
.c2-bg h6:not(.heading) { 
    color: rgba(var(--c2-heading), 1); 
}

.c2-heading, 
.c2-bg .heading { 
    color: rgba(var(--c2-heading), 1); 
}


/* Secondary Headings */

.c2-secondary-heading, 
.c2-bg .c2-secondary-heading { 
    color: rgba(var(--c2-secondary-heading), 1); 
}


/* Text */

.c2-bg, 
.c2-bg .c2-text, 
.c2-text { 
    color: rgba(var(--c2-text), 1); 
}


/* Borders */

.c2-borders { 
    border-color: rgba(var(--c2-borders), 1); 
}


/* Links */

.c2-link, 
.c2-link,
.c2-bg a:not(.btn),
.c2-text a:not(.btn),
.c2-bg .c2-text a:not(.btn) { 
    color: rgba(var(--c2-link), 1); 
}

.c2-link:hover, 
.c2-link:focus, 
.c2-link:active, 
.c2-bg a:not(.btn):hover, 
.c2-bg a:not(.btn):focus, 
.c2-bg a:not(.btn):active,
.c2-bg a:not(.btn):hover,
.c2-bg a:not(.btn):focus,
.c2-bg a:not(.btn):active,
.c2-text a:not(.btn):hover,
.c2-text a:not(.btn):focus,
.c2-text a:not(.btn):active,
.c2-bg .c2-text a:not(.btn):hover,
.c2-bg .c2-text a:not(.btn):focus,
.c2-bg .c2-text a:not(.btn):active { 
    color: rgba(var(--c2-link-hover), 1); 
}


/* Highlights */

.c2-highlight-bg { 
    background-color: rgba(var(--c2-highlight), 1); 
}

.c2-bg blockquote::before, 
.component .component.c2-bg div > blockquote::before { 
    color: rgba(var(--c2-highlight), 1); 
}

.c2-highlight-text { 
    color: rgba(var(--c2-highlight-text), 1); 
}


.c2-heading { 
    color: rgba(var(--c2-heading), 1)!important; 
}

.c2-secondary-heading { 
    color: rgba(var(--c2-secondary-heading), 1)!important; 
}


.c2-bg .heading { 
    color: rgba(var(--c2-heading), 1); 
}

.c2-bg .secondary-heading { 
    color: rgba(var(--c2-secondary-heading), 1); 
}

.c2-bg .quote, .c2-bg blockquote { 
    color: rgba(var(--c2-heading), 1); 
}

.c2-bg .quote::before, 
.c2-bg blockquote::before { 
    color: rgba(var(--c2-highlight), 1); 
}


/* Labels */
.c2-bg .label { background-color: rgba(var(--c2-highlight), 1); }

.c2-bg .label { color: rgba(var(--c2-highlight-text), 1); }


/* Tabs */

/* Basic Tabs */
.c2-bg .repeatable.tab-basic .tab .nav-link { color: rgba(var(--c2-link), 1); border-color: rgba(var(--c2-borders), 1); }

.c2-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active) { background: rgba(var(--c2-borders), 0.15); }

.c2-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); background: rgba(var(--c2-borders), 0.25); }

.c2-bg .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover { color: rgba(var(--c2-link-hover), 1); background: rgba(var(--c2-borders), 0.25); }

.c2-bg .repeatable.tabbed.tab-basic .tab .nav-link.active { color: rgba(var(--c2-heading), 1); background: transparent; }

.c2-bg .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) { color: rgba(var(--c2-heading), 1); }

.c2-bg .repeatable.tab-basic .repeatable-content { border-color: rgba(var(--c2-borders), 1); }

.c2-bg .repeatable.tab-basic .tab .nav-link.active::after { background: rgba(var(--c2-highlight), 1); }

/* Button Tabs */
.c2-bg .repeatable.tab-buttons .tab .nav-link { color: rgba(var(--c2-heading), 1); border-color: rgba(var(--c2-borders), 0.25); }

.c2-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); border-color: rgba(var(--c2-borders), 1); }

.c2-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { color: rgba(var(--c2-link-hover), 1); border-color: rgba(var(--c2-borders), 1); }

.c2-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { color: rgba(var(--c2-heading), 1); border-color: rgba(var(--c2-heading), 1); }

.c2-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { color: rgba(var(--c2-heading), 1); border-color: rgba(var(--c2-heading), 1); }

.c2-bg .repeatable.tab-buttons .tab .nav-link { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), 0.25); }

.c2-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); } 

.c2-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); }

.c2-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); }

.c2-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); }


/* Underline Tabs */
.c2-bg .repeatable.tab-underline .tab .nav-link { color: rgba(var(--c2-link), 1); } 

.c2-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover { color: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover::before { background: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover::before { background: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.tabbed.tab-underline .tab .nav-link.active { color: rgba(var(--c2-heading), 1); } 

.c2-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed) { color: rgba(var(--c2-heading), 1); } 

.c2-bg .repeatable.tabbed.tab-underline .tab .nav-link.active::before { background: rgba(var(--c2-heading), 1); }

.c2-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c2-heading), 1); }


/* Linethrough Tabs */
.c2-bg .repeatable.tab-linethrough .tab .nav-link { color: rgba(var(--c2-link), 1); } 

.c2-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover { color: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover::before { background: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover::before { background: rgba(var(--c2-link-hover), 1); } 

.c2-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active { color: rgba(var(--c2-heading), 1); } 

.c2-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed) { color: rgba(var(--c2-heading), 1); } 

.c2-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active::before { background: rgba(var(--c2-heading), 1); }

.c2-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c2-heading), 1); }


/* Slider Navigation */
.c2-bg .slick-slider .slick-prev, .c2-bg .slick-slider .slick-next { color: rgba(var(--c2-link), 1); background-color: rgba(var(--c2-bg-color1), 1); }

html.no-touch .c2-bg .slick-slider .slick-prev:hover, html.no-touch .c2-bg .slick-slider .slick-next:hover { color: rgba(var(--c2-link-hover), 1); }

.c2-bg .slick-slider .slick-dots li > button { background-color: rgba(var(--c2-text), 1); }

html.no-touch .c2-bg .slick-slider .slick-dots li:not(.slick-active) > button:hover { background-color: rgba(var(--c2-link-hover), 1); }

.c2-bg .slick-slider .slick-dots li.slick-active > button { background-color: rgba(var(--c2-highlight), 1); }

/* Forms */
.form .c2-bg .form-control { border-color: rgba(var(--c2-borders), 1); }

.form .c2-bg .form-control:focus { border-color: rgba(var(--c2-highlight), 1); box-shadow: 0 0 5px var(--c2-highlight);}


/* Ajax Loading */
.c2-bg .ajax-wrap .ajax-loading { background: rgba(var(--c2-bg-color1), 1); }

.c2-bg.ajax-wrap .ajax-loading { background: rgba(var(--c2-bg-color1), 1); }

.ajax-wrap .c2-bg .ajax-loading { background: rgba(var(--c2-bg-color1), 1); }

.c2-bg .ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c2-borders), 1); border-top: 10px solid rgba(var(--c2-highlight), 1); }

.c2-bg.ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c2-borders), 1); border-top: 10px solid rgba(var(--c2-highlight), 1); }

.ajax-wrap .c2-bg .ajax-loading .loading span.message { border: 10px solid rgba(var(--c2-borders), 1); border-top: 10px solid rgba(var(--c2-highlight), 1); }

.c2-bg .item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c2-borders), 1); border-top: 5px solid rgba(var(--c2-highlight), 1); }

.c2-bg.item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c2-borders), 1); border-top: 5px solid rgba(var(--c2-highlight), 1); }

.item_form-single_field .c2-bg.ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c2-borders), 1); border-top: 5px solid rgba(var(--c2-highlight), 1); }

.item_form-single_field .ajax-wrap .c2-bg .ajax-loading .loading span.message { border: 5px solid rgba(var(--c2-borders), 1); border-top: 5px solid rgba(var(--c2-highlight), 1); }


/* Links */
.c2-bg .listing.listing_links:not(.listing_links-mini), .c2-bg .listing.listing_links:not(.listing_links-mini) .item a { border-color: rgba(var(--c2-borders), 1); }

.c2-bg .listing.listing_links:not(.listing_links-mini) .item a:hover { background-color: rgba(var(--c2-borders), 0.1); }

.c2-bg .listing.listing_links.listing_links-mini .item a::after { background-color: rgba(var(--c2-link), 1); }

.c2-bg .listing.listing_links.listing_links-mini .item a:hover::after { background-color: rgba(var(--c2-link-hover), 1); }

 
/* Data List */                  
.c2-bg .listing.listing_data-list.data-list_boxed { border-color: rgba(var(--c2-borders), 1); }

.c2-bg .listing.listing_data-list .item.items-1:not(:last-child)::before { background-color: rgba(var(--c2-borders), 1); }


/* Sitemap */                
.c2-bg nav.sitemap ul li::before, .c2-bg nav.sitemap ul li::after { background-color: rgba(var(--c2-borders), 1); }

.c2-bg nav.sitemap ul li:hover::after { background-color: rgba(var(--c2-borders), 0.5); }


/* Tables */
.c2-bg thead { color: rgba(var(--c2-heading), 1); }

.c2-bg table, .c2-bg table th, .c2-bg table td { border-color: rgba(var(--c2-borders), 1); }


/* Anchor Navigtation */
.component.usn_cmp_anchornavigation.c2-bg .expand { color: rgba(var(--c2-heading), 1); }

.component.usn_cmp_anchornavigation.c2-bg .expand span:before { background: rgba(var(--c2-heading), 1); }

.component.usn_cmp_anchornavigation.c2-bg .expand span { background: rgba(var(--c2-heading), 1); }

.component.usn_cmp_anchornavigation.c2-bg .expand span:after { background: rgba(var(--c2-heading), 1); }


/* Basic */
.component.usn_cmp_anchornavigation.c2-bg nav.tab-basic ul.nav li.nav-item .nav-link { color: rgba(var(--c2-link), 1); border-color: rgba(var(--c2-borders), 1); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active) { background: rgba(var(--c2-borders), 0.15); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); background: rgba(var(--c2-borders), 0.25); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-basic ul.nav li.nav-item .nav-link.active { color: rgba(var(--c2-heading), 1); background: transparent; }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-basic ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c2-highlight), 1); }


/* Button */
.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item .nav-link { color: rgba(var(--c2-heading), 1); border-color: rgba(var(--c2-borders), 0.25); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); border-color: rgba(var(--c2-borders), 1); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { color: rgba(var(--c2-heading), 1); border-color: rgba(var(--c2-heading), 1); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), 0.25); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c2-borders), var(--btn-box-shadow_o)); }


/* Underline */
.component.usn_cmp_anchornavigation.c2-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c2-link), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c2-heading), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c2-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c2-heading), 1); }


/* Linethrough */
.component.usn_cmp_anchornavigation.c2-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c2-link), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c2-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c2-heading), 1); } 

.component.usn_cmp_anchornavigation.c2-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c2-link-hover), 1); }

.component.usn_cmp_anchornavigation.c2-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c2-heading), 1); }


/* Scroll prompt */
.c2-bg .scroll-prompt a { color: rgba(var(--c2-heading), 1); }

.c2-bg .scroll-prompt a i { color: rgba(var(--c2-heading), 1); }

.c2-bg .scroll-prompt.scroll-prompt-wheel .mouse-scroll { border-color: rgba(var(--c2-heading), 1); }

.c2-bg .scroll-prompt .mouse-scroll::before { background-color: rgba(var(--c2-heading), 1); }


/* Shoppping Cart */
html#ecwid_html.usn body#ecwid_body .c2-bg .ec-size .ec-store h1 { color: rgba(var(--c2-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c2-bg .ec-size .ec-store .ec-header-h1 { color: rgba(var(--c2-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c2-bg .ec-size .ec-store .product-details__product-title { color: rgba(var(--c2-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c2-bg .ec-size .ec-store .grid-product__title-inner { color: rgba(var(--c2-heading), 1)!important; }


/* Heading separators - on page */
.c2-bg h1::before, .c2-bg h2::before, .c2-bg h3::before, .c2-bg h4::before, .c2-bg h5::before, .c2-bg h6::before { background: rgba(var(--c2-highlight), 1); }

.c2-bg h1::after, .c2-bg h2::after, .c2-bg h3::after, .c2-bg h4::after, .c2-bg h5::after, .c2-bg h6::after { background: rgba(var(--c2-highlight), 1); }


/* Heading separators - on components */
.c2-bg .heading::before, .c2-bg .secondary-heading::before { background: rgba(var(--c2-highlight), 1); }

.c2-bg .heading::after, .c2-bg .secondary-heading::after { background: rgba(var(--c2-highlight), 1); }


/* Heading separators - on specific items */
.item.c2-bg .heading::before, .item.c2-bg .secondary-heading::before { background: rgba(var(--c2-highlight), 1); }

.item.c2-bg .heading::after, .item.c2-bg .secondary-heading::after { background: rgba(var(--c2-highlight), 1); }

.inner.c2-bg .heading::before, .inner.c2-bg .secondary-heading::before { background: rgba(var(--c2-highlight), 1); }

.inner.c2-bg .heading::after, .inner.c2-bg .secondary-heading::after { background: rgba(var(--c2-highlight), 1); }



/*	
--------------------------------------------------
Additional Colors - Buttons
-------------------------------------------------- 
*/


/* Backgrounds */

/* Backgrounds Solid */

.c3-bg,
.item.item_overlay .inner .image.c3-bg::before,
.usn_cmp_banner .item.item_overlay.c3-bg .inner::before { 
    background: rgba(var(--c3-bg-color1), 1); 
}

/* Backgrounds Linear */

.c3-bg.c3-bg-linear,
.item.item_overlay .inner .image.c3-bg.c3-bg-linear::before,
.usn_cmp_banner .item.item_overlay.c3-bg.c3-bg-linear .inner::before { 
    background: linear-gradient(var(--c3-bg-angle), rgba(var(--c3-bg-color1), 1) 0%, rgba(var(--c3-bg-color2), 1) 100%); 
}

/* Backgrounds Radial */

.c3-bg.c3-bg-radial,
.item.item_overlay .inner .image.c3-bg.c3-bg-radial::before,
.usn_cmp_banner .item.item_overlay.c3-bg.c3-bg-radial .inner::before { 
    background: radial-gradient(farthest-side at var(--c3-bg-start-perc) var(--c3-bg-stop-perc), rgba(var(--c3-bg-color1), 1) 0%, rgba(var(--c3-bg-color2), 1) 100%); 
}


/* Headings */

.c3-bg h1:not(.heading), 
.c3-bg h2:not(.heading), 
.c3-bg h3:not(.heading), 
.c3-bg h4:not(.heading), 
.c3-bg h5:not(.heading), 
.c3-bg h6:not(.heading) { 
    color: rgba(var(--c3-heading), 1); 
}

.c3-heading, 
.c3-bg .heading { 
    color: rgba(var(--c3-heading), 1); 
}


/* Secondary Headings */

.c3-secondary-heading, 
.c3-bg .c3-secondary-heading { 
    color: rgba(var(--c3-secondary-heading), 1); 
}


/* Text */

.c3-bg, 
.c3-bg .c3-text, 
.c3-text { 
    color: rgba(var(--c3-text), 1); 
}


/* Borders */

.c3-borders { 
    border-color: rgba(var(--c3-borders), 1); 
}


/* Links */

.c3-link, 
.c3-link,
.c3-bg a:not(.btn),
.c3-text a:not(.btn),
.c3-bg .c3-text a:not(.btn) { 
    color: rgba(var(--c3-link), 1); 
}

.c3-link:hover, 
.c3-link:focus, 
.c3-link:active, 
.c3-bg a:not(.btn):hover, 
.c3-bg a:not(.btn):focus, 
.c3-bg a:not(.btn):active,
.c3-bg a:not(.btn):hover,
.c3-bg a:not(.btn):focus,
.c3-bg a:not(.btn):active,
.c3-text a:not(.btn):hover,
.c3-text a:not(.btn):focus,
.c3-text a:not(.btn):active,
.c3-bg .c3-text a:not(.btn):hover,
.c3-bg .c3-text a:not(.btn):focus,
.c3-bg .c3-text a:not(.btn):active { 
    color: rgba(var(--c3-link-hover), 1); 
}


/* Highlights */

.c3-highlight-bg { 
    background-color: rgba(var(--c3-highlight), 1); 
}

.c3-bg blockquote::before, 
.component .component.c3-bg div > blockquote::before { 
    color: rgba(var(--c3-highlight), 1); 
}

.c3-highlight-text { 
    color: rgba(var(--c3-highlight-text), 1); 
}


.c3-heading { 
    color: rgba(var(--c3-heading), 1)!important; 
}

.c3-secondary-heading { 
    color: rgba(var(--c3-secondary-heading), 1)!important; 
}


.c3-bg .heading { 
    color: rgba(var(--c3-heading), 1); 
}

.c3-bg .secondary-heading { 
    color: rgba(var(--c3-secondary-heading), 1); 
}

.c3-bg .quote, .c3-bg blockquote { 
    color: rgba(var(--c3-heading), 1); 
}

.c3-bg .quote::before, 
.c3-bg blockquote::before { 
    color: rgba(var(--c3-highlight), 1); 
}


/* Labels */
.c3-bg .label { background-color: rgba(var(--c3-highlight), 1); }

.c3-bg .label { color: rgba(var(--c3-highlight-text), 1); }


/* Tabs */

/* Basic Tabs */
.c3-bg .repeatable.tab-basic .tab .nav-link { color: rgba(var(--c3-link), 1); border-color: rgba(var(--c3-borders), 1); }

.c3-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active) { background: rgba(var(--c3-borders), 0.15); }

.c3-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); background: rgba(var(--c3-borders), 0.25); }

.c3-bg .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover { color: rgba(var(--c3-link-hover), 1); background: rgba(var(--c3-borders), 0.25); }

.c3-bg .repeatable.tabbed.tab-basic .tab .nav-link.active { color: rgba(var(--c3-heading), 1); background: transparent; }

.c3-bg .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) { color: rgba(var(--c3-heading), 1); }

.c3-bg .repeatable.tab-basic .repeatable-content { border-color: rgba(var(--c3-borders), 1); }

.c3-bg .repeatable.tab-basic .tab .nav-link.active::after { background: rgba(var(--c3-highlight), 1); }

/* Button Tabs */
.c3-bg .repeatable.tab-buttons .tab .nav-link { color: rgba(var(--c3-heading), 1); border-color: rgba(var(--c3-borders), 0.25); }

.c3-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); border-color: rgba(var(--c3-borders), 1); }

.c3-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { color: rgba(var(--c3-link-hover), 1); border-color: rgba(var(--c3-borders), 1); }

.c3-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { color: rgba(var(--c3-heading), 1); border-color: rgba(var(--c3-heading), 1); }

.c3-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { color: rgba(var(--c3-heading), 1); border-color: rgba(var(--c3-heading), 1); }

.c3-bg .repeatable.tab-buttons .tab .nav-link { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), 0.25); }

.c3-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); } 

.c3-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); }

.c3-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); }

.c3-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); }


/* Underline Tabs */
.c3-bg .repeatable.tab-underline .tab .nav-link { color: rgba(var(--c3-link), 1); } 

.c3-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover { color: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover::before { background: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover::before { background: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.tabbed.tab-underline .tab .nav-link.active { color: rgba(var(--c3-heading), 1); } 

.c3-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed) { color: rgba(var(--c3-heading), 1); } 

.c3-bg .repeatable.tabbed.tab-underline .tab .nav-link.active::before { background: rgba(var(--c3-heading), 1); }

.c3-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c3-heading), 1); }


/* Linethrough Tabs */
.c3-bg .repeatable.tab-linethrough .tab .nav-link { color: rgba(var(--c3-link), 1); } 

.c3-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover { color: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover::before { background: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover::before { background: rgba(var(--c3-link-hover), 1); } 

.c3-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active { color: rgba(var(--c3-heading), 1); } 

.c3-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed) { color: rgba(var(--c3-heading), 1); } 

.c3-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active::before { background: rgba(var(--c3-heading), 1); }

.c3-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c3-heading), 1); }


/* Slider Navigation */
.c3-bg .slick-slider .slick-prev, .c3-bg .slick-slider .slick-next { color: rgba(var(--c3-link), 1); background-color: rgba(var(--c3-bg-color1), 1); }

html.no-touch .c3-bg .slick-slider .slick-prev:hover, html.no-touch .c3-bg .slick-slider .slick-next:hover { color: rgba(var(--c3-link-hover), 1); }

.c3-bg .slick-slider .slick-dots li > button { background-color: rgba(var(--c3-text), 1); }

html.no-touch .c3-bg .slick-slider .slick-dots li:not(.slick-active) > button:hover { background-color: rgba(var(--c3-link-hover), 1); }

.c3-bg .slick-slider .slick-dots li.slick-active > button { background-color: rgba(var(--c3-highlight), 1); }

/* Forms */
.form .c3-bg .form-control { border-color: rgba(var(--c3-borders), 1); }

.form .c3-bg .form-control:focus { border-color: rgba(var(--c3-highlight), 1); box-shadow: 0 0 5px var(--c3-highlight);}


/* Ajax Loading */
.c3-bg .ajax-wrap .ajax-loading { background: rgba(var(--c3-bg-color1), 1); }

.c3-bg.ajax-wrap .ajax-loading { background: rgba(var(--c3-bg-color1), 1); }

.ajax-wrap .c3-bg .ajax-loading { background: rgba(var(--c3-bg-color1), 1); }

.c3-bg .ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c3-borders), 1); border-top: 10px solid rgba(var(--c3-highlight), 1); }

.c3-bg.ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c3-borders), 1); border-top: 10px solid rgba(var(--c3-highlight), 1); }

.ajax-wrap .c3-bg .ajax-loading .loading span.message { border: 10px solid rgba(var(--c3-borders), 1); border-top: 10px solid rgba(var(--c3-highlight), 1); }

.c3-bg .item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c3-borders), 1); border-top: 5px solid rgba(var(--c3-highlight), 1); }

.c3-bg.item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c3-borders), 1); border-top: 5px solid rgba(var(--c3-highlight), 1); }

.item_form-single_field .c3-bg.ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c3-borders), 1); border-top: 5px solid rgba(var(--c3-highlight), 1); }

.item_form-single_field .ajax-wrap .c3-bg .ajax-loading .loading span.message { border: 5px solid rgba(var(--c3-borders), 1); border-top: 5px solid rgba(var(--c3-highlight), 1); }


/* Links */
.c3-bg .listing.listing_links:not(.listing_links-mini), .c3-bg .listing.listing_links:not(.listing_links-mini) .item a { border-color: rgba(var(--c3-borders), 1); }

.c3-bg .listing.listing_links:not(.listing_links-mini) .item a:hover { background-color: rgba(var(--c3-borders), 0.1); }

.c3-bg .listing.listing_links.listing_links-mini .item a::after { background-color: rgba(var(--c3-link), 1); }

.c3-bg .listing.listing_links.listing_links-mini .item a:hover::after { background-color: rgba(var(--c3-link-hover), 1); }

 
/* Data List */                  
.c3-bg .listing.listing_data-list.data-list_boxed { border-color: rgba(var(--c3-borders), 1); }

.c3-bg .listing.listing_data-list .item.items-1:not(:last-child)::before { background-color: rgba(var(--c3-borders), 1); }


/* Sitemap */                
.c3-bg nav.sitemap ul li::before, .c3-bg nav.sitemap ul li::after { background-color: rgba(var(--c3-borders), 1); }

.c3-bg nav.sitemap ul li:hover::after { background-color: rgba(var(--c3-borders), 0.5); }


/* Tables */
.c3-bg thead { color: rgba(var(--c3-heading), 1); }

.c3-bg table, .c3-bg table th, .c3-bg table td { border-color: rgba(var(--c3-borders), 1); }


/* Anchor Navigtation */
.component.usn_cmp_anchornavigation.c3-bg .expand { color: rgba(var(--c3-heading), 1); }

.component.usn_cmp_anchornavigation.c3-bg .expand span:before { background: rgba(var(--c3-heading), 1); }

.component.usn_cmp_anchornavigation.c3-bg .expand span { background: rgba(var(--c3-heading), 1); }

.component.usn_cmp_anchornavigation.c3-bg .expand span:after { background: rgba(var(--c3-heading), 1); }


/* Basic */
.component.usn_cmp_anchornavigation.c3-bg nav.tab-basic ul.nav li.nav-item .nav-link { color: rgba(var(--c3-link), 1); border-color: rgba(var(--c3-borders), 1); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active) { background: rgba(var(--c3-borders), 0.15); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); background: rgba(var(--c3-borders), 0.25); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-basic ul.nav li.nav-item .nav-link.active { color: rgba(var(--c3-heading), 1); background: transparent; }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-basic ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c3-highlight), 1); }


/* Button */
.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item .nav-link { color: rgba(var(--c3-heading), 1); border-color: rgba(var(--c3-borders), 0.25); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); border-color: rgba(var(--c3-borders), 1); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { color: rgba(var(--c3-heading), 1); border-color: rgba(var(--c3-heading), 1); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), 0.25); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c3-borders), var(--btn-box-shadow_o)); }


/* Underline */
.component.usn_cmp_anchornavigation.c3-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c3-link), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c3-heading), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c3-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c3-heading), 1); }


/* Linethrough */
.component.usn_cmp_anchornavigation.c3-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c3-link), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c3-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c3-heading), 1); } 

.component.usn_cmp_anchornavigation.c3-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c3-link-hover), 1); }

.component.usn_cmp_anchornavigation.c3-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c3-heading), 1); }


/* Scroll prompt */
.c3-bg .scroll-prompt a { color: rgba(var(--c3-heading), 1); }

.c3-bg .scroll-prompt a i { color: rgba(var(--c3-heading), 1); }

.c3-bg .scroll-prompt.scroll-prompt-wheel .mouse-scroll { border-color: rgba(var(--c3-heading), 1); }

.c3-bg .scroll-prompt .mouse-scroll::before { background-color: rgba(var(--c3-heading), 1); }


/* Shoppping Cart */
html#ecwid_html.usn body#ecwid_body .c3-bg .ec-size .ec-store h1 { color: rgba(var(--c3-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c3-bg .ec-size .ec-store .ec-header-h1 { color: rgba(var(--c3-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c3-bg .ec-size .ec-store .product-details__product-title { color: rgba(var(--c3-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c3-bg .ec-size .ec-store .grid-product__title-inner { color: rgba(var(--c3-heading), 1)!important; }


/* Heading separators - on page */
.c3-bg h1::before, .c3-bg h2::before, .c3-bg h3::before, .c3-bg h4::before, .c3-bg h5::before, .c3-bg h6::before { background: rgba(var(--c3-highlight), 1); }

.c3-bg h1::after, .c3-bg h2::after, .c3-bg h3::after, .c3-bg h4::after, .c3-bg h5::after, .c3-bg h6::after { background: rgba(var(--c3-highlight), 1); }


/* Heading separators - on components */
.c3-bg .heading::before, .c3-bg .secondary-heading::before { background: rgba(var(--c3-highlight), 1); }

.c3-bg .heading::after, .c3-bg .secondary-heading::after { background: rgba(var(--c3-highlight), 1); }


/* Heading separators - on specific items */
.item.c3-bg .heading::before, .item.c3-bg .secondary-heading::before { background: rgba(var(--c3-highlight), 1); }

.item.c3-bg .heading::after, .item.c3-bg .secondary-heading::after { background: rgba(var(--c3-highlight), 1); }

.inner.c3-bg .heading::before, .inner.c3-bg .secondary-heading::before { background: rgba(var(--c3-highlight), 1); }

.inner.c3-bg .heading::after, .inner.c3-bg .secondary-heading::after { background: rgba(var(--c3-highlight), 1); }



/*	
--------------------------------------------------
Additional Colors - Buttons
-------------------------------------------------- 
*/


/* Backgrounds */

/* Backgrounds Solid */

.c4-bg,
.item.item_overlay .inner .image.c4-bg::before,
.usn_cmp_banner .item.item_overlay.c4-bg .inner::before { 
    background: rgba(var(--c4-bg-color1), 1); 
}

/* Backgrounds Linear */

.c4-bg.c4-bg-linear,
.item.item_overlay .inner .image.c4-bg.c4-bg-linear::before,
.usn_cmp_banner .item.item_overlay.c4-bg.c4-bg-linear .inner::before { 
    background: linear-gradient(var(--c4-bg-angle), rgba(var(--c4-bg-color1), 1) 0%, rgba(var(--c4-bg-color2), 1) 100%); 
}

/* Backgrounds Radial */

.c4-bg.c4-bg-radial,
.item.item_overlay .inner .image.c4-bg.c4-bg-radial::before,
.usn_cmp_banner .item.item_overlay.c4-bg.c4-bg-radial .inner::before { 
    background: radial-gradient(farthest-side at var(--c4-bg-start-perc) var(--c4-bg-stop-perc), rgba(var(--c4-bg-color1), 1) 0%, rgba(var(--c4-bg-color2), 1) 100%); 
}


/* Headings */

.c4-bg h1:not(.heading), 
.c4-bg h2:not(.heading), 
.c4-bg h3:not(.heading), 
.c4-bg h4:not(.heading), 
.c4-bg h5:not(.heading), 
.c4-bg h6:not(.heading) { 
    color: rgba(var(--c4-heading), 1); 
}

.c4-heading, 
.c4-bg .heading { 
    color: rgba(var(--c4-heading), 1); 
}


/* Secondary Headings */

.c4-secondary-heading, 
.c4-bg .c4-secondary-heading { 
    color: rgba(var(--c4-secondary-heading), 1); 
}


/* Text */

.c4-bg, 
.c4-bg .c4-text, 
.c4-text { 
    color: rgba(var(--c4-text), 1); 
}


/* Borders */

.c4-borders { 
    border-color: rgba(var(--c4-borders), 1); 
}


/* Links */

.c4-link, 
.c4-link,
.c4-bg a:not(.btn),
.c4-text a:not(.btn),
.c4-bg .c4-text a:not(.btn) { 
    color: rgba(var(--c4-link), 1); 
}

.c4-link:hover, 
.c4-link:focus, 
.c4-link:active, 
.c4-bg a:not(.btn):hover, 
.c4-bg a:not(.btn):focus, 
.c4-bg a:not(.btn):active,
.c4-bg a:not(.btn):hover,
.c4-bg a:not(.btn):focus,
.c4-bg a:not(.btn):active,
.c4-text a:not(.btn):hover,
.c4-text a:not(.btn):focus,
.c4-text a:not(.btn):active,
.c4-bg .c4-text a:not(.btn):hover,
.c4-bg .c4-text a:not(.btn):focus,
.c4-bg .c4-text a:not(.btn):active { 
    color: rgba(var(--c4-link-hover), 1); 
}


/* Highlights */

.c4-highlight-bg { 
    background-color: rgba(var(--c4-highlight), 1); 
}

.c4-bg blockquote::before, 
.component .component.c4-bg div > blockquote::before { 
    color: rgba(var(--c4-highlight), 1); 
}

.c4-highlight-text { 
    color: rgba(var(--c4-highlight-text), 1); 
}


.c4-heading { 
    color: rgba(var(--c4-heading), 1)!important; 
}

.c4-secondary-heading { 
    color: rgba(var(--c4-secondary-heading), 1)!important; 
}


.c4-bg .heading { 
    color: rgba(var(--c4-heading), 1); 
}

.c4-bg .secondary-heading { 
    color: rgba(var(--c4-secondary-heading), 1); 
}

.c4-bg .quote, .c4-bg blockquote { 
    color: rgba(var(--c4-heading), 1); 
}

.c4-bg .quote::before, 
.c4-bg blockquote::before { 
    color: rgba(var(--c4-highlight), 1); 
}


/* Labels */
.c4-bg .label { background-color: rgba(var(--c4-highlight), 1); }

.c4-bg .label { color: rgba(var(--c4-highlight-text), 1); }


/* Tabs */

/* Basic Tabs */
.c4-bg .repeatable.tab-basic .tab .nav-link { color: rgba(var(--c4-link), 1); border-color: rgba(var(--c4-borders), 1); }

.c4-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active) { background: rgba(var(--c4-borders), 0.15); }

.c4-bg .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); background: rgba(var(--c4-borders), 0.25); }

.c4-bg .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover { color: rgba(var(--c4-link-hover), 1); background: rgba(var(--c4-borders), 0.25); }

.c4-bg .repeatable.tabbed.tab-basic .tab .nav-link.active { color: rgba(var(--c4-heading), 1); background: transparent; }

.c4-bg .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) { color: rgba(var(--c4-heading), 1); }

.c4-bg .repeatable.tab-basic .repeatable-content { border-color: rgba(var(--c4-borders), 1); }

.c4-bg .repeatable.tab-basic .tab .nav-link.active::after { background: rgba(var(--c4-highlight), 1); }

/* Button Tabs */
.c4-bg .repeatable.tab-buttons .tab .nav-link { color: rgba(var(--c4-heading), 1); border-color: rgba(var(--c4-borders), 0.25); }

.c4-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); border-color: rgba(var(--c4-borders), 1); }

.c4-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { color: rgba(var(--c4-link-hover), 1); border-color: rgba(var(--c4-borders), 1); }

.c4-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { color: rgba(var(--c4-heading), 1); border-color: rgba(var(--c4-heading), 1); }

.c4-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { color: rgba(var(--c4-heading), 1); border-color: rgba(var(--c4-heading), 1); }

.c4-bg .repeatable.tab-buttons .tab .nav-link { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), 0.25); }

.c4-bg .repeatable.tabbed.tab-buttons .tab .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); } 

.c4-bg .repeatable.accordion.tab-buttons .tab .nav-link.collapsed:hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); }

.c4-bg .repeatable.tabbed.tab-buttons .tab .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); }

.c4-bg .repeatable.accordion.tab-buttons .tab .nav-link:not(.collapsed) { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); }


/* Underline Tabs */
.c4-bg .repeatable.tab-underline .tab .nav-link { color: rgba(var(--c4-link), 1); } 

.c4-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover { color: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover::before { background: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover::before { background: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.tabbed.tab-underline .tab .nav-link.active { color: rgba(var(--c4-heading), 1); } 

.c4-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed) { color: rgba(var(--c4-heading), 1); } 

.c4-bg .repeatable.tabbed.tab-underline .tab .nav-link.active::before { background: rgba(var(--c4-heading), 1); }

.c4-bg .repeatable.accordion.tab-underline .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c4-heading), 1); }


/* Linethrough Tabs */
.c4-bg .repeatable.tab-linethrough .tab .nav-link { color: rgba(var(--c4-link), 1); } 

.c4-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover { color: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.tabbed.tab-linethrough .tab .nav-link:not(.active):hover::before { background: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.accordion.tab-linethrough .tab .nav-link.collapsed:hover::before { background: rgba(var(--c4-link-hover), 1); } 

.c4-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active { color: rgba(var(--c4-heading), 1); } 

.c4-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed) { color: rgba(var(--c4-heading), 1); } 

.c4-bg .repeatable.tabbed.tab-linethrough .tab .nav-link.active::before { background: rgba(var(--c4-heading), 1); }

.c4-bg .repeatable.accordion.tab-linethrough .tab .nav-link:not(.collapsed)::before { background: rgba(var(--c4-heading), 1); }


/* Slider Navigation */
.c4-bg .slick-slider .slick-prev, .c4-bg .slick-slider .slick-next { color: rgba(var(--c4-link), 1); background-color: rgba(var(--c4-bg-color1), 1); }

html.no-touch .c4-bg .slick-slider .slick-prev:hover, html.no-touch .c4-bg .slick-slider .slick-next:hover { color: rgba(var(--c4-link-hover), 1); }

.c4-bg .slick-slider .slick-dots li > button { background-color: rgba(var(--c4-text), 1); }

html.no-touch .c4-bg .slick-slider .slick-dots li:not(.slick-active) > button:hover { background-color: rgba(var(--c4-link-hover), 1); }

.c4-bg .slick-slider .slick-dots li.slick-active > button { background-color: rgba(var(--c4-highlight), 1); }

/* Forms */
.form .c4-bg .form-control { border-color: rgba(var(--c4-borders), 1); }

.form .c4-bg .form-control:focus { border-color: rgba(var(--c4-highlight), 1); box-shadow: 0 0 5px var(--c4-highlight);}


/* Ajax Loading */
.c4-bg .ajax-wrap .ajax-loading { background: rgba(var(--c4-bg-color1), 1); }

.c4-bg.ajax-wrap .ajax-loading { background: rgba(var(--c4-bg-color1), 1); }

.ajax-wrap .c4-bg .ajax-loading { background: rgba(var(--c4-bg-color1), 1); }

.c4-bg .ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c4-borders), 1); border-top: 10px solid rgba(var(--c4-highlight), 1); }

.c4-bg.ajax-wrap .ajax-loading .loading span.message { border: 10px solid rgba(var(--c4-borders), 1); border-top: 10px solid rgba(var(--c4-highlight), 1); }

.ajax-wrap .c4-bg .ajax-loading .loading span.message { border: 10px solid rgba(var(--c4-borders), 1); border-top: 10px solid rgba(var(--c4-highlight), 1); }

.c4-bg .item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c4-borders), 1); border-top: 5px solid rgba(var(--c4-highlight), 1); }

.c4-bg.item_form-single_field .ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c4-borders), 1); border-top: 5px solid rgba(var(--c4-highlight), 1); }

.item_form-single_field .c4-bg.ajax-wrap .ajax-loading .loading span.message { border: 5px solid rgba(var(--c4-borders), 1); border-top: 5px solid rgba(var(--c4-highlight), 1); }

.item_form-single_field .ajax-wrap .c4-bg .ajax-loading .loading span.message { border: 5px solid rgba(var(--c4-borders), 1); border-top: 5px solid rgba(var(--c4-highlight), 1); }


/* Links */
.c4-bg .listing.listing_links:not(.listing_links-mini), .c4-bg .listing.listing_links:not(.listing_links-mini) .item a { border-color: rgba(var(--c4-borders), 1); }

.c4-bg .listing.listing_links:not(.listing_links-mini) .item a:hover { background-color: rgba(var(--c4-borders), 0.1); }

.c4-bg .listing.listing_links.listing_links-mini .item a::after { background-color: rgba(var(--c4-link), 1); }

.c4-bg .listing.listing_links.listing_links-mini .item a:hover::after { background-color: rgba(var(--c4-link-hover), 1); }

 
/* Data List */                  
.c4-bg .listing.listing_data-list.data-list_boxed { border-color: rgba(var(--c4-borders), 1); }

.c4-bg .listing.listing_data-list .item.items-1:not(:last-child)::before { background-color: rgba(var(--c4-borders), 1); }


/* Sitemap */                
.c4-bg nav.sitemap ul li::before, .c4-bg nav.sitemap ul li::after { background-color: rgba(var(--c4-borders), 1); }

.c4-bg nav.sitemap ul li:hover::after { background-color: rgba(var(--c4-borders), 0.5); }


/* Tables */
.c4-bg thead { color: rgba(var(--c4-heading), 1); }

.c4-bg table, .c4-bg table th, .c4-bg table td { border-color: rgba(var(--c4-borders), 1); }


/* Anchor Navigtation */
.component.usn_cmp_anchornavigation.c4-bg .expand { color: rgba(var(--c4-heading), 1); }

.component.usn_cmp_anchornavigation.c4-bg .expand span:before { background: rgba(var(--c4-heading), 1); }

.component.usn_cmp_anchornavigation.c4-bg .expand span { background: rgba(var(--c4-heading), 1); }

.component.usn_cmp_anchornavigation.c4-bg .expand span:after { background: rgba(var(--c4-heading), 1); }


/* Basic */
.component.usn_cmp_anchornavigation.c4-bg nav.tab-basic ul.nav li.nav-item .nav-link { color: rgba(var(--c4-link), 1); border-color: rgba(var(--c4-borders), 1); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active) { background: rgba(var(--c4-borders), 0.15); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-basic ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); background: rgba(var(--c4-borders), 0.25); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-basic ul.nav li.nav-item .nav-link.active { color: rgba(var(--c4-heading), 1); background: transparent; }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-basic ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c4-highlight), 1); }


/* Button */
.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item .nav-link { color: rgba(var(--c4-heading), 1); border-color: rgba(var(--c4-borders), 0.25); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); border-color: rgba(var(--c4-borders), 1); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { color: rgba(var(--c4-heading), 1); border-color: rgba(var(--c4-heading), 1); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), 0.25); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item .nav-link:not(.active):hover { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-buttons ul.nav li.nav-item .nav-link.active { box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c4-borders), var(--btn-box-shadow_o)); }


/* Underline */
.component.usn_cmp_anchornavigation.c4-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c4-link), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c4-heading), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-underline ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c4-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-underline ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c4-heading), 1); }


/* Linethrough */
.component.usn_cmp_anchornavigation.c4-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active) { color: rgba(var(--c4-link), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover { color: rgba(var(--c4-link-hover), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active { color: rgba(var(--c4-heading), 1); } 

.component.usn_cmp_anchornavigation.c4-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link:not(.active):hover::after { background: rgba(var(--c4-link-hover), 1); }

.component.usn_cmp_anchornavigation.c4-bg nav.tab-linethrough ul.nav li.nav-item a.nav-link.active::after { background: rgba(var(--c4-heading), 1); }


/* Scroll prompt */
.c4-bg .scroll-prompt a { color: rgba(var(--c4-heading), 1); }

.c4-bg .scroll-prompt a i { color: rgba(var(--c4-heading), 1); }

.c4-bg .scroll-prompt.scroll-prompt-wheel .mouse-scroll { border-color: rgba(var(--c4-heading), 1); }

.c4-bg .scroll-prompt .mouse-scroll::before { background-color: rgba(var(--c4-heading), 1); }


/* Shoppping Cart */
html#ecwid_html.usn body#ecwid_body .c4-bg .ec-size .ec-store h1 { color: rgba(var(--c4-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c4-bg .ec-size .ec-store .ec-header-h1 { color: rgba(var(--c4-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c4-bg .ec-size .ec-store .product-details__product-title { color: rgba(var(--c4-heading), 1)!important; }

html#ecwid_html.usn body#ecwid_body .c4-bg .ec-size .ec-store .grid-product__title-inner { color: rgba(var(--c4-heading), 1)!important; }


/* Heading separators - on page */
.c4-bg h1::before, .c4-bg h2::before, .c4-bg h3::before, .c4-bg h4::before, .c4-bg h5::before, .c4-bg h6::before { background: rgba(var(--c4-highlight), 1); }

.c4-bg h1::after, .c4-bg h2::after, .c4-bg h3::after, .c4-bg h4::after, .c4-bg h5::after, .c4-bg h6::after { background: rgba(var(--c4-highlight), 1); }


/* Heading separators - on components */
.c4-bg .heading::before, .c4-bg .secondary-heading::before { background: rgba(var(--c4-highlight), 1); }

.c4-bg .heading::after, .c4-bg .secondary-heading::after { background: rgba(var(--c4-highlight), 1); }


/* Heading separators - on specific items */
.item.c4-bg .heading::before, .item.c4-bg .secondary-heading::before { background: rgba(var(--c4-highlight), 1); }

.item.c4-bg .heading::after, .item.c4-bg .secondary-heading::after { background: rgba(var(--c4-highlight), 1); }

.inner.c4-bg .heading::before, .inner.c4-bg .secondary-heading::before { background: rgba(var(--c4-highlight), 1); }

.inner.c4-bg .heading::after, .inner.c4-bg .secondary-heading::after { background: rgba(var(--c4-highlight), 1); }





/*	
--------------------------------------------------
Additional Colors - Content
-------------------------------------------------- 
*/

/* Solid Buttons */

.btn.c1-btn-bg, 
.btn-bg_c1-btn-bg .btn {
    background: rgba(var(--c1-btn-bg-color1), 1);
}

.c1-btn-bg:hover, 
.btn-bg_c1-btn-bg .btn:hover,
.btn.c1-btn-bg:focus, 
.btn-bg_c1-btn-bg .btn:focus,
.btn.c1-btn-bg:active, 
.btn-bg_c1-btn-bg .btn:active {
    background: rgba(var(--c1-btn-bg-color1), 1);
}

/* Linear Buttons */

.btn.c1-btn-bg.c1-btn-bg-linear, 
.btn-bg_c1-btn-bg.c1-btn-bg-linear .btn {
    background: linear-gradient(var(--c1-btn-bg-angle), rgba(var(--c1-btn-bg-color1), 1) 0%, rgba(var(--c1-btn-bg-color2), 1) 100%); 
}

.c1-btn-bg.c1-btn-bg-linear:hover, 
.btn-bg_c1-btn-bg.c1-btn-bg-linear .btn:hover,
.btn.c1-btn-bg.c1-btn-bg-linear:focus, 
.btn-bg_c1-btn-bg.c1-btn-bg-linear .btn:focus,
.btn.c1-btn-bg.c1-btn-bg-linear:active, 
.btn-bg_c1-btn-bg.c1-btn-bg-linear .btn:active {
    background: linear-gradient(var(--c1-btn-bg-angle), rgba(var(--c1-btn-bg-color1), 1) 0%, rgba(var(--c1-btn-bg-color2), 1) 100%); 
}

/* Radial Buttons */

.btn.c1-btn-bg.c1-btn-bg-radial, 
.btn-bg_c1-btn-bg.c1-btn-bg-radial .btn {
    background: radial-gradient(farthest-side at var(--c1-btn-bg-start-perc) var(--c1-btn-bg-stop-perc), rgba(var(--c1-btn-bg-color1), 1) 0%, rgba(var(--c1-btn-bg-color2), 1) 100%); 
}

.c1-btn-bg.c1-btn-bg-radial:hover, 
.btn-bg_c1-btn-bg.c1-btn-bg-radial .btn:hover,
.btn.c1-btn-bg.c1-btn-bg-radial:focus, 
.btn-bg_c1-btn-bg.c1-btn-bg-radial .btn:focus,
.btn.c1-btn-bg.c1-btn-bg-radial:active, 
.btn-bg_c1-btn-bg.c1-btn-bg-radial .btn:active {
    background: radial-gradient(farthest-side at var(--c1-btn-bg-start-perc) var(--c1-btn-bg-stop-perc), rgba(var(--c1-btn-bg-color1), 1) 0%, rgba(var(--c1-btn-bg-color2), 1) 100%); 
}


/* Solid Buttons - inner <span> hover */

.btn.c1-btn-bg-hover:hover > span, 
.btn.c1-btn-bg-hover:focus > span, 
.btn.c1-btn-bg-hover:active > span, 
.btn-bg_c1-btn-bg-hover .btn:hover > span, 
.btn-bg_c1-btn-bg-hover .btn:focus > span, 
.btn-bg_c1-btn-bg-hover .btn:active > span,
a:hover .btn.c1-btn-bg-hover > span, 
a:focus .btn.c1-btn-bg-hover > span, 
a:active .btn.c1-btn-bg-hover > span,
.btn.c1-btn-bg-hover-solid:hover > span, 
.btn.c1-btn-bg-hover-solid:focus > span, 
.btn.c1-btn-bg-hover-solid:active > span, 
.btn-bg_c1-btn-bg-hover-solid .btn:hover > span, 
.btn-bg_c1-btn-bg-hover-solid .btn:focus > span, 
.btn-bg_c1-btn-bg-hover-solid .btn:active > span,
a:hover .btn.c1-btn-bg-hover-solid > span, 
a:focus .btn.c1-btn-bg-hover-solid > span, 
a:active .btn.c1-btn-bg-hover-solid > span {
    background: rgba(var(--c1-btn-bg-hover-color1), 1);
}


/* Linear Buttons - inner <span> hover */

.btn.c1-btn-bg.c1-btn-bg-hover-linear:hover > span, 
.btn.c1-btn-bg.c1-btn-bg-hover-linear:focus > span, 
.btn.c1-btn-bg.c1-btn-bg-hover-linear:active > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-linear .btn:hover > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-linear .btn:focus > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-linear .btn:active > span,
a:hover .btn.c1-btn-bg.c1-btn-bg-hover-linear > span, 
a:focus .btn.c1-btn-bg.c1-btn-bg-hover-linear > span, 
a:active .btn.c1-btn-bg.c1-btn-bg-hover-linear > span {
    background: linear-gradient(var(--c1-btn-bg-hover-angle), rgba(var(--c1-btn-bg-hover-color1), 1) 0%, rgba(var(--c1-btn-bg-hover-color2), 1) 100%); 
}


/* Radial Buttons - inner <span> hover */

.btn.c1-btn-bg.c1-btn-bg-hover-radial:hover > span, 
.btn.c1-btn-bg.c1-btn-bg-hover-radial:focus > span, 
.btn.c1-btn-bg.c1-btn-bg-hover-radial:active > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-radial .btn:hover > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-radial .btn:focus > span, 
.btn-bg_c1-btn-bg.c1-btn-bg-hover-radial .btn:active > span,
a:hover .btn.c1-btn-bg.c1-btn-bg-hover-radial > span, 
a:focus .btn.c1-btn-bg.c1-btn-bg-hover-radial > span, 
a:active .btn.c1-btn-bg.c1-btn-bg-hover-radial > span { 
    background: radial-gradient(farthest-side at var(--c1-btn-bg-hover-start-perc) var(--c1-btn-bg-hover-stop-perc), rgba(var(--c1-btn-bg-hover-color1), 1) 0%, rgba(var(--c1-btn-bg-hover-color2), 1) 100%); 
}


/* Button Borders */

.btn.c1-btn-borders, 
.btn-borders_c1-btn-borders .btn {
    border-color: rgba(var(--c1-btn-borders), 1);
}

/* Button Borders Hover */

.btn.c1-btn-borders:hover, 
.btn-borders_c1-btn-borders .btn:hover,
.btn.c1-btn-borders:focus, 
.btn-borders_c1-btn-borders .btn:focus,
.btn.c1-btn-borders:active, 
.btn-borders_c1-btn-borders .btn:active,
a:hover .btn.c1-btn-borders, 
a:focus .btn.c1-btn-borders, 
a:active .btn.c1-btn-borders {
    border-color: rgba(var(--c1-btn-borders-hover), 1);
}


/* Button Text */

.btn.c1-btn-text, 
.btn-text_c1-btn-text .btn {
    color: rgba(var(--c1-btn-text), 1);
}

/* Button Text Hover */

.btn.c1-btn-text:hover, 
.btn-text_c1-btn-text .btn:hover,
.btn.c1-btn-text:focus, 
.btn-text_c1-btn-text .btn:focus,
.btn.c1-btn-text:active, 
.btn-text_c1-btn-text .btn:active,
a:hover .btn.c1-btn-text, 
a:focus .btn.c1-btn-text, 
a:active .btn.c1-btn-text {
    color: rgba(var(--c1-btn-text-hover), 1);
}


/* Buttons box shadows */
.btn.c1-btn-borders:hover, 
.btn.c1-btn-borders:focus, 
.btn.c1-btn-borders:active { 
    box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-btn-borders-hover), var(--btn-box-shadow_o)); 
}

.btn-borders_c1-btn-borders .btn:hover, 
.btn-borders_c1-btn-borders .btn:focus, 
.btn-borders_c1-btn-borders .btn:active { 
    box-shadow: var(--btn-box-shadow_h) var(--btn-box-shadow_v) var(--btn-box-shadow_b) rgba(var(--c1-btn-borders-hover), var(--btn-box-shadow_o)); 
}


/* Basic buttons */
.basic-buttons .btn.c1-btn-text, 
.basic-buttons .btn-text_c1-btn-text .btn { 
    color: rgba(var(--c1-btn-bg), 1); 
}

.basic-buttons .btn.c1-btn-text:hover, 
.basic-buttons .btn.c1-btn-text:focus, 
.basic-buttons .btn.c1-btn-text:active, 
.basic-buttons .btn-text_c1-btn-text .btn:hover, 
.basic-buttons .btn-text_c1-btn-text .btn:focus, 
.basic-buttons .btn-text_c1-btn-text .btn:active { 
    color: rgba(var(--c1-btn-bg-hover), 1); 
}




.feature-item .item.item_text-right .meta {
    display: none;
}
@media (min-width: 992px) {
    .feature-item .item.item_text-right .meta {
        left: 45%;
        display: block;
    }
}
@font-face {
    font-family: "garagegothicbold";
    src: url("/css/fonts/garage_gothic_bold-webfont.eot");
    src: url("/css/fonts/garage_gothic_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/garage_gothic_bold-webfont.woff2") format("woff2"), url("/css/fonts/garage_gothic_bold-webfont.woff") format("woff"),
        url("/css/fonts/garage_gothic_bold-webfont.ttf") format("truetype"), url("/css/fonts/garage_gothic_bold-webfont.svg#garagegothicbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: "garagegothicbold", sans-serif;
}
h2 {
    font-family: "garagegothicbold", sans-serif;
}
h3 {
    font-family: "garagegothicbold", sans-serif;
}
h4 {
    font-family: "garagegothicbold", sans-serif;
}
h5 {
    font-family: "garagegothicbold", sans-serif;
}
h6 {
    font-family: "garagegothicbold", sans-serif;
}
p.heading,
span.heading {
    font-family: "garagegothicbold", sans-serif;
}
p.heading.sm,
span.heading.sm {
    font-family: "garagegothicbold", sans-serif;
}
p.heading.lg,
span.heading.lg {
    font-family: "garagegothicbold", sans-serif;
}
.secondary-heading {
    font-family: "garagegothicbold", sans-serif;
}
.secondary-heading.sm {
    font-family: "garagegothicbold", sans-serif;
}
.secondary-heading.lg {
    font-family: "garagegothicbold", sans-serif;
}
blockquote,
blockquote p.quote,
.quote {
    font-family: "garagegothicbold", sans-serif;
}
blockquote p.quote.sm,
.quote.sm {
    font-family: "garagegothicbold", sans-serif;
}
blockquote p.quote.lg,
.quote.lg {
    font-family: "garagegothicbold", sans-serif;
}
.btn {
    font-family: "garagegothicbold", sans-serif;
}
.btn.btn-sm {
    font-family: "garagegothicbold", sans-serif;
}
.btn.btn-lg {
    font-family: "garagegothicbold", sans-serif;
}
.btn,
button.btn,
.btn a:hover,
.btn a:active,
.btn span,
button.btn span,
.btn a:hover span,
.btn a:active span,
body:not(.button-underline-link-hover) .btn a:hover,
body:not(.button-underline-link-hover) .btn a:focus,
body:not(.button-underline-link-hover) .btn a:active,
body:not(.button-underline-link-hover) a:hover .btn,
body:not(.button-underline-link-hover) a:focus .btn,
body:not(.button-underline-link-hover) a:active .btn,
body:not(.button-underline-link-hover) .btn:hover,
body:not(.button-underline-link-hover) .btn:focus,
body:not(.button-underline-link-hover) .btn:active,
body:not(.button-underline-link-hover) .nav-button-link:hover,
body:not(.button-underline-link-hover) .nav-button-link:focus,
body:not(.button-underline-link-hover) .nav-button-link:active {
    border-bottom-left-radius: 0 !important;
}
nav.main > ul {
    font-family: "garagegothicbold", sans-serif;
}
nav.main ul > li.active > span::before {
    opacity: 0 !important;
}
nav.secondary > ul {
    font-family: "garagegothicbold", sans-serif;
}
nav.main > ul ul,
nav.secondary > ul .dropdown-menu,
nav.secondary > ul .dropdown-menu a {
    font-family: "garagegothicbold", sans-serif;
}
nav.sub > ul {
    font-family: "garagegothicbold", sans-serif;
}
nav.footer-navigation {
    padding-top: calc(var(--base-spacing) * 1);
}
footer#site-footer {
    padding-bottom: 0 !important;
}
.footer-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}
footer .row.listing {
    padding-bottom: 150px;
}
.bottom-footer {
    padding-top: 10px;
    color: white;
    background: #1b4a88;
}
.bottom-footer a {
    color: white;
}
.breadcrumb-trail ol.breadcrumb {
    font-family: "garagegothicbold", sans-serif;
}
.component.usn_cmp_anchornavigation ul.nav {
    font-family: "garagegothicbold", sans-serif;
}
.repeatable .tab {
    font-family: "garagegothicbold", sans-serif;
}
header#site-header #logo.no-image span {
    font-family: "garagegothicbold", sans-serif;
}
.mob-logo-bg {
    position: fixed;
    top: 0;
    left: -80px;
    width: 98%;
    height: 115px;
    background: url(../../../media/ixjhoede/mobilelogo.png) no-repeat;
    background-size: 100%;
    background-position: 0 0;
    z-index: 90;
    max-width: 420px;
    opacity: 1;
}
header#site-header a.expand {
    text-indent: -1px;
    line-height: 41px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    top: -6px;
}
header#site-header a.expand span:before {
    top: -8px;
}
header#site-header a.expand span:before,
header#site-header a.expand span,
header#site-header a.expand span:after {
    height: 2px;
}
body.header-01-sm header#site-header #logo a {
    display: none;
}
.nav-up header#site-header #logo:after,
.nav-up header#site-header #logo {
    opacity: 0;
}
.has-heading-seperator-above h1::before,
.has-heading-seperator-below h1::after,
.has-heading-seperator-above h2::before,
.has-heading-seperator-below h2::after,
.has-heading-seperator-above h3::before,
.has-heading-seperator-below h3::after,
.has-heading-seperator-above h4::before,
.has-heading-seperator-below h4::after,
.has-heading-seperator-above h5::before,
.has-heading-seperator-below h5::after,
.has-heading-seperator-above h6::before,
.has-heading-seperator-below h6::after,
.has-heading-seperator-above .heading::before,
.has-heading-seperator-below .heading::after,
.has-secondary-heading-seperator-above .secondary-heading::before,
.has-secondary-heading-seperator-below .secondary-heading::after {
    display: none;
}
nav.social ul li a img {
    border-radius: 50px;
}
header#site-header .form-control:not(:focus) {
    border: 2px solid #3064a8;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 30px;
}
header#site-header a.expand {
    text-indent: 0;
    line-height: 46px;
}
header#site-header a.expand span {
    font-family: "garagegothicbold";
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
}
header#site-header a.expand span:before,
header#site-header a.expand span,
header#site-header a.expand span:after {
    width: calc(var(--expand-nav-width) / 2.2);
}
header#site-header a.expand span:before,
header#site-header a.expand span,
header#site-header a.expand span:after {
    height: 0.11rem;
}
body.header-01-sm header#site-header nav {
    margin-bottom: -1px;
}
.head-call-btn {
    position: absolute;
    top: 16px;
    right: 60px;
    z-index: 99999;
    width: 30px;
    text-indent: 0;
    text-decoration: none !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-call-btn svg {
    margin: 2px 0px 0px;
}
.head-call-btn span {
    font-size: 17px;
    font-family: "garagegothicbold", sans-serif;
    color: white !important;
    text-transform: uppercase !important;
}
.item .image {
    width: 100% !important;
    border-radius: 15px !important;
    border-bottom-left-radius: 0px !important;
}
.item .image.background-image {
    border-radius: 0px !important;
}
.cta-footer-section .component-background-image:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(234, 234, 234, 1) 60%, rgba(234, 234, 234, 0) 100%);
    display: block;
    z-index: 1;
}
.cta-footer-section .component-inner {
    z-index: 2;
}
.cta-footer-section.content .component-introduction {
    padding-bottom: 0;
}
.cta-footer-section .component-introduction .info.col {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 80%;
}
.footer-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.home-hero.item .image:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 1) 100%);
    display: block;
    z-index: 1;
}
.home-hero.item .image::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(48, 100, 168, 1) 0%, rgba(48, 100, 168, 0.7) 40%, rgba(48, 100, 168, 0) 100%);
    display: block;
    z-index: 2;
}
.component.usn_cmp_banner .item.home-hero.item_medium-banner {
    background: none;
}
.home-hero .inner .info.col .text {
    position: relative;
    margin: 0 auto !important;
    width: 80%;
}
.home-hero .c1-bg,
.home-hero.item.item_overlay .inner .image.c1-bg::before,
.usn_cmp_banner .home-hero.item.item_overlay.c1-bg .inner::before {
    background: none !important;
}
.component.usn_cmp_banner .home-hero.item .info {
    padding: 60px var(--base-half-spacing) 100px;
}
.component.usn_cmp_banner .item.home-hero.item_medium-banner {
    height: 550px;
}
html.no-touch body.header-14-lg header#site-header nav.main > ul > li:hover > span::before,
body.header-14-lg header#site-header nav.main > ul > li:focus > span::before,
body.header-14-lg header#site-header nav.main > ul > li:active > span::before,
body.header-14-lg header#site-header nav.main > ul > li.active > span::before,
body.header-14-lg header#site-header nav.main > ul > li.open-child > span::before {
    height: 0;
    width: 0;
}
nav.main ul > li > ul {
    transition: none !important;
}
html[dir="ltr"] body.header-14-lg header#site-header nav.main > ul > li.has-child > span > a:hover,
html[dir="ltr"] body.header-14-lg header#site-header nav.main > ul > li:hover.has-child > span > a {
    color: #5eaf3b;
}
.home-tabs .tabs {
    display: none;
}
.home-tabs .tab-content {
    border-color: #eaeaea !important;
    border-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    padding: 30px 80px 30px 30px !important;
}
.side-tabs {
    position: absolute;
    right: 12px;
    top: 46px;
    display: flex;
    width: 40px;
    flex-direction: column;
}
.side-tabs .btn,
.side-tabs .btn:hover,
.side-tabs .btn:active,
body:not(.button-underline-link-hover) .side-tabs .btn:hover,
body:not(.button-underline-link-hover) .side-tabs .btn:focus {
    border-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    line-height: 38px !important;
    color: white;
}
.side-tabs .btn {
    background: #3064a8 !important;
}
.side-tabs .btn:hover,
.side-tabs .btn:active {
    background: #1b4a88 !important;
}
.item .image {
    width: 100% !important;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    border-radius: 50px !important;
    background-color: rgba(var(--base-bg-color1), 0.4) !important;
}
.form-control,
.form-group.dropdown::after,
.form-group.date::after {
    min-height: 50px;
    border-radius: 14px;
    border: 2px solid #3064a8;
}
.umbraco-forms-label {
    font-weight: bold;
}
fieldset.umbraco-forms-fieldset .row {
    background: #eaeaea;
    margin-left: -15px;
    border-radius: 15px;
    padding: 30px 15px;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
}
.radio label,
.checkbox label {
    padding: 0 20px;
    display: inline-flex;
    line-height: 1;
}
legend {
    font-family: "garagegothicbold", sans-serif;
    font-size: 38px;
    color: #3064a8;
}
.mentoring-form .form > .inner {
    border-radius: 15px;
    border-bottom-left-radius: 0;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
}
.mentoring-form .radio label input[type="radio"] {
    position: absolute;
    top: 6px;
    left: 10px;
    margin: 0;
    width: auto;
}
.mentoring-form .radio label {
    background: #fbfbfb;
    color: black;
    padding: 5px 30px;
    border-radius: 15px;
    cursor: pointer;
}
.mentoring-form .radio label:hover {
    background: lightgrey;
    color: black;
}
.heading.umbraco-forms-caption {
    font-size: 42px;
    color: #3064a8 !important;
}
.umbraco-forms-fieldset .heading {
    font-size: 32px;
    color: #3064a8;
}
.answers {
    align-items: center;
}
.wizard-btns .btn-primary,
.wizard-btns .btn-primary:hover {
    color: #fff;
    background-color: #3064a8;
    border-color: #3064a8;
}
.wizard-btns .btn:hover {
    color: #fff;
    background-color: #1b4a88 !important;
    border-color: #1b4a88 !important;
}
.question ul {
    font-size: 22px;
    font-family: "lato";
    line-height: 1.3;
    text-align: left;
    margin-left: 15%;
}
.listing_links .item .meta {
    display: none;
}
.stats {
}
.stats .item .image {
    width: 100% !important;
    max-width: 130px;
    margin: 0px auto 20px auto !important;
}
.stats .item {
    margin: 0px auto !important;
}
.listing .item.brushoverlay {
    position: absolute;
    top: 0;
    z-index: 9;
    padding: 20px;
}
.listing .item.brushbase {
    padding: 60px;
}
.testimonials .c2-text {
    width: 100%;
    margin: 0 auto !important;
    color: #000000 !important;
}
.testimonials .item .inner,
.testimonials .item .image,
.testimonials .item .image::before {
    border-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
}
.testimonials .c3-bg.c3-bg-linear,
.testimonials .item.item_overlay .inner .image.c3-bg.c3-bg-linear::before,
.testimonials .usn_cmp_banner .item.item_overlay.c3-bg.c3-bg-linear .inner::before {
    background: linear-gradient(var(--c3-bg-angle), rgba(var(--c3-bg-color1), 0.2) 0%, rgba(var(--c3-bg-color2), 1) 100%);
}
.testimonials .item.item_overlay .image::before {
    opacity: 0.8;
}
.testimonials .row.slides.slick-slider:not(.listing_no-spacing) .slick-prev {
    left: 25px;
}
.testimonials .row.slides.slick-slider:not(.listing_no-spacing) .slick-next {
    right: 25px;
}
.testimonials p.heading.lg {
    font-size: 54px;
}
.stories-listing .item .inner,
.stories-listing .item .image,
.stories-listing .item .image::before {
    border-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
}
.quote-section blockquote,
.quote-section blockquote p.quote,
.quote {
    font-family: "Lato", sans-serif;
    color: black !important;
    width: 90%;
    margin: 0 auto;
    overflow: visible;
    padding-top: 35px;
    font-size: 17px;
}

.quote-section .item .meta.base-text {
    width: 80%;
    margin: 0 auto;
}
.quote-section .item .meta.base-text p.person {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .quote-section .item .meta.base-text, .quote-section .item .meta.base-text p.person {
        width: 80%!important;
        margin: 0 auto;
    }   
}

.quote-section .slick-slider .slick-dots li > button {
    background: #3f9d16;
    transition: all 0.4s ease-in-out 0s;
}
.quote-section .slick-slider .slick-dots li.slick-active > button {
    background: #3f9d16;
    width: 20px;
    height: 20px;
    top: -3px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.quote-section blockquote::before,
.quote-section .base-bg blockquote::before,
.quote-section .component .component.base-bg div > blockquote::before {
    color: #3f9d16 !important;
    font-size: 42px;
    top: 0px;
}
.quote-section .slick-slider .slick-prev,
.quote-section .slick-slider .slick-next {
    background-color: rgb(63 157 22 / 14%) !important;
}
.quote-section .c1-bg blockquote,
.quote-section .c1-bg blockquote p.quote,
.c1-bg .quote {
    color: white !important;
}
.quote-section .c1-bg .slick-slider .slick-dots li > button {
    background: white;
}
.quote-section .c1-bg .slick-slider .slick-dots li.slick-active > button {
    background: white;
}
.quote-section .c1-bg blockquote::before,
.quote-section .base-bg .c1-bg blockquote::before,
.quote-section .component.c1-bg .component.base-bg div > blockquote::before {
    color: white !important;
}
.form > .inner {
    border-radius: 15px;
    border-bottom-left-radius: 0;
}
.signpost-card.item .inner,
.signpost-card.item .image,
.signpost-card.item .image::before {
    border-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
}
.signpost-card.item.item_overlay .inner .image.c3-bg.c3-bg-linear::before,
.signpost-card.item.item_overlay .image::before {
    background: linear-gradient(var(--c3-bg-angle), rgba(var(--c3-bg-color1), 0.2) 0%, rgba(var(--c3-bg-color2), 1) 100%);
    opacity: 0.8;
}
.signpost-card.item.item_text-boxed .image + .info.align-self-center {
    bottom: 0;
    transform: none;
    background: white;
    margin: 20px;
    border-radius: 8px;
    max-width: 100%;
    top: 0%;
    border-bottom-left-radius: 0;
}
.signpost-card p.heading {
    color: #3064a8 !important;
    font-size: 32px;
}
body.content-underline-link-hover #site-content .signpost-card.item a:not(.btn):not(.nav-button-link):hover .heading {
    text-decoration: none !important;
}
.signpost-card .text {
    color: black;
    line-height: 1.3;
}
.signpost-card a:hover p.link .btn,
.signpost-card p.link .btn,
.signpost-card .btn:not(:hover):not(:focus):not(:active),
.signpost-card p.link .btn span,
.signpost-card p.link .btn:hover span,
.signpost-card p.link .btn:focus span,
.signpost-card .btn a:not(:hover):not(:focus):not(:active) span,
.signpost-card a:not(:hover):not(:focus):not(:active) .btn,
.signpost-card .btn:not(:hover):not(:focus):not(:active),
.signpost-card .nav-button-link:not(:hover):not(:focus):not(:active) {
    position: absolute;
    top: -19px;
    right: -28px;
    font-size: 0;
    background: none !important;
}
.signpost-card p.link .btn i {
    font-size: 44px !important;
    color: #3f9d16;
}
.listing.listing_links:not(.listing_links-mini) .item {
    margin-bottom: 10px;
}
.link-cards .listing.listing_links:not(.listing_links-mini) .item a {
    border-radius: 15px !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #eaeaea !important;
    margin: 10px;
    height: 100%;
}
.link-cards .listing.listing_links:not(.listing_links-mini) {
    border: none;
}
.link-cards i.usn_ion-md-link {
    transform: rotate(-90deg);
    font-size: 28px;
    color: #3f9d16;
}
.link-cards i.usn_ion-md-link:before {
    content: "\f125" !important;
}
.usn_ion.usn_ion-md-open,
.usn_ion-md-open {
    display: none !important;
}
.center-vertical {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.boxed-pods .item .inner {
    border-radius: 12px;
    height: 100%;
}
.usn_cmp_pods .item .inner,
.form > .inner,
.usn_cmp_pods .item .image,
.usn_cmp_pods .item .image::before,
.usn_cmp_pods .listing.listing_no-spacing,
.usn_cmp_pods .image-component .image,
.usn_cmp_pods .listing_window-mosaic .item,
.usn_cmp_pods .usn_cmp_splitcomponent .item.item_slideshow-block .slides {
    border-radius: 15px !important;
    border-bottom-left-radius: 0px !important;
}
.feature-item .info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
.feature-item .lg.c2-heading {
    font-size: 54px;
    margin: 30px 0px;
}
.feature-item .info a.btn {
    margin: 30px auto 0 0;
}
.feature-item .item .image img {
    width: 100%;
    min-height: 100%;
}
.feature-item .item .image {
    height: 100%;
}
.feature-item .listing.listing_no-spacing .item .image {
    border-radius: 0 !important;
}
.feature-item .item .inner {
    border-radius: 0 !important;
}
.feature-item .item.item_text-right .inner > a:not(.btn) {
    min-height: 320px !important;
}
.feature-item .item.item_text-right .inner > a:hover .btn {
    background: #1b4a88;
}
.feature-item .item-with-button {
    height: 100%;
    flex-flow: column nowrap;
    align-items: stretch;
}

@media (min-width: 768px) {
   .feature-item .info:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 180px;
    left: -179px;
    height: 100%;
    background-image: url(../../../media/3spfbbi0/subtraction-11-2x.png);
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: 9;
    background-repeat: no-repeat;
}

.feature-item .item.item_text-left .image + .info,
    .feature-item .item.item_text-right .image + .info {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
    .feature-item .item.item_text-left .image,
    .feature-item .item.item_text-right .image {
        flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        max-width: 45%;
    }
}
.video-pod .image.video {
    border-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
}

.funders  {
  padding-bottom: 0!important;
}
.funders .container {
    max-width: 1080px !important;
}
.funders .listing .item {
    margin: 0 auto;
    max-width: 80%;
}

.funders .listing.listing_window-mosaic:not(.listing_no-spacing) .item {
    margin-bottom: var(--base-half-spacing);
    max-width: 300px;
    max-height: 150px;
    margin: 0 auto!important;
}

.funders .listing.listing_window-mosaic:not(.listing_no-spacing) .item::before, .funders .listing.listing_window-mosaic:not(.listing_no-spacing) .item .inner {
    padding-top: 150px;
}

@media (min-width: 992px) {
    .funders .listing.listing_window-mosaic.basic-windows.windows-1:not(.listing_no-spacing) .item {
        height: var(--windows-4_basic_PX);
    }
    
    .funders .listing.listing_window-mosaic.basic-windows.windows-1:not(.listing_no-spacing) .item {
        height: var(--windows-4_basic);
        height: calc(var(--windows-4_basic) - var(--large-header) - 30px);
    }
    .funders .listing.listing_window-mosaic.basic-windows.windows-1:not(.listing_no-spacing) .item {
        width: var(--items-4);
        width: calc(var(--items-4) - 15px);
    }
    .funders .listing.listing_window-mosaic.basic-windows.windows-1:not(.listing_no-spacing) .item::before, .container .listing.listing_window-mosaic.basic-windows.windows-1:not(.listing_no-spacing) .item .inner {
        padding-top: var(--windows-4_basic_PX);
    }
}


.news-list {
}
.news-list .slick-slider .slick-prev {
    background-color: rgba(94, 175, 59, 0.2) !important;
}
.news-list .slick-slider .slick-next {
    background-color: rgba(94, 175, 59, 0.2) !important;
}
.usn_cmp_banner .brush-banner.item.item_overlay.c3-bg.c3-bg-linear .inner::before {
    background: transparent url(../../../media/ydyfkf3d/brushbannerbg.png) no-repeat !important;
    background-size: cover !important;
    background-position: 95% 100% !important;
}
.component.usn_cmp_banner .brush-banner.item .inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    z-index: 1;
    opacity: 1;
    height: 100%;
    width: 100%;
}
.brush-green-right:before {
    content: "";
    position: absolute;
    top: -20%;
    width: 28px;
    right: 0;
    height: 187px;
    background-image: url(../../../media/viubjcr4/rightbrush.png);
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.brush-blue-left:before {
    content: "";
    position: absolute;
    bottom: -5%;
    width: 32px;
    left: 0;
    height: 143px;
    background-image: url(../../../media/1uqhwtsf/leftbrush.png);
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.news-list .item .inner {
    border-radius: 15px;
}
.news-list .item .image:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 102%;
    left: -1px;
    height: 60px;
    background-image: url(../../../media/21fii1ay/subtraction-12-2x.png);
    background-position: center bottom;
    background-size: 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.news-list .item .image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.news-page .blog-listing-component .item .inner {
    border-radius: 15px;
}
.news-page .blog-listing-component .item .image:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 102%;
    left: -1px;
    height: 60px;
    background-image: url(../../../media/21fii1ay/subtraction-12-2x.png);
    background-position: center bottom;
    background-size: 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.news-page .blog-listing-component .item .image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.news-page nav.sub {
    border: none;
    background: #eaeaea;
    padding: 25px 20px 15px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
}
.news-page .feature-news {
    margin: 0 !important;
}
.news-page .feature-news .info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
.news-page .feature-news .lg.c2-heading {
    font-size: 54px;
    margin: 30px 0px;
}
.news-page .feature-news .item .image img {
    width: 100%;
    min-height: 100%;
}
.news-page .feature-news .item .image {
    height: 100%;
}
.news-page .feature-news .item {
    height: 100%;
    flex-flow: column nowrap;
    align-items: stretch;
}
.news-page .feature-news .info:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 180px;
    left: -179px;
    height: 100%;
    background-image: url(../../../media/3spfbbi0/subtraction-11-2x.png);
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.news-page .feature-news .item .inner {
    background: #eaeaea;
}
.news-page .feature-news .item .info {
    padding: 20px;
}
.news-page .feature-news .item.item_text-right:not(.item_has-bg) .meta {
    padding-bottom: 15px;
    padding-left: 20px;
}
.news-page .feature-news .item .text {
    max-width: 90%;
}
.news-page .feature-news .item .text p {
    font-size: 19px;
    line-height: 1.3;
}
.news-page .feature-news .item p.heading {
    font-size: 42px;
    line-height: 1.2;
}
.our-impact.item {
    margin: 0 auto !important;
}
.our-impact.item .base-bg,
.our-impact.item.item_overlay .inner .image.base-bg::before {
    background: none !important;
}
.our-impact p.heading.lg,
.our-impact span.heading.lg {
    color: white !important;
    font-size: 80px;
    line-height: 1;
}
.our-impact p.secondary-heading,
.our-impact span.secondary-heading {
    color: white !important;
    font-size: 20px;
    text-transform: none;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    width: 80%;
    margin: 0 auto !important;
}
.our-impact.item.item_text-boxed .image + .info.align-self-center {
    max-width: 285px;
}
.our-impact.item .image {
    max-width: 285px;
    margin: 0 auto;
}
.repeatable.accordion.tab-basic .tab .nav-link.collapsed {
    border-radius: var(--base-border-radius);
    border: none;
    background: #ebebeb;
    border-radius: 8px;
    margin-bottom: 7px;
}
.repeatable.tab-basic .tab .nav-link {
    color: rgba(var(--base-link-hover), 1);
    border-color: #ebebeb;
    background: #ebebeb;
    border-radius: 8px;
    margin-bottom: 7px;
}
.repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover,
.repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover {
    color: rgba(var(--base-link-hover), 1);
    background: rgba(var(--base-borders), 0.25);
}
.repeatable.accordion .repeatable-content {
    border: none;
}
.item.rounded.item_overlay .inner .image.c3-bg.c3-bg-linear::before,
.usn_cmp_banner .item.rounded.item_overlay.c3-bg.c3-bg-linear .inner::before,
.item.rounded.item_overlay.c3-bg.c3-bg-linear .inner {
    border-radius: 20px;
}
.medium-icon.item .image img {
    width: 140px;
    height: auto;
}
.medium-icon.item .image img {
    width: 100px;
    height: auto;
}
.funders .listing.listing_window-mosaic:not(.listing_no-spacing) .item .inner .image {
    background-size: 99%;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    body.header-01-sm header#site-header nav.main {
        padding-top: 50px;
        background: white;
    }
    body.header-01-sm header#site-header nav.secondary,
    body.header-01-sm header#site-header nav.cta-links {
        background: white;
    }
    body.header-01-sm header#site-header nav.cta-links {
        background: white;
        -ms-flex-order: 6;
        order: 6;
    }
    body:not(.header-03-sm) nav.main > ul {
        border: none;
    }
    nav.main ul li span a {
        padding: 8px 20px;
        color: #3064a8 !important;
        font-size: 26px !important;
        letter-spacing: 0;
    }
    nav.secondary ul li span a,
    nav.secondary ul li span div,
    nav.secondary > ul > li > a {
        padding: 8px 5px;
        color: #3064a8 !important;
        font-size: 26px !important;
        letter-spacing: 0;
    }
    body:not(.header-03-sm) nav.main ul li {
        border: none;
    }
    .directional-icons-chevron nav.main ul li.has-child.open-child_mobile > span::after,
    .directional-icons-chevron nav.main ul li.has-child > span::after,
    .directional-icons-chevron nav.main ul ul li.has-child > span::after {
        color: #3064a8 !important;
    }
    nav.main ul > li.open-child_mobile > ul {
        background: #eaeaea;
        padding: 0px 19px;
    }
    body.header-01-sm header#site-header .site-search {
        -ms-flex-order: 7;
        order: 7;
        background: white;
        padding: 20px 20px;
    }
    section.p-0.content:not(.usn_cmp_banner) {
        padding: var(--pc-spacing_sm) 0 !important;
    }
    section.p-0.content:not(.usn_cmp_banner).footer-section,
    .footer-section {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 480px) {
    .signpost-card.item.item_text-boxed .image + .info.align-self-center {
        top: 20%;
    }
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-2,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-3,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-4,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-5,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-6,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-7,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-8 {
        flex: 0 0 var(--items-1);
        -ms-flex: 0 0 var(--items-1);
        max-width: var(--items-1);
    }
}
@media (min-width: 576px) {
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .container,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .row,
    .component.usn_cmp_banner .item.item_medium-banner .image,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .image .video {
        height: 600px !important;
    }
    .brush-green-right:before {
        top: -47%;
        right: -5px;
        width: 42px;
        height: 280px;
    }
    .brush-blue-left:before {
        bottom: -30%;
        width: 59px;
        left: 0;
        left: -5px;
        height: 264px;
    }
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: 0px;
    }
    .signpost-card.item.item_text-boxed .image + .info.align-self-center {
        top: 30%;
    }
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-2,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-3,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-4,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-5,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-6,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-7,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-8 {
        flex: 0 0 var(--items-1);
        -ms-flex: 0 0 var(--items-1);
        max-width: var(--items-1);
    }
    .listing:not(.listing_window-mosaic) .signpost-card.item:not(.items-1):nth-last-child(2),
    .listing:not(.listing_window-mosaic) .signpost-card.item:not(.items-1):nth-last-child(1) {
        margin-bottom: var(--base-spacing) !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .listing .item.brushoverlay {
        padding: 20px;
    }
    .listing .item.brushbase {
        padding: 60px;
    }
    .listing:not(.listing_window-mosaic) .signpost-card.item:not(.items-1):nth-last-child(2),
    .listing:not(.listing_window-mosaic) .signpost-card.item:not(.items-1):nth-last-child(1) {
        margin-bottom: var(--base-spacing) !important;
    }
}
@media (min-width: 768px) {
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .container,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .row,
    .component.usn_cmp_banner .item.item_medium-banner .image,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .image .video {
        height: 700px !important;
    }
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: 0;
        background-position: 95% 100% !important;
    }
    .feature-item .item-with-button {
        height: 100%;
        flex-flow: row nowrap;
        align-items: stretch;
    }
    .signpost-card.item.item_text-boxed .image + .info.align-self-center {
        top: 0%;
    }
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-2,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-3,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-4,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-5,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-6,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-7,
    .row:not(.slides):not(.listing_window-mosaic) .signpost-card.item.items-8 {
        flex: 0 0 var(--items-2);
        -ms-flex: 0 0 var(--items-2);
        max-width: var(--items-2);
    }
}
@media (min-width: 992px) {
    body.header-01-sm header#site-header #logo a {
        display: block;
    }
    .mob-logo-bg {
        display: none;
    }
    body.header-01-sm header#site-header nav.main {
        margin-top: 0px;
    }
    body.header-01-sm header#site-header nav.main {
        flex-direction: row;
    }
    body.header-14-lg header#site-header #logo img {
        height: 60px;
    }
    header#site-header .container {
        max-width: 960px;
    }
    header#site-header #logo {
        z-index: 7;
        opacity: 1;
    }
    header#site-header #logo a {
        z-index: 9;
        position: relative;
    }
    header#site-header #logo:after {
        content: "";
        position: absolute;
        top: -35px;
        left: -155px;
        width: 674px;
        height: 180px;
        background: url(../../../media/nhhlzkci/logobgx2.png) no-repeat;
        background-size: 100%;
        background-position: 0 0;
        z-index: 8;
        opacity: 1;
    }
    .footer-logo {
        width: 320px;
    }
    footer .row.listing {
        padding-bottom: 50px;
    }
    .mentoring-form .form > .inner {
        width: 75%;
    }
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .container,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .row,
    .component.usn_cmp_banner .item.item_medium-banner .image,
    .component.usn_cmp_banner .item.home-hero.item_medium-banner .image .video {
        height: 540px !important;
    }
    .component.usn_cmp_banner .home-hero.item .info {
        padding: 80px var(--base-half-spacing) 100px;
    }
    .home-hero .inner .info.col {
        flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .home-hero .inner .info.col .heading {
        width: 50%;
    }
    .home-hero .inner .info.col .text {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
    .repeatable .tab .nav-link {
        border-bottom-left-radius: 0 !important;
    }
    html[dir="ltr"].no-touch body.header-14-lg header#site-header nav.main ul > li:hover > ul,
    html[dir="ltr"].touch body.header-14-lg header#site-header nav.main ul > li.open-child > ul {
        right: 0;
        transform: translate(0%, 0%);
        position: fixed;
        top: 115px;
        padding: 30px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 0;
        box-shadow: 1px 3px 3px rgb(0 0 0 / 8%);
        min-height: 280px;
    }
    nav.main ul ul li:focus-within > span::before {
        width: 0px;
    }
    html[dir="ltr"] body.header-14-lg header#site-header nav.main ul > li:focus-within > ul {
        right: 0;
        transform: translate(0%, 0%);
        position: fixed;
        top: 115px;
        padding: 30px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 0;
        min-height: 280px;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col {
        width: 992px;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col {
        display: inline-block;
        flex-wrap: unset;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li {
        flex: none;
        display: block;
        width: 35%;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child {
        flex: none;
        width: 45%;
        display: inline-block;
        background: #3064a8;
        top: 20px;
        position: absolute;
        right: 20px;
        padding: 20px;
        height: calc(100% - 40px);
        border-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child:before {
        content: "";
        flex: none;
        width: 100%;
        display: block;
        background: #3064a8;
        top: 0;
        position: absolute;
        right: 0;
        opacity: 0.6;
        padding: 0;
        height: 100%;
        border-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:hover:last-child:before {
        opacity: 0.85;
        transition: opacity ease-in-out 0.2s;
    }
    body.header-14-lg nav.main ul > li > ul.multi-col > li:last-child span::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: calc(100% - 40px);
        font-size: 28px;
        line-height: 1.4;
        background: none;
    }
    body.header-14-lg nav.main ul > li > ul.multi-col > li:last-child span::after {
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        width: 90% !important;
        height: calc(100% - 80px);
        font-family: "Lato";
        font-size: 16px;
        line-height: 1.4;
        background: none;
    }
    html.no-touch nav.main ul ul li:last-child:not(.active):hover > span::after,
    nav.main ul ul li:last-child:not(.active):focus > span::after,
    nav.main ul ul li:last-child:not(.active):active > span::after,
    nav.main ul ul li:last-child:not(.active).open-child > span::after {
        color: white !important;
    }
    html.no-touch nav.main ul ul li:last-child:not(.active):hover > span::before,
    nav.main ul ul li:last-child:not(.active):focus > span::before,
    nav.main ul ul li:last-child:not(.active):active > span::before,
    nav.main ul ul li:last-child:not(.active).open-child > span::before {
        color: white !important;
        display: block !important;
        opacity: 1 !important;
        position: absolute;
        transition: none;
        background: none !important;
    }
    body.header-14-lg nav.main ul > li > ul.multi-col > li:last-child span {
        height: 100%;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child a,
    body.header-14-lg nav.main ul > li > ul.multi-col > li:last-child a {
        background: #d3420d;
        color: white;
        top: auto;
        bottom: 0px;
        position: absolute;
        left: 0px;
        padding: 0 20px;
        border-radius: 30px;
        font-size: 22px;
        border-bottom-left-radius: 0px;
        letter-spacing: 0;
        transition: opacity ease-in-out 0.2s;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child a:hover {
        background: #3064a8 !important;
        transition: opacity ease-in-out 0.2s;
    }
    body.header-14-lg nav.main > ul li.has-child ul > li > span > a,
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main > ul ul > li > span > a {
        padding: 4px var(--base-half-spacing);
    }
    body.header-14-lg nav.main ul > li > ul.multi-col > li:last-child a:hover,
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child a:active,
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col > li:last-child a:focus {
        background: #1b4a88;
        color: white;
    }
    body.header-14-lg header#site-header nav.cta-links .btn {
        padding: 0px 16px !important;
    }
    section.cta-footer-section .component-introduction .info.col {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 80%;
    }
    .funders .listing .item {
        margin: 0 auto;
        max-width: 100%;
    }
    .testimonials .c2-text {
        width: 70%;
    }
    .quote-section .row.slides .item.slick-slide {
        padding: 0;
    }
    .news-list .slick-slider .slick-prev {
        left: -45px !important;
    }
    .news-list .slick-slider .slick-next {
        right: -45px !important;
    }
    .brush-green-right:before {
        top: -23%;
        width: 74px;
        height: 495px;
    }
    .brush-blue-left:before {
        bottom: -45%;
        width: 92px;
        height: 415px;
    }
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: -300px;
        background-position: 100% 100% !important;
    }
    .listing .item.brushoverlay {
        padding: 30px;
    }
    .listing .item.brushbase {
        padding: 90px;
    }
    .news-page .feature-news .item .info {
        padding: 0px;
    }
    .news-page .feature-news .item.item_text-right:not(.item_has-bg) .meta {
        padding-bottom: 20px;
        padding-left: 0;
    }
    .news-page .feature-news .item .text {
        max-width: 70%;
    }
    .news-page .feature-news .item .text p {
        font-size: 22px;
        line-height: 1.4;
    }
    .news-page .feature-news .item p.heading {
        font-size: 48px;
        line-height: 1.3;
    }
    .item.item-blog.item_text-below.item_has-bg .info,
    .item.item-blog.item_text-left.item_has-bg .info,
    .item.item-blog.item_text-right.item_has-bg .info,
    .item.item-blog.item_text-above.item_has-bg .info {
        min-height: 280px;
    }
    .author-bio p.heading {
        padding-top: 10px;
    }
    .author-bio p.heading {
        font-size: 18px;
        font-family: "Lato", sans-serif;
    }
    .author-bio p.secondary-heading {
        font-size: 16px;
        font-family: "Lato", sans-serif;
    }
    .quote-section blockquote,
    .quote-section blockquote p.quote,
    .quote {
        font-size: 20px;
        width: 80%;
    }
    .head-call-btn {
        display: none;
    }
    .signpost-card.item.item_text-boxed .image + .info.align-self-center {
        top: 20%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col {
        width: 1080px;
    }
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: -400px;
    }
    .news-page .feature-news .item.item_text-right:not(.item_has-bg) .meta {
        padding-bottom: 50px;
    }
    .signpost-card.item.item_text-boxed .image + .info.align-self-center {
        top: 50%;
        max-width: 75%;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 1220px !important;
    }
    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg) nav.main ul > li > ul.multi-col {
        width: 1220px;
    }
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: -500px;
    }
    .news-page .feature-news .item.item_text-right:not(.item_has-bg) .meta {
        padding-bottom: 80px;
    }
    .news-page .feature-news .item .text {
        max-width: 50%;
    }
}
@media (min-width: 1500px) {
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: -600px;
    }
}
@media (min-width: 2000px) {
    .component.usn_cmp_banner .brush-banner.item .inner::before {
        left: -700px;
    }
}


        #wizard .answer {
            /*box-shadow: 0px 5px 8px #666 !important;*/
            width: 200px;
            height: 200px;
              color: #000;
              border:2px solid #eaeaea;
        }

        #wizard .btn-check {
            position: absolute;
            clip: rect(0,0,0,0);
        }

        #wizard .btn:not(:hover):not(:focus):not(:active) {
            color: #000;
        }
        
        #wizard .btn-check span {
            opacity: 0;
            color: #000;
        }
    
        #wizard .btn span {
            opacity: 1 !important;
            font-size: 2rem;
        }

        #wizard input[type="radio"]:checked + label {
           background-color: #eaeaea;
                      /*box-shadow: 0px 5px 8px #666 !important;*/
        }

        #wizard a.btn {
            background-color: #eaeaea;
            /*box-shadow: 0px 5px 8px #666 !important;*/
            margin: 1rem;
        }
        
        

/* ECWID */
h1.product-details__product-title, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store h1.product-details__product-title, .grid-product__title-inner {
    font-family: "garagegothicbold", sans-serif !important;
        line-height: .9!important;
    margin-top: 10px;
}

html#ecwid_html.usn body#ecwid_body .ec-size .ec-store {
    font-family: 'Lato',sans-serif!important;
}
html#ecwid_html.usn body#ecwid_body .ec-size .ec-store h1, html#ecwid_html.usn body#ecwid_body .ec-size .ec-store .ec-header-h1, html#ecwid_html.usn body#ecwid_body .ec-size .ec-store .product-details__product-title {
    font-family: "garagegothicbold", sans-serif !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button {
    position: relative;
    z-index: 1;
    background-color: rgb(211, 66, 13);
    border-bottom-left-radius: 0;
    font-family: "garagegothicbold", sans-serif!important;
    font-size: 22px!important;
    font-style: normal;
    font-weight: 400;
    padding: 5px 30px 4px 30px!important;
    display: inline;
    width: auto;
    min-height: 42px!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted:visited {
    color: #3064a8;
    transition: color .12s ease-out 0s;
    font-family: "garagegothicbold", sans-serif!important;
    font-size: 18px!important;
    font-weight: bold;
}

html#ecwid_html.usn body#ecwid_body .ec-size .ec-store .grid-product__title-inner {
        font-family: "garagegothicbold", sans-serif!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted:hover {
    color: #3064a8!important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--secondary .form-control__button {
    color: #fff!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--secondary .form-control__button:hover {
    border-color: #3064a8!important;
    background-color: #3064a8!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .breadcrumbs__link::before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3cf"!important;
    margin: 0 8px 0 0;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .ec-header-h4 {
    font-size: 32px!important;
    font-weight: 600;
    line-height: 1.3;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ecwid-productBrowser-CartPage .breadcrumbs__link::before,
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart__sidebar .breadcrumbs__link::before {
    content: ''!important;
    display: inline-block;
        margin: 0;
}

@media screen and (min-width: 0) and (max-width: 991px){
    body.header-01-sm header#site-header nav.shopping-cart {
        right: 90px!important;
    }
    body.header-01-sm header#site-header nav.shopping-cart:after {
        content: 'CART';
        font-size: 17px;
        font-family: "garagegothicbold", sans-serif;
        color: white !important;
        text-transform: uppercase !important;
        display: block;
        position: absolute;
        width: 30px;
        height: 20px;
        bottom: 11px;
        left: 50%;
        text-align: center;
        margin-left: -15px;
    }
    header#site-header nav.shopping-cart i {
        transform: translate(-50%,-75%);
    }
}
        
