.clear {
    display: none;
}

form {
    overflow: hidden;
}

.type-submit {
    text-align: left;
}

.llms-table {
    font-size: .875em;
}

#llms-sd-table-sort {
    display: inline-block;
    margin-right: .5em;
}

.llms-table-sort label {
    display: none;
}

/* .llms-spinning {
    display: none!important;
} */

/* Course Catalog */

.llms-loop-item {
    position: relative;
}

.llms-loop-item.is-complete:not(.not-enrolled) .llms-loop-item-content {
    /* background: rgba(66,178,114, .075); */
}

.llms-loop-item.is-complete:not(.not-enrolled)::after {
    font-family: 'FontAwesome';
    content: '\f00c';
    /* content: '\f05d'; */
    margin-left: .375em;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(66,178,114, 1);
    font-size: 2.25em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    box-shadow: 0 0 0.125em rgba(0,0,0,.125);
    width: 1.25em;
    height: 1.5em;
    padding-left: .25em;
}

.llms-loop-item-content {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    padding-bottom: 1em;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.llms-loop-item-content p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.llms-loop-item-content:hover {
    background: #fff;
}

.llms-featured-image {
    max-width: 100%;
    width: 320px;
    margin: 0 .25em 0 0;
}

.cw-featured-image-lesson {
    max-width: 50%;
}

.llms-course-thumbnail {
    /* transform: scale(1);
    transition: .25s ease-in all; */
    height: auto;
}

.llms-course-thumbnail:hover {
    /* transform: scale(1.125); */
}

h4.llms-loop-title {
    /* text-align: center; */
    color: rgba(26, 112, 192, 1);
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: .375em .5em .875em!important;
}

.llms-author .avatar,
.llms-author .label,
.llms-author .name {
    vertical-align: middle;
}

.llms-loop-item-content {
    text-align: center;
}

.llms-loop-item-footer .llms-author {
    display: none;
}

.llms-course-length span.length,
.llms-difficulty span.difficulty {
    font-weight: 700;
}

.llms-loop-item-content .llms-progress {
    height: auto;
}

.llms-loop-item-content .llms-progress .llms-progress-bar {
    background-color: #f7f7f7;
}

.llms-progress .progress-bar-complete {
    background-color: rgba(66,178,114, 1);
}

.single-course .llms-progress {
    margin: .5em 0 3em;
}

.llms-progress-title {
    font-weight: 400;
    padding-bottom: 0;
}

.cw-loop-item-header {
    overflow: hidden;

}

/* Enrollment */

.llms-access-plan .llms-access-plan-footer,
.llms-access-plan .llms-access-plan-description {
    background: #f7f7f7;
}

.llms-access-plan .llms-access-plan-footer {
    padding: 1.25em 0 2em;
}

.llms-access-plan-pricing {
    display: none;
}

.llms-notice,
.llms-checkout-section {
    border: 0;
    margin-bottom: 1em;
}

.llms-button-action {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    border-radius: 2px;
    background: #073d5c!important;
}

.llms-button-action.auto {
    width: auto;
}

.llms-start-quiz-button {
    width: auto;
}

.llms-button-action br {
    display: none;
}

.llms-button-primary {
    background: #073d5c;
}

.llms-button-primary:hover {
    background: #094a6d;
}

.llms-button-action.large, .llms-button-danger.large, .llms-button-primary.large, .llms-button-secondary.large {
    font-size: 18px;
    line-height: 1.2;
    padding: .5em 1em;
    font-weight: 400;
}

.llms-button-action, .llms-button-danger, .llms-button-primary, .llms-button-secondary {
    font-weight: 400;
}

.llms-lost-password-form button[type=submit] {
    margin-top: 1em;
}

#llms_mark_incomplete {
    width: auto;
}

#llms_mark_complete,
#llms_mark_incomplete {
    width: 100%;
}

#llms_mark_complete {
    background: #870c0c!important;
}

#llms_mark_incomplete {
    background: #136b36!important;
}

#llms_start_quiz::before {
    content: '\f19d';
    font-family: 'FontAwesome';
    margin-right: .125em;
}

h2.llms-quiz-meta-title {
    font-size: 1.25em;
    /* font-weight: 400; */
}

