.staffs-universal-utility-bar,
.staffs-universal-site-header,
.staffs-universal-utility-bar *,
.staffs-universal-site-header * { box-sizing: border-box; }

.staffs-universal-header-shell { width: min(calc(100% - 44px), 1180px); margin-inline: auto; }
.staffs-universal-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.staffs-universal-utility-bar { min-height: 32px; position: relative; z-index: 1001; float: none; color: #fff; background: #027f48; }
.staffs-universal-utility-inner { min-height: 32px; display: flex; float: none; justify-content: flex-end; align-items: center; gap: 13px; }
.staffs-universal-utility-inner a { display: inline; float: none; color: #fff; font-family: "adapt-variable", "Adapt Compact", Arial, sans-serif; font-size: 12px; font-variation-settings: "wdth" 55, "wght" 800; font-weight: 800; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.staffs-universal-utility-inner a:hover,
.staffs-universal-utility-inner a:focus-visible { color: #bbffca; text-decoration: underline; text-underline-offset: 3px; }
.staffs-universal-utility-inner > span { width: 1px; height: 13px; background: rgba(255, 255, 255, .36); }

.staffs-universal-site-header { width: 100%; position: sticky; top: 0; z-index: 1000; float: none; color: #fff; background: #00ca64; }
.staffs-universal-header-inner { min-height: 90px; position: relative; display: flex; float: none; align-items: center; justify-content: space-between; gap: 30px; padding: 0; }
.staffs-universal-site-header .staffs-universal-brand { display: block; flex: 0 0 auto; float: none; }
.staffs-universal-site-header .staffs-universal-brand img { display: block; width: 122px; max-width: 100%; height: auto; position: static; float: none; }
.staffs-universal-site-nav { display: flex; float: none; align-items: center; gap: clamp(22px, 2.3vw, 38px); color: #fff; font-family: "adapt-variable", "Adapt Compact", Arial, sans-serif; font-size: clamp(19px, 1.55vw, 24px); font-variation-settings: "wdth" 55, "wght" 800; font-weight: 800; line-height: 1; text-transform: uppercase; }
.staffs-universal-site-nav a { display: inline-block; float: none; color: #fff; font-family: "adapt-variable", "Adapt Compact", Arial, sans-serif; font-size: inherit; font-variation-settings: "wdth" 55, "wght" 800; font-weight: 800; letter-spacing: .01em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.staffs-universal-site-nav a:hover,
.staffs-universal-site-nav a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.staffs-universal-site-nav .staffs-universal-nav-cta,
.staffs-universal-site-nav .staffs-universal-nav-cta:visited { padding: 12px 15px 10px; color: #027f48; background: #bbffca; border-radius: 7px; font-size: clamp(18px, 1.4vw, 22px); }
.staffs-universal-site-nav .staffs-universal-nav-cta:hover,
.staffs-universal-site-nav .staffs-universal-nav-cta:focus-visible { color: #027f48; background: #fff; text-decoration: none; }
.staffs-universal-nav-mobile-utility { display: none !important; }

.staffs-universal-menu-toggle,
.staffs-universal-menu-close { all: unset; box-sizing: border-box; }
.staffs-universal-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.staffs-universal-menu-toggle > span:not(.staffs-universal-sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }
.staffs-universal-menu-close { display: none; }

@media (max-width: 1120px) {
	.staffs-universal-site-nav { display: none; position: absolute; left: 0; right: 0; top: 90px; flex-direction: column; align-items: stretch; gap: 0; padding: 62px 22px 24px; background: #00ca64; box-shadow: 0 18px 40px rgba(0, 0, 0, .2); }
	.staffs-universal-site-nav.open { display: flex; }
	.staffs-universal-site-nav a { padding: 13px 7px; }
	.staffs-universal-site-nav .staffs-universal-nav-cta { width: min(100%, 360px); align-self: flex-start; margin-top: 8px; text-align: center; }
	.staffs-universal-nav-mobile-utility { display: block !important; }
	.staffs-universal-menu-toggle { display: block; }
	.staffs-universal-menu-close { width: 42px; height: 42px; position: absolute; right: 21px; top: 12px; display: inline-flex; justify-content: center; align-items: center; padding: 0; color: #fff; border: 1px solid rgba(255, 255, 255, .62); border-radius: 50%; background: rgba(2, 127, 72, .3); font-family: Arial, sans-serif; font-size: 32px; font-weight: 400; line-height: 1; cursor: pointer; }
	.staffs-universal-menu-close:hover,
	.staffs-universal-menu-close:focus-visible { color: #027f48; background: #fff; }
}

@media (max-width: 600px) {
	.staffs-universal-header-shell { width: min(calc(100% - 28px), 1180px); }
	.staffs-universal-utility-bar { display: none; }
	.staffs-universal-header-inner { min-height: 68px; }
	.staffs-universal-site-nav { top: 68px; }
}
