.header-menu {
	font-size: 14px;
	display: none;
}

.header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header-menu ul li {
	display: inline-block;
	padding: 0;
	margin: 0 4px;
}

.header-menu ul li a,
.header-menu ul li a:visited {
	text-decoration: none;
	/* font-weight: 500; */
	display: inline-block;
	padding: 3px 0;
	border-radius: 2px;
	color: #737373;
	transition: color .3s;
	/* font-size: 13px; */
}

/*
.header-menu .current-menu-item a,
.header-menu .current-menu-item a:visited {
 	color: #0A73BA;
}
*/

.header-menu ul li a:hover,
.header-menu ul li a:active,
.header-menu ul li a:focus {
	color: #000000;
}

.menu-item-has-children {
	position: relative;
}

/*
Used this for svg encoding: https://yoksel.github.io/url-encoder/
*/
.menu-item-has-children > a::after {
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 448' style='enable-background:new 0 0 448 448;' xml:space='preserve' fill='%23002147'%3E%3Cpath d='M207,349.5L12.7,155.1c-9.4-9.4-9.4-24.6,0-33.9l12.7-12.7c9.4-9.4,24.5-9.4,33.9,0l164.7,164l164.7-164 c9.4-9.3,24.5-9.3,33.9,0l12.7,12.7c9.4,9.4,9.4,24.6,0,33.9L241,349.5C231.6,358.8,216.4,358.8,207,349.5L207,349.5z'/%3E%3C/svg%3E");
	margin-left: 0.35em;
	display: inline-block;
	width: 8px;
	height: 8px;
    position: relative;
    top: -1px;
}

.header-menu .sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 30%);
	z-index: 20;
	padding: 10px 20px!important;
	border-radius: 2px;
	margin-top: 5px;
	left: 0;
	top: 27px;
	width: 300px;
}

.header-menu .sub-menu-active {
    display: inline-block;
}

.header-menu .sub-menu li {
	padding: 4px 0;
	margin: 0;
	display: block;
}

.header-menu .sub-menu a,
.header-menu .sub-menu a:visited {
	font-weight: normal;
	font-size: 0.95em;
	padding: 2px 0;
	line-height: 1.3;
}

.header-menu__service-link {
	margin-left: 12px;
}

@media (min-width: 768px) {
	.header-menu {
		display: inline-block;
		position: relative;
	}
}

@media (min-width: 1024px) {
	.header-menu {
		font-size: 13px;
	}

	.header-menu li {
		margin: 0 12px;
	}
}

@media (min-width: 1200px) {
	.header-menu ul li {
		margin: 0 7px;
	}

	.header-menu {
		font-size: 14px;
	}
}


@media (min-width: 1400px) {
	.header-menu ul li {
	}
}

@media (min-width: 1600px) {
	.header-menu {
		font-size: 16px;
	}

	.header-menu ul li {
		margin: 0 12px;
	}
}

@media (min-width: 1900px) {
	.header-menu {
		font-size: 17px;
	}
}

@media (min-width: 2000px) {
	.header-menu {
		padding-right: 0;
	}
}
