/* header */
#PageMain {
 margin-top: 0;
}

/* footer */
#PageFooter {
 margin-top: 0;
}

hr {
border: 0;
height: 2px;
background: #1F1F1F;
}

/* heros */
.sePage .sePageLayout .sePageMain .se-hp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 18% 15px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-hp-hero-top
 .custom3-2
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-lp-hero-top
 .custom3-2
 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top,
.sePage .sePageLayout .sePageMain .se-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero-top {
 position: relative;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top:not(.no-overlay)::after,
.sePage .sePageLayout .sePageMain .se-hero-inner:not(.no-overlay)::after,
.sePage .sePageLayout .sePageMain .se-lp-hero-top:not(.no-overlay)::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: rgba(0, 0, 0, 0.1);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage .sePageLayout .se-hp-hero-top h1,
.sePage .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-hp-hero-top p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}
.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 margin-bottom: 15px;
 font-size: 18px;
}
.sePage .sePageLayout .se-lp-hero-top h1 {
 margin-top: 22px;
 margin-bottom: 22px;
}

/* 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.20);

 width: 100%;

 position: absolute;

 left: 0;

 top: 0;

 bottom: 0;

}

@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}











































































































