/**
 * Legacy CSS delta for /employment/ (post 962).
 *
 * Page-specific rules not covered by legacy/base.css. All rules are
 * scoped under `body.is-legacy-content`.
 * Source: wp-content/themes/child-namb/style.css and astra/namb/dist
 * on the old NAMB site.
 */

body.is-legacy-content .color-navy,
body.is-legacy-content .color-primary {
	color: #02284d !important;
}

body.is-legacy-content .bg-color-gray-5 {
	background: #f1f1f1;
}

body.is-legacy-content .text-4xl {
	font-size: 1.75rem;
}

body.is-legacy-content .text-7xl {
	font-size: 4.5rem;
}

@media (min-width: 768px) {
	body.is-legacy-content .text-4xl {
		font-size: 2.25rem !important;
	}
	body.is-legacy-content .text-7xl {
		font-size: 6rem !important;
	}
}

body.is-legacy-content a.chevron:after {
	content: "\203A";
	font-size: 1.2em;
	position: relative;
	right: -6px;
	transition: right 0.2s ease-out;
}

body.is-legacy-content a.chevron:hover:after {
	right: -10px;
}

body.is-legacy-content .o-90 {
	opacity: 0.9 !important;
}
