/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePageFooter {
 margin-top: 0px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 12% 10%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-bottom .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 8% 6%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-hp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}


/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
 
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 360px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
 }
@media (min-width: 992px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
 }
 
 @media (min-width: 1200px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 520px;
 }
 }

.fiv-brand-logo-section .seCustomContent {
padding: 0 15px;
}

.fiv-brand-logo-section .customContentBlock {
height: 120px;
display: inline-flex;
align-items: center;
justify-content: center;

}
.fiv-brand-logo-section .customContentBlock p {
display: flex;
width: 100%;
margin: 0;
padding: 15px 0;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 992px) {
.fiv-brand-logo-section .row {
padding-bottom: 15px;
}
}
@media only screen and (max-width: 767px) {
.fiv-brand-logo-section .customContentBlock p {
height: 100px;
}
}

/* feature card section */
.sePage .sePageLayout .se-feature-card-section .editContent {
 height: 100%;
 text-align: center;
 background-color: #f0f0f0;
}
.sePage .sePageLayout .se-feature-card-section.bordered .editContent img {
 margin-bottom: 1px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
 width: 100%;
 max-width: 940px;
 margin: auto;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-top: 0;
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content ul,
.sePage .sePageLayout .se-feature-card-section .content-block-content ol {
 -webkit-padding-start: 22px;
 padding-inline-start: 22px;
 padding-bottom: 5px;
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content li {
 padding-bottom: 6px;
}

/* feature image section */
.sePage .sePageLayout .se-feature-image-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 padding: 45px 30px;
 min-height: 280px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column h2,
.sePage .sePageLayout .se-feature-image-section .content-block-column h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-image-section:not(.no-overlay) .content-block-column::before {
 content: "";
 background: rgba(0, 0, 0, 0.1);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .editContent,
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 position: relative;
}

