.phdma-egl-location {
	position: relative;
	width: 100%;
	z-index: 30;
}

.phdma-egl-header {
	background: #ffffff;
}

.phdma-egl-footer {
	background: #073763;
}

.phdma-egl-location > .elementor {
	margin: 0;
}

.phdma-egl-menu-wrap {
	width: 100%;
}

.phdma-egl-menu,
.phdma-egl-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.phdma-egl-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.phdma-egl-menu li {
	position: relative;
}

.phdma-egl-menu a {
	color: inherit;
	display: block;
	font-weight: 600;
	padding: 10px 12px;
	text-decoration: none;
}

.phdma-egl-menu a:hover,
.phdma-egl-menu a:focus {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.phdma-egl-menu .sub-menu {
	background: #ffffff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(23, 32, 51, 0.12);
	color: #172033;
	display: none;
	min-width: 220px;
	position: absolute;
	top: 100%;
	z-index: 50;
}

.phdma-egl-menu li:hover > .sub-menu,
.phdma-egl-menu li:focus-within > .sub-menu {
	display: block;
}

.phdma-egl-site-title {
	color: inherit;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 700px) {
	.phdma-egl-menu {
		align-items: stretch;
		flex-direction: column;
	}
}
