

      :root {
        --font: 'Poppins';
        --alt-font: 'Poppins';
        --accent-color: #00835c;
        --secondary-color: #0aad0a;
        --link-color: #a9a9a9;
        --accent-highlight-color: #005038;
        --accent-highlight-background-color: #b6ffe9;
        --accent-tinted-color-70: #b3dace;
        --accent-tinted-color-80: #cce6de;
        --accent-tinted-color-90: #e6f3ef;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #00b680;
        --secondary-hover-color: #0ddd0d;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1499701412/zazd71fdlwwp9ucucoac.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/c0ff3b33-3b6a-4301-bbfa-05954314b9b7/hlh9z8pb945m-InstacartLogo_Kale.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/*CSS to change colors of Learner Activity on Learner Dashboard*/
.dashboard-stat--available .dashboard-stat__value {color:#6CB6FF;}

.dashboard-stat--started .dashboard-stat__value {color:#FFBE1D;}

.dashboard-stat--completed .dashboard-stat__value {color:#0AAD0A;}

.dashboard-stat--collaborations .dashboard-stat__value {color:#343538;}

@media only screen and (min-width: 64.063em) {
    .hero .hero__caption .hero__title {
        font-size: 2.00rem;
    }
}
.rotatingheader .featured-content-carousel-item__title {font-size: 24pt;}

/*CSS to hide Learner ability to retake Surveys*/ 
.retake-survey {display:none;}