#loading {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.6;
	display: none;
	z-index: 9;
	position: fixed;
	top: 0;
}
.loading_on {
	display: block !important;
}
.form_subheading {
	font-size: 24px;
	font-weight: 300;
	color: #27348B;
	margin-top: 1rem;
}
.form_field label, .form_field select {
	display: block;
}
.form_field input {
	width: 100%;
	max-width: 400px;
}
#submit {
	background-color: #FFFFFF;
	color: #00547A;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 6px;
	border: 1px solid #00547A;
	border-radius: 5px;
	display: block;
	text-align: center;
	transition: .5s;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	min-width: 150px;
	max-width: none !important;
}
#submit:hover {
	background-color: #00547A;
	color: #FFFFFF;
}
.form_label {
	margin: 5px 0;
}
.radio_container {
	line-height: 30px;
}