.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; }

.sePageLayout .btn-link {
 color: #e71e18;
}

/* ACCORDION SECTION */
.sePage .sePageLayout .se-accordian-section .content-block-column {
 height: 100% !important;
}
.sePage .sePageLayout .se-accordian-section .se-accordion {
 text-align: left;
}
.sePage .sePageLayout .se-accordian-section .se-accordion .card {
 padding: 0;
 border: 1px solid #d2d2d2;
 border-width: 1px 0;
 margin-bottom: -1px;
 -webkit-column-break-inside: avoid;
 break-inside: avoid-column;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 .card-body {
 padding-bottom: 22px;
}

.sePage .sePageLayout .se-accordian-section .se-accordion h3.mb-0 {
 margin: 0;
 font-size: 18px;
}

.sePage .sePageLayout .se-accordian-section .se-accordion button {
 margin: 0;
 font-size: 18px;
 padding: 11px 0;
 text-decoration: none;
 white-space: normal;
 text-align: left;
 width: 100%;
 position: relative;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:focus {
 outline: none;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:after {
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 font-size: 16px;
 content: "\f068";
 position: absolute;
 right: 0;
 top: 50%;
 -webkit-transform: translateY(-50%) rotate(0deg);
 -ms-transform: translateY(-50%) rotate(0deg);
 transform: translateY(-50%) rotate(0deg);
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-animation: fadeIn ease 0.25s;
 animation: fadeIn ease 0.25s;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button.collapsed:after {
 content: "\f067";
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-transform: translateY(-50%) rotate(-90deg);
 -ms-transform: translateY(-50%) rotate(-90deg);
 transform: translateY(-50%) rotate(-90deg);
}

/* BUTTON GROUP */
.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 18px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
 margin-bottom: 4px;
}
.sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}
.sePage .sePageLayout .se-btn-group.top,
.sePage .sePageLayout .content-block-column .se-btn-group.top {
 margin-bottom: 0;
}

.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;
 font-size: 20px;
 font-weight: normal;
 text-decoration: none;
}

.sePage .sePageLayout .se-btn-link-section .btn-link:hover {
 background-color: #4cb7bb;
 color: #000;
 text-decoration: none;
}

@media (min-width: 768px) {
 /* BUTTON GROUP */
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 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;
 }
 .sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}

 .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: 25%;
 }

 .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;
 }
}