.mainbg img { 
	height: auto; 
	max-width: 100%; 
	border: none; 
	border-radius: 0; 
	box-shadow: none; 
	vertical-align: middle; 
	display: inline-block; 
	width: 100%; 
}

.bg-liteblu { 
	background-color: #A2D4F4; 
}

.list-icon {
	color: #001DFF;
	transition: color 0.3s;
}
.list-icon i {
	width: 1.25em;
	font-size:14px;
}

ul.list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


article h1 { color: #001DFF; font-size: 30px; font-weight: 600; text-align: center; }
article h2 { color: #001DFF; font-size: 26px; font-weight: 600; margin-top: 30px; text-align: center; }
article h3 { color: #001DFF; font-size: 24px; font-weight: 600; margin-top: 30px; text-align: center; }
article h3.blubox { background: #001DFF; font-size: 24px; font-weight: 600; margin-top: 30px; text-align: center; }
article h3.blubox a { color: #ffbf00; }
article h3.blubox a:hover { color: #fff; }
article h4 { color: #001DFF; font-size: 20px; font-weight: 600; margin-top: 30px; text-align: center; }
article h5 { color: #001DFF; margin-top: 30px; text-align: center; }
article h6 { color: #001DFF; text-align: center; }