@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");

      :root {
        --font: Montserrat;
        --alt-font: Montserrat;
        --accent-color: #026cb6;
        --secondary-color: #000000;
        --link-color: #026cb6;
        --accent-highlight-color: #014e84;
        --accent-highlight-background-color: #d2ecff;
        --accent-tinted-color-70: #b3d3e9;
        --accent-tinted-color-80: #cce2f0;
        --accent-tinted-color-90: #e6f0f8;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #038ae8;
        --secondary-hover-color: #1a1a1a;
        --secondary-contrast-color: #fff;
        --link-hover-color: #21a2fd;
      }
      
body { background: url('https://media.thoughtindustries.com/thoughtindustries/image/upload/v1/course-uploads/fe300757-f89e-4268-b3ae-999f2037bc86/rwvs4mla3wht-2025ASQPromoPowerPoint-Wide.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://media.thoughtindustries.com/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/fe300757-f89e-4268-b3ae-999f2037bc86/p6yqvusvc58y-ASQ-Full-Color-Logo-Small.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
