.megamenu-root li a, .megamenu-root li span {
	color: #373F41;
    font-weight: 600;
}

.megamenu-root li.menu-item-has-children > a::after, 
.megamenu-root li.menu-item-has-children > span::after {
	color: #93328E;
}
.section.header-bar .search-icon span > span {
	display: inline-block;
}
.megamenu-search {
	top: 85px;
	height: calc(100vh - 99px);
}
.megamenu-root li {
    font-size: .93rem;
}
.slick-dots li.slick-active button::before {
	color: #ED8B00 !important;
	opacity: 1;
}
.mktoErrorMsg {
	color: #F00000;
	font-size: 12px;
}
body {
	line-height: 22px;
}
@media screen and (max-width:767px){
	.section.header-bar .search-icon span > span {
		display: none;
	}
	.section.header-bar .search-icon span.close > span {
		display: none;
	}
	.section.insights.related-articles.related-resources {
		margin-top: 30px;
		padding-bottom: 25px;
	}
}