.hero .head-cont .head .page-title h1 {
	margin			: 0;
	line-height		: 1.25;
	color			: #703D24;
	display			: inline;
	max-width		: 100%;
	overflow		: hidden;
	text-overflow	: ellipsis;
	padding			: 0px 0px 0px 20px;
}
@media screen and (min-width: 40rem) and (min-height: 30rem) {
	.topnavigation:not(.long-list) .navigation > .menu > li > a {
		line-height	: 3.125rem;
		color		: #703D24;
		font-weight	: 800;
	}
}