.homepageheader-item__title {
	line-height: 2.75rem;
	letter-spacing: -0.5px;
}
.homepageheader-item__title > a{
	/*font-weight: bold;*/
	font-family: brownbold, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 15px 8px 13px;
}
.homepageheader-item.hover ,.homepageheader-item:hover{
	background: #000 !important;
}
.homepageheader-item__title * {
	color: #000;
}
.homepageheader-item.hover .homepageheader-item__title,
.homepageheader-item:hover .homepageheader-item__title,
.homepageheader-item.hover a,
.homepageheader-item:hover a {
	color: #fff !important;
}
.homepageheader-item__title {font-size: .75rem}
@media screen and (min-width: 640px) {
	.homepageheader-item__title {
		line-height: 2.9375rem;
		letter-spacing: -0.6px;
	}
	.homepageheader-item__title > a {
		font-size: 13px;
		line-height: 13px;
		padding: 15px 32px 13px;
	}
}

/*
.footer__link:hover,
.footer__link:focus {
	color: #fff;
}
.mega-menu__sticky-logo > img {
	height: 2rem;
	padding-right: 1rem;
}
.meganav__wrap {
	align-items: center;
}*/
.homepageheader-item--mainsite {
	position: relative;
}
.homepageheader-item--mainsite:after{
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
	width: 1px;
	background: #000;
	opacity: .15;
}


.product-features{
	background: #f2f2f2;
}
.product-features__text{
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.product-features__text-area {
	padding: 2rem 1rem;
}

@media screen and (max-width:1040px) {
	.product-features__text{
		padding: unset;
	}
}