#PageFooter,
#PageMain {
 margin-top: 0;
}

.sePage .sePageLayout .sePageMain .se-hero {
 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% 10%;
}

.sePage .sePageLayout .sePageMain .se-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 background-color: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-hero.se-footer {
 padding: 10%;
}

hr {
 border: 0;
 height: 2px;
 background: #1F1F1F;
}

/* SECTION BORDERS */
.se-section-border-bottom {
 border-bottom: 5px solid #3bb2a8;
}


/* BUTTON GROUP */

.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.sePage .sePageLayout .se-btn-group .btn:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-bottom: 4px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
 white-space: normal;
}

@media (min-width: 992px) {
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 }

 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 11px;
 }
 .sePage .sePageLayout .se-btn-group .btn,
 .sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-bottom: 11px;
 }
}

/* 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;
}

@media only screen and (min-width: 992px) {
 .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;
 }
}