.llms-checkout-section.billing-information {
    display: none;
}

.llms-checkout-confirm {
    margin: 0;
}

.llms-notice a,
.llms-checkout-confirm label a,
.llms-notice a:hover,
.llms-checkout-confirm label a:hover,
.llms-notice a:focus,
.llms-checkout-confirm label a:focus {
    font-weight: bold;
    color: #1E7AC8;
}

.llms-notice.llms-success {
    margin-bottom: 1.5em;
    background: rgba(66,178,114,.1);
    color: #35905c;
    border: 1px solid rgba(51, 134, 86, 0.1);
    padding: 1em;
}

ul.llms-notice.llms-error {
    margin-left: 0;
}

.llms-quiz-ui p.llms-error {
    padding: .75em 1em;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker {
    background: rgba(66,178,114, 1);
    color: #fff;
}

.llms-question-wrapper h3.llms-question-text {
    padding-top: 0;
}

.llms-checkout-wrapper .llms-form-heading {
    font-size: 1em;
    background: #073d5c;
    font-weight: 400;
}

.llms-form-field .llms-description {
    font-size: .875em;
    font-style: italic;
}

.llms-checkout-wrapper form.llms-login {
    border: 0;
    margin-bottom: 1em;
}

form.llms-login .clear {
    display: block;
    margin-bottom: .5em;
}

form.llms-login .llms-form-field.type-checkbox,
form.llms-login .llms-form-field.align-right {
    padding-top: 2px;
}


.llms-cols-6:not(.llms-cols-last) {
    padding-right: 10px;
}

@media screen and (min-width: 600px) {
    label[for=llms_remember],
    #llms_remember {
        text-transform: none;
        position: relative;
        top: 1px;
    }
    
    #llms_remember {
        margin-left: 1em;
    }
}

h4.llms-form-heading {
    padding: 0 0 .5em;
}

.llms-password-strength-meter {
    padding: .5em;
    margin: .25em 0 1em;
    font-size: 15px;
}

.llms-password-strength-meter.mismatch,
.llms-password-strength-meter.too-short,
.llms-password-strength-meter.very-weak {
    border-color: #e35b5b;
}

.llms-password-change-toggle {
    font-size: .875em;
    padding: .5em 0 1em;
}

.llms-access-plan-restrictions {
    display: none;
}

#llms_lost_password_message {
    padding-bottom: 1em;
}

/* Achievements / Certificates */
.llms-achievement {
    background: transparent;
}

.llms-achievement:hover,
.llms-achievement:focus,
.llms-achievement:active {
    background: transparent;
    opacity: .8;
}

.llms-achievement-modal .llms-achievement-image {
    padding: 1em;
}

.llms_my_certificate {
    display: none;
}

.llms-certificate {
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    transition: background .2s ease;
}

.llms-certificate:hover {
    background: #f7f7f7;
}

.llms-certificate-container .certificate-background {
    width: auto;
    height: auto;
}

.llms-certificate-container {
    margin-bottom: 2em;
}

.llms-mini-cert {
    display: none;
}

.llms-certificate-date {
    font-size: .75em;
}

/* Syllabus */

.llms-syllabus-heading .fa {
    position:relative;
    top: -1px;
    font-size: .75em;
}

.llms-syllabus-heading {
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    font-style: italic;
}

.llms-lesson-preview {
    display: block;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: .5em;
}

.llms-lesson-preview.is-incomplete .llms-lesson-complete {
    color: #cacaca;
    display: none;
}

.llms-syllabus-wrapper {
    margin: 1em auto 0;
    border-top: 1px solid #eee;
    border-bottom: 0;
    padding-bottom: 2em;
    text-align: left;
}

.llms-syllabus-wrapper .llms-section-title {
    font-weight: 400;
    font-size: 1.375em;
    color: #073d5c;
    /* border-bottom: 1px solid #073d5c; */
    margin: 1em 0;
    font-style: italic;
}

.llms-h5.llms-lesson-title {
    font-size: 1.125em;
    padding-top: 0;
    font-weight: 600;
}

.llms-lesson-preview.is-complete .llms-h5.llms-lesson-title::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: .25em;
}

