.hero_title {
  padding-left: 25%;
  }

}
.hero_caption {
  text-align: center;
  }
  
.hero__title {
    float: right;
}

.crd-dashboard .hero__title {
  float: left;
}
.btn--primary {
    margin-top: 5px;
}


.scroll-enabled #access-section-0 {
  max-height: 300px;
  overflow-y: auto;
}



.editor-content
.widget__cta {
  float: left;
}


.widget--course-purchase .btn--secondary{display:none;}

.match-pair__list .match-pair__card--correct .match-pair__card-answer div.editor-content {
    text-align: left;
}

.editor-content ol, .editor-content ul {
    padding-left: 0;
}

/*---Theme background color for all widgets---*/
.themeback {background-color: #1eff8f}

/* Hides AUTHOR field in My Learning widget */
.dashboard-access-list-item .col-span-3 {
  font-size: 0; /* hides all text */
}

.dashboard-access-list-item .col-span-3 strong {
  font-size: 1rem; /* restores font size for 'Course' */
}

/* Hides AUTHOR field in Learning Path descriptions */
.learning-path-milestone-item__info {
  font-size: 0; /* hides all text */
}

.learning-path-milestone-item__info font-bold {
  font-size: 1rem; /* restores font size for 'Course' */
}

/* Hides AUTHOR field in Milestones */
.learning-path-detail-milestone-item__content-type {
  font-size: 0; /* hides all text */
}

.learning-path-detail-milestone-item__content-type font-bold {
  font-size: 1rem; /* restores font size for 'Course' */
}



.custom-decrease-margin {
  margin-bottom: -50px;
}


.custom-decrease-left-right-margins {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px

}

.custom-video-width {
  max-width: 95%;
}


.custom-carousel {
  scale: 0.9;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
}
