.site-branding {
	max-height: inherit;
}

.site-branding a.brand {
	display: flex;
	gap: 1em;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	color: inherit;
	max-height: inherit;
}

.site-branding a.brand img {
	display: block;
}

.header-navigation ul ul.sub-menu, .header-navigation ul ul.submenu {
	display: none;
	position: absolute;
	top: 100%;
	flex-direction: column;
	background: #fff;
	margin-left: 0;
	box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
	z-index: 1000;
}

.header-navigation ul ul.sub-menu>li:last-child, .header-navigation ul ul.submenu>li:last-child {
	border-bottom: 0;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu, .header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition: all .2s ease;
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:hover>ul, .header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li.menu-item--toggled-on>ul, .header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:not(.menu-item--has-toggle):focus>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	clip: auto;
	height: auto;
	overflow: visible;
}

.nav--toggle-sub .dropdown-nav-toggle {
	display: block;
	display: inline-flex;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	right: 0;
	top: 50%;
	width: .7em;
	width: .9em;
	height: .7em;
	height: .9em;
	font-size: inherit;
	font-size: .9em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: translateY(-50%);
	overflow: visible;
	transition: opacity .2s ease;
}

.nav--toggle-sub li.menu-item-has-children {
	position: relative;
}

.nav-drop-title-wrap {
	position: relative;
	padding-right: 1em;
	display: block;
}

.nav--toggle-sub:not(.click-to-open) li:hover>ul, .nav--toggle-sub li.menu-item--toggled-on>ul, .nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul, .nav--toggle-sub.click-to-open li.menu-item--has-toggle>ul.opened {
	display: block;
}

.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul {
	display: block;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a {
	position: relative;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 2px;
	right: 50%;
	background: currentColor;
	transform: scale(0, 0) translate(-50%, 0);
	transition: transform .2s ease-in-out, color 0s ease-in-out;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after {
	transform: scale(1, 1) translate(50%, 0);
}

.header-navigation, .header-menu-container {
	display: flex;
}

.header-navigation li.menu-item>a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--global-palette4);
	transition: all .2s ease-in-out;
	transform: translate3d(0, 0, 0);
}

.header-navigation li.menu-item>a:hover, .header-navigation li.menu-item>a:focus {
	color: var(--global-palette-highlight);
}

.header-navigation ul.sub-menu, .header-navigation ul.submenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-navigation ul li.menu-item>a {
	padding: .6em .5em;
}

.header-navigation ul ul li.menu-item>a {
	padding: 1em;
	outline-offset: -2px;
}

.header-navigation ul ul li.menu-item>a {
	width: 200px;
}

.header-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-toggle-open {
	display: flex;
	background: rgba(0, 0, 0, 0);
	align-items: center;
	box-shadow: none;
}

.menu-toggle-open .menu-toggle-icon {
	display: flex;
}

.menu-toggle-open:hover, .menu-toggle-open:focus {
	border-color: currentColor;
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.wp-site-blocks .menu-toggle-open {
	box-shadow: none;
}

.mobile-navigation {
	width: 100%;
}

.mobile-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: .6em .5em;
}

.mobile-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.drawer-nav-drop-wrap {
	display: flex;
	position: relative;
}

.drawer-nav-drop-wrap a {
	color: inherit;
}

.drawer-nav-drop-wrap .drawer-sub-toggle {
	background: rgba(0, 0, 0, 0);
	color: inherit;
	padding: .5em .7em;
	display: flex;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: normal;
}

.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg {
	transform: rotate(180deg);
}

.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
	position: absolute;
	left: 0;
	z-index: 10;
	top: 0;
	bottom: 0;
	justify-content: flex-end;
	width: 100%;
}

.mobile-navigation ul ul {
	padding-left: 1em;
	transition: all .2s ease-in-out;
}

.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
	display: none;
}

body[class*=amp-mode-] .mobile-navigation ul ul {
	display: block;
}

