body > header [itemscope] [itemprop="url"] {
	padding: 80px 0 0 440px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url('../images/bom-logo-large2.png') center center no-repeat;
	background-image: url('../images/bom-logo-large2.svg'), linear-gradient(transparent, transparent);
}


.newsworthy p {
	max-width: 360px;
	font-size: 14px;
	font-size: 1.4rem;
}

body.page-template-landing main {
	height: calc(100vh - 340px);
	z-index: 5;
	overflow: visible;
	display: table;
	width: 100%;
}

body.page-template-landing main article {
	height: 100%;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

body.page-template-landing > footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

body.page-template-landing .menu-footer-container {
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 40px;
}

body.page-template-landing .newsworthy {
	position: fixed;
	bottom: 100px;
	left: 0;
	right: 0;
	z-index: 1;
}