/** HERO IS IN THE header.css - This is a fix to display new elements only for Home Page **/
.header-wrapper .hero {
	top: 0;
	height: auto;
}
.header-wrapper .custom-hero-bg {
	top: -160px;
} 
.header-wrapper .hero .custom-banner {
  display: block;
}
.header-wrapper .hero .custom-welcome-mascot {
	display: flex;
}

/** temporary hiding community **/
.community {
	display: none;
}