.step {
	display: none;
	float: left;
	width: 100%;
}
.step.active {
	display: block;
}

.step-navigation {
	float: left;
	clear: both;
	width: 100%;
}
.step-navigation .previous {
	background-color: #0050a1 !important;
	float: left;
}
.step-navigation .next {
	background-color: #0050a1 !important;
	float: right;
}


.sn-34 {
	background-image: none !important;
}


.service-section:nth-child(even) {
	background-color: #F5F5F5;
}
.section-number {
	color: #333333;
	font-size: 96px;
	font-weight: bold;
}
.section-heading {}
.z-button.section-button {
	font-size: 16px;
	background-color: #0050a1 !important;
	color: #FFFFFF;
	padding: 0 1.5em;
	margin-bottom: 10px;
	line-height: 3em;
	display: block !important;
}


.service-bottom {
	border-top: 2px solid #F5F5F5;
}


.service-form .required {
}
.service-form .required.error {
	box-shadow: 0 0 3px #CC0000;
}

.service-form .heading {
	display: block;
	float: left;
	clear: both;
	color: #0050a1;
}
.service-form .field, .efp-form .field {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.service-form label, .efp-form label {
	float: left;
	display: inline-block;
	width: 320px;
	margin-right: 10px;
	line-height: 2em;
	font-size: 18px;
	text-align: right;
}
.service-form input, .service-form textarea, .efp-form input {
	width: 480px;
}
.service-form input, .service-form select, .service-form textarea, .efp-form input {
	font-size: 18px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	line-height: 2em;
}
.service-form textarea {
	padding: 5px 10px;
	line-height: 1.5em;
}
.service-form input.button {
	background-color: #0050a1;
	color: #FFFFFF;
}

.service-form .field.file {
	display: none;
}
.service-form .field.file.active {
	display: block;
}




@media screen and (max-width: 1362px) {
	.z-button.section-button {
		font-size: 14px;
		padding: 0 1em;
	}
}

@media screen and (max-width: 992px) {
	.submit-container{
	}
	.section-content {
		text-align: center !important;
	}

	.z-button.section-button {
		display: inline-block;
		padding: 0 2.5em;
		margin: 0 5px 10px;
	}

	.service-form label {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: left;
	}
	.service-form input, .service-form textarea {
		width: 95%;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}
