#PageMain {
 margin-top: 0;
}
#PageFooter {
 margin-top: 0;
}

.se-category-img .block-bg-img {
 height: 360px;
}
.se-category-img {
 background-position-x: 0 !important;
}


.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.15);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-hero.se-footer {
 padding: 10%;
}

/* 2 Column Full Width Image and Content */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 300px;
}
.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;
}
/* BUTTON GROUP */
.se-btn-group {
 flex-direction: column;
 display: inline-flex;
}
.seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 45px;
 }
 /* BUTTON GROUP */
 .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-right: 2px;
 margin-bottom: 11px;
 }
 .se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }
 .seResponsive .content-block-column .se-btn-group .btn {
 margin-bottom: 11px;
 }
}
@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 400px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }
}
