/* Use this for user added styles for those who we don't want messing with SASS. */

.slider .metaslider .caption-wrap .caption{font-weight:bold;}
.slide-187 .caption{width: 530px;margin-left:-80px}
.course_features_ul{list-style: none;margin-left: 0;padding-left: 0px;float: left; width: 40%;}
.course_features_ul:first-of-type{margin-right:25px;}
.course_features_ul li{}
.course_features_ul img{width:50px;margin-right:10px;height:auto;margin-top:20px;float:left;}
.course_features_ul li p{float:left;width:80%;}
.course_features_ul li p span{font-weight:bold;}

@media only screen and (max-width:1170px) {
.course_features_ul li p {float: left; width: 75%;}
}

@media only screen and (max-width:960px) {
.course_features_ul li p {float: left; width: 100%;}
}

@media only screen and (max-width:600px) {
.slide-187 .caption{width:auto; margin-left:0px;}
.course_features_ul{float: none; width: 100%;}
.course_features_ul li p {float: left; width:75%;}
.course_features_ul img{clear:both;}
}

@media only screen and (max-width:480px) {

}