.sePage .sePageLayout .sePageFooter { margin: 0; }
/* Image Over Content */
.se-image-over-content .editContent { height: 100%; display: flex; flex-direction: column; }

.se-image-over-content .content-block-content { flex-grow: 1; }

.wrc-callout { align-self: flex-end; padding: 15px; font-size: 18px; font-weight: 700; border-right: 1px solid #4DB8BC; position: relative; }

.wrc-callout::before,
.wrc-callout::after {
right: 0;
position: absolute;
background-color: #4DB8BC;
height: 1px;
content: '';
display: block;
width: 15px;
}

.wrc-callout::before { top: 0; }
.wrc-callout::after { bottom: 0; }

/* Button Group */
.se-btn-group {
display: flex;
flex-direction: column;
}
.se-btn-group .btn { margin: 4px; }

.se-logo-row a { display: flex; align-items: center; justify-content: flex-start; width: 50%; margin-bottom: 15px; transition: 0.3s ease-in-out; }
.se-logo-row a:hover { opacity: 0.8; }
.se-logo-row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px;}
.se-logo-row img { display: block; width: 100%; max-width: 180px; max-height: 40px; }

/* Button Link Bar */
.se-btn-link-section .editContent {
 display: flex;
 flex-direction: column;
}

.sePage .sePageLayout .se-btn-link-section .btn-link {
 transition: 0.3s ease-in-out;
 width: 100%;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .se-btn-link-section .btn-link:hover {
 background-color: #333;
 color: #fff;
 text-decoration: none;
}

@media only screen and (min-width: 768px) {

 .se-btn-group {
 flex-direction: row;
 }

 .se-btn-group .btn {
 margin: 0 10px;
 }

 .se-btn-link-lt-section .editContent,
 .se-btn-link-section .editContent {
 flex-direction: row;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link,
 .sePage .sePageLayout .se-btn-link-section .btn-link {
 width: 33.33%;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link {
 padding: 2px 20px;
 height: auto !important;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link:not(:last-child) {
 border-right: 1px solid #000;
 border-bottom: 0;
 }
}

/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 5% 15px; }

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }

 .se-2col-fw-feature .content-block-column {
 width: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}