/* Reduces space above hero image - top of page */
#PageMain {
margin-top: 0px;
}

/* Hero image - top */
section.section.sePageSection.sePageSectionResponsive.cusa-hp-hero {
height: 300px;
}

/* Parallax hero image*/
.cusa-hp-plax {
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.cusa-hp-plax {
margin-bottom: 0px;
}
*/

@media only screen and (max-width:767px){.cusa-hp-plax{background-attachment:initial;}























































































































































































