/* Custom styles */
.kb-button {
	width: auto;
}

/*Check Mark Style*/
ul.checkmarks {
	list-style: none;
	& li {
		position: relative;
	}
	& li:before {
		content: '';
		position: absolute;
		left: 0;
		width: 15px;
		height: 15px;
		translate: -130% 10%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48ZGVmcz48bWFzayBpZD0iYSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yIDZsMi41IDIuNSA1LTUiLz48L21hc2s+PC9kZWZzPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmNDc0MjIiIGQ9Ik0wIDBoMTJ2MTJIMHoiLz48L2c+PC9zdmc+');
	}
}
ul li {
	margin-bottom: 10px;
}
/*
  PDF Modal & Image Consistancy
  */
figure:has(.kb-advanced-image-link) {
	display: flex;
}
a.kb-advanced-image-link {
	text-decoration: none;
}
a.kb-advanced-image-link:not([tabindex])::after {
	content: 'click to expand';
	font-size: 15px;
	line-height: 25px;
	margin-top: 8px;
	display: block;
	color: var(--wp--preset--color--theme-palette-5);
	text-align: center;
}
.kt-modal-overlay {
	backdrop-filter: blur(10px);
}
.kt-blocks-modal-link {
	position: absolute;
	visibility: hidden;
}
.modal-section img,
.pdf-img-section img {
	width: 450px;

	margin: 0 auto;
	transition: all 350ms ease;
}
.modal-section img {
	box-shadow: 0 0 9px 1px rgba(25, 25, 25, 0.04) !important;
	cursor: pointer;
}
.modal-section img:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
	cursor: pointer;
}
.modal-section figure {
	position: relative;
}
.sample-template-default .content-wrap img {
	width: 450px;
}
.content-wrap .pngimg img {
	box-shadow: none;
}
.pngimg img:hover {
	box-shadow: none;
}
.modal-section figure::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2024/08/expand-2.svg');
	background-color: #f37321;
	background-size: 28%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	left: 50%;
	pointer-events: none;
	top: 50%;
	translate: -50% -50%;
	animation: float 1.2s ease-in-out infinite;
}
.modal-section figure:hover::after {
	filter: brightness(80%);
}
.kt-modal-container {
	width: 1100px !important;
	max-width: 100% !important;
	overflow: visible !important;
}
.kt-modal-close {
	translate: 85% -80%;
	background: #f2f2f2 !important;
	transition: none !important;
}
.kt-modal-close:hover {
	box-shadow: 0 0 0 2px #f2f2f2 !important;
}
@keyframes appear {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes float {
	0% {
		transform: translate(0, 0) rotate(0);
	}
	50% {
		transform: translate(0, 5px);
	}

	100% {
		transform: translate(0, 0) rotate(0);
	}
}
.glightbox-container .gclose.gbtn {
	background: transparent !important;
	scale: 2 !important;
	opacity: 1 !important;
	cursor: pointer;
}
.goverlay {
	backdrop-filter: blur(10px);
}

/*
  Header
  */

.header-navigation .header-menu-container ul ul li.menu-item > a {
	background: transparent !important;
	color: #77787b !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a:hover {
	background: transparent !important;
	color: #f37321 !important;
}
.cta-button {
	color: #f37321 !important;
}
.cta-button {
	background: #f37321;
	border-radius: 25px;
	margin-left: 0.5em;
	transition: all 0.2s ease;
	& a {
		color: white !important;
		@media only screen and (max-width: 990px) {
			border-bottom: none !important;
		}
	}
	@media only screen and (max-width: 990px) {
		margin-top: 25px;
		margin-left: 0;
		text-align: center !important;
	}
}

.cta-button:hover {
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
	background: var(--global-palette-btn-bg-hover);
}
.current_page_item a {
	color: #f37321 !important;
	-webkit-text-fill-color: #f37321 !important;
}
.cta-button.send {
	padding-left: 1.1em;
}
.cta-button.send a::before {
	content: '';
	width: 1.4em;
	height: 1.4em;
	display: inline-block;
	background: url('/wp-content/uploads/2024/08/Send.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(-1.6em, 0);
	position: absolute;
}
.sub-menu {
	translate: 0 5px;
	padding: 0.8em 0.4em !important;
	border-radius: 8px;
	@media only screen and (max-width: 990px) {
		padding: 0 0.4em !important;
	}
	& li a {
		padding: 0.3em 1em !important;
		@media only screen and (max-width: 990px) {
			padding: 1.4em !important;
		}
	}
}
.sub-menu::after {
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	position: absolute;
	translate: 0 -15px;
	z-index: -1;
}
/*
  footer
  */
.footer-menu-container {
	.menu li.menu-item-202 {
		display: none;
	}
}

/*
  Ajax Search Pro
  */
.ajaxsearchpro * {
	font-family: Benton, sans-serif !important;
}
input[type='search']::placeholder {
	font-size: 115% !important;
	font-family: Benton, sans-serif !important;
	color: #686868 !important;
	font-style: normal !important;
	opacity: 1 !important;
}
.proclose {
	pointer-events: none;
	visibility: hidden;
}
#wpdreams_asp_results_1 .ajaxsearchpro,
#wpdreams_asp_results_2 .ajaxsearchpro {
	visibility: visible !important;
	display: block !important;
	animation: none !important;
	opacity: 1 !important;
	height: 710px !important;
	max-height: 710px !important;
	min-height: 710px !important;
	width: 100% !important;
	max-width: 1080px;
	border-radius: 5px !important;
	@media only screen and (max-width: 767px) {
		height: 410px !important;
		max-height: 410px !important;
		min-height: 410px !important;
	}
}

.results {
	height: 700px !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	.resdrg {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 0;
		row-gap: 0;
	}
	.asp_content {
		display: grid;
		flex-wrap: wrap;
		width: 250px !important;
		height: auto;
		margin-top: 15px !important;
		grid-template-rows: 200px auto 0 1fr;
		justify-items: start;
		justify-content: center;
		& h3 {
			font-size: 15px !important;
		}
	}
	.item {
		display: flex;
		justify-content: center;
		border-radius: 5px;
	}
	.asp_res_image_url {
		flex-basis: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.item::after {
		display: none !important;
	}
	.asp_res_url,
	.asp_res_text {
		max-width: 100%;
		text-align: left;
		font-family: Amplify, serif !important;
		color: #686868 !important;
	}
	.asp_res_url {
		font-size: 18px !important;
		margin: 8px 3px !important;
	}
	.asp_res_text {
		width: auto;
		margin: 0 3px !important;
	}
}
div.vertical.ajaxsearchpro.asp_an_fadeInDrop {
	overflow: hidden !important;
	.results {
		scrollbar-width: unset !important;
		scrollbar-color: unset !important;
		overflow-x: hidden !important;
	}
	/* width */
	.results::-webkit-scrollbar {
		width: 10px !important;
	}

	/* Track */
	.results::-webkit-scrollbar-track {
		background: #3d3d3d20 !important;
		border-radius: 10px !important;
	}

	/* Handle */
	.results::-webkit-scrollbar-thumb {
		background: #9d9d9d !important;
		border-radius: 10px !important;
		cursor: grab;
		box-shadow: none !important;
		border: none !important;
	}
	.results::-webkit-scrollbar-thumb:hover {
		background: #3d3d3d !important;
	}
}

.results .item .asp_image {
	width: auto !important;
	max-height: 200px !important;
	height: auto !important;
	display: flex !important;
	& img {
		height: 100% !important;
		width: auto !important;
		align-self: flex-end !important;
	}
}
div.asp_w.asp_r.vertical a.asp_res_image_url {
	display: flex !important;
	align-content: flex-end;
}
#ajaxsearchprobsettings4_1 > form > fieldset > legend {
	color: #fff;
}

/*
   Filtering Module Setting Styles
   * */
label:has(> input[value='19']) {
	position: absolute;
	z-index: -999;
	opacity: 0;
}

div.term_filter_box > label > input {
	visibility: hidden;
	position: absolute;
}
div.term_filter_box > label {
	align-content: center;
	padding: 10px 0 !important;
	width: 120px;
	margin: 0 auto;
	display: flex !important;
	text-align: center !important;
	justify-content: center !important;
	border: 1px solid #e6e7e8 !important;
	border-bottom: none !important;
	background: white;
}
div.term_filter_box > label.asp_option_checked {
	border-color: #f37321 !important;
}
div.term_filter_box > .asp_label:first-child {
	border-radius: 15px 15px 0 0;
}
.term_filter_box label:nth-last-child(2) {
	border-radius: 0 0 15px 15px !important;
	border-bottom: 1px solid #e6e7e8 !important;
	@media only screen and (max-width: 767px) {
		border-bottom: none !important;
	}
}
.term_filter_box {
	max-height: unset !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: auto !important;
	& br {
		display: none;
	}
}
.asp_option_checked {
	background: var(--global-palette-btn-bg) !important;
	color: white;
	display: block;
	z-index: 999;
}

.asp_ss_1 legend {
	width: 120px;
	min-width: unset !important;
	display: flex;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
}
.asp_filter_tax fieldset,
div.asp_w.asp_sb.searchsettings fieldset,
.asp_shortcode_column {
	min-width: unset !important;
}
div.asp_w.ajaxsearchpro.asp_non_compact,
.asp_w_container {
	min-width: 120px !important;
	width: 120px !important;
	margin: 0;
	@media only screen and (max-width: 767px) {
		width: 100% !important;
		translate: 0 -8px;
	}
}
@media only screen and (max-width: 767px) {
	.term_filter_box::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 15px;
		border: 1px solid #e6e7e8;
		pointer-events: none;
	}
}

