/*
 * Salient header → FsNav ("FsNav.dc.html").
 * Desktop: white, 1240 container, 22 px vertical padding, text logo
 * "formsieve" (Unbounded 700 24/−2%) after the 3 × 2 dot mark drawn here,
 * DM Sans 500 16 px links 34 px apart, navy 48 px "Get Formsieve" pill.
 * Mobile (≤ 1200 px, Salient's "Header Mobile Breakpoint" option, raised from
 * 1000 because seven items and the pill need about 1170 px): 76 px bar,
 * 20 px wordmark, 48 px round outlined menu button.
 */

body.fs-site #header-space {
	display: none !important;
}

body.fs-site #header-outer,
body.fs-site #header-outer[data-remove-fixed="1"] {
	position: relative !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	padding: 0 !important;
	background: var(--fs-white) !important;
	box-shadow: none !important;
	border: 0 !important;
	z-index: 9998;
	transform: none !important;
}

body.fs-site #header-outer #top {
	background: var(--fs-white);
	padding: 0;
	height: auto;
	line-height: normal;
}

body.fs-site #header-outer #top > .container > .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	box-sizing: border-box;
	min-height: 92px;
	padding: 22px 0;
	margin: 0;
}

body.fs-site #header-outer #top > .container > .row::before,
body.fs-site #header-outer #top > .container > .row::after {
	display: none;
}

body.fs-site #header-outer #top .span_3,
body.fs-site #header-outer #top .span_9 {
	float: none;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
}

body.fs-site #header-outer #top .span_9 {
	flex: 1 1 auto;
	justify-content: flex-end;
}

/* Logo */
body.fs-site #header-outer #logo {
	--d: 8px;
	--g: 3px;
	--py: 27px;
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 36px;
	height: auto !important;
	margin: 0 !important;
	padding: 0 0 0 42px; /* 30 px mark + 12 px gap */
	color: var(--fs-navy) !important;
	font-family: var(--fs-font-display) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: -.02em !important;
	text-decoration: none;
	white-space: nowrap;
}

body.fs-site #header-outer #logo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	width: var(--d);
	height: var(--d);
	border-radius: 50%;
	background: var(--fs-violet);
	box-shadow:
		calc(var(--d) + var(--g)) 0 0 var(--fs-violet),
		calc((var(--d) + var(--g)) * 2) 0 0 var(--fs-violet),
		0 calc(var(--d) + var(--g)) 0 var(--fs-violet),
		calc((var(--d) + var(--g)) * 2) calc(var(--d) + var(--g)) 0 var(--fs-violet),
		calc(var(--d) + var(--g)) var(--py) 0 var(--fs-pink);
}

body.fs-site #header-outer #logo:hover {
	color: var(--fs-navy) !important;
}

/* Menu */
body.fs-site #header-outer #top nav {
	display: flex;
	align-items: center;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}

body.fs-site #header-outer #top nav > ul.sf-menu {
	display: flex;
	align-items: center;
	gap: 34px;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li {
	float: none;
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li > a {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	min-height: var(--fs-target);
	color: var(--fs-navy) !important;
	font-family: var(--fs-font-body) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: normal !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: underline;
	opacity: 1 !important;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li > a::before,
body.fs-site #header-outer #top nav > ul.sf-menu > li > a::after,
body.fs-site #header-outer #top nav > ul.sf-menu > li > a .menu-title-text::before,
body.fs-site #header-outer #top nav > ul.sf-menu > li > a .menu-title-text::after {
	display: none !important;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li > a:hover,
body.fs-site #header-outer #top nav > ul.sf-menu > li.sfHover > a,
body.fs-site #header-outer #top nav > ul.sf-menu > li > a:focus-visible {
	color: var(--fs-violet) !important;
}

/* Keyboard focus: the same 3 px violet ring as every other control, plus a thicker underline. */
body.fs-site #header-outer #top nav > ul.sf-menu > li > a:focus-visible {
	outline: 3px solid var(--fs-violet) !important;
	outline-offset: 4px;
	border-radius: 4px;
	text-decoration-thickness: 3px;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li.current-menu-item > a,
body.fs-site #header-outer #top nav > ul.sf-menu > li.current_page_item > a {
	color: var(--fs-navy) !important;
}

