#mtspace-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	display:flex;
	min-height:185px;
	height:auto;
	max-height:100vh;
	width: 100%;
	z-index: 100;
	transition: top 0.5s ease-in-out 0s !important;
	padding:0 !important;
}
#mtspace-header-menu.offscroll {
	top: -205px;
	max-height:200px;
	overflow:hidden;
	transition: top 0.5s ease-in-out 0s, max-height 0.5s ease-in 0s !important;
}
#mtspace-header-menu>.et_pb_row {
	margin: 0 !important;
	max-width: none !important;
	width: 100%;
}
#mtspace-header-menu.offscroll .mtspace-hm-main-section .mtspace-hm-menu-item-children, #mtspace-header-menu.offscroll .mtspace-hm-mobile-section {visibility:hidden !important;}
#mtspace-header-menu.fasttop {
	top: 0 !important;
	transition: none !important;
}
#et-main-area {padding-top: 195px !important;}


body {
	--mtspace-header-background: #ffffff;
	--mtspace-header-color: #000000;
	--mtspace-header-hover-background: #dddddd;
	--mtspace-mobile-border: #cccccc;
	--mtspace-body-background: #ffffff;
	--mtspace-body-hover-background: #dddddd;
	--mtspace-body-color: #000000;
}
body:has(#mtspace-header-menu .mtspace-custom-header.mtspace-impact-header) {
	--mtspace-header-background: #666666;
	--mtspace-header-color: #ffffff;
	--mtspace-header-hover-background: #888888;
	--mtspace-mobile-border: #444444;
	--mtspace-body-background: #333333;
	--mtspace-body-hover-background: #888888;
	--mtspace-body-color: #ffffff;
}

.mtspace-custom-header {
	width:100%;
	flex-direction:column;
	display:flex;
	background: #ffffff;
	background: var(--mtspace-header-background, initial);
	color: #000000;
	color: var(--mtspace-header-color, initial);
}
.mtspace-custom-header.mtspace-hm-active-toggle { pointer-events:none; }
.mtspace-custom-header a {
	color: #000000 !important;
	color: var(--mtspace-header-color, initial) !important;
}

.mtspace-hm-searchbar-section {
	width:100%;
	padding: 1em;
}
.mtspace-hm-searchbar-section .mtspace-hm-searchbar {
	width:100%;
	min-height:40px;
	border: 1px solid #000000;
	border-color: var(--mtspace-header-color, initial);
	padding: 0.5em 40px 0.5em 0.75em;
	font-size:16px;
	border-radius:5px;
}

.mtspace-hm-searchbar-section>form>div {
	position:relative;
	color: #000000;
}
.mtspace-hm-searchbar-section .mtspace-hm-searchbar-icon-holder {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding-right:7px;
	background:transparent;
	pointer-events:none;
}
.mtspace-hm-searchbar-section .mtspace-hm-searchbar-icon {
	margin:auto 0 auto auto;
	width:40px;
	height:40px;
	font-family: "ETmodules" !important;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.25em;
	display: flex;
	justify-content: center;
	align-items: end;
	flex-direction: column;
	background:transparent;
	cursor:pointer;
	pointer-events:auto;
}


.mtspace-hm-mobile-searchbar-section {
	width:100%;
	padding: 1em;
}
.mtspace-hm-mobile-searchbar-section .mtspace-hm-mobile-searchbar {
	width:100%;
	min-height:40px;
	border: 1px solid #000000;
	border-color: var(--mtspace-header-color, initial);
	padding: 0.5em 40px 0.5em 0.75em;
	font-size:16px;
	border-radius:5px;
}

.mtspace-hm-mobile-searchbar-section>form>div {
	position:relative;
	color: #000000;
}
.mtspace-hm-mobile-searchbar-section .mtspace-hm-mobile-searchbar-icon-holder {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding-right:7px;
	background:transparent;
	pointer-events:none;
}
.mtspace-hm-mobile-searchbar-section .mtspace-hm-mobile-searchbar-icon {
	margin:auto 0 auto auto;
	width:40px;
	height:40px;
	font-family: "ETmodules" !important;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.25em;
	display: flex;
	justify-content: center;
	align-items: end;
	flex-direction: column;
	background:transparent;
	cursor:pointer;
	pointer-events:auto;
}


