/* Site Adjustments */

:root {
    --customer-grey: #444140;
    --customer-white: #FCFCFC;
    
   --ebrochure-radio-button-hover-bg: var(--customer-grey);
   --ebrochure-radio-button-hover-color: var(--customer-white);
   
   --hp-number-color: var(--primary-base-alt);
   
   --ebrochure-sidebar-text-color: #fff;
   
    --footer-desktop-corp-logo-width: 160px;
    --footer-mobile-corp-logo-width: 120px;

}

#ebrochure_submit:hover {
    background-color: var(--customer-grey);
    color: var(--customer-white);
}

.mapboxgl-marker svg path {
    fill: var(--background-1-base);
}

.ebrochure_page .sidebar .contact-info {
    background-color: #4E595D;
}