#courses_catalog_filters {
	float: left;
	width: 25%;
}
#courses_catalog_filters h5 {
	margin: 10px 20px;
	border-bottom: 2px solid gray;
}
#courses_catalog_filters div.filter {
	padding: 10px 20px;
}
#courses_catalog_applied_filters {
	display: block;
}

#courses_catalog_applied_filters.empty {
	display: none;
}

#courses_catalog_results {
    width: 75%;
    float: right;
}

#courses_catalog_spinner {
	text-align: center;
	margin: 25px 0;
}

#courses_catalog_results div.course {
    /*overflow: hidden;
    min-height: 150px;
    margin: 0 1% 25px;
    padding: 10px 20px;*/
}

#courses_catalog_results a.image_link {
	display: block;
	width: 200px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	/*float: left;*/
	margin-right: 20px;
}
#courses_catalog_results div.img-container {
	border-radius: 10px;
    overflow: hidden;
    height: 160px;
    width: 100%;
}
#courses_catalog_results div.img-container .img {
	background-size: cover;
    height: 160px;
    width: 100%;
    background-position: center;
    transition: all 80ms linear;
}
#courses_catalog_results a:hover div.img-container .img {
	height: 180px;
    margin-top: -10px;
    width: 120%;
    margin-left: -10%;
    transition: all 80ms linear;
}

#catalog_search,
.catalog_search {
	width: 100%;
	height: 30px;
}

#courses_catalog_results_title {
	display: none;
}

#courses_catalog_page_search_box {
	position: relative;
	margin-bottom: 20px;
}

#courses_catalog_search_dropdown_menu,
.courses_catalog_search_dropdown_menu {
	display: none;
	position: absolute;
	width: calc(100% + 10px);
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px #ccc;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#courses_catalog_search_dropdown_menu p,
.courses_catalog_search_dropdown_menu p {
	margin: 0;
}

#courses_catalog_search_dropdown_menu a,
.courses_catalog_search_dropdown_menu a {
	display: block;
	padding: 10px 20px !important;
}

#courses_catalog_search_dropdown_menu a:hover,
.courses_catalog_search_dropdown_menu a:hover {
	border: 1px dotted gray;
	padding: 9px 19px;
}

.course-start {
	text-align: left;
	font-style: italic;
	font-size: 0.75em;
}

.course-start a {
	float: right;
	font-style: normal;
}

.course-info-wrapper {
	overflow: hidden;
}

.courses-catalog-search-box input#catalog_search,
.courses-catalog-search-box input.catalog_search,
#courses_catalog_page_search_box input#catalog_search {
	background:transparent;
	border:none;
	width: 402px;
	height: 45px;
	padding: 0px 20px !important;
	display: block;
	float: left;
}

/*#courses_catalog_page_search_box input#catalog_search {
	color: #9e9e9e !important;
}

#courses_catalog_page_search_box input#catalog_search::placeholder {
	color: #9e9e9e !important;
	font-family: "Open Sans" !important;
}*/

.courses-catalog-search-box input#catalog_search:focus,
.courses-catalog-search-box input.catalog_search:focus,
#courses_catalog_page_search_box input#catalog_search:focus {
    outline: none;
}

.courses-catalog-search-box input.courses-catalog-search-submit,
#courses_catalog_page_search_box input.courses-catalog-search-submit {
	border:none;
	background: url("../img/search.svg") no-repeat center;
	width: 50px;
	height: 35px;
	margin: 5px 0;
	display: block;
	float: left;
	cursor: pointer;
}

#courses_catalog_page_search_box input.courses-catalog-search-submit {
	background: url("../img/search.svg") no-repeat center;
}

.courses-catalog-search-box .courses-catalog-search-submit-wrap:before,
#courses_catalog_page_search_box .courses-catalog-search-submit-wrap:before {
	content: "";
	display: block;
	float: left;
	width: 2px;
	height: 36px;
	margin-top: 4px;
	margin-right: 2px;
	background-color: white;
}

#courses_catalog_page_search_box .courses-catalog-search-submit-wrap:before {
	background-color: #cccccc;
}

.courses-catalog-search-box form {
	width: 524px;
	height: 45px;
}

div.courses-catalog-search-box {
	border: 1px solid #162b4a;
	border-radius: 10px;
}

div#courses_catalog_page_search_box {
	border: 3px solid #ccc;
}

.courses-catalog-search-box #courses_catalog_search_dropdown_menu a,
.courses-catalog-search-box .courses_catalog_search_dropdown_menu a {
	font-size: 20px !important;
	line-height: 20px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.courses-catalog-search-box #courses_catalog_search_dropdown_menu,
.courses-catalog-search-box .courses_catalog_search_dropdown_menu {
	margin-top: 46px;
	width: 100%;
	left: 0;
	font-style: italic;
}

/*div.courses_catalog_page_head {
	width: 50%;
	float: left;
}

div.courses_catalog_page_head h1 {
	float: right;
	font-size: 24px;
	font-weight: 600;
	line-height: 66px;
	margin: 0;
	padding-right: 30px;
}*/

div.courses_catalog_page_head #courses_catalog_page_search_box {
	float: left;
    width: calc(100% - 30px);
    margin: 0;
}

hr.courses_catalog_page_hr {
	margin: 30px 0 20px;
	border: 1.5px solid #ccc;
}

#courses_catalog_filters .filter.active {
	font-weight: bold;
}

#courses_catalog_filters .filter {
	cursor: pointer;
	display: block;
}

@media only screen and (max-width: 767px) {
	#courses_catalog_filters, 
	#courses_catalog_results {
	    width: 100%;
	}

	.course-info-wrapper {
	    width: 100%;
	}

	#courses_catalog_results a.image_link {
	    width: 100%;
	    height: auto;
	    display: inline;
	    margin:20px;
	}

	div.courses-catalog-search-box {
		/*transform: scale(.5);*/
	}

	div.courses_catalog_page_head {
		width: 100%;
	}
}