.llms-lesson-excerpt p {
    padding: .6125em 0 0;
}

.llms-lesson-preview .llms-lesson-title {
    margin: 0 auto;
    /* color: #073d5c; */
    padding-bottom: 0;
}

.llms-lesson-preview .llms-lesson-counter {
    font-size: .875em;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.5;
}

.llms-lesson-preview .llms-extra {
    width: auto;
}

@media screen and (max-width: 480px) {
    .llms-lesson-preview .llms-extra + .llms-main {
        width: 75%;
    }
}

.llms-lesson-preview .llms-icon-free {
    background: #1d82df;
    border-radius: 0;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    float: right;
    margin-top: .75em;
    position: relative;
    left: 4px;
}

.llms-lesson-preview .llms-lesson-link {
    background: #f4f9ff;
    border: 1px solid #d7e3ea;
    transition: background .2s ease;
}

.llms-lesson-preview .llms-lesson-link:hover {
    background: #f4f9ff;
}

.llms-lesson-preview.is-complete .llms-lesson-link {
    background: rgba(66,178,114,.1);
    color: #1a3826;
    border: 1px solid rgba(51, 134, 86, 0.1);
}

.llms-lesson-preview.is-complete h5,
.llms-lesson-preview.is-complete h6 {
    color: #1a3826;
}

.llms-lesson-preview.is-complete .llms-lesson-complete .fa {
    color: rgba(66,178,114, 1);
}

.llms-lesson-preview .llms-lesson-complete {
    margin-bottom: 0;
    margin-top: .125em;
}

.llms-lesson-preview.is-complete .llms-lesson-complete .fa.fa-check-circle {
    color: #135303;
    opacity: .75;
    display: none;
}

.llms-lesson-sidebar {
    display:block;
    float:right;
    max-width:320px;
    margin:0 1em 1em 0
}

body.single-lesson .llms-lesson-preview .llms-lesson-link {
    font-size: .875em;
}

/* @media screen and (min-width: 1024px) {
    body.single-lesson .mnmlwp-sidebar {
        padding-top: 6.43875em;
    }
} */

.llms-widget-syllabus .llms-lesson-complete,
.llms-widget-syllabus .lesson-complete-placeholder {
    margin-right: .125em;
}

.llms-widget-syllabus .llms-lesson-complete.done,
.llms-widget-syllabus .lesson-complete-placeholder.done {
    color: rgba(66,178,114, 1);
}

.is-complete .cw-loop-item-layer-done {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(66,178,114, .12);
}

.llms-widget-syllabus .lesson-title.done a {
    color: inherit;
    text-decoration: none;
}

.llms-widget-syllabus .lesson-title a {
    color: #fff;
}

.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title {
    font-weight: 600;
    color: rgb(103, 206, 147);
}

.llms-widget-syllabus li.llms-section:not(:first-of-type) {
    padding-top: 1em;
}

.llms-widget-syllabus ul {
    margin-left: 0;
}

.llms-widget-syllabus .section-title {
    font-weight: 600;
    color: #073d5c;
}

.llms-widget-syllabus .fa {
    vertical-align: middle;
}

.llms-widget-syllabus ul li * {
    vertical-align: middle;
}

/* Course */

.llms-meta-info {
    font-size: .875em;
}

.llms-meta.llms-course-length p {
    padding-bottom: 0;
}

.llms-meta.llms-difficulty p {
    margin: 0;
    padding: 0;
}

.llms-meta.llms-tags {
    display: none;
}

h6.llms-pre-text {
    padding-top: 0;
    font-size: .875em;
}

.center-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #f7f7f7;
    position: relative;
    display: block;
    margin-bottom: 2em;
}

.center-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.llms-course-navigation {
    margin-top: 1em;
}

.llms-instructor-info .llms-instructors .llms-author {
    background: #f5f5f5;
    border-top: 1px solid transparent;
    width: 100%;
    margin: 1.5em 0;
}

.llms-instructor-info .llms-instructors .llms-author .avatar {
    border: 0 solid #2295ff;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name {
    font-weight: 600;
}

.cw-instructor-wrapper {
    margin: .5em .25em;
    font-size: .93875em;
}

.cw-instructor-wrapper img {
    border-radius: 50%;
}

