/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* hero triptych */
.se-hp-hero-triptych h1,
.se-hp-hero-triptych h2 {
 margin-top: 22px;
 line-height: 1;
}
.se-hp-hero-triptych p {
 margin-top: 0;
 font-size: 18px;
}
.se-hp-hero-triptych a.btn {
 margin-bottom: 22px;
}
.se-hp-hero-triptych .container-fluid {
 padding: 0 15px;
}
.se-hp-hero-triptych.rpv2 .content-block-column {
 padding-top: 30px;
}
.se-hp-hero-triptych .col-margin-bottom {
 margin-bottom: 0;
 border-bottom: 2px solid #ffffff;
 padding: 0;
}
.se-hp-hero-triptych .col-margin-bottom:first-child .editContent {
 min-height: 500px;
}
.se-hp-hero-triptych .content-block-column {
 padding: 0;
 overflow: hidden;
}
.se-hp-hero-triptych .editContent {
 display: flex;
 position: relative;
 flex-direction: column;
 align-items: center;
 padding: 0 30px;
 text-align: center;
 justify-content: center;
 z-index: 1;
 height: 300px;
}
.se-hp-hero-triptych .editContent::after {
 display: block;
 position: seolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 background-color: rgba(0, 0, 0, 0.075);
 width: 100%;
 content: "";
}



/* HERO */
.se-sample-hero .block-bg-img {
 padding: 12% 8%;
}

.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;
 }
}

@media (min-width: 768px) {
/* hero triptych */
 .se-hp-hero-triptych .col-margin-bottom:first-child {
 width: 100%;
 }
 .se-hp-hero-triptych .col-margin-bottom:not(:first-child) {
 width: 50%;
 }
 .se-hp-hero-triptych .col-margin-bottom:nth-child(2) {
 border-right: 2px solid #ffffff;
 }
}

@media (min-width: 1200px) {
/* hero triptych */
 .se-hp-hero-triptych .row {
 position: relative;
 }
 .se-hp-hero-triptych .col-margin-bottom:first-child {
 border-right: 2px solid #ffffff;
 width: 65%;
 }
 .se-hp-hero-triptych
 .col-margin-bottom:first-child
 .content-block-column {
 height: 602px;
 }
 .se-hp-hero-triptych .col-margin-bottom:first-child .editContent {
 height: auto;
 min-height: 100%;
 }
 .se-hp-hero-triptych
 .col-margin-bottom:first-child
 .editContent:first-child {
 padding: 0 45px;
 }
 .se-hp-hero-triptych .col-margin-bottom:not(:first-child) {
 border-right: 0;
 width: 35%;
 }
 .se-hp-hero-triptych
 .col-margin-bottom:not(:first-child)
 .content-block-column {
 height: 300px !important;
 }
 .se-hp-hero-triptych .col-margin-bottom:not(:first-child) .editContent {
 min-height: 100%;
 }
 .se-hp-hero-triptych .col-margin-bottom:last-child {
 position: seolute;
 right: 0;
 bottom: 0;
 }
}

/* 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;


}
