/* ==========================================================================================
   ARX - Contact - Main content
   ========================================================================================== */
   .page-title {
	margin: 40px auto;
	width: 980px;
	font-size: 48px;
	line-height: 1;
	font-weight: 600;
	color: #202020;
}

/*sections*/
.section-content {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.section-title {
	margin: 20px 0;
	font-size: 24px;
	font-weight: 500;
	color: #202020;
}

.section .subsection {
	margin-top: 40px;
}
.section .subsection:first-child {
	margin-top: 0;
}
.section .subsection:last-child {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1068px) {
	.page-title {
		width: 692px;
		font-size: 36px;
	}

	.section-content {
		width: 692px;
	}

	.section-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.page-title {
		width: 87.5%;
	}

	.section-content {
		width: 87.5%;
	}
}



/* ==========================================================================================
   ARX - Contact - Form
   ========================================================================================== */
.contact-form {
	padding-bottom: 40px;
}

.contact-form #contact-form-message {
	min-height: 232px;
}