/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 28% 15px; }


.header-full-width {background-attachment:fixed;
padding:120px 15px;
margin-bottom:0px;
}

@media only screen and (max-width:767px){
.header-full-width {
background-attachment:initial;
}
}

.sePage .sePageMain {
margin-top: 2px;
}

#PageFooter {
margin-top:0px;
}


.sePageSection.sePageSectionResponsive.bottom-section {
margin-bottom:0px;
}

.Parallax {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}




/* FOOTER */ .sePage .sePageMain { margin-top: 0px; }
/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* HERO */
.se-hero .block-bg-img {
padding: 20vw 50px;
}






































