.contentBox6 {
	color: #000;
	background: #fff;
	padding: 0;
}

.contentBox6.empty {
	padding:150px 60px;
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#eee 10px,
		#eee 20px
	);
	width: 100%;
	max-width:none;
	color:#000;
}

.contentBox6 .contentContainer {
	position:relative;
	display: flex;
	flex-direction: row;
	width:100%;
}

.contentBox6.textRight .contentContainer {
	flex-direction: row-reverse;
}

.contentBox6 .contentLeft {
	position:relative;
	height: 100%;
	min-height: 600px;
	color: #000;
	padding: 180px 75px;
	width: 50%;
}

.contentBox6 .contentLeft .contentLeftContent {
	display:flex;
	flex-direction: column;
}

.contentBox6 .contentLeft .contentLeftContent .header h2 {
	font-size:3.5rem;
	color:#011D4A;
	line-height:5.5rem;
	margin: 0 0 30px;
	/*text-align: center;*/
	font-weight:700;
	white-space:pre-line;
}

.contentBox6 .contentLeft .contentLeftContent .header h2 .stylizedText {
	font-family: SaltySoul,Arial, Helvetica, sans-serif;
	color: #FFD502;
	font-size:5.5rem;
	line-height:5.5rem;
	font-weight:normal;
}

.contentBox6 .contentLeftBody {
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	max-height:100%;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 300;
}

.contentBox6 .contentLeftBody .linkButtonContainer {
	margin:20px -5px 0;
}

.contentBox6 .contentContainer .contentRight {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background: #fff;
}

.contentBox6.textRight .contentContainer .contentRight {
	right:auto;
	left:0;
}

.contentBox6 .contentContainer .contentRight {
	/*display:none;*/
}

.contentBox6 .contentContainer .contentRightImage {
	position:relative;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

.contentBox6 .contentContainer .contentRightMobile {
	display:none;
}

@media all and (max-width: 1280px) {
	.contentBox6 .contentContainer {
		flex-direction: column !important;
	}
	
	.contentBox6.textLeft .contentContainer .contentLeft {
		width: 100%;
		min-height: 0;
		padding-bottom: 60px;
	}
	
	.contentBox6 .contentContainer .contentRight {
		display:none;
	}
	
	.contentBox6 .contentContainer .contentRightMobile {
		display:block;
	}

	.contentBox6.textRight .contentContainer .contentLeft {
		width: 100%;
		min-height: 0;
		padding-bottom: 60px;
	}
	
	.contentBox6.textRight .contentContainer .contentRightImage {
		padding-bottom: 56.25%;
	}
}

@media all and (max-width: 800px) {
	.contentBox6 .contentLeft {
		padding: 90px 75px;
	}
}

@media all and (max-width: 480px) {
	.contentBox6 .contentContainer .contentLeft,
	.contentBox6 .contentContainer .contentRight {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}