.wistia_embed {
  position: relative;
  overflow: hidden;
}
.lesson__nav-course {
  padding-right: 1.5rem;
  position: relative;
  font-weight: 600;
  margin-right: 1.5rem;
  border-right: 1px solid #a7a7a7;
}
.lesson__nav-dropdown {
  cursor: pointer;
  border-radius: 3px;
  color: #121212;
  font-size: 14px;
  -o-text-overflow: '';
  text-overflow: '';
  padding: .5rem 1rem .5rem 1rem;
  position: relative;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  max-width: 400px;
}
.course__seperator {
  border: 1px solid red;
  background: rgba(255, 0, 0, .2);
  border-radius: 6px;
  margin: 3rem;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
}  
.lesson__clock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course__overview .lesson__clock-wrapper {
  margin-bottom: 1rem;
}
.lesson__clock-wrapper svg {
  margin-right: .5rem;
  height: 1rem;
}
.course__lesson-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course__lesson {
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none !important;
}
.course__link-text svg {
  height: 15px;
  display: inline-block;
  width: auto;
  margin-left: .25rem;
  fill: var(--link-color);
}
.course__lesson:hover .course__link-text:before {
  width: 100%;
}
.course__lesson-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.course__lesson img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
.lesson__supporting-text img {
  max-width: 100%;
}
.lesson__video {
  display: none;
}
.lesson__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.lesson__nav-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.lesson__nav-buttons h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0;
}
.quiz-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.quiz__question {
  display: none;
  margin-top: 1rem;
}
.quiz__question.question--1 {
  display: block;
}
.quiz__answer-description {
  display: none;
}
.quiz__answers .quiz__answer {
  margin-bottom: 0;
  margin-top: 0;
  background-color: #F2F4F7;
}
.quiz__answer {
  cursor: pointer;
  padding: .5rem 3rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: .5rem 0;
  font-size: .9rem;
}
.quiz__answer--inner {
  padding: .5rem;
  color: #000;
}
.quiz__answer small {
  margin-top: .5rem;
}
.quiz__answer--selected {
  outline: 3px solid #113540;
  border-color: #113540;
  position: relative;
}
.quiz__answer-description--correct {
  background-color: #f5fff6;
  border-color: #008009;
}
.quiz__answer-description--incorrect {
  background-color: #fff2f4;
  border-color: #e30000;
  outline-color: #e30000;
}
.quiz__button-row {
  margin-top: 2rem;
}
.course__start-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.course__start-btn-wrapper a,
.course__start-btn-wrapper button {
  display: block;
  margin: 1rem 15px;
}

.related-resource--image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.related-resource--image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
/* .related-resource--image h5 {
  position: absolute; 
  inset: 0;
  padding: .5rem; 
  z-index: 2;
  /* color: #fff; */
  color: ;
  /* background-color: rgba(0,0,0,.6); */
  background-color: rgba(0,0,0,);
} */
.resource__text {
  padding: 1rem .5rem 1rem .5rem;
}
.resource__text h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.resource__text a {
  font-size: 14px; 
}
/* .resource__text a, 
.resource__text svg {
  color: ;
  /* color: #1D4ED8; */
  fill: ;
  /* fill: #1D4ED8; */
  height: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
} */
.resource__text svg {
  height: .7rem;
}
@media(max-width: 767px) {
  .flex-wrapper {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100%)) !important;
}
  .related-resource {
    width: 100%;
    max-width: 480px;
    margin: 1rem auto;
  }
  .lesson__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lesson__nav-course {
    margin: 0;
    padding: 0 0 .25rem 0;
    border-right: none;
  }
  .lesson__time {
    padding: 1rem;
    left: 1rem;
    top: 1rem;
  }
  .lesson__supporting-text,
  .quiz {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .lesson__nav-buttons>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .quiz__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .lesson__nav-buttons a,
  .quiz__button-row button {
    width: 100%;
    margin: .25rem 0;
    text-align: center;
  }
  .quiz__answer {
    padding: .5rem 1rem;
  }
}

.course__lesson:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 12px rgba(0,0,0,.2);
}



