.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: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .btnSuccess{
	margin-left: 10px;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}

#home-content .fieldNote { padding: 0 10px; }
#home-content fieldset { margin-bottom: 1em; }
#home-content .phone3digit { width:3em; }
#home-content .phone4digit { width:3.5em; }
#home-content .id7digit { width: 7em; }
#home-content .initial { width: 2em; }
#home-content .gpa { width: 3.5em; }
#home-content .zip { width: 6em; }
#home-content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #763775;
	font-size: 14px;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
  }
#home-content blockquote p {
	display: inline;
}
#home-content blockQuote #quoteAuthor {
	color: #763775;
	font-weight: bold;
	padding: 0;
}
#home-content .essayQuestionField {
	padding: 1em 10px;
}
#home-content .hideField {
	display: none;
}

@media only screen and (max-width:768px){
	/*Media Query Example*/
}