/**
 * Legacy CSS delta for /contact/ (post 4438).
 *
 * 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 on the old NAMB site.
 */

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-70 {
	opacity: 0.7 !important;
}
