@charset "UTF-8";
body {
	color: #666;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
body p {
	margin-top: 0px;
	margin-bottom: 11px;
}
body ul {
	margin-top: -2px;
	margin-bottom: 10px;
}
body li {
	list-style-position: outside;
	list-style-image: url(../_assets/branding/bullet.png);
	margin-bottom: 0px;
}
body a:link, body a:visited{
	color: #BA1C21;
	text-decoration: none;
}
body a:hover {
	color: #BA1C21;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	color: #a9252f;
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 22px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	color: #15638f;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 1px;
	color: #018a4e;
}
h4 {
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 1px;
	font-weight: normal;
}
.captions {
/* 'OVERFLOW: HIDDEN' is essential to maintain heights (Must not have a minimum height) */
/* 'RELATIVE' ensures captions comes to the front and above any drop shadows */
	font-style: italic;
	font-size: 13px;
	line-height: normal;
	position: relative;
	color: #FFF;
	overflow: hidden;
	padding-top: 4px;
	z-index: 100;
}
.captions p       {
	margin-top: 0px;
	margin-bottom: 3px;
}
.caption01  {
	padding-right: 35%;
}
.caption01R {
	text-align: right;
	padding-left: 45%;
}
.caption02 {
	color: #cc1316;
}
.caption02R {
	text-align: right;
	padding-left: 85px;
}
#WRAPPER {
	margin-right: auto;
	margin-left: auto;
	max-width: 1214px;
	padding-right: 10px;
	padding-left: 10px;
}
#WRAPPER-inner {
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
body {
	margin: 10px;
}
body p, h4{
	margin-bottom: 7px;
}
h1 , h4{
	display: none;
}
.captions p{
	margin-bottom: 0px;
}
.caption01    {
	padding-right: 0px;
	padding-bottom: 4px;
}
.caption01R, .caption02R{
	padding-left: 50px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#WRAPPER {
	padding-right: 0px;
	padding-left: 0px;
}
#WRAPPER-inner {
	display: flex; /* FLEXFLEXFLEXFLEX */
	flex-direction: column; /* FLEXFLEXFLEXFLEX */	
	background-image: none;
}
