/* styles necessary to highlight input fields having validation errors */
input.error {background-color: pink; border: 1px dashed red;}
textarea.error {background-color: pink; border: 1px dashed red;}

#contact_form_container {
	margin-top:	22px;
}

.section--blue a {
	color:	#183d4e;
}