.header {
	border-bottom: 3px solid #001f9a;
	padding: 15px 0;
	background: #fff;
}

.header .inner {
	padding: 0 15px;
	max-width: 920px;
	margin: 0 auto;
}

.logo {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
}

.logo a {
	color: #000;
	text-decoration: none;
}

.footer {
	border-top: 2px solid #001f9a;
	background: #fff;
}

.main-content {
	background: #fff;
	padding: 40px 30px;
	max-width: 920px;
	width: 94%;
	margin: 40px auto 30px;
}

.bold {
	font-weight: 700;
}

.main-content h1 {
	font-size: 2.625rem;
	font-family: 'Playfair Display', serif;
	margin-bottom: 24px;
}

.main-content h2 {
	font-size: 2.125rem;
	font-family: 'Playfair Display', serif;
	margin-bottom: 24px;
}

.main-content h3 {
	font-size: 1.75rem;
	font-family: 'Playfair Display', serif;
	margin-bottom: 24px;
}

.main-content h4 {
	font-size: 1.5rem;
	font-family: 'Playfair Display', serif;
	margin-bottom: 24px;
}

.main-content p {
	line-height: 1.6;
	margin-bottom: 16px;
}

.main-content ul {
	padding-left: 24px;
	margin-bottom: 16px;
	line-height: 1.6;
	list-style: disc;
}

.main-content ul li ul {
	margin-bottom: 0;
}

.main-content p a {
	color: #001f9a;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.main-content {
		padding: 30px 15px;
	}

	.main-content h1 {
		font-size: 2.125rem;
	}

	.main-content h2 {
		font-size: 1.75rem;
	}

	.main-content h3 {
		font-size: 1.5rem;
	}

	.main-content h4 {
		font-size: 1.25rem;
	}
}