.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 {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  object-position: center;
}
.lesson__supporting-text img {
  max-width: 100%;
}
.course__lesson-card-text {
  flex: auto 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lesson__supporting-text > iframe {
  display: block;
  height: 360px;
}
.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: 38px;
}
.lesson__nav-buttons h2 {
  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;
}
.quiz__answer {
  background-color: #fff;
  border-bottom: 1px solid var(--dark_color);
  cursor: pointer;
  font-size: .9rem;
  margin: .5rem 0;
  padding: 1.33rem 3rem;
  width: 100%;
}
.quiz__answer--inner {
  color: #000;
  display: flex;
  gap: 20px;
  align-items: center;
}
span.quiz__answer--inner-circle {
  border: 2px solid var(--dark_color);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
}
.quiz__answer--selected span.quiz__answer--inner-circle {
  background: var(--dark_color);
}
.quiz__answer small {
  margin-top: .5rem;
}

/* .quiz__answer-description--correct {
background-color: #f5fff6;
border-color: #008009;
}
.quiz__answer-description--incorrect {
background-color: #fff2f4;
border-color: #e30000;
outline-color: #e30000;
} */

small.quiz__answer-description {
  font-size: 1rem;
  background: var(--light_color);
  font-style: italic;
  padding: 5px 13px;
  width: calc(100% - 30px);
  border-left: 4px solid;
  margin-left: 40px;
}
.quiz__answer-description--correct small.quiz__answer-description {
  border-color: #009345;
}
.quiz__answer-description--incorrect small.quiz__answer-description {
  border-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 img {
  height: 150px;
  object-fit: cover;
  object-position: center center;
}
.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;
}
.related-resource {
  text-decoration: none;

	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	height: 100%;
}
@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 {
    height: max-content;
  }
  .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 {
  cursor: pointer;
  /*   transform: translateY(-4px);
  box-shadow: 0px 6px 12px rgba(0,0,0,.2); */
}

.course__lesson .course__lesson-link {
  transition: .3s all;
}

/* 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: 2.25rem;
  /* margin-left: 150px; */
  margin-top: 0px;
  margin-bottom: 0px;
}
.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;
  padding: 0;
  margin: 0;
}
.lesson-wrapper {
  width: 100%;
  overflow-x: clip;
}
.lesson-wrapper>.section-wrapper, .lesson-hero.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  /* padding: 4rem 1rem; */
  padding-top: 4rem;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
}
.incomplate-cat-icon {
  width: 10px;
  height: 10px;
  flex: 10px 0 0;
  background: var(--primary_color); 
  border: 1px solid var(--primary_color); 
}
.complate-cat-icon {
  width: 12px;
  height: 12px;
  background: var(--primary_color);
}
.course-nav {
  height: fit-content;
  position: sticky;
  top: 100px;
  width: 370px;
}

.question_review hr {
  width: 100%;
  max-width: 53px;
  margin: 0 auto 16px;
}

.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;
  background: var(--light_color);
  padding: 40px 15px;
}
.course-nav h3 {
  position: relative;
  padding: 0;
  font-size: 1.375rem;
  width: fit-content;
}
.course-nav h3 a {
  text-decoration: none;
}
.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;
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--dark_color);
  padding-right: 11px;
}
.nav__cat-dropdown__name {
  align-items: center;
  display: flex;
  gap: 7px;
  color: var(--dark_color);
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
}
.lesson__text-buttons {
  display: flex; 
  justify-content: flex-end; 
  width: 100%;
}
#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;
  text-decoration: none;
}
#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 > span {
  display: block;
}
.nav__cat-lessons .nonclick .lesson__lesson-nav-title {
  display: inline-block; 
  margin: 0; 
  padding: 0;
  color: rgba(var(--dark_color-rgb), 1);
}
.nav__cat-lessons .nonclick .lesson__lesson-nav-estimated-time {
  font-size: .875rem;
  margin: 0;
  padding: 0;
  color: rgba(var(--dark_color-rgb), 0.8);
}
.lesson__quiz-container {
  padding-bottom: 2.5rem;
}

