#PageMain {
 margin-top: 0px;
}
/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 12% 15px; }

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}
.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

@media only screen and (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

/* 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.20);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* IMAGE OVERLAY DARKER */
.se-section-image-overlay2 .editContent,
.se-section-image-overlay2 .content-block-column {
 position: relative;
}

.se-section-image-overlay2 .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.35);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}










