.section.sePageSection.sePageSectionResponsive.remove-margin {
margin-bottom: 0px;
}
/* .sePageHeader {
background: white;
} */

.sePage .sePageMain {
margin-top: 0px;
}

.hero-image {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}


.sePage .sePageFooter { margin-top: 0px; }

.se-2col-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}




























































































































