#masthead.site-masthead {
	position: sticky;
	top: 0;
	z-index: 900;
	background: #ffffff !important;
	border-bottom: 1px solid rgba(2, 47, 64, 0.08);
	box-shadow: 0 2px 18px rgba(2, 47, 64, 0.07);
	height: auto;
	padding: 0;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
	max-width: var(--mainwidth);
	margin: 0 auto;
	padding: 0.7rem 20px;
	min-height: 72px;
}

#masthead.site-masthead .logo-container {
	flex: 0 1 auto;
	max-width: min(240px, 52vw);
	padding: 0;
}

#masthead.site-masthead #logo {
	display: block;
	line-height: 0;
}

.site-logo {
	display: block;
	width: auto;
	height: auto;
}

.site-logo--header {
	max-height: 52px;
	max-width: 100%;
}

#masthead.site-masthead #site-navigation {
	flex: 1 1 auto;
}

#masthead.site-masthead #site-navigation .nav-menu li a {
	color: #022f40;
	font-weight: 500;
}

#masthead.site-masthead #site-navigation .nav-menu li:hover a,
#masthead.site-masthead #site-navigation .nav-menu li.current-menu-item > a {
	color: #fa7800 !important;
}

@media (max-width: 1023px) {
	#masthead.site-masthead #mobile-nav-button {
		background-color: #022f40;
	}

	.site-header-inner {
		min-height: 64px;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.site-logo--header {
		max-height: 44px;
	}
}
