
/* full width 2 column feature */
.se-section-2col-hero .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
 
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 360px;
 }
 
 .se-section-2col-hero .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
 }
@media (min-width: 992px) {
/* full width 2 column feature */
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 480px;
 }
 
 .se-section-2col-hero .content-block-column:last-child {
 padding: 45px 60px;
 }
 }
 
 @media (min-width: 1200px) {
/* full width 2 column feature */
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 520px;
 }
 }



.home-hero .block-bg-img{padding: 125px 15px;}

.section.sePageSection.sePageSectionResponsive.remove-margin {
margin-bottom: 0px;
}

.sePage .sePageMain {
margin-top: 0px;
}

.hero-image {
background-attachment:fixed;
 }

.hero-image .block-bg-img{padding: 95px 15px;}
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}
/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }














































































































































