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

      :root {
        --font: Sintony;
        --alt-font: Sintony;
        --accent-color: #5271ff;
        --secondary-color: #ffffff;
        --link-color: #1983e6;
        --accent-highlight-color: #0021b8;
        --accent-highlight-background-color: #d2daff;
        --accent-tinted-color-70: #cbd4ff;
        --accent-tinted-color-80: #dce3ff;
        --accent-tinted-color-90: #eef1ff;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #859bff;
        --secondary-hover-color: #e6e6e6;
        --secondary-contrast-color: #111;
        --link-hover-color: #75b5f0;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/cd8fbb44-c627-47bf-87b5-91793e7fe745/0brmb9f8he1t-White.png'); background-repeat: repeat; background-size: auto; }
.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/cd8fbb44-c627-47bf-87b5-91793e7fe745/ymefyjidup53-SGDlogo1.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.course__testimonial > p {display: none;}

/*---Course Sidebar Links---*/
  .expandable-sidebar__buttons a {
    display: none;
  }

/*remove grey border lines*/
.container {
  box-shadow: none;
}

/*****style the 'view all' buttons on homepage*****/
.widget__title-cta {
  color: #018A93; 
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #018A93;
  margin-bottom: 100px !important;
  margin-top: -9px;
  max-width: 50%;
}

/* for styling the nav on the dashboard*/
.navigation-bar .top-bar-section ul li>a {text-transform: none; font-size: 16px;}
.navigation-bar .top-bar-section ul li>a {font-weight: 400 !important;}
.navigation-bar .top-bar-section ul.left {border-bottom: none; border-top:1px solid #e9e9e9; padding-top: 10px;}
.dashboard .top-bar {margin-top: 30px !important;}
  
/*add a line under the menu*/
.top-bar {
  margin-top:20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
}

@media only screen and (max-width: 766px) {
  
    /*move logo to center*/
    .company__beta-logo { display: block !important; margin-left: auto; margin-right: auto; }
}

@media only screen and (min-width: 800px) {
   /*padding to the left of the logo*/
   .home  .ember-view .company-logo__container {
     padding-left:17px;
     margin-top: 15px;
   }
}

/*---Remove Gutters---*/
.container {
  box-shadow:none;
  max-width:100%;
}
