/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

.sePage .sePageLayout .se-sample-hero h1, .sePage .sePageLayout .se-sample-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-sample-hero p {
 margin: 0px auto 11px;
 font-size: 20px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .se-sample-fw-2col .se-sample-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .se-sample-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-sample-fw-2col .se-sample-fw-2col-content {
 padding: 45px 30px;
 }
}
/* 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 {
 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;
 }
}
