.Heading2, h2  { 
	font-size:22px; 
	font-size:1.375rem; 
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	line-height:24px;
	line-height:1.5rem;
	color:#343c47; 
}
 
.Heading3, h3  { 
	font-size:18px; 
	font-size:1.125rem;  
	line-height:24px; 
	line-height:1.5rem;
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	color:#343c47;
}

.Normal, p  	{ 
	margin: 0 0 24px 0;
	line-height:24px;
}
 
.Heading4, h4  { 
	font-size:16px; 
	font-size: 1rem; 
	margin:0; 
	line-height:24px; 
	color:#343c47;
}

.Heading5, h5  { 
	font-size:16px; 
	font-size: 1rem; 
	margin:0; 
	line-height:24px; 
	color:#343c47;
}

/* notice message */

.noticeMessage {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border: solid #FBAC32 1px;
	padding: 16px 16px 16px 0;   /* 16px top padding */
/* 	background-color:#FFF; */
	margin-bottom:30px; /* do not change - fits the 12px baseline grid */
	margin-top: 32px; /* do not change - fits the 12px baseline grid */
	font-size: 14px;
	font-size:.875rem; /* 14/16 = .875; */
	line-height:24px;
	display:table;
}

.lt-ie8 .noticeMessage {
	width:583px;
	padding-left: 16px;
}

/* policy info */

.policyInfo {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border: solid #7F8EC7 1px;
	padding: 0 20px 14px 20px;  /* do not change - fits the 12px baseline grid */
	background: #fff; 
	margin-bottom:30px; /* do not change - fits the 12px baseline grid */
	margin-top: 30px;   /* do not change - fits the 12px baseline grid */
	font-size: 14px;
	font-size:.875rem; /* 14/16 = .875; */
	line-height:24px;
	display:table;
} 

/* warning messages */

.warningRed {
	padding: 12px 15px;
	margin: 0 0 24px 0;
	font-size: 14px;
	font-size:.875rem; /* 14/16 = .875; */
	line-height:24px;
	color:#B2334C; 
	padding-left: 55px;
	background: #F0D9DB url("../images/refresh/warningRed.png") 15px center no-repeat;   
}

.warningYellow {
	padding: 12px 15px;
	margin: 0 0 24px 0;
	font-size: 14px;
	font-size:.875rem; /* 14/16 = .875; */
	line-height:24px;
	color:#8F5522;
	padding-left: 55px;
	background: #F3E5AF url("../images/refresh/warningYellow.png") 15px center no-repeat; 
}

.accordion {
	margin-top:16px;
	margin-top:1rem;
	margin-bottom:24px;
	margin-bottom:1.5rem;
	padding-left:23px;
	cursor: pointer;
	background-image: url('../images/refresh/accordion_open_icon.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: 700;
}

/* image container */

.imageWrap {
	background: #fff;
	width: 100%;
}

.imageWrap em {
	display: inline-block;
	font-size: 13px;
	line-height: 1.3rem;
	padding: 16px 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
}
