#SimpleSearchDiv div{
	display: none;
}

.inputLabel{
	width: 33%;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 16px;
}

input[type=text], select{
	width: 35%;
	padding: 8px;
	border: 1px solid #36758D;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 10px;
	resize: vertical;
}

.bttnRow{
	width: 920px;
	margin: auto;
}

.button {
	background-color: white;
	border: 1px solid #36758D;
	color: #36758D;
	text-align: center;
	text-decoration: none;
	margin: 4px 2px;
	height: 40px;
	width: 300px;
	cursor: pointer;
	border-radius: 20px;
	outline: none;
	vertical-align: middle;
}

.button:hover {
	background-color: #f2f2f2;
}

.button.active {
	background-color: #36758D;
	color: white;
	font-size: 16px;
}

#or{
	text-align: center;
}

#searchDiv{
	width: 236px;
	margin: auto;
	margin-top: 25px;
}

/*Search and Clear Buttons*/
.search-row {
	background-color: #36758D;
	border: 2px solid #36758D;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 4px 2px;
	height: 40px;
	width: 100px;
	cursor: pointer;
}

.search-row:hover {
	font-weight: bold;
}


@media (max-width: 991px){
	
	.bttnRow{
		width: 620px;
	}
	
	.button{
		width: 200px;
		height: 50px;
	}
	
}


@media (max-width: 670px){
	input[type=text], select{
		width: 220px;
	}
}


@media (max-width: 650px){
	.bttnRow{
		width: 415px;
	}
}


@media (max-width: 450px){
	.bttnRow{
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	
	.button{
		min-width: 200px;
		width: 100%;
		height: 30px;
		border-radius: 10px;
	}
	
	.inputLabel{
		margin-left: 15px;
		text-align: left;
		width: 300px;
	}
	
	input[type=text], select{
		margin-left: 35px;
	}
	
	#or{
		text-align: left;
		margin-left: 120px;
	}
}

@media (max-width: 374px){
	#bySAGE.active{
		height: 45px;
	}
}

@media (max-width: 339px){
	#bySAGE{
		height: 45px;
	}
}


