.sePage .sePageFooter { margin-top: 0px; }

.sePage .sePageMain { margin-top: 0px; }

/* HERO */
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .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% 15px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-hp-hero-top
 .custom3-2
 .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: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 z-index: 1;
 padding: 14% 30px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 8% 15px;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-top::after,
.sePage .sePageLayout .sePageMain .se-hero-inner::after,
.sePage .sePageLayout .sePageMain .se-lp-hero-top::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-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero-top {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero-top h1 {
 margin: 22px auto;
}

/* BUTTON LINKS */
.seResponsive .se-btn-links .content-block-column .btn,
.se-btn-links .btn,
.sePage .sePageLayout .se-btn-links a.btn.btn-primary {
 font-size: 18px;
 display: block;
 margin-bottom: 0;
}

.seResponsive .se-img-btn-links .content-block-column .btn,
.se-img-btn-links .btn,
.sePage .sePageLayout .se-img-btn-links a.btn.btn-primary {
 font-size: 18px;
 display: block;
 margin-bottom: 0;
 margin-top: 3px;
}

.sePageContent .sePageSection.se-img-btn-links {
 margin-bottom: 0px;
}

.se-img-btn-links .col-margin-bottom {
 margin-bottom: 30px;
}

.sePageContent .sePageSection.se-btn-links {
 margin-bottom: 15px;
}

.se-btn-links .col-margin-bottom {
 margin-bottom: 15px;
}

/* DIVIDER */
.se-divider-edit .divider {
 border: 0;
 border-top: 3px solid #000;
}

/* MARGIN */
.sePageContent .sePageSection.se-section-padding-b-22 {
 padding-bottom: 22px;
}

/* 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;
}