
.search_results .searchBox {
	position:relative;
	margin-right:40px;
}
.search_results .searchBox input{
	height: 33px;
}
.search_results .searchBox .searchBtn {
	cursor:pointer;
	font-size:14px;
	height: 33px;
	background-color: #dc582a;
	padding: 5px 14px 6px;
	display:inline-block;
	position:absolute;
	top:0;
	right:-40px;
	font-size: 16px
}
.search_results .searchBox .searchBtn .fa {vertical-align: text-top;}

.search_results_items .search_results_filters {
	border: 1px solid #d8d7d7;
    border-radius: 3px;
	padding:10px;
	margin:10px 0;
	margin-bottom: 30px;
}
.search_results_items .search_results_filters .search_results_facets {
	margin-top:10px;
}
.search_results_items .search_results_filters strong {
	color: #565555;
    font-weight: 600;
}
.search_results_items .search_results_filters .search_results_facets a:link {
	display:inline-block;
	margin-bottom:4px;
	color: #dc582a !important;
	font-weight: normal;
}

.search_results_items .search_results_above { float:left;width:100%; }
.search_results_items .search_results_above h3 { float:left;margin:2px 30px 0 0; }

.search_results_items .search_results_pagination { padding:5px;margin:2px 0;float:right; }
.search_results_items .search_results_pagination a span {
	color:#dc582a;
	display:inline-block;
	position:relative;
	top:2px;
	font-size: 24px;
    font-weight: bold;
}
.search_results_items .search_results_pagination a span.fa-caret-left { padding:0 8px 0 5px; }