.popup-drawer {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
	z-index: 100000;
}

.popup-drawer .drawer-overlay {
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.popup-drawer .drawer-inner {
	width: 100%;
	transform: translateX(100%);
	max-width: 90%;
	right: 0;
	top: 0;
	overflow: auto;
	background: #090c10;
	color: #fff;
	bottom: 0;
	opacity: 0;
	position: fixed;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1);
}

.popup-drawer .drawer-header {
	padding: 0 1.5em;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px);
}

.popup-drawer .drawer-header .drawer-toggle {
	background: rgba(0, 0, 0, 0);
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .6em .15em;
	color: inherit;
	display: flex;
	box-shadow: none;
	border-radius: 0;
}

.popup-drawer .drawer-header .drawer-toggle:hover {
	box-shadow: none;
}

.popup-drawer .drawer-content {
	padding: 0 1.5em 1.5em;
}

.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
	transform: translateX(-100%);
	right: auto;
	left: 0;
}

.popup-drawer .drawer-header .drawer-toggle {
	width: 1em;
	position: relative;
	height: 1em;
	box-sizing: content-box;
	font-size: 24px;
}

.drawer-toggle .toggle-close-bar {
	width: .75em;
	height: .08em;
	background: currentColor;
	transform-origin: center center;
	position: absolute;
	margin-top: -.04em;
	opacity: 0;
	border-radius: .08em;
	left: 50%;
	margin-left: -.375em;
	top: 50%;
	transform: rotate(45deg) translateX(-50%);
	transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1);
	transition-delay: .2s;
}

.drawer-toggle .toggle-close-bar:last-child {
	transform: rotate(-45deg) translateX(50%);
}

.popup-drawer .drawer-content.content-align-center {
	text-align: center;
}

.popup-drawer .drawer-content.content-align-center .site-header-item {
	justify-content: center;
}

body[class*=showing-popup-drawer-] {
	overflow: hidden;
}

#main-header {
	display: none;
}

#masthead {
	position: relative;
	z-index: 11;
}

@media screen and (min-width: 1025px) {
	#main-header {
		display: block;
	}
	
	#mobile-header {
		display: none;
	}
}

.site-header-row {
	display: grid;
	grid-template-columns: auto auto;
}

.site-header-row.site-header-row-center-column {
	grid-template-columns: 1fr auto 1fr;
}

.site-header-section {
	display: flex;
	max-height: inherit;
}

.site-header-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
	max-height: inherit;
}

.site-header-section>.site-header-item:last-child {
	margin-right: 0;
}

.drawer-content .site-header-item {
	margin-right: 0;
	margin-bottom: 10px;
}

.drawer-content .site-header-item:last-child {
	margin-bottom: 0;
}

.site-header-section-right {
	justify-content: flex-end;
}

.site-header-section-center {
	justify-content: center;
}

.site-header-section-left-center {
	flex-grow: 1;
	justify-content: flex-end;
}

.site-header-section-right-center {
	flex-grow: 1;
	justify-content: flex-start;
}

.header-navigation-layout-stretch-true {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu {
	flex-grow: 1;
	justify-content: space-between;
}

.header-html-inner p:first-child {
	margin-top: 0;
}

.header-html-inner p:last-child {
	margin-bottom: 0;
}

.element-social-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .3em;
}

a.social-button {
	width: 2em;
	text-decoration: none;
	height: 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: var(--global-palette4);
	background: var(--global-palette7);
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

a.social-button:hover {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}

.social-style-outline .social-button {
	background: rgba(0, 0, 0, 0) !important;
	border: 2px solid var(--global-palette7);
}

.social-style-outline .social-button:hover {
	color: var(--global-palette-highlight);
	border-color: currentColor;
}

.kadence-sticky-header {
	position: relative;
	z-index: 1;
}

#mobile-drawer {
	z-index: 99999;
}