body {
	font-family: Arial, "sans-serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.25px;
	color: #333;
	background-color: #fff;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.25px;
}
h1 {
	font-size: 24px;
	margin-bottom: 24px;
	color: #2E2E2E;
}
h2 {
	font-size: 18px;
	margin-bottom: 24px;
	color: #2E2E2E;
}
h3 {
	font-size: 16px;
	margin-bottom: 16px;
}
p:not(:last-child) {
	margin-bottom: 8px;
}
h2 {
	text-align: center;
}
.al-subhead {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.25px;
	margin-bottom: 16px;
	margin-top: -16px;
}
a {
	color: #45A7C7;
}
a:hover {
	text-decoration: none;
}
@media (min-width: 1025px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 42px;
		margin-bottom: 34px;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}
	h3 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.al-subhead {
		font-size: 18px;
		margin-bottom: 16px;
	}
}