/* "Get Formsieve" menu button (Salient menu item button style + class fs-menu-cta). */
body.fs-site #header-outer #top nav > ul.sf-menu > li.fs-menu-cta > a,
body.fs-site #header-outer #top nav > ul.sf-menu > li[class*="menu-item-btn-style-button"] > a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: var(--fs-btn-h-nav);
	min-height: 0;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: var(--fs-radius-pill);
	background: var(--fs-navy) !important;
	color: var(--fs-white) !important;
	font-weight: 700 !important;
	text-decoration: none;
	transition: background-color .15s ease;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li.fs-menu-cta > a .menu-title-text,
body.fs-site #header-outer #top nav > ul.sf-menu > li[class*="menu-item-btn-style-button"] > a .menu-title-text {
	color: inherit !important;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li.fs-menu-cta > a:hover,
body.fs-site #header-outer #top nav > ul.sf-menu > li.fs-menu-cta > a:focus-visible,
body.fs-site #header-outer #top nav > ul.sf-menu > li[class*="menu-item-btn-style-button"] > a:hover {
	background: var(--fs-violet) !important;
	color: var(--fs-white) !important;
}

body.fs-site #header-outer #top nav > ul.sf-menu > li.fs-menu-cta > a:focus-visible,
body.fs-site #header-outer #top nav > ul.sf-menu > li[class*="menu-item-btn-style-button"] > a:focus-visible {
	outline-offset: 3px;
	border-radius: var(--fs-radius-pill);
	text-decoration: none;
}

body.fs-site #header-outer #top nav > ul.buttons {
	display: none;
}

/* Hide Salient's search and the unused buttons list. */
body.fs-site #header-outer #search-outer,
body.fs-site #header-outer .mobile-search {
	display: none !important;
}

/* ------------------------------------------------------------------ */
/* Mobile header                                                        */
/* ------------------------------------------------------------------ */

body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon {
	display: none;
}

@media (max-width: 1200px) {
	body.fs-site #header-outer #top > .container > .row {
		min-height: 76px;
		padding: 14px 0;
	}

	body.fs-site #header-outer #top nav {
		display: none !important;
	}

	body.fs-site #header-outer #logo {
		--d: 6px;
		--g: 3px;
		--py: 22px;
		min-height: 29px;
		padding-left: 34px; /* 24 px mark + 10 px gap */
		font-size: 20px !important;
	}

	body.fs-site #header-outer #logo::before {
		margin-top: -14.5px;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon {
		display: flex !important;
		align-items: center;
		float: none;
		margin: 0 !important;
		padding: 0 !important;
		position: relative;
		top: 0 !important;
		height: auto;
		line-height: normal;
	}

	body.fs-site #header-outer #top .span_9 {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		flex: 0 0 auto;
	}

	body.fs-site #header-outer #top .span_9 > .mobile-header {
		display: none;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon > div {
		display: flex;
		align-items: center;
		position: relative !important;
		top: 0 !important;
		transform: none !important;
		height: auto;
		margin: 0;
		padding: 0;
		line-height: normal;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon a {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 48px !important;
		height: 48px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 2px solid var(--fs-navy);
		border-radius: var(--fs-radius-pill);
		background: var(--fs-white);
		line-height: normal;
		overflow: visible;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon a > span[aria-hidden] {
		position: relative;
		display: block;
		width: 18px;
		height: 16px; /* 3 × 2 px lines + 2 × 5 px gaps */
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	/* Replace Salient's animated lines with three static 18 × 2 bars. */
	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button {
		position: absolute !important;
		left: 0 !important;
		top: 7px !important;
		width: 18px !important;
		height: 2px !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: none !important;
		opacity: 1 !important;
		line-height: 0;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button::after,
	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button::before {
		display: none !important;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines,
	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines::before,
	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines::after {
		position: absolute !important;
		left: 0 !important;
		display: block !important;
		width: 18px !important;
		height: 2px !important;
		margin: 0 !important;
		border-radius: 0 !important;
		background-color: var(--fs-navy) !important;
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines {
		top: 0 !important;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines::before {
		content: "" !important;
		top: -7px !important;
	}

	body.fs-site #header-outer .slide-out-widget-area-toggle.mobile-icon .lines::after {
		content: "" !important;
		top: 7px !important;
	}
}
