.banner img {
	display: block;
	width: 100%;
}
.banner {
	border-top: 0px solid #eeeeee;
	border-bottom: 10px solid #1C5B6E;
}
.bottom-line {
	position: relative;
	padding-top: 35px;
	padding-bottom: 0px;
}
.bottom-line:after, .bottom-line:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	height: 10px;
	background: #1C5B6E;
}
.bottom-line:before {
	bottom: 10px;
}
.bottom-line img {
	display: block;
	margin: 0 auto;
}

ul.plain {
	text-align:left;
	font-size:18px;
	line-height:1.9em;
	font-weight:500;
	list-style-type:disc;
	margin-top: 18px;
	margin-left: 50px;
	}
ul.parents {
	text-align:left;
	font-size:16px;
	color:#5885C5;
	line-height:170%;
	font-weight:500;
	font-style:italic;
	list-style-type:disc;
	margin-top: 18px;
	margin-left: 50px;
	}
	
.green {color:#59B200;}

.testimonialbox {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	background:#ffffff;
	padding:15px;
	margin-top: 15px;
	border: 2px solid #eeeeee;
}

