/* Match the existing desktop/mobile sticky-header service-anchor offsets. */
#er-inquiry {
	scroll-margin-top: calc(var(--site-header-height, var(--er-header-height, 80px)) + 1.25rem);
}

.admin-bar #er-inquiry {
	scroll-margin-top: calc(var(--site-header-height, var(--er-header-height, 80px)) + 46px + 1.25rem);
}

@media (min-width: 783px) {
	.admin-bar #er-inquiry {
		scroll-margin-top: calc(var(--site-header-height, var(--er-header-height, 80px)) + 32px + 1.25rem);
	}
}
