.ycf-volunteer-training-container {
    padding-bottom: 20px;
}

.ycf-volunteer-training-container img {
    width: 100%;
}

.ycf-volunteer-training-container .sections-grid .review-guide-item-box .review-guide-thumb {
    position: relative;
}
.ycf-volunteer-training-container .review-guide-thumb img.optional-lesson-banner {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.ycf-volunteer-training-container .sections-grid .review-guide-item-box .review-guide-item.optional-lesson img.optional-lesson-banner {
    visibility: visible !important;
}

.ycf-volunteer-training-container .sections-grid .profile-links .link {
    font-weight: 300;
    color: black;
    font-size: 21px;
    padding-right: 8px;
    line-height: 21px;
    margin-left: 46px;
    display: inline-block;
}
.ycf-volunteer-training-container .sections-grid .profile-links .link:before {
    width: 40px;
    height: 45px;
    margin: 2px 8px 5px -45px;
    top: -6px;
    position: absolute;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.ycf-volunteer-training-container .sections-grid .profile-links.lesson-not-started .link:before {
    background-image: url("../img/cockpit-weather/thumbnail-lesson-not-started.png");
}
.ycf-volunteer-training-container .sections-grid .profile-links.lesson-in-progress .link:before {
    background-image: url("../img/cockpit-weather/thumbnail-lesson-in-progress.png");
}
.ycf-volunteer-training-container .sections-grid .profile-links.lesson-completed .link:before {
    background-image: url("../img/cockpit-weather/thumbnail-lesson-completed.png");
}
.ycf-volunteer-training-container .sections-grid .profile-links.certification-lock .link:before {
    background-image: url("../img/thumbnail-locked.png");
    background-size: 40px 45px;
}
.ycf-volunteer-training-container .sections-grid .profile-links.certification-unlock .link:before {
    background-image: url("../img/thumbnail-unlocked.png");
    background-size: 40px 45px;
}

/*# sourceMappingURL=ycf-volunteer-training.css.map */