* {
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	line-height: 1.5;
}

:root {
	--primary: #535fab;
	--secondary: #7487c0;
	--yellow: #ffd700;
	--white: #ffffff;
	--black: #000000;
	--gray: #656e7d;
	--light-gray: #f9f9f9;
	--dark-gray: #464750;
}

::marker {
	color: #7487c0;
	font-weight: 900;
}

:target {
	scroll-margin-top: 136px;
}

html,
body {
	margin: 0;
	color: #656e7d;
	scroll-behavior: smooth;
	font-size: 18px;
}

blockquote {
	margin: 0;
}

a {
	color: #656e7d;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}

.spacer {
	height: 8rem;
}
@media (max-width: 992px) {
	.spacer {
		height: 4rem;
	}
}

.sr-only {
	position: absolute !important;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#content {
	min-height: 80vh;
	margin-top: 124px;
}

img {
	max-width: 100%;
	height: auto;
}

details {
	margin-bottom: 1rem;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s ease all;
}

details:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

summary {
	background: #7487c0;
	color: white;
	padding: 0.75rem 1rem;
	border-radius: 5px;
	font-weight: 600;
	font-size: 1.2em;
}

summary::marker {
	color: white;
	margin-right: 1rem;
}

details[open] summary {
	border-radius: 5px 5px 0 0;
}

details > .acc-content {
	padding: 1rem;
	border-radius: 5px;
	background: #f9f9f9;
}

details[open] > .acc-content {
	border-radius: 0 0 5px 5px;
}

.icon {
	display: inline-block;
	line-height: 1;
}

.icon svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	display: inline-block;
	transform: translateY(-1px);
}

.icon:not(.jagged-shape) svg path {
	fill: currentColor;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 40px;
	color: #535fab;
	font-weight: 700;
}

h3 {
	font-size: 32px;
	color: #7487c0;
}

h4 {
	margin-top: 1rem;
	font-size: 28px;
	color: #535fab;
}

h5 {
	margin-top: 0.5rem;
	font-size: 20px;
	color: #7487c0;
}

h6 {
	margin-top: 0.5rem;
	font-size: 16px;
	color: #535fab;
}

@media (max-width: 1440px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
}

.container {
	max-width: 1368px;
	padding: 0 2rem;
	margin: 0 auto;
}

.archive-card {
	padding: 1rem;
	border-radius: 1rem;
	background: #f9f9f9;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

.archive-card img {
	border-radius: 0.5rem;
	margin-right: 2rem;
	aspect-ratio: 16 / 9;
	width: 300px;
	object-fit: cover;
}

body.blog .archive-card {
	align-items: unset;
}

body.blog .archive-card img {
	aspect-ratio: unset;
}

.archive-card h3 {
	margin-top: 0;
	transition: all 0.3s ease-in-out;
}

.archive-card:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.archive-card:hover h3 {
	color: #535fab;
}

.archive-card p {
	color: #464750;
	font-weight: 400;
}

@media (max-width: 992px) {
	.archive-card {
		flex-direction: column;
	}
	.archive-card img {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	body.blog .archive-card {
		align-items: center;
	}
}

.pagination {
	display: flex;
	width: auto;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
}

.pagination > * {
	display: none;
	text-decoration: none;
	padding: 8px;
	border-radius: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pagination .next,
.pagination .prev {
	display: flex;
	margin: 0 10px;
}

.pagination > a:hover {
	color: #535fab;
}

#content .glider-next {
	right: 0;
}
#content .glider-prev {
	left: 0;
}

.acc-content iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
	object-fit: cover;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
#troubleshooting:target,
#care-cleaning:target,
#operation:target {
	padding-top: 124px;
	margin-top: -124px;
}
#troubleshooting,
#care-cleaning,
#operation {
	margin-bottom: 5rem;
}

.parallax-image {
	height: 175%;
	position: absolute;
	top: -25%;
	width: 100%;
	z-index: -1;
}

