.ui-autocomplete {
	width: 300px !important;
	max-height: 500px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 20px !important;
	z-index: 10000;
}
.ui-autocomplete .ui-menu-item{
	border-bottom: 1px dotted black;
}
.header-search {
    height: 25px;
}
#search_by_heading {
	float: left;
}
label.search_type_label {
	margin-right: 10px;
}
input.search_type {
	margin-right: 10px;
}
.search-result-row {
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CDCDCD;
	padding: 20px 0;
	padding-bottom: 2px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.search-img {
	margin-right: 10px;
}
.search-result-row a {
	overflow-wrap: break-word;
}
.search-keyword-highlight {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.search-result-row.last {
	border: none;
}
.search-result-url {
	color: #676767;
}
.search-results-info-row.top {
	margin: 5px 0;
}
.search-result-info-cell.result-count {
	float: left;
}
.search-result-info-cell.result-pager {
	float: right;
}
.searchNav {
	color: #0044cc;
}
.searchNav:hover {
	text-decoration: underline;
}
.searchNav.active {
	color: #000;
	text-decoration: underline;
}
.mobile-search-container {
	position: absolute;
	top: -450px;
	left: 0;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0 0 5px 0 #000000;
	height: 250px;
	width: 100%;
	transition: all ease 0.5s;
}
#mobile-quicksearch {
	width: 250px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #005A9E;
	border-radius: 15px;
	padding: 5px;
}
.cancel {
	position: relative;
	top: 60px;
	text-align: center;
}
.search-control-container {
	position: relative;
	top: 150px;
}
#mobile_quicksearch_keywords {
	border: none;
	vertical-align: top;
	margin-top: 2px;
}
#mobile_quicksearch_keywords:focus {
	outline: none;
}