/* updates */
.lesson-video {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 400px;
  position: relative;
}
.lesson__play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-video svg {
  height: 100px;
  width: 100px;
}
.lesson-hero .lesson-hero--inner {
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.lesson-hero .lesson-hero--inner h2 {
  font-size: 2rem;
  margin-left: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.lesson-hero--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  align-items: flex-start;
}
.lesson-hero--inner h2 {
  position: relative;
  width: fit-content;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.lesson-wrapper {
  width: 100%;
}
.lesson-wrapper>.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  /* padding: 4rem 1rem; */
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
}
.course-nav {
  overflow-y: auto;
  max-height: 70vh;
  min-width: 320px;
  scrollbar-width: thin;              /* firefox specific */
  scrollbar-color: #BFCCD8 #F2F4F7;   /* firefox specific */ 
}

.course-nav::-webkit-scrollbar, .course__lesson-wrapper::-webkit-scrollbar, .question_review::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}
.course-nav::-webkit-scrollbar:horizontal, .course__lesson-wrapper::-webkit-scrollbar:horizontal, .question_review::-webkit-scrollbar:horizontal {
  height: 8px;               /* width of the entire scrollbar */
}
.course-nav::-webkit-scrollbar-track, .course__lesson-wrapper::-webkit-scrollbar-track, .question_review::-webkit-scrollbar-track {
  background: #F2F4F7;        /* color of the tracking area */
}
.course-nav::-webkit-scrollbar-thumb, .course__lesson-wrapper::-webkit-scrollbar-thumb, .question_review::-webkit-scrollbar-thumb {
  background-color: #BFCCD8;    /* color of the scroll thumb */
  border-radius: 4px;       /* roundness of the scroll thumb */
  border: 3px solid #BFCCD8;  /* creates padding around scroll thumb */
}
.course__lesson-wrapper {
  overflow-y: auto;
  max-height: 758px;
  scrollbar-width: thin;              /* firefox specific */
  scrollbar-color: #BFCCD8 #F2F4F7;   /* firefox specific */ 
}
.course-nav h3 {
  position: relative;
  padding: 1rem 0;
  width: fit-content;
}
.nav__category {
  padding: .5rem 0;
  min-width: 260px;
}
.nav__cat-title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding: .5rem 0;
}
.nav__cat-title span {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav__cat-title .nav__cat-dropdown {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lesson__text-buttons {
  display: flex; 
  justify-content: flex-end; 
  width: 100%;
}
.lesson__related-resources-title {
  font-weight: 400;
  margin-top: 4rem;
}
#lesson-video-player {
  margin-bottom: 1rem;
}
.nav__cat-lesson svg {
  min-width: 18px;
  min-height: 18px;
  margin-top: 3px;
  margin-right: 3px;
}
.nav__cat-lessons a {
  display: flex;
  gap: .5rem;
  color: #000;
  padding: .5rem;
}
#quiz_link {
  font-size: 1rem;
}
.nav__cat-lessons .nonclick {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__cat-lessons .nonclick .lesson__lesson-nav-title {
  display: inline-block; 
  margin: 0; 
  padding: 0;
}
.nav__cat-lessons .nonclick .lesson__lesson-nav-estimated-time {
  text-align: right;
  min-width: 33px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.6rem;
}
.lesson__quiz-container {
  padding-bottom: 2.5rem;
}
.lesson__quiz-container .quiz__question-heading {
  background-color: #003462;
}
.lesson__quiz-container .quiz__question-heading small {
  color: #FFFFFF;
  margin-left: 20px;
  padding-top: 10px;
}
.lesson__quiz-container .quiz__question-heading h4 {
  color: #FFFFFF;
  margin-left: 20px;
  padding-bottom: 10px;
}
#lesson-quiz {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.final-exam__answer label {
  flex: 1;
}
.flex-wrapper {
  /* display: flex;
  flex-wrap: wrap;
  gap: .5rem; */
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% / 3.3));
  justify-content: space-between;
}
.quiz .flex-wrapper {
  flex-direction: row;
}
.quiz .flex-wrapper div {
  display: flex;
  justify-content: center;
  width: 100%;
}
.course__lesson.access-denied {
  pointer-events: none;
  border: 1px solid red;
  position: relative;
}

.nav__cat-lesson.access-denied {
  background-color: #ff000021;
  pointer-events: none;
}
.next-lesson.access-denied {
  display: none !important;
}
.hubLMS_completed svg path {
    fill: #8dc642;
}