.search_widget_headerbox { float:right; background: #B84212; padding: 3px 15px 3px 3px; margin-right:10px; z-index: 4; }
.search_widget_headerbox input[type=search] { width:150px; display:inline-block; margin:0; padding:3px 9px; height:32px; }
.search_widget_headerbox .searchBtn { cursor:pointer;display:inline-block;margin-left:6px; }

.search_results { padding:15px;margin:0 0 10px 0; }
.search_results h1 {
	color: inherit;
}

.search_results .searchBox { position:relative;margin-right:34px; }
.search_results .searchBox input {
	color: #1F6DB6;
	font-family: 'Avenir LT W01_55 Roman1475520';
	font-size: 16px;
	text-transform: uppercase;
	border: 4px solid #1F6DB6;
	height: 43px;
	padding-top: 8px;
}
.theme-kure .search_results .searchBox input {
	color: #54984E;
	border-color: #54984E;
}
.theme-carolina .search_results .searchBox input {
	color: #007DC6;
	border-color: #007DC6;
}
.theme-wrightsville .search_results .searchBox input {
	color: #14587F;
	border-color: #14587F;
}
.search_results .searchBox input:focus {
	color: inherit;
}
.search_results .searchBox .searchBtn {
	cursor:pointer;
	font-size:21px;
	width: 43px;
	height: 43px;
	text-align: center;
	background:#1F6DB6;
	display:inline-block;
	position:absolute;
	top:0;
	right:-34px;
}
.search_results .searchBox .searchBtn .fa {
	line-height: 43px;
}
.theme-kure .search_results .searchBox .searchBtn {
	background-color: #54984E;
}
.theme-carolina .search_results .searchBox .searchBtn {
	background-color: #007DC6;
}
.theme-wrightsville .search_results .searchBox .searchBtn {
	background-color: #14587F;
}
.search_results_items .search_results_above { float:left;width:100%; }
.search_results_items .search_results_above h4 { 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:#1F6DB6;
	font-size:35px;
	display:inline-block;
	position:relative;
	top:5px;
	border-radius:10px;
	padding:0 6px 0 8px;
}
.theme-kure .search_results_items .search_results_pagination a span {
	color: #54984E;
}
.theme-carolina .search_results_items .search_results_pagination a span {
	color: #007DC6;
}
.theme-wrightsville .search_results_items .search_results_pagination a span {
	color: #14587F;
}
.search_results_items .search_results_pagination a span.fa-caret-left { padding:0 8px 0 5px; }

.search_results_items .search_results_notfound { margin:10px 0; }

.search_results_items .search_results_filters {
	border:4px solid #1F6DB6;
	padding:10px;
	margin:10px 0;
}
.theme-kure .search_results_items .search_results_filters {
	border-color: #54984E;
}
.theme-carolina .search_results_items .search_results_filters {
	border-color: #007DC6;
}
.theme-wrightsville .search_results_items .search_results_filters {
	border-color: #14587F;
}
.search_results_items .search_results_filters .search_results_facets { margin-top:10px; }
.search_results_items .search_results_filters .search_results_facets a { display:inline-block;margin-bottom:4px; }
.search_results_items .search_results_filters .removeFilter { font-size:0.8rem; }

.search_results_items .search_result_item { padding:10px 0;margin:0; }
.search_results_items .search_result_item_top { font-size:0.75rem; }
.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item h4 { margin:0;font-size:1.2rem;display:inline-block; }
.search_results_items .search_result_item h4 a { }
.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 { color:#545454;margin:2px 0 0 0;font-size:0.8rem; }

@media only screen and (max-width: 64em) {
	.search_widget_headerbox {
		position: relative;
		right: 62px;
		margin-top: 9px;
		padding-top: 3px;
		border-radius: 4px;
	}
}




/*
 * Cutup css
 */


.nav-item.search{
}

.nav-item.search .search-toggle-btn .fa{}

.seach-wrapper {
	
    z-index: 100;
}

.seach-wrapper.mobile{
	display: none;
}

.seach-wrapper .search {
	position: absolute;
	right: 0px;
	top: -1px;
	display: none;
}

.search-widget.open .search{
	display: block;
	background: #256eb4;
	padding-top: 20px;
	width: 100%;
	height: 80px;
	text-align: center;
    z-index: 1001;
}


.seach-wrapper .search .search-form input{
	height: 40px;
	min-width: 600px;
	background-color: #FFF;
    background-image: url(/includes/public/assets/images/nav/search-icon.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 16px;
	border: none;
	box-shadow: none;
	padding: 0px 0px 0px 15px;
	font-family:'Avenir LT W01_95 Black1475556';
	font-size: 18px;
	color: #1f6db6;
}

.seach-wrapper .search .search-form .action {
	display: inline-block;
}
.seach-wrapper .search .search-form .action .search-btn {
	height: 50px;
	text-transform: uppercase;
	color: #fff;
	width: 160px;
	padding-top: 11px;
}

.search form.search-form input::-webkit-input-placeholder{
	font-family:'Avenir LT W01_95 Black1475556';
	font-size: 18px;
	color: #1f6db6;
}
.search form.search-form input:-moz-placeholder{
	font-family:'Avenir LT W01_95 Black1475556';
	font-size: 18px;
	color: #1f6db6;
}
.search form.search-form input:-ms-input-placeholder {
	font-family:'Avenir LT W01_95 Black1475556';
	font-size: 18px;
	color: #1f6db6;
}



/*
 * Theme Styles
 */
.theme-kure .header-section .bottom-section .header-actions-wrapper .action.search button { background-color: #54984E; }
.theme-carolina .header-section .bottom-section .header-actions-wrapper .action.search button { background-color: #007DC6; }
.theme-wrightsville .header-section .bottom-section .header-actions-wrapper .action.search button { background-color: #14587F; }

.theme-wrightsville .search-widget.open .search{background: #14587F;}
.theme-kure .search-widget.open .search{background: #54984E;}

.theme-wrightsville .seach-wrapper .search .search-form input{
    background-image: url(/includes/public/assets/images/nav/wrightsville-search-icon.png);
	color: #14587F;
}

.theme-wrightsville .search form.search-form input::placeholder
{
	opacity: 1;
	color: #14587F;
}
.theme-wrightsville .search form.search-form input::-webkit-input-placeholder{
	color: #14587F;
}
.theme-wrightsville .search form.search-form input:-moz-placeholder{
	opacity: 1;
	color: #14587F;
}

.theme-kure .seach-wrapper .search .search-form input{
    background-image: url(/includes/public/assets/images/nav/kure-search-icon.png);
	color: #54984E;
}

.theme-kure .search form.search-form input::placeholder
{
	opacity: 1;
	color: #54984E;
}
.theme-kure .search form.search-form input::-webkit-input-placeholder{
	color: #54984E;
}
.theme-kure .search form.search-form input:-moz-placeholder{
	opacity: 1;
	color: #54984E;
}

.theme-carolina .seach-wrapper .search .search-form input{
    background-image: url(/includes/public/assets/images/nav/carolina-search-icon.png);
	color: #007DC6;
}

.theme-carolina .search form.search-form input::placeholder
{
	opacity: 1;
	color: #007DC6;
}
.theme-carolina .search form.search-form input::-webkit-input-placeholder{
	color: #007DC6;
}
.theme-carolina .search form.search-form input:-moz-placeholder{
	opacity: 1;
	color: #007DC6;
}

@media only screen and (max-width: 64em) {
/* < 1024px */
	
	.seach-wrapper .search .search-form input {
		height: 43px;
	}

    .header-section .bottom-section .header-actions-wrapper .action.search button{
    	background-color: #1f6db6;
	    font-size: 21px;
	    padding: 0;
	    position: relative;
	    text-align: center;
	    height: 45px;
    	width: 45px;
    	margin-top: 13px;
   	}
}

@media only screen and (max-width: 40.063em) {
/* < 642px */
	.header-section .bottom-section .header-actions-wrapper .action.search button{
    	height: 30px;
    	width: 30px;
    	bottom: -2px;
    	margin-top: 0;
    	font-size: 18px;
    }
	.seach-wrapper .search .search-form input{
		max-width: 295px;
		min-width: 295px;
	}
    .header-section .bottom-section .header-actions-wrapper .action.search { bottom: -22px; }
}