.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput {
  max-width: 100%;
  width: auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../img/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(../img/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../img/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(../img/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../img/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(../img/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(../img/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../img/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

#user_enrolled_courses .course__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
}
#user_enrolled_courses .course__thumb {
  width: 72px;
}
#user_enrolled_courses .course__text {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 30px;
}
#user_enrolled_courses .course__badges {
  display: flex;
  flex-direction: row;
}
#user_enrolled_courses .course__badges > div {
  margin-left: 15px;
  width: 48px;
}
#user_enrolled_courses .course__badges svg {
  color: #686868;
  width: 48px;
}
#user_enrolled_courses .course__badges .progress_vector {
  position: relative;
}
#user_enrolled_courses .course__badges .progress_vector span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
}
#user_enrolled_courses .course_certificate_vector {
  position: relative;
  z-index: 1;
}
#user_enrolled_courses .course_certificate_vector svg {
  z-index: 1;
}
#user_enrolled_courses .course_certificate_vector .links {
  position: absolute;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 5px 0;
  z-index: 10;
  left: -50%;
  bottom: 0;
  display: none;
}
#user_enrolled_courses .course_certificate_vector .links a {
  padding: 2px 20px;
  display: block;
  white-space: nowrap;
}
#user_enrolled_courses .course_certificate_vector:hover .links {
  display: block;
}
#user_enrolled_courses .course__title {
  margin: 6px 0;
}
#user_enrolled_courses .course__progress {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user_enrolled_courses .course__progress-bar {
  flex: 1;
  margin-right: 20px;
}
#user_enrolled_courses .course__certificate {
  margin-left: 20px;
  vertical-align: middle;
  text-align: center;
}
#user_enrolled_courses .course__certificate i {
  opacity: 0.4;
}
#user_enrolled_courses .course__certificate .is-available i {
  opacity: 1;
}
#user_enrolled_courses .course__certificate .title {
  text-align: center;
  display: block;
}

@media all and (max-width: 640px) {
  #user_enrolled_courses .course__progress {
    flex-direction: column;
  }
  #user_enrolled_courses .course__title {
    font-size: 20px;
  }
}
.um-page-user #respond {
  display: none;
}

.course_global_status {
  display: flex;
  margin: 0;
  padding: 0;
}
.course_global_status li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.course_global_status span {
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.course_global_status span.completed {
  background-color: #52bf52;
}
.course_global_status span.started {
  background-color: #d5c543;
}
.course_global_status span.not_started {
  background-color: #b32a2a;
}

.learning_path_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.learning_path {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .learning_path {
    width: 48%;
  }
}
.learning_path .title {
  font-size: 2em;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .learning_path .title {
    font-size: 1.5em;
  }
}
.learning_path .content {
  display: none;
}
.learning_path .steps {
  opacity: 0.5;
}
.learning_path .course {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 0 26px 0;
  box-shadow: 4px 4px 15px #2425260a;
  position: relative;
}
.learning_path .course:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: rgba(0, 0, 0, 0.12) transparent transparent transparent;
  transform: translate(-50%, 0);
}
.learning_path .course.completed {
  background: rgba(1, 158, 124, 0.25);
}
.learning_path .course .title {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}
.learning_path .course .down_arrow {
  text-align: center;
  margin-top: -10px;
}
.learning_path .progress {
  padding-bottom: 20px;
}

.course_list_in_tabs {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.course_list_in_tabs .course {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 0 15px 0;
  box-shadow: 4px 4px 15px #2425260a;
  position: relative;
  background: #fff;
}
.course_list_in_tabs .course.completed {
  background: rgba(1, 158, 124, 0.25);
}
.course_list_in_tabs .course .title {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.course_list_in_tabs .course .title a {
  padding: 10px;
  display: block;
}

/*# sourceMappingURL=main.css.map */