/* Lessons */

p.llms-parent-course-link {
    padding-bottom: 1em;
    padding-top: 0;
    font-size: .875em;
}

.llms-lesson-thumbnail img {
    max-width: 100%;
    height: auto!important;
}

ul.llms-quiz-meta-info {
    background: #fff;
    margin-bottom: 1.5em!important;
}

.llms-quiz-meta-item.llms-passing-percent,
.llms-quiz-meta-item.llms-attempts {
    display: none;
}

.llms-quiz-results-aside .llms-quiz-meta-item {
    font-size: .875em;
}

.llms-pass-perc {
    font-weight: 700;
}

.llms-question-wrapper .llms-question-text {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
}

.llms-quiz-ui .llms-quiz-nav button {
    width: auto;
}

input.llms-aq-blank {
    margin: 1em 0 !important;
    font-size: 1em !important;
    padding: 1em !important;
    color: #073d5c !important;
    min-width: 320px;
    max-width: 50%;
}

.single-llms_quiz .llms-quiz-results .llms-donut.failing {
    background: #e5554e;
}

.llms-table .llms-donut {
    margin: 0 auto;
}

.llms-progress .progress__indicator {
    margin-left: 12px;
    color: #136b36;
}

.llms-sd-grades .llms-table .llms-progress .progress__indicator {
    font-size: 1em;
    position: relative;
    right: 0.4em;
    top: 4px;
    z-index: 1;
    color: darkgreen;
}

.cw-task { /* self-reflection, research */
    width: 100px;
    margin: 0 1em 0 0;
    max-width: 25%;
} 

/* Search Form */

.search-form .screen-reader-text {
    display: none;
}

.llms-form-field {
    padding: 0;
}

.llms-lesson-button-wrapper {
    padding: 1em 0 1.5em;
    text-align: left;
}

.btn.llms-next-lesson::after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: .25em;
    position: relative;
    top: 1px;
}

/* Dashboard */

nav.llms-sd-nav {
    margin-bottom: 1em;
}

nav.llms-sd-nav .llms-sep {
    display: none;
}

ul.llms-sd-items {
    margin: 0!important;
}

.llms-sep {
    /* display: none; */
}

.llms-student-dashboard .llms-loop-list {
    margin: 0 -10px 2em;
}

.llms-student-dashboard .llms-sd-title {
    margin: 0;
}

.llms-sd-link,
.llms-sd-link:hover,
.llms-sd-link:focus {
    color: #fff;
    background: #073d5c!important;
    transition: opacity .15s linear;
    font-weight: 400;
    padding: .5em 1em;
    margin: 0 .5em .5em 0;
    font-size: .875em;
    display: inline-block;
    border-radius: 3px;
}

.llms-sd-link:hover {
    opacity: .875;
}

/* Notifications */

.llms-notification-main {
    text-align: center;
}

h4.llms-notification-title {
    margin-top: 0;
    padding-top: 0;
}

.llms-notification-body p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.llms-notification-body img {
    max-width: 55%;
}

.llms-notification-body h2 {
    padding-top: 0;
}

.llms-notification {
    border-top: 0;
    box-shadow: 1px 1px 8px rgba(0,0,0,.4);
}

.llms-notification .llms-notification-footer {
    border-top: 0;
    margin-top: 0;
    display: none;
}

/* .llms-sd-link::before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: .125em;
} */

.llms-student-dashboard .llms-sd-section {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.llms-sd-section-footer {
    text-align: left;
}

.llms-sd-section.llms-my-memberships {
    display: none;
}

/* .llms-sd-nav {
    display: none;
} */

/* Quizzes */

/* .llms-quiz-loading {
    display: none!important;
} */

.llms-quiz-ui {
    background: #fff;
    padding: 0;
}

.llms-question-label {
    text-transform: none;
    font-size: 1em;
    display: inline-block;
}

.llms-question-wrapper {
    margin: 1em 0 1.5em;
}

.llms-choice-text {
    padding-bottom: 0;
    text-transform: none !important;
}

h3.llms-question-title {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5!important;
    padding: 0;
}

#llms_answer_question {
    width: auto;
    min-width: auto;
    max-width: auto;
}

