/* Policy and footer-destination pages */
.ae-standard-page {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
	padding: 70px 0 95px;
	color: #111;
}
.ae-standard-page > h1 {
	margin: 0 0 54px;
	color: #111;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.ae-standard-page > div {
	max-width: 860px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.75;
}
.ae-standard-page h2 {
	margin: 42px 0 17px;
	color: #111;
	font-size: 23px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: uppercase;
}
.ae-standard-page h3 {
	margin: 27px 0 10px;
	color: #111;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
}
.ae-standard-page p { margin: 0 0 16px; }
.ae-standard-page ul,
.ae-standard-page ol { margin: 0 0 20px 22px; }
.ae-standard-page li { margin-bottom: 8px; }
.ae-standard-page a {
	color: #063aa4;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ae-standard-page table {
	width: 100%;
	margin: 24px 0 34px;
	border-collapse: collapse;
	font-size: 14px;
}
.ae-standard-page th,
.ae-standard-page td {
	padding: 13px 15px;
	border: 1px solid #d5d5d5;
	background: #fff;
	text-align: left;
}
.ae-standard-page th { background: #f2f2f2; font-weight: 600; }
.ae-policy-note {
	margin: 28px 0;
	padding: 18px 20px;
	border-left: 3px solid #063aa4;
	background: #f5f6f8;
}
.ae-policy-contact {
	margin-top: 42px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
@media (max-width: 600px) {
	.ae-standard-page { width: calc(100% - 30px); padding: 44px 0 65px; }
	.ae-standard-page > h1 { margin-bottom: 36px; font-size: 30px; }
	.ae-standard-page h2 { margin-top: 34px; font-size: 20px; }
	.ae-standard-page table { display: block; overflow-x: auto; white-space: nowrap; }
}
