﻿@charset "UTF-8";
/********* SEARCH RESULTS **********/
/*.hero_search {
	background: url(../images/heros/search_hero.jpg) 100% 100% no-repeat;
	color: #fff;
	background-position: top;
	width: 100%;
	min-height: 200px;
	padding: 50px 0 0 0;
}*/

/*.search_info {
	width: 300px;
	padding: 30px;
	background-image: url(../images/heros/trans_grey.png);
	color: #fff;
}*/

.search_title {
	font-size: 35px;
}

.search_results_cont {
	padding: 20px;
}

	.search_results_cont h2 {
		color: #000;
		padding: 20px 0;
	}

	.search_results_cont h3 {
		font-size: 18px;
		font-family: ProximaNovaRegular, Arial, Helvetica, "Helvetica Neue", sans-serif;
		color: #145a7b;
	}

	.search_results_cont a {
		display: block;
		/*	overflow: hidden;
	white-space: nowrap;*/
		text-overflow: ellipsis;
	}

	.search_results_cont .nolink {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.search_results_cont ul {
		list-style-type: none;
		width: 100%;
	}

		.search_results_cont ul li {
			padding: 0 0 20px 0;
		}

.searchPageNav {
	padding: 10px 0 20px 0;
	clear: both;
}

	.searchPageNav span {
		display: inline-block;
		padding: 0 10px 0 0;
	}

.activePageNumber {
	font-family: ProximaNovaBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
}

/********* FACETED SEARCH RESULTS **********/
.hero_fac_search {
	width: 100%;
	padding: 35px;
	font-size: 24px;
}

.fac_search_container {
	position: relative;
}

	.fac_search_container input {
		border-radius: 6px;
		padding: 17px;
		margin: 15px 0 10px 0;
		width: 100%;
		border: 1px solid #ccc;
		font-size: 25px;
		color: #6e6e6e;
		font-family: ProximaNovaThin, Arial, Helvetica, "Helvetica Neue", sans-serif;
	}

	.fac_search_container button {
		position: absolute;
		border-radius: 6px;
		border: 1px solid #ccc;
		padding: 13px 20px;
		margin: 15px 0 10px 0;
		top: 0;
		right: 0;
		color: #fff;
		font-size: 32px;
		background: #d75426;
		background: -webkit-linear-gradient(#fb8000, #d75426);
		background: -o-linear-gradient(#fb8000, #d75426);
		background: -moz-linear-gradient(#fb8000, #d75426);
		background: linear-gradient(#fb8000, #d75426);
		line-height: normal;
	}

.ct_filterResults {
	padding: 0 30px 0 0;
}

.filter_category_title {
	padding: 10px 0 5px 0;
}

.ct_filterResults label {
	line-height: 25px;
	/*color: #d75426;*/
	cursor: pointer;
}


.result {
	padding: 0 0 20px 0;
}

.searchResults h3 {
	font-size: 20px;
	color: #d75426;
}

.smallDetails {
	font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #6e6e6e;
}

.filterResultsMobileNav {
	display: none;
}

.mobileFilterButton {
	display: none;
}

.mobileFilters h1 {
	font-size: 22px;
}

.mobileFilters label {
	display: inline;
}

.clearButton {
	padding: 15px 0 0 0;
}

#spellingSuggestion {
	font-size: 18px;
}

@media (max-width: 783px) {
	.search_container {
		display: none;
	}

	div.mobile_nav_right .search_container {
		display: block;
		width: 95%;
	}

		div.mobile_nav_right .search_container input {
			border-radius: 4px;
			padding: 8px 10px;
			margin: 15px 0 10px 0;
			width: 85%;
			border: 1px solid #ccc;
			font-size: 15px;
			color: #6e6e6e;
			font-family: ProximaNovaThin, Arial, Helvetica, "Helvetica Neue", sans-serif;
		}

		div.mobile_nav_right .search_container button {
			position: absolute;
			border-radius: 4px;
			border: 1px solid #ccc;
			padding: 5px 10px;
			margin: 15px 10px 10px 0;
			top: 0;
			right: 0;
			color: #fff;
			font-size: 20px;
			background: #d75426;
			background: -webkit-linear-gradient(#fb8000, #d75426);
			background: -o-linear-gradient(#fb8000, #d75426);
			background: -moz-linear-gradient(#fb8000, #d75426);
			background: linear-gradient(#fb8000, #d75426);
		}

	.hero_search {
		background: none;
		background-color: #e3f2fa;
		min-height: 150px;
		padding: 30px;
	}

	.search_info {
		width: 100%;
		padding: 0;
		background-image: none;
		color: #000;
		text-align: center;
	}

	.search_title {
		font-size: 28px;
	}
	/********* FACETED SEARCH *********/
	.search_results_cont {
		padding: 0;
	}

	.ct_filterResults {
		background-color: #eeeeee;
		padding: 0;
	}

	.mobileFilters {
		padding: 20px;
		/*display: none;*/
	}

	.mobileFilterButton {
		display: block;
		margin: 20px 20px 0 0;
		float: left;
	}

	.clearButton {
		padding: 20px 0 0 20px;
	}

	.ct_filterResults h1 {
		display: none;
	}

	.filterResultsMobileNav {
		display: block;
		background-color: #fff;
		font-size: 28px;
		color: #d75426;
		width: 100%;
		padding: 20px;
		border-top: solid 1px #a8a8a8;
		border-bottom: solid 1px #a8a8a8;
	}

		.filterResultsMobileNav i {
			position: absolute;
			right: 20px;
		}

	.ct_filterResults {
		width: 100%;
		float: none;
	}

	.searchResults {
		float: none;
		width: 100%;
		padding: 20px;
	}

	#resultsText {
		padding: 20px 0 0 20px;
	}

	.searchPageNav {
		padding: 10px 0 20px 20px;
	}
}

@media (max-width: 555px) {
	.searchPageNav span {
		padding: 0 2px 0 0;
		font-size: 14px;
	}
}
