
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


.progress-tracker {
	margin-bottom:-18px;
}

.CourseHomeContainer a {
    color: white;
    font-size: 20px;
}

@media (max-width: 767px){
	 .progress-tracker {
	    margin-bottom: 0;
    }
}

/* Samsung S6 Portrait */
@media (max-width: 360px) {
    .CourseHomeContainer{
        display: none;
    }
}

/* Samsung S6 Landscape */
@media (max-width: 640px) {
    .CourseHomeContainer{
        display: none;
    }
}

/* iPhone 5 Portrait */
@media (max-width: 320px) {
    .CourseHomeContainer{
        display: none;
    }
}

/* iPhone 5 Landscape */
@media (max-width: 568px) {
    .CourseHomeContainer{
        display: none;
    }
}


/* iPhone 5 Portrait */
@media (max-width: 375px) {
    .CourseHomeContainer{
        display: none;
    }
}

/* iPhone 5 Landscape */
@media (max-width: 667px) {
    .CourseHomeContainer{
        display: none;
    }
}