
/*-------------------------------------------------------*\
	#COURSE_SEARCH DS
\*-------------------------------------------------------*/
.text-white {color: #ffffff;}
.course_search_header {
	height: 50px;
	padding: 50px 0px;
	background: #867537;
}
@media (min-width: 992px) and (max-width: 1250px) {
	.course_search_header {
		height: 110px;
		/*background: blue;*/
	}
}
@media (min-width: 1251px) {
	.course_search_header {
		padding: 85px 0 40px 0px;
		margin-top: -35px;
		/*background: blue;*/
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.course_search_header {
		height: 120px;
		/*background: green;*/
	}
}
@media (max-width: 768px) {
	.course_search_header {
		height: 170px;
		padding: 20px 0;
	}
}
@media (min-width: 992px) {
	.course_search_form_container {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 992px) {
	.course_search_form_container {
		width: 100%;
	}
}
.course_search_form_container h1 {
	line-height: 46px;
	margin-bottom: 10px;
	margin-right: 20px;
}
@media (max-width: 992px) {
	.course_search_form_container h1 {
		width: 100%;
		line-height: 3.2rem;
	}
}
@media (max-width: 1200px) {
	.course_search_form {
		width: 100%;
	}
}
.course_search_form_container input[type="text"] {
	width: 500px;
}
@media (min-width: 768px) and (max-width: 992px) {
	.course_search_form_container input[type="text"] {
		width: 75%;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	.course_search_form_container input[type="text"] {
		width: 100%;
	}
}
.course_search_header p {
	color: #fff;
	text-decoration: underline;
	line-height: 47px;
}
/*-------------------------------------------------------*\
	#COURSE_SEARCH_FILTERS DS
\*-------------------------------------------------------*/

.course_search_filter_container {
	padding-top: 10px;
}
.course_search_filter_container a {
	color: #fff;
}
.course_search_filter_container p a {
	padding-right: 8px;
	padding-left: 5px;
	border-right: 1px solid #fff;
	text-decoration: underline;
}

.course_search_filter_container p a:last-child {
	border-right: 0px solid #fff;
}
.course_search_filter_container p {
	font-size: 18px;
	line-height: 55px;
	color: #fff;
}
@media (max-width: 768px) {
	.course_search_filter_container p {
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 18px;
	}
	.course_search_filter_container {
		padding-bottom: 10px;
	}
	.course_search_filter_container span{
		display: block;
	}
	.course_search_filter_container a {
		line-height: 1.5em;
		border-right: 0px solid #fff!important;
	}
}
@media (min-width: 500px) and (max-width: 768px) {
	.course_search_filter_container p {
		display: block;
		width: 100%;
	}
}
@media (max-width: 900px) {
    .course_search_form_container input.btn{
        width: 100%;
        display: block;
    }
}
.course_filter {
	width: 23%;
}
#subject {
	width: 32%;
}
#mode {
	margin-right: 4%;
	margin-left: 4%;
}
@media (max-width: 900px) {
	.course_filter,
	#subject {
		width: 100%;
	}
	#mode {
		margin-left: 0;
		margin-right: 0;
	}
	.course_filter {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.course_search_filters {
		margin-left: 0;
		margin-right: 0;
	}
}
.btn_clear_filters {
	text-decoration: underline;
	font-size: 18px;
	line-height: 55px;
}
@media (max-width: 768px) {
	.subject_filter .subject_filter {
		margin-bottom: 0;
	}
}
.course_search_results {
	background: #0c6ebd;
	color: #fff;
	float: right;
}
.loading {
	width: 200px;
	text-align: center;
	margin: 110px auto 0 auto;
	padding-bottom: 110px;
	font-size: 24px;
}
.loading p {
	font-size: 24px;
}
.applied_filters li {
	display: inline;
	margin-right: 20px;
	background: #ccc;
	padding: 10px 10px;
}
.btn_clear_filters:hover {
	cursor: pointer;
}
/*Probably need to delete these two*/

.remove_filter {
	margin-left: 10px;
}
.remove_filter:hover {
	cursor: pointer;
}
/*-------------------------------------------------------*\
	#COURSE_SEARCH_RESULTS DS
\*-------------------------------------------------------*/

.course_search-number-of-results {
	text-align: center;
	font-size: 18px;
}
#course_container {
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	#course_container {
		width: 90%;
	}
}
.course_container {
	background: #fff;
	border-top: 5px solid #867537;
	margin-bottom: 40px;
	box-shadow: 0 4px 2px -2px gray;
}
.course_container_left {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding: 40px;
}
.course_container_right {
	width: 40%;
	height: auto;
	float: left;
	background: #d8d8d8;
	box-sizing: border-box;
	padding: 40px;
}
@media (max-width: 768px) {
	.course_container_left {
		float: none;
		width: 100%;
		padding: 20px;
	}
	.course_container_right {
		display: none;
	}
}
.course_container_left .course_title a {
	font-size: 16px;
	color: #0c6ebd!important;
}
.course_container_right li {
	padding-bottom: 12px;
	border-bottom: 1px solid black;
}
.course_keyfacts a {
	text-decoration: underline;
	color: #0c6ebd!important;
}
#results_bottom {
	display: none;
}

.course_keyfacts li:after{
    content: "";
    display: table;
    clear: both;
}