.search_results_items .search_result_item {
	padding:10px 0;
	margin:0;
	margin-bottom: 20px;
}
.search_results_items .search_result_item_top a:link { font-weight: normal }
.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item img {width: 100%}
.search_results_items .search_result_item h4 { margin:0;display:inline-block; }
.search_results_items .search_result_item_bottom { color:#777;font-size:0.8rem; }
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { line-height: 1.3rem; }
.search_results_items .search_result_item .search_result_item_bottom p { margin:2px 0 0 0; }


.submit-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.submit-overlay-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.header-section [data-sv-openform] {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dc582a;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.header-section [data-sv-openform] > i {
	color: white;
	font-size: 20px;
}

.header-section .search-cont .search-form {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: url("/includes/public/assets/images/org-pattern.png");
	background-repeat: repeat;
	z-index: 30000;
}

.header-section .search-form .input-cont {
	position: relative;
	width: 50%;
	height: 75px;
	float: right;
}

.header-section .search-form .input-cont > form {
	width: 100%;
	height: 75px;
	float: right;
}

.header-section .search-form .input-cont {
	position: relative;
	width: 100%;
	/*max-width: 575px;*/
	height: 40px;
	margin-top: 18px;
	/*margin-right: 20%;*/
}

.header-section .search-form .search-field {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width: 580px;
	height: 100%;
	min-height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0;
}

.header-section .search-form .submit {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(50% - 290px);
	margin-right: 8px;
	transform: translateY(-50%);
	color: #cf5328;
	font-size: 18px;
	cursor: pointer;
}

.header-section .search-cont .close-search {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.header-section .search-cont .close-search > i {
	color: #cf5328;
	font-size: 20px;
}

.header-section .search-cont .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #565555;
	font-family: "futura-pt";
	font-size: 20px;
}
.header-section .search-cont .search-field::-moz-placeholder { /* Firefox 19+ */
	color: #565555;
	font-family: "futura-pt";
	font-size: 20px;
}
.header-section .search-cont .search-field:-ms-input-placeholder { /* IE 10+ */
	color: #565555;
	font-family: "futura-pt";
	font-size: 20px;
}
.header-section .search-cont .search-field:-moz-placeholder { /* Firefox 18- */
	color: #565555;
	font-family: "futura-pt";
	font-size: 20px;
}

.header-section .search-cont .arrow-right {
	border-bottom: 20px solid transparent;
	border-left: 10px solid #652410;
	border-top: 20px solid transparent;
	display: none;
	float: left;
	height: 0;
	position: relative;
	right: 0;
	text-align: left;
	vertical-align: top;
	width: 0;
	z-index: 2;
	padding-right: 10px;
}

.header-section .search-cont .icon {
	float: right;
	height: 18px;
	line-height: 18px;
	position: relative;
	top: 10px;
	vertical-align: middle;
	width: 25px;
}

.site-search-box {
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 70px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	width: 60px;
	z-index: 20003;
}

.site-search-box img {
	display: block;
	margin: 0px auto;
}

.search-cont .icon .search-black { display: none; }

.scrolled .search-cont .icon .search-black { display: block; }

.search_widget_headerbox {
	border-radius: 4px;
	display: none;
	font-size: 14px;
	margin-right: 10px;
	padding: 3px 15px 3px 3px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 20002;
}

.search_widget_headerbox.active { display: block; }

.search_widget_headerbox input[type=search] {
	border-radius: 4px;
	display: inline-block;
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	font-size: 18px;
	color: #d27545;
	height: 40px;
	margin: 0;
	padding-left: 32px;
	width: 190px;
}

.search_widget_headerbox:hover input[type=search],
.search_widget_headerbox input[type=search]:focus {  }

.search_widget_headerbox .searchBtn {
	color: #004165;
	cursor: pointer;
	font-size: 19px;
	height: 25px;
	left: 5px;
	margin-left: 6px;
	position: absolute;
	top: 12px;
	width: 25px;
	z-index: 10;
}

.search_widget_headerbox .searchClose {
	cursor: pointer;
	color: #888;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 20px;
}

.site-search-dd.active { display: block; }

.site-search-dd.active input[type=search] {
	background-color: transparent;
	border: 1px solid #c9bea7;
	box-shadow: none;
	color: #c9bea7;
	display: block;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	left: 0;
	margin: 0 auto;
	padding: 14px 20px;
	position: relative;
	text-align: left;
	text-transform: none;
	top: 0px;
	width: 100%;
}

.site-search-dd.active .search-btn {
	cursor: pointer;
	right: 10px;
	position: absolute;
	top: 10px;
	background: url('/includes/public/assets/images/search-icon-lrg.png');
	background-size: cover;
	width: 30px;
	height: 30px;
	display: block;
}

.site-search-dd.active .search-icon {
	position: absolute;
	right: 55px;
	top: 18px;
}

.site-search-dd.active .search-close {
	background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/close-x.png") repeat scroll 0 0;
	background-size: cover;
	color: #8b8b8b;
	cursor: pointer;
	height: 20px;
	line-height: 1;
	position: absolute;
	left: -30px;
	text-align: center;
	text-transform: uppercase;
	top: 15px;
	width: 20px;
}

.site-search-dd .site-search-cont {
	left: 0;
	margin: 0px auto;
	max-width: 100%;
	position: relative;
	right: 0;
	text-align: left;
}

.site-search-dd form input {
	background-color: transparent;
	border: 0 none;
}

.site-search-dd .site-search-cont {
	max-width: 1040px;
}

.site-search-dd {
	position: fixed;
	opacity: 0;
	right: -2px;
	top: -2px;
	border: 0 none;
	height: 55px;
	width: 0;
	z-index: 20003;
	-webkit-transition: opacity 225ms ease-in-out;
	-moz-transition: opacity 225ms ease-in-out;
	-o-transition: opacity 225ms ease-in-out;
	transition: opacity 225ms ease-in-out;
}

.site-search-dd.active {
	position: absolute;
	display: block;
	min-width: 62vw;
	opacity: 1;
}

.site-search-dd.active input[type=search] {
	background-color: #fff;
	box-shadow: none;
	color: #c9bea7;
	display: block;
	height: auto;
	margin: 0;
	text-align: left;
	text-transform: none;
}

/* Mobile Specific */
.site-search-mobile {
	background: #101927;
	border: 0 none;
	height: 40px;
	margin: 10px 0 0 10px;
}

/* ******************* MEDIA QUERIES ******************* */

/*** Mobile ***/
@media  (max-width:800px) {

}

@media only screen and (min-width:440px) and (max-width:767px) {
	.site-search input[type=text] { font-size: 18px; }

}

/*** Tablet ***/
@media (max-width: 1024px) {
	.header-section .search-cont .search-form {
		top: 100%;
	}
	.header-section .search-cont .close-search {
		display: none;
	}
	.header-section .search-form > form {
		width: 100%;
		margin: 0;
	}
	.header-section .search-form .search-field {
		margin: 20px auto;
	}
	.header-section .search-cont .input-cont {
		margin: 20px auto;
		float: none;
		width: 60%;
	}
	.header-section .search-form .submit {
		right: 0;
	}
	.header-section .input-cont .search-field {
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		max-width: none;
	}
}

/*** Tablet and Desk***/
@media only screen and (min-width:40.063em) {}

/*** Desktop  ***/
@media only screen and (min-width:64.063em) {

	}

	.site-search-box {
		display: inline-block !important;
		position: relative;
		top: 5px;
		right: auto;
	}

	.site-search-dd.active .searchBtn {
		cursor: pointer;
		font-size: 19px;
		height: 25px;
		left: 12px;
		margin-left: 6px;
		position: absolute;
		top: 18px;
		width: 25px;
		z-index: 10;
	}
}