.mtspace-hm-main-section {
	display:flex;
	padding: 1em 0;
	align-items:center;
	overflow:visible;
	width:100%;
	position:relative;
}
.mtspace-hm-main-section .mtspace-hm-logo-img { width:120px; max-width:120px; min-width:120px; display:flex; overflow:hidden; align-items:center; }
.mtspace-hm-main-section .mtspace-hm-logo-img .mtspace-hm-logo-wrapper { width:100%; }
.mtspace-hm-main-section .mtspace-hm-logo-img img {
	width:100%;
	background: #ffffff !important;
	/*background: var(--mtspace-header-background, initial) !important;*/
	border-radius: 15px 40px;
}

.mtspace-hm-main-section :is(.mtspace-hm-menu-section, .mtspace-hm-menu-items-section, .mtspace-hm-extras-section, .mtspace-hm-mh-socials, .mtspace-hm-mh-donate-section, .mtspace-hm-mh-searchbar-btn-section, .mtspace-hm-hamburger-menu-section) {
	display:flex;
	height:100%;
	justify-content:end;
	align-items:center;
}
.mtspace-hm-main-section .mtspace-hm-hamburger-menu-section { position:absolute; top:0; right:5vw; }

.mtspace-hm-main-section .mtspace-hm-menu-section { width:100%; }
.mtspace-hm-main-section .mtspace-hm-menu-section .mtspace-hm-menu-items-section {
	width:100%;
	flex-direction:column;
	justify-content:center;
	align-items:end;
}
.mtspace-hm-main-section .mtspace-hm-menu-section .mtspace-hm-menu-items-wrapper { width:100%; display:flex; gap:1em; justify-content:end; }
.mtspace-hm-main-section .mtspace-hm-menu-section .mtspace-hm-menu-items-wrapper > .mtspace-hm-menu-item {white-space:nowrap;}
.mtspace-hm-main-section .mtspace-hm-menu-section .mtspace-hm-menu-items-wrapper > .mtspace-hm-menu-item > .mtspace-hm-menu-item-children {white-space:normal;}
.mtspace-hm-main-section .mtspace-hm-menu-item-children {
	display:none;
	position:absolute;
	top:1em;
	right:-2vw;
	z-index:40;
	flex-direction:column;
	width:225px;
}
.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper:has(>.mtspace-hm-menu-item-halfway)>.mtspace-hm-menu-item:not(.mtspace-hm-menu-item-halfway ~ .mtspace-hm-menu-item)>.mtspace-hm-menu-item-children {
	left:-2vw;
	right:auto;
}

.mtspace-hm-main-section .mtspace-hm-menu-item-children .mtspace-hm-menu-item-children {
	top:-1px;
	left:-225px;
	right:auto;
	border: 1px solid #000000;
	border-color: var(--mtspace-header-color, initial);
	margin:0;
	padding: 0;
}
.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper:has(>.mtspace-hm-menu-item-halfway)>.mtspace-hm-menu-item:not(.mtspace-hm-menu-item-halfway ~ .mtspace-hm-menu-item)>.mtspace-hm-menu-item-children .mtspace-hm-menu-item-children {
	left:auto;
	right:-225px;
}

