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