#llms-quiz-attempt-select {
    position: relative;
    top: -1em;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
    background: rgba(66,178,114, .2);
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
    background-color: rgba(66,178,114,1);
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
    color: rgba(255,255,255,.865);
}

.llms-quiz-results-main {
    font-size: .875em;
}

.llms-quiz-results-title,
.llms-quiz-meta-title {
    font-weight: 400;
}

.llms-quiz-results-history {
    display: block;
    clear: left;
    margin-bottom: 0;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside, .single-llms_quiz .llms-quiz-results .llms-quiz-results-main, .single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    margin-bottom: 0;
}

.llms-donut {
    margin-bottom: 1em;
}

.llms-status-icon {
    font-size: 1em!important;
}

.llms-quiz-results-label {
    margin-bottom: 0;
    padding-bottom: 0;
}

.llms-return {
    font-size: .875em;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
    top: .13em;
    position: relative;
}

/* Reviews */

#old_reviews {
    padding-top: .5em;
}

.llms_review {
    background-color: #fff!important;
    color: #444;
    padding: 0!important;
}

.llms_review h5 {
    margin: 0;
}

.llms_review h6 {
    margin: 0 0 1em;
}

.llms_review p:last-of-type {
    padding-bottom: 0;
}

#review_text_error,
#review_title_error {
    font-weight: 400;
}

/* Spinner */

.llms-spinner {
    display: none!important;
}

.llms-spinning,
.llms-spinning:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}

.llms-spinning {
  margin: 32px auto 0;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(222, 222, 222, 0.5);
  border-right: 4px solid rgba(222, 222, 222, 0.5);
  border-bottom: 4px solid rgba(66,178,114, .7);
  border-left: 4px solid rgba(66,178,114, .7);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  background: #fff;
}
@-webkit-keyframes llms-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Achievements / Badges / Trophies */
.mnmlwp-btn.btn-achievements {
    width: 100%;
    text-align: center;
    background: #073d5c;
}

.btn-achievements .fa-trophy {
    color:#DFB21A;
    margin-right: .25em;
    background-image: linear-gradient(120deg, #ffe763, #d6b400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right:.25em;
}

.cw-achievements-track {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1em;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

h3.cw-achievements {
    display: block;
    font-size: 1.25em;
    font-weight: 400;
}

.cw-badge-placeholder {
    width: 3.25em;
    height: 3.25em;
    /* background: url('/wp-content/uploads/2019/02/badge-placeholder.svg') center center; */
    background-size: cover;
    margin-bottom: 1em;
    border: 2px #aaa dashed;
    border-radius: 50%;
    display: flex;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.cw-badge-track-arrow {
    width:.875em;
    height: .875em;
    background: url('/wp-content/uploads/2019/02/badge-track-arrow.svg') center center;
    background-size: cover;
    margin: 0 .5em 1em;
    opacity: .25;
}

.cw-certificate-placeholder {
    width: 5.5em;
    height: 4em;
    /* background: url('/wp-content/uploads/2019/02/certificate-placeholder.svg') center center; */
    background-size: cover;
    margin-right: 0;
    margin-bottom: 1em;
    border: 2px #aaa dashed;
    display: flex;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.cw-certificate-placeholder.completed {
    background: url(/wp-content/uploads/2019/10/certificate-information.gif) no-repeat center center;
    background-size: cover !important;
    border: 0;
    width: 5.5em;
    position: relative;
    top: 4px;
}

.cw-certificate-placeholder.completed.intercultural-competence {
    background: url(/wp-content/uploads/2019/10/certificate-intercultural-competence.gif) no-repeat center center;
}

.cw-certificate-placeholder.completed.psychological-support {
    background: url(/wp-content/uploads/2019/10/certificate-psychological-support.gif) no-repeat center center;
}

.cw-certificate-placeholder span,
.cw-badge-placeholder span {
    font-size: 13px;
    text-transform: uppercase;
    color: #aaa;
}

@media screen and (max-width: 640px) {
    button.llms-button-action,
    button.button,
    a.button {
        display: block;
        width: 100%;
        margin-bottom: .25em !important;
    }

    ol.llms-quiz-attempt-results {
        max-width: 100%;
    }
}