#contact-form {
	width: 100%;
	margin: 120px 0;
}

#contact-form > div {
	width: 58%;
	margin: 0 auto;
}

#contact-form h2 {
	font-size: 20px;
	margin-bottom: -10px;
	font-family: serif;
	text-align: center;
}

#contact-form h3 {
	font-size: 50px;
	margin-bottom: 35px;
	text-align: center;
	font-family: serif;
}

.contact-notice,
.contact-error,
.contact-complete {
	line-height: 2;
	font-family: serif;
	margin: 0 auto 32px;
	padding: 18px 24px;
	border-radius: 4px;
}

.contact-notice {
	background: #f7fbfc;
	border-left: 4px solid #174a5c;
}

.contact-error {
	background: #fff6f6;
	border-left: 4px solid #c33;
	color: #8a1f1f;
}

.contact-complete {
	background: #f3faf6;
	border-left: 4px solid #2d7a46;
}

.contact-form-body {
	width: 82%;
	margin: 0 auto;
}

.contact-field {
	margin-bottom: 28px;
}

.contact-field label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	margin-bottom: 8px;
}

.contact-required {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #ff0066;
	padding: 2px 7px;
	margin-left: 8px;
	vertical-align: middle;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	padding: 12px;
	border: 1px solid #cfd8dc;
	border-radius: 4px;
	background: #fff;
}

.contact-field textarea {
	min-height: 220px;
	resize: vertical;
}

.contact-actions {
	width: 50%;
	margin: 30px auto 0;
}

.contact-actions button {
	width: 100%;
	font-size: 18px;
	color: #174a5c;
	padding: 20px 0;
	border: 3px #ADD8E6 solid;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.contact-actions button:hover {
	background: #ADD8E6;
	color: #fff;
}

.contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 599px) {
	#contact-form > div {
		width: 100%;
	}

	#contact-form h3 {
		font-size: 42px;
	}

	.contact-form-body {
		width: 84%;
	}

	.contact-actions {
		width: 70%;
	}
}