.mtspace-hm-main-section .mtspace-hm-menu-item-children > .mtspace-hm-menu-item {
	padding: 0 0.25em;
}
.mtspace-hm-main-section .mtspace-hm-menu-item-children:not(.mtspace-hm-menu-item-children .mtspace-hm-menu-item-children) > .mtspace-hm-menu-item {
	border-left: 1px solid #000000;
	border-left-color: var(--mtspace-header-color, initial);
	border-right: 1px solid #000000;
	border-right-color: var(--mtspace-header-color, initial);
}
.mtspace-hm-main-section .mtspace-hm-menu-item-children:not(.mtspace-hm-menu-item-children .mtspace-hm-menu-item-children) > .mtspace-hm-menu-item:first-child {
	padding-top:0.25em;
	margin-top: 0.5em;
	border-top: 1px solid #000000;
	border-top-color: var(--mtspace-header-color, initial);
}
.mtspace-hm-main-section .mtspace-hm-menu-item-children:not(.mtspace-hm-menu-item-children .mtspace-hm-menu-item-children) > .mtspace-hm-menu-item:last-child {
	padding-bottom:0.25em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000000;
	border-bottom-color: var(--mtspace-header-color, initial);
}
.mtspace-hm-main-section .mtspace-hm-menu-item {
	position:relative;
}
.mtspace-hm-main-section .mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item-body {
	padding: 0;
	width:100%;
}
.mtspace-hm-main-section .mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item-body>a,
.mtspace-hm-main-section .mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item-body>span {
	padding: 0.5em 1em;
	width:100%;
	display:inline-flex;
}
.mtspace-hm-main-section .mtspace-hm-menu-item-children .mtspace-hm-menu-item-children> .mtspace-hm-menu-item:first-child { padding-top: 0.25em; }
.mtspace-hm-main-section .mtspace-hm-menu-item-children .mtspace-hm-menu-item-children> .mtspace-hm-menu-item:last-child { padding-bottom: 0.25em; }

.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item.mt-space-focus-inside>.mtspace-hm-menu-item-children {display:flex;}
.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item.mt-space-focus-inside>.mtspace-hm-menu-item-children {display:flex;}
.mtspace-hm-main-section .mtspace-hm-menu-item{ cursor:default; }
.mtspace-hm-main-section .mtspace-hm-menu-item>.mtspace-hm-menu-item-body>span { cursor:default; }
.mtspace-hm-main-section .mtspace-hm-menu-item:has(>.mtspace-hm-menu-item-body>a){ cursor:pointer; }

.mtspace-hm-main-section .mtspace-hm-menu-items-section.overflowing-list>.mtspace-hm-menu-items-wrapper {flex-wrap:wrap;}

