/* Inner-page hero: water background + integrated title/breadcrumbs (not home slider) */
body:not(.template-slider) #Header_wrapper {
	display: flex;
	flex-direction: column;
	min-height: 360px;
	background-image: url(/assets/bluetech-hero-water.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body:not(.template-slider) #Header {
	min-height: 0 !important;
	flex: 0 0 auto;
}

body:not(.template-slider).header-below #Header,
body:not(.template-slider).header-stack #Header {
	padding-top: 0 !important;
}

body:not(.template-slider) #Subheader {
	flex: 0 0 auto;
	margin-top: auto;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
	padding: 0 0 38px;
	background: transparent !important;
	border: 0;
}

body:not(.template-slider) #Subheader > .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 33px;
}

body:not(.template-slider) #Subheader .column.one {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px 28px;
}

body:not(.template-slider) #Subheader .title {
	margin: 0;
	padding: 0;
	max-width: min(100%, 720px);
	width: auto !important;
	float: none !important;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	font-weight: 600;
	color: #1f3f73;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

body:not(.template-slider) #Subheader .breadcrumbs {
	margin: 0;
	padding: 10px 16px;
	width: auto !important;
	float: none !important;
	text-align: inherit !important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 4px 6px;
	max-width: min(100%, 520px);
	font-size: 13px;
	line-height: 1.45;
	color: #2a4d85;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(31, 63, 115, 0.12);
	backdrop-filter: blur(4px);
}

body:not(.template-slider) #Subheader .breadcrumbs li {
	display: inline-flex;
	align-items: center;
}

body:not(.template-slider) #Subheader .breadcrumbs a {
	color: #2991d6;
	text-decoration: none;
	font-weight: 500;
}

body:not(.template-slider) #Subheader .breadcrumbs a:hover {
	color: #1f3f73;
	text-decoration: underline;
}

body:not(.template-slider) #Subheader .breadcrumbs li span,
body:not(.template-slider) #Subheader .breadcrumbs .mfn-breadcrumbs-separator {
	opacity: 0.55;
}

@media only screen and (max-width: 767px) {
	body:not(.template-slider) #Header_wrapper {
		min-height: 280px;
	}

	body:not(.template-slider) #Subheader {
		padding-bottom: 26px;
	}

	body:not(.template-slider) #Subheader > .container {
		padding: 0 20px;
	}

	body:not(.template-slider) #Subheader .column.one {
		flex-direction: column;
		align-items: flex-start;
	}

	body:not(.template-slider) #Subheader .breadcrumbs {
		justify-content: flex-start;
		max-width: 100%;
		border-radius: 12px;
	}
}
