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

      :root {
        --font: Sintony;
        --alt-font: Roboto;
        --accent-color: #38a19a;
        --secondary-color: #d31c62;
        --link-color: #6252a2;
        --accent-highlight-color: #1e5552;
        --accent-highlight-background-color: #e3f5f4;
        --accent-tinted-color-70: #c3e3e1;
        --accent-tinted-color-80: #d7eceb;
        --accent-tinted-color-90: #ebf6f5;
        --accent-contrast-color: #111;
        --accent-contrast-tinted-background-color: #fff;
        --accent-hover-color: #2b7b76;
        --secondary-hover-color: #e53d7d;
        --secondary-contrast-color: #fff;
        --link-hover-color: #9d92c8;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/0acaef26-9c75-4c93-a50d-970c38f7c704/hx8gdz40hluc-WhiteGradient.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/0acaef26-9c75-4c93-a50d-970c38f7c704/vfe06ui97b9d-DCMILogo-TransparentRGB.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* hide rating and image from article side bar. maintaining side bar so pdfs display */
.article-sidebar__rating {display:none}

/* hide daily activity on learner stats */
.dashboard-views__line {display:none}
.dashboard-views__line__label {display:none}
.dashboard-views__header {display:none}

/* Leaderboard widget suppressing elements to only have points display */
.award-leaderboard-standing__rank {display:none}
.featured-content-multi-carousel--badges {display:none}
.award-leaderboard-standing--leader {display:none}
.award-leaderboard-standing--header {display:none}

/* Changing text colors of article headers */
.article-content__header {
  color: #53B9B0;
}
        
 /* remove completed tags in resource bank */       
 .resource-bank .catalog-list-item__completed {display:none} 
 .resource-bank .catalog-list-item__completed {display:none} 
 
 
  /* remove overlay from banner*/    
 .homepage .featured-content-carousel-item__overlay {display:none} 
 .homepage .featured-content-carousel-item {
   width:100%;
 }
 
/*remove padding*/ 
 
.widget--featured-content_carousel{ padding:0 !important;


}
/*hide article img*/
.article-sidebar img{
  display:none;
}