/* HEADER */ .sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

.hero {
background-attachment:fixed;
 }
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}

.icons .row {
padding-top: 10px;
padding-bottom: 10px;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* 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: 300px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-repeat: no-repeat;
 margin-bottom: 30px;
}
.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.3);
 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;
}













































