/* HEADER */ .sePage .sePageMain { margin-top: 0px; }


.brs-hp-hero {margin-top: -44px;}
/* parallax - fixed hero image */
.brs-hp-hero .block-bg-img {padding:150px 15px;margin-top: 0px;}
.brs-hp-hero {background-attachment:fixed;}

/* paralax - 2nd fixed hero image */
.brs-hp-hero2 .block-bg-img {padding:150px 15px;margin-top: 0px;}
.brs-hp-hero2 {background-attachment:fixed;}

/* 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;
}

















