/* Dividers */
#PageMain, #PageFooter {
 margin-top: 0;
}

/* Heroes */
.se-hero-inner {
 position: relative;
}

.se-hero-inner .row>div {
 position: static;
}

.se-hero-inner .editContent {
 z-index: 1;
}

.se-hero-inner .content-block-column {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 2% 5%;
}

.se-hero-inner .content-block-column::before {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
padding: 0 15px;
 width: 100%;
 content: '';
}