h1.main-page-title {
    text-align:center;
}

.clearblock {
    display:block;
    clear:both;
}

.btn-hide, .btn-hide i, .btn-hide span {
    display:none;
}

/* styles for facility contact details */

ul.facility-contact-details {
    list-style:none;
    padding-left:0px;
    margin-bottom:30px !important;
}

ul.facility-contact-details li {
    margin-bottom:15px;
}

ul.facility-contact-details i {
    margin-right:10px;
}

ul.facility-contact-details p {
margin-left:30px;
margin-top:-22px;
}

ul.course_listing {
    list-style: none;
}

/* styles for course listing results filter */

.list-filter {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    /* background-color:#fcbc41; */
    padding:15px;
    padding-top:30px;
    padding-bottom:30px;
    border-top: 1px solid #000;
}

.list-filter h2 {
    margin-bottom: 20px;
}

.list-filter input {
    margin-right: 30px;
}