#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.se-lib-content-hero .block-bg-img {
 padding: 4% 15px;
}

/* FLEX GRID NAV */
.se-lib-flex-grid {
 display: block;
}

.se-lib-flex-grid .col {
 width: 100%;
 margin-bottom: 0;
}

.se-lib-flex-btn {
 text-align: center;
}

.se-lib-flex-grid .btn {
 white-space: pre-wrap;
}

/* TWO COLUMN FEATURE */
.se-2col-feature .content-block-column:first-child img {
 width: 100%;
}

.se-2col-feature .content-block-column:last-child {
 padding-top: 11px;
}

.se-2col-feature .content-block-column:last-child {
 text-align: center;
}

/* BUTTONS */
.sePage .sePageLayout .se-lib-flex-btn .btn-primary,
.sePage .sePageLayout .se-lib-flex-btn a.btn.btn-primary,
.sePage .sePageLayout .se-lib-flex-btn .btn:not(.btn-link) {
 margin: 0 auto;
 padding: 10px 30px;
 color: #000;
 display: block;
 background: transparent;
 border-color: #000;
 border-width: 0;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: .5px;
 border-radius: 0;
}

.sePage .sePageLayout .se-lib-flex-btn .btn-primary:hover,
.sePage .sePageLayout .se-lib-flex-btn a.btn.btn-primary:hover,
.sePage .sePageLayout .se-lib-flex-btn .btn:not(.btn-link):hover {
 color: #000;
 background: transparent;
 border-color: #333;
 text-decoration: underline;
}

.sePage .sePageLayout .se-lib-flex-btn .btn-primary:visited,
.sePage .sePageLayout .se-lib-flex-btn a.btn.btn-primary:visited,
.sePage .sePageLayout .se-lib-flex-btn .btn:not(.btn-link):visited,
.sePage .sePageLayout .se-lib-flex-btn .btn:not(.btn-link):focus,
.sePage .sePageLayout .se-lib-flex-btn .btn-primary:focus,
.sePage .sePageLayout .se-lib-flex-btn a.btn.btn-primary:focus {
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-flex-btn:not(:last-child) .btn-primary,
.sePage .sePageLayout .se-lib-flex-btn:not(:last-child) a.btn.btn-primary,
.sePage .sePageLayout .se-lib-flex-btn:not(:last-child) .btn:not(.btn-link) {
 border-width: 0 0 1px 0;
}

/* FOOTER */
.sePage .sePageLayout .se-lib-footer h2 {
 margin: 22px auto 7px;
}

.sePage .sePageLayout .se-lib-footer p {
 margin: 0px auto 15px;
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain .se-lib-footer .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 12%;
}

.sePage .sePageLayout .sePageMain .se-lib-footer::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.3);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-lib-footer {
 position: relative;
 overflow: hidden;
}

@media only screen and (min-width: 768px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .container-fluid {
 max-width: 1170px;
 }

 .se-2col-feature .editContent {
 width: 100%;
 }

 .se-2col-feature .custom1-5 .content-block-column:last-child {
 text-align: left;
 }

 .se-2col-feature .custom1-6 .content-block-column:last-child {
 text-align: right;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 40%;
 justify-content: flex-end;
 }

 .se-2col-feature .col-sm-pull-6 {
 right: 60%;
 }

 .se-2col-feature .content-block-column:first-child,
 .se-2col-feature .content-block-column:last-child {
 display: flex;
 align-items: center;
 }

 .se-2col-feature .content-block-column:first-child {
 width: 60%;
 }

 .se-2col-feature .content-block-column:last-child {
 padding: 0 30px;
 width: 40%;
 }

 .se-2col-feature .content-block-column:last-child h2 {
 margin-top: 0;
 }
}

@media only screen and (min-width: 992px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .row {
 position: relative;
 }

 .se-2col-feature .content-block-column:first-child {
 width: 70%;
 }

 .se-2col-feature .content-block-column:last-child {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: white;
 height: auto !important;
 padding: 30px;
 }

 .se-2col-feature .custom1-5 .content-block-column:last-child {
 right: 0;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 30%;
 }

 /* FLEX GRID */
 .se-lib-flex-grid {
 display: flex;
 justify-content: space-around;
 }

 /* BUTTONS */
 .sePage .sePageLayout .se-lib-flex-btn .btn-primary,
 .sePage .sePageLayout .se-lib-flex-btn a.btn.btn-primary,
 .sePage .sePageLayout .se-lib-flex-btn .btn:not(.btn-link) {
 margin: 22px auto;
 padding: 2px 20px;
 }

 .sePage .sePageLayout .se-lib-flex-btn:not(:last-child) .btn-primary,
 .sePage .sePageLayout .se-lib-flex-btn:not(:last-child) a.btn.btn-primary,
 .sePage .sePageLayout .se-lib-flex-btn:not(:last-child) .btn:not(.btn-link) {
 border-width: 0 1px 0 0;
 }
}

@media only screen and (min-width: 1200px) {

 /* TWO COLUMN FEATURE */
 .se-2col-feature .content-block-column:last-child {
 padding: 45px;
 }
}