

.bannerBlock img {display: none;}

.bannerBlock .titleBlock {
	background: url(/2012/juniper/assets/masshistoryday/banner.jpg) no-repeat;
	height: 26vw;
    background-attachment: fixed;
    background-size: 100%;
}

.bannerBlock .titleBlock  h1 {
	font-size: 96px;
	text-align: center;
}

.bannerBlock .titleBlock  h1 i {
	font-size: 66px;
	text-align: center;
}



.hamburgerActive .altSiteTitle {
    font-size: 28px;
}

.hamburgerActive nav.primary div:first-child {
	background: #18405f;
}
.hamburgerActive .primary h1 {
	color: white;
}

.hamburgerActive .primary li a:link,
.hamburgerActive .primary li a:visited,
.hamburgerActive .primary li a:active
 {
	color: white;
 }
.hamburgerActive .section_nav li.current {
    background-color: #841a1a;
}



@media(max-width: 930px){
	.bannerBlock .titleBlock {
		background-color: rgb(44, 58, 75);
		height: auto;
		background-attachment: scroll;
		background-size: cover;
	    background-position: 0 -34px;
	}

	.bannerBlock .titleBlock h1 {
		font-size: 66px;
		text-align: center;
	}
	
	.bannerBlock .titleBlock h1 i {
		font-size: 44px;
		text-align: center;
	}



	.hamburgerActive nav.primary .hasChildren .toggler {
		color: white;
	}
}