/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* 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;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 300px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: center;
}

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 420px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }

hr {
border: 0;
height: 2px;
background: #1F1F1F;
}