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

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #4051c6;
        --secondary-color: #52abff;
        --link-color: #00bfa5;
        --accent-highlight-color: #2b378f;
        --accent-highlight-background-color: #dde0f5;
        --accent-tinted-color-70: #c6cbee;
        --accent-tinted-color-80: #d9dcf4;
        --accent-tinted-color-90: #eceef9;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #6775d2;
        --secondary-hover-color: #1f92ff;
        --secondary-contrast-color: #111;
        --link-hover-color: #00594d;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/4217a53f-fac6-46ab-9f25-fe3d7ab4a91e/7zxje1gwutis-TI_background'); background-attachment: fixed; background-size: cover; }

@import url("https://use.typekit.net/pcf3qnd.css");
.syllabus__section-title-index { display: none; }
.medctabtn .hero .hero__caption .btn { color: white; }


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.dashboard-stat--available{
  display:none !important;
}

.dashboard-stat--collaborations{
  display:none !important;
}

.user-engagement-stat--hours{
  display:none !important;
}

.catalog-grid-item__completed-container {
    background: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .65);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.catalog-grid-item__completed-container:hover {
    opacity: 0;
}

.featured-content-carousel-item__overlay {
    background: rgba(255, 255, 255, 0);
    bottom: 0;
    left: 0;
    padding: 1em 1em 2.75em;
    position: absolute;
    width: 100%;
}

/* moves the CLOSE to the right in full screen */
.standalone-scorm__header {
    height: 60px;
    right: 0;
    position: absolute;
    top: 0
}

.standalone-scorm__header h4 {
    float: left;
    line-height: 60px
}

.standalone-scorm__header button {
    visibility: hidden;
    right: 0;
    position: absolute;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px
}

.standalone-scorm__header button::after {
    visibility: visible;
    right: 0;
    position: absolute;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 160px;
    content: "EXIT"
}
/* */

/*
.editor-content {
    white-space: pre-wrap;
}
*/

a[href$="notes"] {
    display:none;
  
} 


#text {
    white-space: pre-wrap;
}

.sidebar__testimonial { 
  display: none;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
  }

/*following used to style the carousel widget*/

.featured-content-multi-carousel-item__body {
  background-color: #ffffff;
}

.featured-content-multi-carousel-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
} 

.catalog-grid-item__asset-container{
  background-color: #F1ECE9;
}
/**/

.dashboard-access__header {
    padding: 1em;
    line-height: 21px;
    background: #C7C9E5;
}

.dashboard-access-tabs {
    font-size: 0;
    background: #828AC4;
    border-bottom: 1px solid #cbcbcb;
}
  
/* #ember2348 {
  display: none;
}*/

div.widget--topic-article-content {
  visibility: hidden;
}

div.widget--topic-article-content_standard {
   visibility: hidden;
}

/*millie removing learning path detail page milestones*/
.learning-path-detail-milestone-list {display:none !important;}

.center-ruled-title {
  display: none;
}

.footer {
    display: none;
}

/*hide gift purchase*/
.widget--course-purchase .btn--secondary{display:none;}
.enroll__secondary-actions .icon-gift {display:none}


