.bg_pattern {
	background-color: #506DB1;
	background-image:url("../img/dark-stripes-light.png");
}

.page_width_center {
	width:1200px;
	margin:0 auto;
	position: relative;
}


#content-outer-wrapper {
    margin-top: 4rem;
	padding-bottom: 6rem;
}

#content {
	
	display:flex;
	
}

.cl {
	flex:1;
}

.cr{
	margin-left:5%;
	width:350px;
}