.parallax-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-custom-content {
	padding: 5rem 2rem;
}
.page-id-50787 .main-custom-content {
	padding-top: 0rem;
}
.main-custom-content a:not(.btn) {
	color: #7487c0;
	text-decoration: none;
	font-weight: 600;
}

.main-custom-content ul,
.main-custom-content ol {
	padding-left: 30px;
	margin-top: 1rem;
}

.image-download-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.image-download-row > a {
	flex-grow: 1;
	flex-basis: 0;
	margin: 1rem;
	min-width: 250px;
}

nav.breadcrumbs {
	position: absolute;
	color: white;
	top: 20px;
	left: 25px;
	width: 100%;
	font-size: 18px;
	z-index: 2;
	white-space: nowrap;
}

nav.breadcrumbs a {
	color: white;
	text-decoration: none;
	padding: 8px 20px;
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

nav.breadcrumbs a:last-child {
	opacity: 1;
}

nav.breadcrumbs a:hover {
	opacity: 1;
}

#ui-datepicker-div:not(.gravity-theme):not([style*="display: none;"]) {
	padding: 0;
}

.btn {
	display: inline-block;
	padding: 10px 30px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	transition: all 0.15s ease;
	font-weight: 800;
	font-family: "Ubuntu", sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.btn .icon {
	margin-right: 10px;
}

.btn:hover {
	filter: brightness(1.2);
	transform: translateY(1px);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background: #535fab;
}

.btn-primary {
	background: #535fab;
}
.btn-secondary {
	background: #7487c0;
}
.btn-white {
	background: #ffffff;
	color: #464750;
}
.btn-white:hover {
	color: #ffffff;
}
.btn-secondary:hover {
	filter: brightness(1.1);
	background: #7487c0;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.location-card .acc-content {
	display: flex;
	justify-content: space-between;
}

.location-card .acc-content .location-buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.location-card .acc-content .location-buttons a:first-child {
	margin-bottom: 1rem;
}

.acc-content .location-body {
	width: unset;
}

.h1-404 {
	margin-top: 2rem;
	margin-bottom: 0;
	color: #7487c0;
	text-align: center;
	font-weight: 700;
	font-size: 5rem;
}

.content-image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.acc-content .content-image {
	gap: 15px;
	justify-content: start;
}

.content-image > span {
	width: 100%;
}

.utm-keyword {
	font-weight: inherit;
	font-family: inherit;
}

@media (max-width: 992px) {
	.product-features .tab-content h3 {
		text-align: center;
	}
}

.product-iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	margin-top: 2rem;
	display: block;
	border: none;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.icon-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon-row .single-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-basis: 0;
	padding: 1rem;
	text-align: center;
}

.icon-row .single-icon br {
	display: none;
}

.icon-row .single-icon img {
	width: 200px;
	height: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	max-width: 100%;
}

.product-gallery + #child-products {
	margin-top: 4rem;
}

.location-card .location-hours-item {
	max-width: 400px;
}

.location-card .location-body {
	padding-right: 1rem;
}

.page-id-50671 #mobile-ctas,
.page-id-50787 #mobile-ctas {
	display: none;
}

@media (max-width: 992px) {
	.main-custom-content {
		padding: 2rem;
	}
	#content {
		overflow: hidden;
		margin-top: 80px;
	}
	.h1-404 {
		font-size: 3rem;
	}
	.content-image {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.location-card .acc-content {
		flex-direction: column;
	}
	.location-card .acc-content .location-buttons {
		margin-top: 1rem;
	}
	.icon-row {
		flex-direction: column;
	}
	.icon-row .single-icon {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	.icon-row .single-icon img {
		width: 120px;
	}
}

/*CONTACT US*/
.page-id-44782 h2.h5 {
	margin: 3rem 2rem 0 2rem;
	text-align: center;
}
.page-id-44782 h2.h5 span,
.page-id-44782 h2.h5 address {
	display: inline;
}
@media (max-width: 445px) {
	.page-id-44782 address {
		display: block;
	}
}
