.pageForm label{
	padding: 0 5px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}
#home-content .invisible{
	display: none;
}

/** default **/
#home-content .filters{
	padding-right: 10px;
}
#home-content .filters h4{
	margin: 5px 0;
	margin-top: 10px;
}
#home-content .searchByOptions{
	display: inline;
}
.pageForm label.searchLabel{
	padding: 0;
}
#home-content [id*="txtSearchTerm"]{
	width: 50em;
	margin: 10px 0;
}
#home-content [id*="pnlAgencies"] .grid12{
	border-bottom: 1px solid #EEE;
	padding: 5px 0;
}
#home-content [id*="pnlAgencies"] .grid12:last-of-type{
	border-bottom: none;
}
#home-content [id*="pnlAgencies"] .grid12 p{
	margin: 0;
}
#home-content [id*="pnlAgencies"] .grid12 > p:first-of-type{
	display: inline;
}
#home-content .transportation{
	float: right;
}
#home-content .transportation img{
	position: relative;
	top: 2px;
	padding: 0 5px;
}

/** read more **/
#home-content .readMore .row-responsive{
	margin: 5px 0;
	padding: 5px;
}
#home-content .readMore .row-responsive p{
	margin: 0;
}
#home-content .readMore .grid3{
	padding-right: 10px;
}

/** add agency **/
.hoursList
{
	border-bottom: 1px solid #EEE; 
	padding: 10px 0;
}

fieldset .hoursList:last-child
{
	border-bottom: transparent;
}
.hoursList option[disabled="disabled"]
{
	text-decoration: line-through;
}
#addSubmitBtn
{
	padding-left: 50%;
}

@media only screen and (max-width:768px){
	/** default **/
	.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
		width: 100%;
	}
	#home-content [id*="txtSearchTerm"]{
		width: 100%;
	}
	#home-content .filters .grid3 h4{
		cursor: pointer;
		border-bottom: 1px solid #382140;
		padding: 10px;
		color: #382140;
		margin: 10px 0;
		font-size: 1.2em;
	}
	#home-content .filters .grid3 h4 span.plus,
	#home-content .filters .grid3 h4 span.minus{
		float: right;
	}
	#home-content .filters .grid3 h4 span.plus:before{
		content: '+';
	}
	#home-content .filters .grid3 h4 span.minus:before{
		content: '-';
	}

	/** add agency **/
	#addSubmitBtn
	{
		padding-left: 0;
	}
}