body.search-open{
	overflow-y:hidden;
}
.header .search-widget {display: none;}
.header-search {}

.header-search form .search-label{
	color:#fff;
	font-size:64px;
	font-family: 'DIN Next LT W04 Regular';
	padding: 0 0 40px 20px;
	text-transform: uppercase;
	font-weight: bold;
}


.header-search form .search-label:before{
	position: relative;
	left:-20px;
	margin: -10px 0 0 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 1em;
	color: #fff;
	content: "\f002"; 
}
.mobile-search {
	background-color: #fbd100;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	padding: .8em;
}
.header-search .search-backdrop{
	position: fixed;
	top:0;
	left:0;
	z-index: 199;
	width:100vw;
	height:100vh;
	min-height:100vh;
	background: rgba(46,181,232,.93);
} 
.header-search .search-backdrop .search-form{
	position: relative;
    width: 70%;
    top: 37%;
    margin: 0 auto;
    padding:16px;
    height:320px;
    font-size: 36px;
    max-width:1024px; 
}
.header-search label, .mobile-search label {display: none}

.header-search .searchinput-wrapper{
	overflow:hidden;
	padding-top:16px;
}

.header-search input[type=text], .mobile-search input[type=text] {
	margin-bottom: 0;
	height: 80px;
	background-color: #fff;  
	color:#333;
	padding:16px;
	width:70%;
	box-shadow: none !important;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

.header-search [data-sv-searchform]{width: 100%;}
.header-search.isActive {display: block;}

.header-search {
	background-color: transparent; 
	display: none; 
	padding: 0;
	width: 17.8125em;
	left: auto;
	right: 0;
}
.header-search input[type=text] {
	float:left;
}
.header-search input[type=text]::-webkit-input-placeholder {color: #aaa;}
.header-search input[type=text]:-moz-placeholder {color: #aaa; opacity: 1;}
.header-search input[type=text]::-moz-placeholder {color: #aaa; opacity: 1;}
.header-search input[type=text]:-ms-input-placeholder {color: #aaa;}
.header-search:before {display: none;}

.header-search button.searchbutton{
    border: 6px solid #fff;
    color: #fff;
    padding: 12px 16px;
    height: 80px;
    font-size: 40px;
    font-family: 'DIN Next LT W04 Regular';
    text-transform: uppercase;
    float: left;
    margin-left: 32px;
    font-weight: bold;
}

.header-search .btn-close-full-menu{
    position: absolute;
    right: 0px;
    top: -104px;
}
.header-search .btn-close-full-menu a{
    color: #fff;
    font-family: 'DIN Next LT W04 Light';
    text-decoration: none;
    font-size: 140px;
    font-weight: bold;
}

.mobile-search input[type=submit] {display: none;}


.search_results .resultForm {margin: 0 0 1em;}
.search_results .resultForm label {display: none;}
.search_results .resultForm input {float: left; margin: 0; width: 83%;}
.search_results .resultForm button {float: right; font-size: 0.875em; width: 15%;}

.search_results_items .search_results_pagination {margin: 0.5em 0;}
.search_results_items .search_results_pagination .pager {float: right;}
.search_results_items .search_results_pagination a span {
	color: #29dbe7; 
	font-size: 1em; 
	display: inline-block; 
	position: relative;
	padding: 0 0.5em;
}
.search_results_items .search_results_notfound { margin: 1em 0; }

.search_results_items .search_results_filters {background-color: #efefef; border: 1px solid #e1e1e1; padding: 0.625em; margin: 0.625em 0; }
.search_results_items .search_results_filters .search_results_facets { margin-top: 0.625em; }
.search_results_items .search_results_filters .search_results_facets a { display:inline-block; margin-bottom: 0.25em; }
.search_results_items .search_results_filters .removeFilter { font-size: 0.8em; }

.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item p.search-link {color:#777;}
.search_results_items .search_result_item .search_anchor {color:#006621;}

.search_results .shared-list {clear: both;}
.search_results .shared-list .item.row.collapse {border: 1px solid #dcdcdc; margin-bottom: 1.2em;}
.search_results .shared-list .content {padding: 1em;}
.search_results .shared-list .content h3 {font-size: 1.25em; margin: 0; padding: 0;}
.search_results .shared-list .content p {font-size: 0.97em; padding: 0.15em 0 0.14em;}

@media only screen and (max-width: 40em) {
	.search_results .resultForm input {
	    width: 66%;
	}

	.search_results .resultForm button {
		width: 25%;
	}
	
} 