
/* Knox 24/7 Clean Solid State Custom Layer */

.hero-video-banner {
	position: relative;
	overflow: hidden;
	background: #111111 !important;
	min-height: 34em;
}

.hero-video-banner:before,
.hero-video-banner:after {
	display: none !important;
	content: none !important;
}

.hero-video-banner .hero-bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center center;
	z-index: 0;
	pointer-events: none;
}

.hero-video-banner .hero-video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.70);
	z-index: 1;
	pointer-events: none;
}

.hero-video-banner .inner {
	position: relative;
	z-index: 2;
}

.hero-layout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}

.hero-logo {
	flex: 0 0 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-logo img {
	max-width: 310px;
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 0 18px rgba(0,0,0,.65));
}

.hero-content {
	flex: 1;
	max-width: 780px;
}

.service-strip {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: .75em;
}

.service-strip span {
	display: inline-block;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	padding: .45em .85em;
	font-size: .78em;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255,255,255,.85);
}

.local-features {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 2em !important;
}

.local-features article {
	width: auto !important;
	margin: 0 !important;
}

.knox-steps.features article,
.knox-who.features article,
.knox-situations.features article {
	min-height: 100%;
}

#footer form input[name="website"] {
	display: none !important;
}

@media screen and (max-width: 980px) {
	.hero-layout {
		flex-direction: column;
		text-align: center;
		gap: 2em;
	}
	.hero-logo {
		flex: 0 0 auto;
	}
	.hero-logo img {
		max-width: 230px;
	}
	.hero-content {
		max-width: 100%;
	}
	.service-strip {
		justify-content: center;
	}
}

@media screen and (max-width: 736px) {
	.hero-video-banner {
		min-height: 36em;
	}
	.hero-video-banner .hero-video-overlay {
		background: rgba(17,17,17,.80);
	}
	.local-features {
		grid-template-columns: 1fr !important;
	}
}

/* Knox 24/7 Associations / Resources Section */

#associations.knox-associations {
	text-align: center;
}

#associations.knox-associations .inner {
	max-width: 1050px;
}

#associations.knox-associations p {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#associations .association-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.25em 2.25em;
	margin: 2em auto 0;
	padding: 1.5em 1.25em;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
}

#associations .association-strip a {
	border: 0 !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	max-width: 210px;
	min-height: 92px;
	padding: 0.35em 0.55em;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	transition: transform 0.2s ease;
}

#associations .association-strip a:hover {
	background: transparent !important;
	transform: translateY(-2px);
	box-shadow: none !important;
}

#associations .association-strip img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 175px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	margin: 0 auto !important;
}

#associations .association-strip a.logo-tall img {
	max-height: 95px !important;
}

#associations .association-strip a.logo-wide img {
	max-width: 210px !important;
}

#footer form input[name="website"],
#footer form label[for="website"] {
	display: none !important;
}

@media screen and (max-width: 736px) {
	#associations .association-strip {
		gap: 1em;
		padding: 1.25em 0.9em;
	}

	#associations .association-strip a {
	border: 0 !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	max-width: 210px;
	min-height: 92px;
	padding: 0.35em 0.55em;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	transition: transform 0.2s ease;
}

	#associations .association-strip img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 175px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	margin: 0 auto !important;
}
}

@media screen and (max-width: 420px) {
	#associations .association-strip a {
	border: 0 !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	max-width: 210px;
	min-height: 92px;
	padding: 0.35em 0.55em;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	transition: transform 0.2s ease;
}
}



#footer form input[name="website"],
#footer form label[for="website"] {
	display: none !important;
}
