/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePageFooter {
 margin-top: 0px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 14% 10%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-hp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}



/* 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;
 }
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 border: 5px solid #fff;
 background-color: #fff;
 height: 100%;
 text-align: center;
}
.sePage .sePageLayout .se-feature-card-section .custom4-1 .editContent {
 border: none;
 background-color: transparent;
 height: auto;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
}

/* FEATURE IMAGE SECTION */
.sePage .sePageLayout .se-feature-img-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-img-section .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-img-section .block-bg-img {
 padding: 90px 15px;
 border: 5px solid #8e8e8e;
}
.sePage .sePageLayout .se-feature-img-section .content-block-column h2,
.sePage .sePageLayout .se-feature-img-section .content-block-column h3 {
 margin-top: 11px;
}
.sePage .sePageLayout .se-feature-img-section .content-block-column::before {
 content: "";
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.sePage .sePageLayout .se-feature-img-section .editContent,
.sePage .sePageLayout .se-feature-img-section .content-block-column {
 position: relative;
}

@media (min-width: 992px) {
 .sePage .sePageLayout .sePageMain h1 {
 font-size: 60px;
 }
 .sePage .sePageLayout .sePageMain h2 {
 font-size: 36px;
 }
 .sePage .sePageLayout .sePageMain h3 {
 font-size: 22px;
 }
 .se-feature-2col-section .content-block-column:last-child {
 padding: 30px;
 }
.sePageMain .se-fw-section .container-fluid {
 margin: 0 auto;
 padding: 0 60px;
}
}
