#PageMain, #PageFooter {
 margin-top: 0;
}

.se-divider-bottom-border::after {
 display: block;
 margin-top: 5px;
 background-color: #000;
 width: 100%;
 height: 1px;
 content: '';
}

/* HERO */
.se-hero .block-bg-img {
 padding: 15% 45px;
}

/* White Text */
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
 color: #FFFFFF;
}

/* 2 Column Full Width Image and Content */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: center;
}

@media only screen and (min-width: 768px) {

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 45px;
 }
}

@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 460px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }
}