/* PAGE MARGINS */
#PageMain, #PageFooter {
 margin-top: 0;
}

.sePageMain .container-fluid {
 margin: 0 auto;
 padding: 0 15px;
}

/* HERO */
.se-lib-content-hero .block-bg-img {
 padding: 18% 10%;
}
.se-lib-content-hero {
 background-position-y: 0% !important;
 background-position-x: 20% !important;
}

/* DIVIDER */
.se-divider-bottom-border::after {
 display: block;
 margin-top: 3px;
 background-color: #335cf3;
 width: 100%;
 height: 1px;
 content: '';
}

/* 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: #335cf3;
 color: #fff;
 text-decoration: none;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-lib-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: left;
}

.se-lib-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-lib-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 overflow: hidden;
 position: relative;
}

.se-inline-icon {
 color: #a5bf1b;
}

.se-watermark-icon {
 color: #f7f6f5;
 opacity: 0.75;
 position: absolute;
 font-size: 32em;
 bottom: -60px;
 right: -55px;
 z-index: -1;
}

/* FOOTER */
.sePage .sePageLayout .se-lib-footer p {
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain .se-lib-footer .content-block-column {
 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: 12% 10%;
}

.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: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-lib-2col-fw-feature .content-block-column:first-child {
 min-height: 580px;
 }

 .se-lib-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media only screen and (min-width: 768px) {
 .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 {
 flex: 1 1 auto;
 width: inherit;
 }

 .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 black;
 border-bottom: 0;
 }
}