header {
	font-family: Lato, Helvetica, sans-serif;
	font-weight: lighter;
}
.header-image {
	width: 100%;
	height: auto;
	max-width: 2400px;
}
.header-container {
	position: relative;
	text-align: center;
	color: white;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}
p {
	font-family: Lato, Helvetica, sans-serif;
	color: #212121;
	font-size: 11pt;
	font-weight: 400;
	line-height: 1.6667;
	margin-top: 12px;
	margin-left: 10pt;
	margin-right: 10pt;
}
h1 {
	font-family: Lato;
	font-weight: 400;
	left: 32px;
	margin-left: 20pt;
	color: #226e93;
	line-height: 1.4;
	margin-top: 20px;
}
h2 {
	font-family: Lato;
	font-weight: 400;
	left: 32px;
	margin-left: 20pt;
	color: #226e93;
	line-height: 1.4;
	margin-top: 20px;
}
h6 {
	font-family: Lato;
	font-weight: lighter;
	font-size: 6vw;
}