/* remove "Apply to this course" on Course page */
.course-post .mainBtn {
display: none !important;
}
/* remove breadcrumb */
.page-title {
display: none;
}


.logo img {
   max-width: 140%;
   height: auto;
}

.search-form form input {
    background-color: #eee;
}

.header-right {
    margin: 35px auto;
    text-align: right;
}

.flex-direction-nav {
display: none  !important;
}

.main-slideshow .flex-direction-nav {
display: none !important;
}