

      :root {
        --font: Barlow;
        --alt-font: Barlow;
        --accent-color: #e60094;
        --secondary-color: #e4ae2b;
        --link-color: #e60094;
        --accent-highlight-color: #800052;
        --accent-highlight-background-color: #ffcded;
        --accent-tinted-color-70: #f8b3df;
        --accent-tinted-color-80: #faccea;
        --accent-tinted-color-90: #fde6f4;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #ff1aad;
        --secondary-hover-color: #c39119;
        --secondary-contrast-color: #111;
        --link-hover-color: #ff4dc0;
      }
      

.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/33bdd2c1-2185-4fcf-abe3-4d9f6331c183/h4cspjmqdnfp-JTS-logo.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
body{
	font-family: 'Barlow', sans-serif;
	color:#6d6d63;
}

h1, h2, h3{
	font-weight:900;
	font-family: 'Barlow', sans-serif;
	
}

.learning-path-timeline-milestone__header{
  background-color:#E60094 !important;
  color:#fff !important;
}

.learning-path-criterion__label{
   color:#fff !important;
}

.learning-path-criterion:nth-of-type(1n){
  color:#fff !important;
}

.learning-path-criterion__value--pending{
  color: #fff !important;
}

.learning-path-milestone-item__description{
  font-size:18px;
}

.btn, button{
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	font-size:18px;
}

.dashboard-access-tab__label{
	color:#6d6d63;
	font-weight:700;
}

.dashboard-access-tab__count{
  color:#E60094;
}

/* HERO IMAGE OVERLAY */
.learning-content-hero__overlay {background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0)) !important;}

/* BACK BUTTON ON HERO */
.learning-content__back-button.active, .learning-content__back-button:active, .learning-content__back-button:focus, .learning-content__back-button:hover { color:#fff; background-color:#E60094 !important;}

/* HERO TEXT */
.learning-content-hero__caption h1, .learning-content-hero__caption h4 {
color: #fff !important;
text-shadow: 0px 0px 4px #999999 !important;
}
/* This will hide the account dropdown in the upper right  */
.dashboard-header-dropdown { display: none;}