.content_bd {
	margin-bottom: 60px;
}

.content_bd .bar {
	color: #fff;
	background-color: #094AB2;
}

.content_bd .bar h2 {
	font-family: wf_SegoeUILight;
	margin: 0px;
	padding: 10px 0px;
	font-size: 24px;
}

.content_bd .description {
	font-family: wf_SegoeUILight;
	padding: 50px 90px;
	font-size: 18px;
	color: #000;
}

.content_bd .section {
	margin-bottom: 36px;
	padding: 0px 30px;
	border-top: solid 1px #094AB2;
}

.content_bd .section .title {
	margin: 2em 0px;
	padding: 1em 0px;
	padding-left: 2em;
	font-family: wf_SegoeUILight;
	font-size: 18px;
	color: #000;
}

.content_bd .section .title .inv {
	color: #fff;
}

.content_bd .section .title .blk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3em;
	height: 3em;
	background-color: #094AB2;
	z-index: -1000;
}

.content_bd .section .text {
	font-size: 14px;
	line-height: 150%;
	background-color: #fafafa;
}