/*Global Filter Toggling*/
.global-filter {
	top: 0;
	left: 50%;
	transform: translate(15%, 40%) skew(55deg, 15deg) scale(0);
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-template-rows: 0.5fr 1.5fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 1100px;
	margin: 0 auto !important;
	position: fixed;
	z-index: -1;
	width: 95vw;
	margin: 0 !important;
	opacity: 0;
	transition:
		all 600ms ease,
		transform 500ms ease !important;
	will-change: transform, opacity;
}
.g-col1 {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	width: 105%;
	margin-left: -5%;
	grid-column-start: 2;
	grid-column-end: 2;
	& h1 {
		color: white;
	}
	& p {
		color: white;
	}
}
.g-col2 form legend {
	-webkit-text-fill-color: white;
}
.g-col3 {
	width: 105%;
	margin-left: -5%;
	.ajaxsearchpro {
		margin: 0 !important;
		border-radius: 5px !important;
	}
}
.filter-overlay {
	width: 100.5vw;
	height: 100.5vh;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 50%;
	top: 50%;
	backdrop-filter: blur(10px) opacity(0);
	-webkit-backdrop-filter: blur(10px) opacity(0);
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 99;
	pointer-events: none;
	transition: all 300ms ease;
	will-change: backdrop-filter, opacity;
}
.filter-overlay-visible {
	opacity: 1;
	backdrop-filter: blur(10px) opacity(1);
	-webkit-backdrop-filter: blur(10px) opacity(1);
	pointer-events: auto !important;
}
.filter-on {
	opacity: 1 !important;
	z-index: 999 !important;
	transform: translate(-50%, 0) skew(0, 0) scale(1) !important;
}
.global-filter-toggle {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	box-shadow:
		0 0 15px 0 rgba(0, 0, 0, 0.25),
		0 0 15px 0 rgba(255, 255, 255, 1);
	font-size: 14px;
	height: 50px;
	padding: 0 30px !important;
	font-family: Benton, sans-serif !important;
	transition: all 300ms ease;
}
.close {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	visibility: hidden;
	z-index: 9999;
}
.close.toggle-visibility::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M505.943,6.058c-8.077-8.077-21.172-8.077-29.249,0L6.058,476.693c-8.077,8.077-8.077,21.172,0,29.249C10.096,509.982,15.39,512,20.683,512c5.293,0,10.586-2.019,14.625-6.059L505.943,35.306C514.019,27.23,514.019,14.135,505.943,6.058z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M505.942,476.694L35.306,6.059c-8.076-8.077-21.172-8.077-29.248,0c-8.077,8.076-8.077,21.171,0,29.248l470.636,470.636c4.038,4.039,9.332,6.058,14.625,6.058c5.293,0,10.587-2.019,14.624-6.057C514.018,497.866,514.018,484.771,505.942,476.694z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 18px;
    height: 18px;
    top: 0;
    display: flex;
    align-content: center;
    translate: -20px 50px;
    justify-content: center;
    right: 0;
    display: block;
    opacity: 0;
    position: absolute;
    visibility: visible !important;
    transition: all 250ms ease;
    animation: appear 700ms ease forwards;

}
@media only screen and (max-width:768px) {
	.close.toggle-visibility::after {
		translate: -10px 10px;
	}
}
.close.toggle-visibility:hover::after {
	color: #b4b4b4;
}

