/* Legal Documents template */

/* Overrides the theme's .site-main side padding so the hero band spans full width. */
.site-main.legal-page {
	background: #fff;
	color: #1a1a1a;
	font-family: "Lato", sans-serif;
	padding-left: 0;
	padding-right: 0;
}

.legal-page__inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 40px;
}

.legal-page__hero {
	background-color: #F2F2F2;
	padding: 80px 0;
}

.legal-page__title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0 0 24px;
}

.legal-page__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #2e2e2e;
	margin: 0;
	max-width: 820px;
}

.legal-page__intro p {
	margin: 0 0 1em;
}

.legal-page__intro p:last-child {
	margin-bottom: 0;
}

.legal-page__intro a,
.legal-page__intro a:visited,
.legal-section__intro a,
.legal-section__intro a:visited {
	color: #32563e;
	text-decoration: none;
	font-weight: 600;
}

.legal-page__intro a:hover,
.legal-section__intro a:hover {
	text-decoration: underline;
}

.legal-page__content {
	padding: 80px 0 48px;
}

.legal-section {
	padding: 48px 0;
	margin-top: 48px;
	border-top: 1px solid #c4c4c4;
}

.legal-section:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.legal-section:last-of-type {
	border-bottom: 1px solid #c4c4c4;
}

.legal-section__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.legal-section__subtitle {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 20px;
}

.legal-section__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	margin: 0 0 28px;
	max-width: 820px;
}

.legal-section__intro p {
	margin: 0 0 1em;
}

.legal-section__intro p:last-child {
	margin-bottom: 0;
}

.legal-section__download,
.legal-section__download:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid #1a1a1a;
	border-radius: 2px;
	background: transparent;
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.legal-section__download:hover,
.legal-section__download:focus,
.legal-section__download:visited:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.legal-page__privacy {
	padding: 0 0 100px;
	text-align: center;
}

.legal-page__privacy-link,
.legal-page__privacy-link:visited {
	color: #32563e;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.legal-page__privacy-link:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.legal-page__hero {
		padding: 48px 0;
	}

	.legal-page__content {
		padding: 48px 0 32px;
	}

	.legal-page__privacy {
		padding-bottom: 64px;
	}

	.legal-page__inner {
		padding: 0 24px;
	}

	.legal-page__title {
		font-size: 32px;
	}

	.legal-section {
		padding-top: 36px;
		padding-bottom: 36px;
		margin-top: 36px;
	}

	.legal-section:first-of-type {
		padding-top: 0;
	}

	.legal-section__title {
		font-size: 26px;
	}
}
