/* Reduces space above hero image - top of page */
#PageMain {
margin-top: 0px;
}

/* Hero image - top */
section.section.sePageSection.sePageSectionResponsive.ssb-hero-hp {
height: 300px;
}

/* Parallax hero image*/
.ssb-hero-hp {
background-attachment:fixed; 
-webkit-box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);
box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);
}

 /* removes zero margin from bottom of parallax */
section.section.sePageSection.sePageSectionResponsive.ssb-hero-hp {
margin-bottom: 0px;
}

@media only screen and (max-width:767px){.ssb-hero-hp{background-attachment:initial;}






























































