div #search_options {}
div.search { 
    border: 1px solid #ccc;
    padding: 5px;
}
div .search div {
	display: inline-block;
}
div #cat_search_form, div #data_search_form {
	text-align: center;
}
div #cat_search_form form, div #data_search_form form {
	display: flex;
	justify-content: center;
	padding: 5px 5px 13px 5px;	
}
div #cat_search_form input[type="text"], div #data_search_form input[type="text"] {
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 -1px;
	padding: 6px;
	width: 90%;
}
div #cat_search_form input[type="image"], div #data_search_form input[type="image"] {
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 29px;
	vertical-align: top;
	width: 29px;
}
/* Google Search Box Below */

div #site_search_form {
	text-align: center;
}
div #site_search_form form {
}
div #site_search_form input[type="text"]{}

#___gcse_0 {
	display: inline-block;
	width: 75%;
}
form.gsc-search-box {
	margin-bottom: 0px !Important;
}
div.gsc-input-box {
	margin: 5px 1px 5px 6px;
	padding: 2px 0 0 0;
}
input.gsc-search-button {
	border-radius: 0px !Important;
	height: 17px !Important;
	margin-left: 0 !Important;
	width: 17px !Important;
	
}
.gsc-control-cse {
	padding: 0 !Important;
	background: none !Important;
	border: none !Important;
}
.cse .gsc-control-cse:after, .gsc-control-cse:after {
	content: none !Important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !Important;
}
/* Google Search Box Above */

div.cat_art_sit {
	text-align: center;
}
div.cat_art_sit div {
	display: inline-block;
	text-align: center;
	width: 30%;
}
div.cat_art_sit div input {
	display: block;
	margin: auto;
}
#nav-collapse{
	display: none;
	text-align: center;
	width: 100%;
}
div.nav-collapse{	
	height: 1%;		
	text-decoration: none;
	background-color: #80CCCC;	
	color: #004D67;
	/*text-shadow: 0 1px 0 hsla(0, 0%, 100%, 1.0);*/
	font: 1.3em/40px 'PT Sans', Arial, sans-serif;
	font-weight:bold;
	display: block;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#5CD6D6));
	background-image: -webkit-linear-gradient(top, #fff, #5CD6D6);
	background-image: -moz-linear-gradient(top, #fff, #5CD6D6);
	background-image: -ms-linear-gradient(top, #fff, #5CD6D6);
	background-image: -o-linear-gradient(top, #fff, #5CD6D6);
	background-image: linear-gradient(to bottom, #fff, #5CD6D6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#5CD6D6');
}
#hour_phone {display:none;text-align:center;}
div #mobile_search {display: none;}
select option {}
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (min-width: 601px) and (max-width: 767px) {}
@media only screen and (max-width: 600px) {
    #nav-collapse.active {
	    display: inline-block;
		cursor:pointer;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

}
	}
@media only screen and (min-width: 601px) and (max-width: 767px) {

}
@media only screen and (max-width: 600px) {

#nav-collapse.active{
	display: inline-block;cursor:pointer;
}
/*#nav-collapse:after {
 	content: " \2630 "
}*/
ul.mainNav_hide {display:none;clear:both;}

div#logo{text-align:center;}
nav {border:none;margin-top:0;}


}

@media only screen and (max-width: 480px) {
body {background-color:white;}
#nav-collapse.active{width:100%;}
nav a{
		/*display: list-item;		
		text-align: left;*/
		 padding-left:10px;
	}
	nav ul li{
		/*display: list-item;		
		text-align: left;*/
		width:50%;
		font-size:0.75em;
		display:inline-block;
		text-align:left;
	}
	nav ul li:last-child {
	text-align: left;
}
	nav ul li:first-child {
	text-align: left;
}

}
@media only screen and (max-width: 320px) {
body {background-color:white;}
	nav {		
		background: none;
		width:100%;
		margin-top:0%;/*2.4755%;*/
		border:none;
	}
	nav ul {
		 display: block;
		 width:100%;
	}

	nav ul li:before {clear:both;}	
	nav ul li{
		/*display: list-item;		
		text-align: left;*/
		width:50%;
		font-size:0.75em;
		display:inline-block;
		text-align:left;
	}
nav ul li:last-child {
	text-align: left;
}
nav ul li:first-child {
	text-align: left;
}

}