.pageForm label, .pageForm span{
	padding: 0 10px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 100%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .btnSuccess{
	margin-left: 25%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}
#home-content .invisible{
	display: none;
}
#home-content #filters > div{
	padding: 0 5px;
}
#home-content #filters > div:first-of-type{
	padding-left: 0;
}
#home-content #filters > div:last-of-type{
	padding-right: 0;
}
#home-content .filterSection{
	position: relative;
}
#home-content .filterSection select{
	width: 100%;
}
#home-content .filterSection > label{
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#home-content .filterSection .buildings,
#home-content .filterSection .rooms,
#home-content .filterSection .roomTypes{
	position: absolute;
	z-index: 1;
	width: calc(100% - 10px);
	max-height: 500px;
	overflow-y: scroll;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 5px;
	background: #FFF;
}
#home-content .filterSection .buildings span,
#home-content .filterSection .rooms span,
#home-content .filterSection .roomTypes span{
	position: relative;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
}
#home-content .filterSection .buildings span input,
#home-content .filterSection .rooms span input,
#home-content .filterSection .roomTypes span input{
	position: absolute;
	top: 5px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
#home-content .filterSection .buildings span label,
#home-content .filterSection .rooms span label,
#home-content .filterSection .roomTypes span label{
	position: absolute;
	width: 100%;
	padding: 0;
	padding-left: 25px;
	margin: 0;
}
#home-content .filterSection .buildings span:hover,
#home-content .filterSection .rooms span:hover,
#home-content .filterSection .roomTypes span:hover{
	background: #6F316E;
}
#home-content .filterSection .buildings span:hover label,
#home-content .filterSection .rooms span:hover label,
#home-content .filterSection .roomTypes span:hover label{
	color: #FFF;
}
.contentHolder .filterSection label{
	display: inline-flex;
}
#home-content [id*="btnSubmit"]{
	float: left;
	clear: left;
	margin-right: 5px;
}
#home-content h3.resultsHeader{
	margin-top: 0;
}

@media only screen and (max-width:768px){
	#home-content #filters > div{
		padding: 0;
	}
	#home-content .filterSection > label{
		margin-top: 10px;
	}
	#home-content .filterSection .buildings,
	#home-content .filterSection .rooms,
	#home-content .filterSection .roomTypes{
		width: 100%;
	}
}