.contentBox8 {
	color: #000;
	background: #fff;
	position: relative;
	padding: 60px 0;
}

.contentBox8.empty {
	padding:150px 60px;
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#eee 10px,
		#eee 20px
	);
	width: 100%;
	max-width:none;
	color:#000;
}

.contentBox8 .contentContainer {
	padding: 0 30px 45px;
	max-width: 1280px;
	margin: 0 auto;
	/*font-size: 1.75rem;
	line-height: 2.75rem;
	font-weight: 300;*/
}

/*
.contentBox8 h1,
.contentBox8 h2,
.contentBox8 h3,
.contentBox8 h4,
.contentBox8 h5,
.contentBox8 h6 {
	font-family: Karla,Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #000;
	margin: 0 0 3rem;
}

.contentBox8 h1 {
	font-size: 2.75rem;
	line-height: 2.75rem;
}

.contentBox8 h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.contentBox8 h3 {
	font-size: 2.25rem;
	line-height: 2.25rem;
}

.contentBox8 h4 {
	font-size: 2rem;
	line-height: 2rem;
}

.contentBox8 h5 {
	font-size: 1.75rem;
	line-height: 1.75rem;
}

.contentBox8 h6 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.contentBox8 p {
	margin: 0 0 3rem 0;
}
*/

.contentBox8.noTopPadding {
	padding-top:0 !important;
}

.contentBox8.noBottomPadding {
	padding-bottom:0 !important;
}