:root{
	--black:#231f20;
	--white:#fff;
	--light_gray:#939598;
	--lighter_blue:#004c8b;
	--dark_blue:#042f5f;
}
.mpcs-sidebar-wrapper figure{background:#FFF;padding:30px 0;box-shadow: inset 0px 0px 20px 0px rgb(0 88 120 / 34%);display: block;}
.card.s-rounded{ overflow:hidden; }
.card-image{text-align:center;border-bottom: 1px solid rgb(0 88 120 / 21%);box-shadow: inset 0px 0px 20px 0px rgb(0 88 120 / 8%);}
	.card-image img{ height:120px !important; width:auto; margin:30px auto; display:block;}
body{ height: 100% !important;}
.downloadable_documents{ background:var(--dark_blue); padding:20px; border-radius:10px; margin-bottom:50px;}
        .doc{ display:block; background:var(--lighter_blue); padding:10px 20px 10px 20px; }
            .doc a, .doc *{color: #FFF !important;}
                .doc a{ padding-left:20px; color:#FFF; }
            .doc:before{ content:"\2193"; display:inline-block; color:#FFF; font-weight:bold; background:var(--dark_blue); width:40px;text-align:center; }
        .notes{border: 2px solid var(--lighter_blue);border-radius:10px;padding:20px 20px 15px 50px;margin: 0 auto;position:relative;}
            .notes *{ line-height:1.4em; font-size:.9rem; }
            .notes:before{ content:""; background:var(--dark_blue); display:block; width:50px; height:50px; position:absolute; border-radius:50%; top:-20px; left:-15px;}
                .notes:after{content:"";-webkit-mask:url('img/lightbulb.svg') no-repeat;mask:url('img/lightbulb.svg') no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#FFF;display:block;width: 25px;height: 25px;position:absolute;border-radius:50%;top: -8px;left: -3px;}
                .notes.exclamation_mark:after{-webkit-mask:url('img/important.svg') no-repeat;mask:url('img/important.svg') no-repeat;width: 36px;height: 36px;border-radius: 0;-webkit-mask-size: contain;mask-size:contain;top: -13px;left: -8px;}
                .notes a{ color:var(--lighter_blue); }
                .notes li{/* list-style:none; *//* display:inline-block; */padding-left: 10px;position:relative;}
                    .notes li:before{/* content:"\27F6"; */padding-right:15px;color:var(--lighter_blue);}

/*VIDEO*/
    .video{/* background:var(--dark_blue); */padding: 70px 0;position: relative;}
        .video .ninesixty{/* max-width: 1170px; */}
            .video iframe{width: 100% !important;height: 600px !important;background: var(--dark_blue);}


/*BUTTON*/
a.button{ display:inline-block; padding:10px 40px; background:transparent;  color:var(--dark_blue); ; cursor:pointer; border:1px solid var(--dark_blue);border-radius:50px; text-transform:uppercase;}
	a.button:hover, .button:hover{ background:var(--dark_blue) !important;  color:#fff;  }
	.button.whitebutton:hover{color:var(--dark_blue) !important;background: #fff !important;}
    a.button.whitebutton{ color:#fff; border:1px solid #fff;}
    .mepr-login-form-wrap{ display: none;}

/*othercourses*/
.othercourses{background: #e8ebef;display: block;padding: 14px 10px;margin: 40px 0 10px;}

.locked-course-overlay, .card-image:has(.locked-course-overlay){ filter:grayscale(1); }