.h1-wrapper {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	border-top: 1px solid #a3abb7;
	border-bottom: 1px solid #a3abb7;
	margin: 15px 0;
}
	h1 {
		font-size: 47px;
		line-height: 1.0;
		color: #002561;
		font-weight: 700;
		text-transform: none;
		text-align: left;
		margin: 0px;
		padding: 15px 0;
	}

h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
}
h3 {
	font-size: 19px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	padding: 4px 0;
	margin: 0;
	color: #002561;
}
	h3.large {
		padding: 35px 0 15px;
	}
h4 {
	font-size: 16px;
	line-height: 1.1;
	color: #dc2d5a;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 0;
	margin: 0;
}
