﻿
#body #hpsearchform {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: .65fr 1fr;
	width: 100%;
	max-width: 1200px;
	margin: -60px auto 0;
	background-color: #0E9AA4;
}

#body #hpsearchform .titlegreen {
	color: #fff;
}

#body #hpsearchform .leftcolumn {
	margin: 40px 0px 40px 40px;
	padding-right: 0px;
	border-right: solid #000 1px
}

#body #hpsearchform .leftcolumn .b11kh1title {
	font-size: 40px;
	line-height: 45px;
}


#body div.searchbox {
	margin: 40px 0px;
	padding: 22px 6%;
}

#body div.searchbox #filters {
	width: 100%;
	max-width: 1060px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 25px;
	margin: auto;
}

#body div.searchbox #filters li {
	min-width: 100px
}

#body div.searchbox #filters li:first-of-type {
	grid-column: auto / span 3;
}


#ysearchbtn {
	padding: 15px;
	background-color: #A4D1D6;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

#ysearchbtn:hover {
	background-color: #000;
}

@media screen and (max-width:1138px) {
	#filters li:last-of-type {
		grid-column-start: 3;
	}

	#ysearchbtn {
		padding: 14px 0px;
		text-align: center;
	}
}

@media screen and (max-width:947px) {
	#body #hpsearchform {
		grid-template-columns: 1fr;
	}

	#body #hpsearchform .leftcolumn {
		margin: 40px auto 0px;
	}
}

@media screen and (max-width: 790px) {
	#body #hpsearchform {
		grid-template-columns: 1fr;
	}

	#body div.searchbox #filters {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 20px;
		row-gap: 25px;
		margin: auto;
	}

	#body div.searchbox #filters li:first-of-type {
		grid-column: auto / span 4;
	}

	#filters li:nth-of-type(3) {
		grid-column-start: 3;
		grid-column-end: 5;
	}

	#filters li:last-of-type {
		grid-column-start: 1;
	}

	#body #hpsearchform .leftcolumn .b11kh1title {
		font-size: 30px;
		line-height: 35px;
	}
}
