/**
 * Legal pages — Privacy Policy and Terms & Conditions.
 *
 * One white panel (live `.terms-content`) spanning the full container width,
 * with Arial headings and copy on top of the body's system font.
 */

.ax-container.ax-legal {
	padding: 0;
}

.ax-legal__box {
	position: relative;
	padding: 3% 35px 1%;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 21px;
}

.ax-legal__box h3 {
	margin: 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	color: #000;
	text-transform: uppercase;
}

.ax-legal__box p {
	margin: 0 0 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.ax-legal__box p strong {
	font-weight: 700;
}

.ax-legal__box a {
	color: #007bff;
	text-decoration: none;
}

.ax-legal__box a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.ax-legal__box .ax-legal__last {
	margin-bottom: 24px;
}

/* Bold items led by an FA "ellipsis" glyph and two non-breaking spaces. */
.ax-legal__dots {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.ax-legal__dots li {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.ax-legal__dots li::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 16px;
	margin: 4px 0.5em 0 0;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E") no-repeat center / 14px 16px;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E") no-repeat center / 14px 16px;
}
