/**
 * HealthMesh dedicated page — site header over dark hero.
 */

body.smr-healthmesh-page header:not(.sticky) {
	background: transparent !important;
	box-shadow: none !important;
}

body.smr-healthmesh-page header:not(.sticky) .smr-brand img {
	filter: brightness(0) invert(1);
}

body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item a,
body.smr-healthmesh-page header:not(.sticky) #menu-main-menu-1 li.menu-item a {
	color: #eaf1fb !important;
}

body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item.menu-item-has-children::before,
body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item li.menu-item.menu-item-has-children::before {
	border-right-color: #eaf1fb;
	border-bottom-color: #eaf1fb;
	border-top-color: #eaf1fb;
}

body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item.current-menu-item::after {
	background: #eaf1fb !important;
}

body.smr-healthmesh-page header:not(.sticky) .menu-icon-btn span {
	background: #eaf1fb !important;
}

body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item.smr-btn a {
	color: #fff !important;
}

@media screen and (max-width: 1280px) {
	body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item a,
	body.smr-healthmesh-page header:not(.sticky) #menu-mobile-menu li.menu-item a {
		color: #eaf1fb !important;
	}

	body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item::after,
	body.smr-healthmesh-page header:not(.sticky) #menu-main-menu li.menu-item.current-menu-item::after,
	body.smr-healthmesh-page header:not(.sticky) #menu-mobile-menu li.menu-item::after,
	body.smr-healthmesh-page header:not(.sticky) #menu-mobile-menu li.menu-item.current-menu-item::after {
		background: #eaf1fb !important;
	}
}
