@charset "UTF-8";
.K02-Right h1{
	font-size: 22px;
	color: #15638f;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
.K02-Right h2  {
	font-size: 16px;
	margin-top: 10px;
	color: #15638f;
	font-weight: bold;
	margin-bottom: 0px;
}
article ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
article li {
	list-style-position: outside;
	list-style-image: url(../_assets/branding/bullet.png);
	margin-bottom: 6px;
}
#caption {
	padding-top: 5px;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	z-index: 1000;
	color: #CCC;
	float: right;
	text-align: right;
	padding-left: 40%;
	font-style: italic;
}
#caption p    {
	margin-top: 0px;
	margin-bottom: 6px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:650px) {
.K02-Right h1  {
	margin-top: 2px;
}
#caption {
	display: none;
}