.final-exam__wrapper .final-exam__question-heading small,
.lesson__quiz-container .quiz__question-heading small {
  color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
}
.final-exam__wrapper .final-exam__question-heading h4,
.lesson__quiz-container .quiz__question-heading h4 {
  color: #fff;
  margin: 0 40px;
  padding-bottom: 10px;
  display: block;
  font-size: 24px;
}
#lesson-quiz {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 40px;
}
.final-exam__answer label {
  flex: 1;
}
.flex-wrapper {
  /* display: flex;
  flex-wrap: wrap;
  gap: .5rem; */
  display: grid;
  grid-template-columns: repeat(auto-fill, 31.23%);
  justify-content: start;
}
.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 #f3f3f3;
  position: relative;
}

.nav__cat-lesson.access-denied {
  background-color: #ff000021;
  pointer-events: none;
}
.next-lesson.access-denied {
  display: none !important;
}
.nav__category.nav__category--active {
  padding: 0;
  background: var(--light_color);
  position: relative;
}
.nav__category.nav__category--active::before {
  background: var(--light_color);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 9999px;
}
.nav__category--active .bg--primary_light {
  background: #e5e5e5;
}

.lesson__related-resources-wrapper {
  background: var(--light_color);
  padding: 40px 28px;
}
.lesson__related-resources-title {
  margin: 0 0 29px;
}
.lesson__related-resources-title h3 {
  margin: 0 0 7px;
}
.lesson__assignment-container {
  background: var(--light_color);
  padding: 40px;
  margin-top: 55px;
}
.lesson__assignment-container__buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lesson__assignment-container__buttons svg {
  width: 17px;
  fill: #fff;
}
.section-wrapper.final-exam {
  padding-bottom: 4rem !important;
}
.upload-assignment-modal {
  position: fixed; 
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: var(--accent_color);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: all .3s;
}
.upload-assignment-modal.upload-assignment-modal--active {
  opacity: 1;
  visibility: visible;
}
.upload-assignment-modal__inner {
  max-width: 920px;
  padding: 50px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
	position: relative;
}
.upload-assignment-modal__inner.dragover {
  background: var(--light_color);
  box-shadow: 0 0 14px 0px inset #3c3c3c;
}
.upload-assignment-modal__inner-upload-icon svg {
  width: 48px;
  margin: 14px 0 12px;
  fill: #009345;
}
.upload-assignment-modal__inner h3 {
  font-size: 24px;
}
.upload-assignment-modal__inner .button {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
}
.upload-assignment-modal__inner #file-upload-form {
  display: none;
}
.assignment-notice:empty {
  display: none;
}
.assignment-notice {
  margin-top: 19px;
  font-size: 1.2rem;
}

.loader {
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--light_color);
  border-right-color: var(--primary_color);
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.course__overview .btn__solid {
  background-color: #344233;
  color: #FFFFFF;
  padding: 5px 15px;
  border: 2px solid #344233;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}


/** Syllabus **/
.kwaray-syllabus {
  margin: auto;
}

.kwaray-syllabus-module {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 15px;
  overflow: hidden;
}

.kwaray-syllabus-module-header {
  background-color: #f3f3f3;
  padding: 10px 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.kwaray-syllabus-module-content {
  padding: 15px 30px;
}

.kwaray-syllabus-module-content h3 {
  margin-top: 0;
  font-family: 'futura-pt', arial, sans-serif !important;
  font-size: 1.5rem;
}

.kwaray-syllabus-extras {
  display: flex;
  gap: 10px;
}

.kwaray-syllabus-module-assignments svg,
.kwaray-syllabus-module-assignments svg {
  position: relative;
  top: 2px;
}

.kwaray-syllabus-module-content .details {
  display: none;
  margin-top: 10px;
}

.kwaray-syllabus-module-content .toggle-content {
  margin-top: 10px;
  background: none;
  border: none;
  color: #0073e6;
  cursor: pointer;
  font-weight: bold;
  padding: 0;W
}

.kwaray-syllabus-module-content .toggle-content:hover {
  text-decoration: underline;
}

.kwaray-syllabus-module .kwaray-syllabus-module-cta .kwaray-syllabus-module-button {
  background-color: #344232 !important;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}