#PageMain, #PageFooter { margin-top: 0; }

/* HERO */
.se-lp-hero .block-bg-img {
 padding: 19% 5%;
}

.sePage .sePageLayout .se-lp-hero h1 {
 margin: 22px auto;
}

/* Outlined Content Block */
.se-outlined-block-section .editContent {
 border: 1px solid #65abba;
 background-color: #f3f3f3;
 padding: 30px 30px;
 text-align: center;
}

@media only screen and (min-width: 768px) {
.se-outlined-block-section .editContent {
height: 100%;
}
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-sample-fw-2col .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-sample-fw-2col .content-block-column {
 width: 100%;
}

.se-sample-fw-2col .content-block-column:first-child {
 min-height: 360px;
}

.se-sample-fw-2col .content-block-column:last-child {
 padding: 45px 30px;
 text-align: left;
}

.se-sample-fw-2col .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-sample-fw-2col .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-sample-fw-2col .content-block-column:first-child {
 min-height: 540px;
 }

 .se-sample-fw-2col .content-block-column {
 width: 50%;
 }

 .se-sample-fw-2col .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-sample-fw-2col .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-sample-fw-2col .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.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}