#PageMain {
margin-top: 0px;
}
@media only screen and (min-width: 768px) {
 .bdc-hp-hero {
 padding-top: 90px;
 padding-bottom: 90px;
 }
}

/* FOOTER */ .sePageFooter { 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;
}
