.hide {
	animation: appear 250ms ease-in-out forwards;
	animation-direction: reverse;
	pointer-events: none;
}
.toggle-visibility {
	visibility: hidden;
}
@media only screen and (max-width: 1100px) {
	.results {
		.asp_content {
			transform-origin: top center;
			@media only screen and (max-width: 767px) {
				scale: 1;
			}
		}
	}
}
@media only screen and (max-width: 900px) {
	.results {
		.resdrg {
			grid-template-columns: 1fr 1fr;

			@media only screen and (max-width: 767px) {
				grid-template-columns: 1fr;
				grid-auto-rows: 1fr;
			}
		}
		@media only screen and (max-width: 767px) {
			height: 400px !important;
			max-height: 45vh;
		}
	}
	.g-col3,
	.g-col1 {
		width: 110%;
		margin-left: -10%;
		.ajaxsearchpro {
			margin: 0 !important;
			border-radius: 5px !important;
		}
	}
}

@media only screen and (max-width: 767px) {
	.close.toggle-visibility::after {
		font-size: 160%;
	}
	.asp_filter_tax fieldset,
	div.asp_w.asp_sb.searchsettings fieldset,
	.asp_shortcode_column {
		width: 100% !important;
		.term_filter_box {
			border-radius: 15px;
			overflow: hidden !important;
		}

		& div.term_filter_box > label {
			width: auto;
			flex-grow: 4;
			padding: 10px !important;
			margin-right: -1px;
			border-radius: 0 !important;
		}
	}
	.global-filter {
		top: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 0.1fr auto 2.5fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.filter-on {
		opacity: 1 !important;
		z-index: 999 !important;
		transform: translate(-50%, 15px) skew(0, 0) scale(1) !important;
	}
	.g-col1 {
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		grid-area: auto / auto / auto / auto;
		width: 100%;
		margin: 0;
		text-align: center;
		& h1 {
			color: white;
			white-space:nowrap;
			@media only screen and (max-width:768px) {
				font-size:200%;
			}
		}
		& p {
			color: white;
			margin-bottom: 0;
			margin-top: 0;
			text-align: center !important;
			padding: 0 5px;
		}
	}
	.g-col2 {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		.asp_shortcodes_container {
			margin-bottom: 0;
		}
	}
	.g-col3 {
		width: 100%;
		margin-left: 0;
		.ajaxsearchpro {
			margin: 0 !important;
			border-radius: 5px !important;
		}
	}
	fieldset legend {
		visibility: hidden;
		position: absolute;
	}
	.asp_non_compact {
		opacity: 0.7;
	}
}

/* Global Form styles */
.hubSpotClose {
	position: absolute;
	top: 0;
	right: 50%;
	translate: 300px 60px;
	opacity: 0;
	padding: 0;
	margin: 0;
	z-index: 1004;
	color: white;
	cursor: pointer;
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;

	@media only screen and (max-width:600px) {
		right: 20px;
		translate: 0 60px;
	}
}

.hubSpotClose:hover,
.hubSpotClose:focus {
	background: transparent;
}

.hubSpotClose:focus {
	outline: 1px solid #f47422;
	outline-offset: 6px;
}

.hubspot-container {
	position: absolute;
	pointer-events: none;
	top: 10%;
	left: 50%;
	transform: translateX( -50% );
	overflow-y: scroll;
	width: 600px;
	max-width: 90vw;
	opacity: 0;
	background: white;
	padding: 60px;
	border-radius: 15px;
	overflow-x: hidden;
	z-index: 1000;

	@media only screen and (max-width: 600px) {
		padding: 30px;
	}

	& h1 {
		font-size: 30px;
		margin-bottom: 30px;
		color: #595959;
		padding-left: 15px !important;
	}
	& ul {
		list-style-type: none;
		margin: 0;

		& label span {
			width: 100%;
		}
	}
	& input {
		margin-bottom: 8px;
		width: 100% !important;
	}
	& input[type='submit'] {
		width: auto !important;
	}
	& input[type='text'],
	textarea {
		border-radius: 5px !important;
		width: 100% !important;
	}

	& textarea {
		min-height: 100px;
		margin-bottom: -6px;
		border-color: transparent !important;
	}

	& select {
		padding: 0.4em 0.5em;
		border-radius: 5px;
		width: 100% !important;
	}

	& input[type='checkbox'] {
		width: 30px !important;
		height: 30px !important;
		margin: 0 18px 0 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none;
		border: 1px solid #757575;
		border-radius: 5px;
		display: grid;
		place-content: center;
	}

	& input[type='checkbox']::before {
		content: '';
		z-index: 4;
		width: 17px;
		height: 9px;
		border-bottom: 2px solid #ffffff00;
		border-left: 2px solid #ffffff00;
		transform: rotate(310deg) translate(2px, -2px) scale(0);
		transition: all 300ms ease;
	}

	& input[type='checkbox']:checked::before {
		content: '';
		z-index: 4;
		width: 17px;
		height: 9px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: rotate(310deg) translate(2px, -2px) scale(1);
	}

	& input[type='checkbox']:checked {
		background: #f47422;
		border-color: #f47422;
	}

	& li {
		margin-bottom: 10px;
	}

	& label {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		color: #767676;
		font-size: 15px;
		line-height: 19px;
		font-family: Benton, sans-serif !important;
		font-weight: 600;
	}

	& fieldset > div {
		margin-bottom: 15px;
	}
}

li.hs-form-checkbox {
	& label {
		margin-bottom: 18px;
	}

	& span {
		font-size: 13px;
		font-weight: 400;
	}
}
div.input {
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0;
	height: 42px !important;
	position: relative;
	& input[type='text'],
	& input[type='email'],
	& input[type='tel'],
	& select {
		height: 40px !important;
		border-color: transparent !important;
	}
}
div.input:has(> .inputs-list) {
	height: unset !important;
	border-color: transparent !important;
}
div.input:has(> textarea) {
	height: unset !important;
}
.input:hover {
	border-color: #f47422 !important;
}
.hubspot-container .hs-form[class*='hs-form'] .hs-error-msgs li label {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-family: Benton, sans-serif !important;
	color: #f33;
	font-weight: 400;
	margin-top: 10px;
	& :last-child {
		display: none !important;
	}
}

.input:has(> input.invalid.error):before {
	position: absolute;
	display: block;
	content: '';
	width: 16.826px;
	height: 15px;
	top: 50%;
	right: 0;
	translate: -10px -50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.826' height='24.91' viewBox='0 0 27.826 24.91'%3E%3Cg%3E%3Cpath fill='%23f33' d='M379.983 503.37l-10.852 18.8a3.057 3.057 0 0 0 2.647 4.585h21.7a3.057 3.057 0 0 0 2.647-4.585l-10.852-18.8a3.057 3.057 0 0 0-5.29 0z' transform='translate(-368.717 -501.843)'/%3E%3Cg%3E%3Cpath fill='%23fff' d='M383.622 520.165l-.7-10.939h3.246l-.7 10.939zm-.528 4.658v-2.634H386v2.634z' transform='translate(-368.717 -501.843) translate(381.007 508.229) translate(-382.927 -509.226)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: cover;
}
.hs-fieldtype-checkbox {
	position: relative;
	margin-top: 40px;
}
.hs-fieldtype-checkbox:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: -25px;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.hubspot-overlay.form-on::after {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 999;
}
.form-on {
	opacity: 1;
	pointer-events: auto;
	transition: all 330ms ease;
}
.hs-fieldtype-checkbox label:first-child {
	margin-bottom: 25px !important;
}
div.hs_error_rollup ul.inputs-list {
	display: none !important;
}
/*
Typography
*/

span.kt-btn-inner-text,
.wp-block-button a {
	font-family: Benton, sans-serif !important;
}
body .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
	h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	p,
	li {
		font-size: 14px;
		line-height: 20px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	p {
		margin-top: 20px;
	}
	h1.emdash {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
	h1.emdash::before {
		content: '';
		display: block;
		padding-top: 9px;
	}
	h1.emdash::after {
		content: '';
		display: block;
	}
	h5 {
		font-size: 16px;
		margin-top: 5px;
	}

	@media screen and (min-width: 768px) {
		h1 {
			font-size: 30px;
			line-height: 35px;
		}
		h2 {
			font-size: 26px;
			line-height: 32px;
		}
		h1.emdash {
			font-size: 30px;
			line-height: 35px;
		}
		h1.emdash::before {
			padding-top: 10px;
		}
		h5 {
			font-size: 20px;
		}
	}
	@media screen and (min-width: 1024px) {
		h1 {
			font-size: 36px;
			line-height: 45px;
		}
		p,
		li {
			font-size: 15px;
			line-height: 25px;
			margin-top: 15px;
		}
		h1.emdash {
			font-size: 36px;
			line-height: 45px;
		}
		h1.emdash::before {
			padding-top: 13.5px;
		}
	}
	@media screen and (min-width: 1340px) {
		h1 {
			font-size: 42px;
			line-height: 50px;
		}
		p,
		li {
			font-size: 17px;
			line-height: 25px;
		}
		h1.emdash {
			font-size: 42px;
			line-height: 50px;
		}
		h1.emdash::before {
			padding-top: 14.5px;
		}
	}
}
h1.emdash + p {
	margin-top: 20px !important;
}
.site-header-wrap a,
.site-footer-wrap p,
.site-footer-wrap a {
	font-size: 14px !important;
	font-family: Benton, sans-serif !important;
}
@media only screen and (max-width: 1024px) {
	.bullet-points {
		width: 400px;
		max-width: 100%;
	}
}

.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-large.button {
	font-size: 14px;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 15px;
}

::-webkit-scrollbar-track {
	border-radius: 0 10px 10px 0;
}

::-webkit-scrollbar-thumb {
	background: #88888890;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}
h1.wp-block-kadence-advancedheading,
h2.wp-block-kadence-advancedheading,
h3.wp-block-kadence-advancedheading,
h4.wp-block-kadence-advancedheading {
	font-weight: 400 !important;
}

/*Global Style Overrides*/
.kadence-video-popup-wrap .kadence-video-overlay {
	display: none !important;
}
.kt-video-svg-icon {
	color: white !important;
	background: #f37321 !important;
}

/* SPA41 Module*/

.SPA41 {
	span.kt-title-text,
	.kt-title-text strong {
		font-family: Benton, sans-serif !important;
		font-weight: 400 !important;
	}
	.kt-tabs-wrap {
		display: flex;
		flex-wrap: wrap;
		row-gap: 25px;
	}
	ul.kt-tabs-title-list {
		width: 100%;
		flex-direction: row;

		& li.kt-title-item {
			flex-grow: 1;
			margin: 0;

			& a.kt-tab-title {
				display: flex !important;
				justify-content: center !important;
				border: 1px solid #e6e7e8;
				border-width: 1px !important;
				background: #fff;
				padding: 15px 0;
			}
		}
		& li.kt-title-item:first-child a {
			border-radius: 15px 0 0 15px;
		}
		& li.kt-title-item:last-child a {
			border-radius: 0 15px 15px 0;
		}
	}
	div.kt-tabs-content-wrap {
		width: 100%;
		div.kt-tab-inner-content {
			padding: 0;

			.kt-row-column-wrap {
				align-items: center;
			}
		}
	}
}
@media only screen and (max-width: 767px) {
	.SPA41 a.kt-tab-title {
		justify-content: center !important;
		border: 1px solid #e6e7e8 !important;
		background: #fff;
		padding: 15px 0;
		margin: 5px 0 !important;
		border-radius: 8px !important;
	}
	.SPA41 .kt-tab-inner-content-inner {
		margin-bottom: 50px;
	}
	.SPA41 .kt-inside-inner-col {
		margin-top: 15px;
	}
	.SPA41 .kt-title-item {
		font-family: Benton, sans-serif;
		font-weight: 400 !important;
	}
}