.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item:has(.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body>:is(a,span)::before,
.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item:has(.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body>:is(a,span)::before {
	font-family: "ETmodules" !important;
	content: "3";
	font-size: 16px;
	position: absolute;
	left:auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 800;
}
.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item:has(.mtspace-hm-menu-item-children).mt-space-focus-inside>.mtspace-hm-menu-item-body>:is(a,span)::before {
	font-family: "ETmodules" !important;
	content: "4";
	position:absolute;
	left:0;
	right:auto;
	top: 50%;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 800;
}

.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper:has(>.mtspace-hm-menu-item-halfway)>.mtspace-hm-menu-item:not(.mtspace-hm-menu-item-halfway ~ .mtspace-hm-menu-item)>.mtspace-hm-menu-item-children .mtspace-hm-menu-item:has(.mtspace-hm-menu-item-children).mt-space-focus-inside>.mtspace-hm-menu-item-body>:is(a,span)::before {
	content: "5";
	left:auto;
	right:0;
}


.mtspace-hm-main-section .mtspace-hm-menu-items-wrapper>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children .mtspace-hm-menu-item.mt-space-focus-inside {
	background: #dddddd;
	background: var(--mtspace-header-hover-background, initial);
}

.mtspace-hm-mobile-section { width:100%; padding-bottom: 10vh; border-top: 1px solid #000000; border-top-color: var(--mtspace-header-color, initial); }


@media screen and (min-width:980px) {
	.mtspace-hm-main-section, .mtspace-hm-searchbar-section, .mtspace-hm-mobile-menu-holder {
		max-width:1440px;
		margin-left:auto;
		margin-right:auto;
	}
	.mtspace-hm-hamburger-menu-section { display:none !important; }
	.mtspace-hm-mobile-section { display:none !important; }
	.mtspace-hm-menu-item:has(.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body>:is(a,span){ padding-right:1.25em;	}
}
@media screen and (max-width:1500px) {
	.mtspace-hm-main-section, .mtspace-hm-searchbar-section {
		padding-left:5vw;
		padding-right:5vw;
	}
}
@media screen and (max-width:980px) {
	.mtspace-hm-searchbar-section,
	.mtspace-hm-main-section .mtspace-hm-menu-items-section,
	.mtspace-hm-main-section .mtspace-hm-extras-section
	{
		display:none !important;
	}
	.mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-holder{
		position:relative;
		width:54px;
		height:54px;
		margin: auto 0;
		padding:2px;
		display:flex;
		flex:0;
		background: #ffffff;
		background: var(--mtspace-header-background, initial);
		color: #000000;
		color: var(--mtspace-header-color, initial);
	}
	.mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-holder>*{
		width:48px;
		height:48px;
		position:relative;
		margin:auto;
	}
	.mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-burger::after {
		content: "a";
		font-size: 32px;
		font-family: "ETmodules" !important;
		font-weight:400;
		cursor: pointer;
		text-align:center;
		width:100%;
		height:100%;
		display:flex;
		position:absolute;
		top:-1px;
		left:-1px;
		justify-content: center;
		align-items: center;
		border: 1px solid #000000;
		border-color: var(--mtspace-header-color, initial);
		border-radius:5px;
		background: #ffffff;
		background: var(--mtspace-header-background, #ffffff);
		color: #000000;
		color: var(--mtspace-header-color, initial);
	}
	.mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-closer::after {
		content: "\4d";
		font-size: 32px;
		font-family: "ETmodules" !important;
		font-weight:400;
		cursor: pointer;
		text-align:center;
		width:100%;
		height:100%;
		display:flex;
		position:absolute;
		top:-1px;
		left:-1px;
		justify-content: center;
		align-items: center;
		border: 1px solid #000000;
		border-color: var(--mtspace-header-color, initial);
		border-radius:5px;
	}

	.mtspace-custom-header .mtspace-hm-mobile-section.mtspace-hm-active{
		overflow:auto;
		flex-grow: 1;
	}
	.mtspace-custom-header:has( .mtspace-hm-mobile-section.mtspace-hm-active) {
		position:fixed;
		top:0;
		left:0;
		height:100vh;
		z-index:99999;
	}

	body:has(.mtspace-hm-mobile-section.mtspace-hm-active){
		overflow:hidden;
	}
	body:has(.mtspace-hm-mobile-section.mtspace-hm-active) header:not(:has(.mtspace-hm-mobile-section.mtspace-hm-active)) { display:none !important; }

	.mtspace-custom-header:has(.mtspace-hm-mobile-section.mtspace-hm-active) .mtspace-hm-main-section .mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-burger,
	.mtspace-custom-header:has(.mtspace-hm-mobile-section:not(.mtspace-hm-active)) .mtspace-hm-main-section .mtspace-hm-hamburger-menu-section .mtspace-hm-hamburger-closer {
		display:none !important;
	}

	.mtspace-hm-mobile-extras,.mtspace-hm-mobile-menu-holder {
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		width:100%;
	}

	.mtspace-hm-mobile-extras :is(.mtspace-hm-mobile-socials-and-donate, .mtspace-hm-mobile-socials-and-donate>:is(.mtspace-hm-mobile-socials, .mtspace-hm-mobile-donate-section)) {
		display:flex;
		align-items:center;
		width:100%;
	}

	.mtspace-hm-mobile-extras .mtspace-hm-mobile-socials-and-donate { justify-content:space-between; }
	.mtspace-hm-mobile-extras .mtspace-hm-mobile-socials-and-donate .mtspace-hm-mobile-socials { justify-content:start; }
	.mtspace-hm-mobile-extras .mtspace-hm-mobile-socials-and-donate .mtspace-hm-mobile-donate-section { justify-content:end; }

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item { width:100%; }

	.mtspace-hm-mobile-menu-holder, .mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item-children {
		padding-top: 0.5em;
		border-top: 3px solid #cccccc;
		border-top: 3px solid var(--mtspace-mobile-border, initial);
	}

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item>.mtspace-hm-menu-item-body {
		padding:1em 2em;
		width:100%;
		max-width: 92%;
		display:flex;
		justify-content:center;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		border-radius:5px;
	}

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item:not(:last-child),
	.mtspace-hm-mobile-menu-holder
	{
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #cccccc;
		border-bottom: 3px solid var(--mtspace-mobile-border, initial);
	}

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item.mtspace-header-fold-open:has(>.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body {
		margin-bottom:0.5em;
	}

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children { overflow:visible; position:relative; }
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children::before {
		content: " ";
		display:flex;
		width:8px;
		height:102%;
		height:calc(100% + 0.5em);
		position:absolute;
		top:0;
		left:0;
		background: #cccccc;
		background: var(--mtspace-mobile-border, initial);
		pointer-events:none;
		z-index:1;
	}
	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children::before { left: 8px; }
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children::after {
		content: " ";
		display:flex;
		width:8px;
		height:102%;
		height:calc(100% + 0.5em);
		position:absolute;
		top:0;
		right:0;
		background: #cccccc;
		background: var(--mtspace-mobile-border, initial);
		pointer-events:none;
		z-index:1;
	}
	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item.mtspace-header-fold-open>.mtspace-hm-menu-item-children::after { right: 8px; }




	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children,
	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item
	{
		border-style:dotted;
	}

	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children,
	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item,
	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item:last-child
	{
		border-style:dashed;
	}

	.mtspace-hm-mobile-menu-holder>.mtspace-hm-menu-item>.mtspace-hm-menu-item-children>.mtspace-hm-menu-item:last-child {
		border-style:solid;
	}
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item>.mtspace-hm-menu-item-body.mt-space-focus-inside{
		background: #dddddd;
		background: var(--mtspace-header-hover-background, initial);
		box-shadow: 50px -8px 0 0 #dddddd,50px 8px 0 0 #dddddd,-50px -8px 0 0 #dddddd,-50px 8px 0 0 #dddddd;
		box-shadow:  50px -8px 0 0 var(--mtspace-header-hover-background, #dddddd),50px 8px 0 0 var(--mtspace-header-hover-background, #dddddd),
		-50px -8px 0 0 var(--mtspace-header-hover-background, #dddddd),-50px 8px 0 0 var(--mtspace-header-hover-background, #dddddd);
	}
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item:has(>.mtspace-hm-menu-item-body>a,>.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body{ cursor:pointer; }
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item:has(>.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body{ position:relative; }
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item:has(>.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body::after{
		font-family: "ETmodules" !important;
		content: "5";
		font-size: 16px;
		width: 32px;
		position: absolute;
		right: 0;
		top: 0;
		font-weight: 800;
		display:flex;
		height: 100%;
		align-items: center;
		justify-content: right;
	}
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item.mtspace-header-fold-open:has(>.mtspace-hm-menu-item-children)>.mtspace-hm-menu-item-body::after{
		content: "3";
	}

	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item:not(.mtspace-header-fold-open)>.mtspace-hm-menu-item-children { display:none !important; }
	#mtspace-header-menu { min-height:110px; }
	#mtspace-header-menu.offscroll { top: -130px; }
	#et-main-area {padding-top: 128px !important;}
}


@media screen and (max-width:525px) {
	.mtspace-hm-mobile-menu-holder .mtspace-hm-menu-item>.mtspace-hm-menu-item-body {
		max-width:85%;
	}
}

.mtspace-custom-header>.mtspace-hm-mobile-section:not(.mtspace-hm-active) {	display:none !important; }
.mtspace-hm-menu-item, .mtspace-hm-menu-item-children .mtspace-hm-menu-item-children {
	background: #ffffff;
	background: var(--mtspace-header-background, initial);
	color: #000000;
	color: var(--mtspace-header-color, initial);
}
#mtspace-header-menu .mtspace-impact-header .mtspace-hm-menu-item.mtspace-hide-impact { display:none !important; }
#mtspace-header-menu .mtspace-custom-header:not(.mtspace-impact-header) .mtspace-hm-menu-item.mtspace-show-impact { display:none !important; }

.mtspace-custom-header :is(.mtspace-hm-menu-item-body>a.mt-space-focus-inside>span,.mtspace-hm-menu-item-body>span>span.mt-space-focus-inside,
							.mtspace-hm-logo-img:has(.mtspace-hm-logo-wrapper:focus),
							.mtspace-hm-hamburger-menu-section:focus>.mtspace-hm-hamburger-holder
							),
							.pojo-a11y-toolbar-link:focus .pojo-a11y-toolbar-text { outline: 1px solid #0000ff; }