html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	min-width: 320px;
	background-color: #dadada;
	background-image: url('../images/page_background.png?v=2');
	background-repeat: repeat;
	background-position: left top;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	color: #000;
}
#page_wrapper a,
#page_wrapper span,
#page_wrapper div,
#page_wrapper img,
#form input,
#form textarea,
#form label {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.information_wrapper {
	margin-bottom: 16px;
	padding: 24px;
	background-color: #EBEAE8;
}
.information_heading {
	font-size: 28px;
	line-height: 28px;
}
.information_wrapper > p {
	font-size: 18px;
	line-height: 18px;
}
.information_wrapper blockquote {
	padding-right: 64px;
}
.content_wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 55px;
	background-color: #fff;
	-webkit-box-shadow: 0px 21px 13px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 21px 13px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 21px 13px 0px rgba(0, 0, 0, 0.24);
}
.header_wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.header_logo {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 24px;
}
.header_logo img {
	max-width: 90px;
}
.header_link {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: #E30513;
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
}
.header_link_2 {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 32%;
	right: 32%;
	background-color: #E30513;
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	text-align: center;
}
.header_image {
	min-height: 900px;
	background-color: #ebeae8;
	background-image: url('../images/page_top_large.jpg?v=2');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	position: relative;
}
.header_text_container {
	position: absolute;
	top: 90px;
	right: 64px;
	left: 64px;
	color: #000;
}
.header_text_container blockquote {
	max-width: 785px;
}
.header_text_container blockquote p:first-child {
	max-width: 680px;
}
.header_title {
	margin: 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 8px;
}
.header_title span {
	color: #E30513;
}
.header_text {
	margin: 0;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.content_wrapper > h3 {
	margin-top: 0;
	color: #404040;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.content_wrapper > p {
	max-width: 640px;
	margin: 16px auto;
	text-align: center;
}
.content_wrapper > p > strong {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}
.form_wrapper {
	width: 100%;
	margin-top: 16px;
	padding: 0 24px;
	font-size: 14px;
	color: black;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="number"] {
	display: block;
	width: 100%;
	margin: 8px 0 18px;
	padding: 7px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
}
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button {
   opacity: 1;
}
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="tel"]:focus,
#form input[type="number"]:focus,
#form input[type="submit"]:focus {
	outline-color: #c9203c;
}
#form label {
	font-weight: bold;
}
#form .form_row {
	clear: both;
	overflow: hidden;
}
#form .form_column {
	float: left;
}
#form .form_column {
	width: 30%;
	margin-left: 5%;
}
#form .form_column:first-child {
	margin-left: 0;
}
#form input[type="submit"] {
	-webkit-appearance:none;
	float: left;
	width: 100%;
	height: 40px;
	margin: 20px 0 0;
	padding: 0;
	background-color: #c9203c;
	border: none;
	border-radius: 7px;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#form #form_footer p {
	display: none;
	color: #c9203c;
	font-weight: 700;
	text-align: center;
}
#form #form_footer p.active {
	display: block;
}
blockquote {
	margin: 32px 0 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: -1px;
	color: #3c3c3b;
	text-align: left;
}
blockquote p:first-child {
	font-size: 12px;
}
blockquote > div {
	font-size: 14px;
}
blockquote > div:last-child {
	font-size: 12px;
}
.footer_wrapper {
	max-width: 960px;
	margin: 30px auto;
	font-size: 10px;
	text-align: center;
}
.footer_wrapper img {
	max-width: 48px;
}
.footer_wrapper b {
	display: block;
	margin-top: 16px;
}
.footer_wrapper p {
	max-width: 600px;
	margin: 16px auto;
}
.footer_wrapper p:first-of-type {
	margin-top: 0;
}
.privacy-statement {
	padding-top: 8px;
}
.privacy-statement a {
	color: #000;
}
.privacy-policy {
	max-width: 80%;
	margin: 1rem auto;
	padding: 1rem 2rem;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.header_image {
		min-height: 750px;
	}
	.header_title {
		font-size: 22px;
		line-height: 22px;
	}
	.header_text {
		font-size: 26px;
		line-height: 26px;
	}
}
@media screen and (max-width: 767px) {
	.header_image {
		min-height: 700px;
	}

	.header_title {
		font-size: 19px;
		line-height: 19px;
	}
	.header_text {
		font-size: 22px;
		line-height: 22px;
	}
	.information_wrapper blockquote {
		padding-right: 0;
	}
	.content_wrapper > p {
		padding: 0 16px;
		text-align: left;
	}
	.form_wrapper {
		padding: 16px;
	}
	.content_wrapper > p > strong {
		padding: 0 16px;
	}
	.form_column {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	.footer_wrapper {
		padding: 0 16px;
	}
}
@media screen and (max-width: 480px) {
	.header_image {
		min-height: 400px;
	}
	.header_text_container {
		top: 24px;
		right: 24px;
		left: 24px;
	}
	blockquote {
		margin: 16px 0;
	}
	.header_wrapper {
		background-color: #EBEAE8;
	}
	.header_text_container {
		position: static;
		padding: 16px;
	}
	.header_title,
	.header_text {
		font-size: 18px;
		line-height: 18px;
	}
	.information_wrapper {
		padding: 16px;
	}
	.information_heading {
		font-size: 20px;
		line-height: 20px;
	}
	.information_wrapper > p {
		font-size: 16px;
	}
}
@media screen and (max-width: 479px) {
	.header_image {
		min-height: 300px;
	}
	.header_text_container {
		top: 16px;
		right: 16px;
		left: 16px;
	}
	.header_title {
		font-size: 12px;
	}
	.header_text {
		font-size: 30px;
		line-height: 30px;
	}
}