.contact .form-section {
	padding: 50px 0px;
}

.contact .nf-form-title {
	display: none;
}

.contact .contact-block {
	color: #fff;
	background-color: #0D4DA6;
	padding: 40px 40px 40px 40px;
	float: left;
}

    @media all and (max-width: 991px) {
        .contact .contact-block {
            float: none;
            clear: both;
        }
        .contact .contact-block table {
            width: 100%;
        }
    }

.contact .contact-block h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.contact .contact-table {
	font-size: 15pt;
}

.contact .contact-table tr {
	line-height: 2;
}

.contact .contact-table tr:last-child {
	line-height: 1;
}

.contact .contact-table td {
	padding: 0px 15px 0px 0px;
}

.contact .submit-section h3 {
	padding: 0px 0px 30px 0px;
}

.contact .submit-section p {
	padding: 0px 0px 30px 0px;
}

.contact .submit-section .callout-g h2 {
	color: #7CB456;
}

.contact .submit-section .callout-g h3 {
	margin-top: 0px;
	color: #7CB456;
}

.contact .submit-section .callout-b h2 {
	color: #3598E0;
}

.contact .submit-section .callout-b h3 {
	margin-top: 0px;
	color: #3598E0;
}

@media only screen and (min-width: 991px) {
	.contact .contact-block {
		float: none;
	}
}