body.tpl-custom-full-width .content-container p {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 21px;
	line-height: 34px;
	color: #454545;
	margin-bottom: 6px;
	margin-top: 9px;
	padding-top: 9px;
}
body.tpl-custom-full-width .content-container h1 {
	font-size: 62px;
	line-height: 66px;
	font-family: "Open Sans";
	font-weight: 200;
	color: #f7931e;
	margin-bottom: 6px;
	margin-top: 18px;
	padding-top: 18px;
}
body.tpl-custom-full-width .content-container h2 {
	font-size: 48px;
	line-height: 52px;
	font-weight: 300;
	color: #e94f0b;
	margin-top: 18px;
	padding-top: 18px;
}
body.tpl-custom-full-width .content-container h3 {
	font-size: 48px;
	line-height: 52px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	color: #f7931e;
	margin-top: 18px;
	padding-top: 18px;
}
body.tpl-custom-full-width .content-container h4 {
	font-size: 36px;
	line-height: 42px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	color: #454545;
	margin-top: 18px;
	padding-top: 18px;
}
body.tpl-custom-full-width .content-container h5 {
	font-size: 28px;
	line-height: 34px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #454545;
	margin-top: 18px;
	padding-top: 18px;
}
body.tpl-custom-full-width .content-container h6 {
	font-size: 21px;
	line-height: 34px;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: 700;
	color: #454545;
	margin-top: 18px;
	padding-top: 18px;
}
@media only screen and (max-width: 758px) {
	body.tpl-custom-full-width .content-container h1 {
		font-size: 52px;
		line-height: 54px;
	}
	body.tpl-custom-full-width .content-container h2 {
		font-size: 42px;
		line-height: 48px;
	}
	body.tpl-custom-full-width .content-container h3 {
		font-size: 42px;
		line-height: 48px;
	}
}