.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: 25%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}
.pageForm .hideSection{
	display: none;
}
#home-content .phone3digit{ width:3em; }
#home-content .phone4digit{ width:4em; }
#home-content .invisible { display: none; }
#home-content #registrationCost { display: inline; font-weight: bold; }

#workExperience h5 {
	clear: both;
	padding-top: 1em;
	margin-bottom: .5em;
}

#workExperience h5:first-of-type {
	margin-top: 0;
}

#workExperience .row-responsive {
	clear: both;
}

.grid3 {
	padding-right: 3em;
}

@media only screen and (max-width:768px) {
	.grid3 {
		padding-right: 0;
	}
	.pageForm label {
		padding: 0;
	}
}