.whiteBoxWithSidebar {
	position: relative;
	width: 100%;
	background: #eceaec;
}

.whiteBoxWithSidebar .boxContentContainer {
	max-width:980px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	overflow: hidden;
	position: relative;
}

.whiteBoxWithSidebar .boxBackground {
	display:none;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.whiteBoxWithSidebar .boxContentWrapper {
  position: relative;
  display:flex;
  flex-direction:row;
}

.whiteBoxWithSidebar .boxContentWrapper .boxContent {
		flex-grow:1;
}

.whiteBoxWithSidebar .boxContentWrapper .boxContentSidebar {
		max-width:30%;
		min-width:30%;
		padding-left:45px;
}

.whiteBoxWithSidebar h1,
.whiteBoxWithSidebar h2,
.whiteBoxWithSidebar h3,
.whiteBoxWithSidebar h4,
.whiteBoxWithSidebar h5,
.whiteBoxWithSidebar h6
 {
	/*font-family: "Times New Roman", Times, serif;*/
	/*font-size:1.5em;
	font-weight: bold;
	color:#000000;*/
	display: inline-block;
	padding-right: 15px;
}

.whiteBoxWithSidebar h1,
.whiteBoxWithSidebar h2
 {
	border-bottom: 4px solid #ae9ccd;
}

.whiteBoxWithSidebar p {
	color: #000000;
	/*font-size: 1.1em;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-weight: bold;*/
}

@media all and (max-width: 1080px) {
	.whiteBoxWithSidebar .boxContentContainer {
		padding: 45px 30px;
	}
	
	.whiteBoxWithSidebar h1,
	.whiteBoxWithSidebar h2,
	.whiteBoxWithSidebar h3,
	.whiteBoxWithSidebar h4,
	.whiteBoxWithSidebar h5,
	.whiteBoxWithSidebar h6 {
		font-size:1.25em;
	}
}

@media all and (max-width: 480px) {
	.whiteBoxWithSidebar {
		/*font-size:0.8em;*/
	}
	
	.whiteBoxWithSidebar .boxContentContainer {
		padding: 30px;
	}
}