@charset "UTF-8";
body {
	color: #666;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
body p {
	margin-top: 0px;
	margin-bottom: 8px;
}		
body ul {
	margin-top: -2px;
	margin-bottom: 8px;
}
body li {
	list-style-position: outside;
	list-style-image: url(../_assets/branding/bullet-dot-gold.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: 26px;
	color: #a9252f;
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	margin-top: 14px;
	color: #005cab;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
	color: #185c62;
}
h4 {
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 1px;
	font-weight: normal;
}
.ultrascan-textbox {/* '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: 15px;
	line-height: normal;
	z-index: 100;
	width: 60%;
	border: 1px solid #999;
	background-color: rgba(0,92,171,0.2);
	color: #005cab;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin-left: 1px;
	margin-top: 12px;
}
.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: #005cab;
	overflow: hidden;
	padding-top: 2px;
	z-index: 100000;
	padding-bottom: 1px;
}
.captions p       {
	margin-top: 0px;
	margin-bottom: 6px;
}
#WRAPPER {
	margin-right: auto;
	margin-left: auto;
	max-width: 1252px;
}
#WRAPPER-inner {
	background-color: rgba(255,255,255,0.5);
	padding: 18px;
	width: 100%; /* Needed if left text is long */
	display: table; /* Needed if left text is long */
	box-sizing: border-box; /* Makes the right 'come in' when at 'width: 100%' */
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
body {
	margin: 10px;
}
body p, h4{
	margin-bottom: 7px;
}
h1  {
	font-size: 24px;
	line-height: 24px;
}
.ultrascan-textbox {	/* 'RELATIVE' ensures captions comes to the front and above any drop shadows */
	width: auto;
}
.captions {	/* 'OVERFLOW: HIDDEN' is essential to maintain heights (Must not have a minimum height) */
	line-height: 14px;
}
.captions p{
	margin-bottom: 0px;
}
.caption01    {
	width: 80%;
}
#WRAPPER {
	padding-right: 0px;
	padding-left: 0px;
}
#WRAPPER-inner {
	display: flex; /* FLEXFLEXFLEXFLEX */
	flex-direction: column;
	padding: 0px;
	background-color: rgba(255,255,255,0.0);
}
