#PageMain, #PageFooter {
 margin-top: 0;
}

.custom4-1 .editContent {
 margin: 0 auto;
 max-width: 820px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-lp-footer .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 14% 10%;
}

.sePage .sePageLayout .sePageMain .se-lp-hero .content-block-column {
 padding: 17% 10%;
}

.sePage .sePageLayout .sePageMain .se-lp-footer::after,
.sePage .sePageLayout .sePageMain .se-lp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.15);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-lp-footer,
.sePage .sePageLayout .sePageMain .se-lp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-lp-footer h2 {
 margin: 22px auto 7px;
}

.sePage .sePageLayout .se-lp-footer p {
 margin: 0px auto 18px;
 font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero h1 {
 margin: 22px auto;
}

/* TWO COLUMN FEATURE */
.se-2col-feature .content-block-column:first-child img {
 width: 100%;
}

.se-2col-feature .content-block-column:last-child {
 padding-top: 11px;
}

.se-2col-feature .content-block-column:last-child {
 text-align: center;
}

/* FLEX GRID */
.se-flex-grid {
 display: block;
}

.sePage .sePageLayout .sePageMain .se-flex-grid .btn {
 width: 100%;
 padding: 10px 12px;
 margin-bottom: 4px;
}

.sePage .sePageLayout .sePageMain .se-flex-grid .btn {
 white-space: pre-wrap;
}

@media only screen and (min-width: 768px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .container-fluid,
 .se-flex-grid-section .container-fluid {
 max-width: 1170px;
 }

 .se-2col-feature .editContent {
 width: 100%;
 }

 .se-2col-feature .custom1-5 .content-block-column:last-child {
 text-align: left;
 }

 .se-2col-feature .custom1-6 .content-block-column:last-child {
 text-align: right;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 40%;
 justify-content: flex-end;
 }

 .se-2col-feature .col-sm-pull-6 {
 right: 60%;
 }

 .se-2col-feature .content-block-column:first-child,
 .se-2col-feature .content-block-column:last-child {
 display: flex;
 align-items: center;
 }

 .se-2col-feature .content-block-column:first-child {
 width: 60%;
 }

 .se-2col-feature .content-block-column:last-child {
 padding: 0 30px;
 width: 40%;
 }

 .se-2col-feature .content-block-column:last-child h2 {
 margin-top: 0;
 }
}

@media only screen and (min-width: 992px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .row {
 position: relative;
 }

 .se-2col-feature .content-block-column:first-child {
 width: 70%;
 }

 .se-2col-feature .content-block-column:last-child {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: white;
 height: auto !important;
 padding: 30px;
 }

 .se-2col-feature .custom1-5 .content-block-column:last-child {
 right: 0;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 30%;
 }

 /* FLEX GRID */
 .sePage .sePageLayout .sePageMain .se-flex-grid .btn:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 4px;
 }

 .se-flex-grid {
 display: flex;
 justify-content: space-around;
 }
}

@media only screen and (min-width: 1200px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .content-block-column:last-child {
 padding: 45px;
 }
}