/*Show / Hide*/
.hide {
	display: none;
}
.show {
    display: inline-block;
}




/* Styles */
.footerSearch {
	background: #313131;
	border-top: 2px solid #000;
	padding: 40px 20px;
	box-sizing: border-box;	
	width: 100%;
	float: left;
}
.headerSearch {

	padding: 20px 0 10px 0;
	box-sizing: border-box;	
	width: 100%;
}





/* Search Input Styles */
form.keywordSearch {
	position: relative;
	width: 100%;
	display: inline-block;
}
form.keywordSearch input {
	height: 30px;
	line-height: 30px;
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 14px !important;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 10px;
	background: #f8f8f8;
	color: #808285;
	border: 0px;   
}
form.keywordSearch input.keywordSearchButton {
	width: 30px;
	height: 30px;
	border: none !important;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fcb817 url(/siteart/searchicons/footerSearch.png);
	background-repeat: no-repeat;
	cursor: pointer;
	color: transparent !important;
}




@media screen and (max-width: 765px){
form.keywordSearch input.keywordSearchButton {width:100%; background-position:center;position: relative;}