
#bgd-mainNavWrap, #buttMobileMenu, #contentSidebar, #contactForm, .noPrint {
	display:none;
}
body {
background-color: #FFF;
padding:0 10% 0 10%;
}
#bgd-bannerWrap {
background-color:#FFF;
}
#bannerWrap {
	border-bottom:1px solid #000;
}
#bannerWrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 80px;
}
#logo {
	width: 24%;
	height: auto; /* For IE11 */
	min-width:200px;
	text-align: right;
}
#logo img {
	max-width: 270px;
}
#tagline {
	width: 76%;
	padding-left: 20px;
}
#logo, #tagline {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#tagline p {
	font-size:0.85em;
}
#contentArticle {
	border-top:none;
	width: auto;
}
#footerWrap {
	border-top:1px solid #000;
	color:#000;
	}
#footerWrap a, #footerWrap a:active, #footerWrap a:link, #footerWrap a:visited {
color: #000;
}
#footerWrap {
	display: flex;
	flex-wrap: wrap;
}
#footerBlock1, footerBlock2 {
	width: 50% !important;
}
#footerWrap .block {
	border-top: none;
}
#footerWrap h2 {
	display: none;
}
#footerWrap li.phoneNumber a {
	background-color: #000;
}



