header.ashoka {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	margin: 0;
	padding: 0;
}
header.ashoka .header-row,
header.ashoka .header-row-mobile {
	padding: 0 !important;
	margin: 0 min(5%, 50px);
}
header.ashoka .header-row {
	display: none !important;
}
header.ashoka .unfinished-logo svg {
	width: min(100%, 200px);
	margin: 0 auto;
}
header.ashoka .unfinished-logo svg path.st0 {
	fill: #000;
}
header.ashoka .ashoka-logo {
	width: min(100%, 100px);
	margin: 0 auto;
}

header.ashoka .header-row ul.menu,
header.ashoka .mobile ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
header.ashoka .header-row ul.menu {
	display: flex;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: space-evenly;
}
header.ashoka header .vc_wp_text.wpb_content_element,
header.ashoka header .vc_wp_custommenu.wpb_content_element,
header.ashoka header .wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin: 0;
}
header.ashoka .header-row,
header.ashoka .header-row-mobile {
	flex-wrap: nowrap !important;
}
header.ashoka .mobile.menu-drop ul {
	margin: 20px auto;
}
header.ashoka .header-row ul.menu li,
header.ashoka .mobile.menu-drop ul.menu li {
	border: 0 none;
	text-align: center;
	padding: 0;
	margin: 0;
}
header.ashoka .header-row ul.menu a,
header.ashoka .mobile ul.menu a {
	padding: 2px;
	margin: 8px 5px;
	white-space: nowrap;
}
header.ashoka .mobile.menu-drop {
	display: none;
}
header.ashoka .mti-svg.ashoka-logo {
	text-align: center;
	height: 65px;
	margin-top: 10px;
	margin-bottom: 10px;
}
header.ashoka .mti-svg.ashoka-logo svg {
	max-height: 100%;
}
@media only screen and (min-width: 992px) {
	header.ashoka .header-row-mobile {
		display: none !important;
	}
	header.ashoka .header-row {
		display: flex !important;
	}
	header.ashoka .mti-svg.ashoka-logo {
		max-height: 85px;
	}
}

header.ashoka svg#mobile-menu-toggle-svg {
	width: min(30px, 40%);
}
header.ashoka a#mobile-menu-toggle {
	display: block;
	text-align: right;
}
