/* 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: 14% 10%;
}

.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-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 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;
 text-align: center;
}

@media only screen and (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

/* PAGE MARGINS */
#PageMain { margin-top: 0; }

/* SLIDER STYLES */
.sePage .sePageLayout .se-hero-slider-top h1,
.sePage .sePageLayout .se-hero-slider-top h2 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-hero-slider-top h2.sub-head {
 font-size: 24px;
 margin-top: 0 !important;
}
.sePage .sePageLayout .se-hero-slider-top p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}
.sePage .sePageLayout .se-hero-slider-top .se-hero-slider-top-wrapper {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-hero-slider-top .customContentBlock {
 padding: 0;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-column {
 text-align: center;
 display: inline-flex !important;
 position: relative;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 z-index: 0;
 min-height: 540px;
 padding: 120px 30px;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-column::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: rgba(0, 0, 0, 0.15);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage .sePageLayout .se-hero-slider-top.text-left .content-block-column {
 text-align: left;
 align-items: flex-start;
}
.sePage .sePageLayout .se-hero-slider-top.text-right .content-block-column {
 text-align: right;
 align-items: flex-end;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-content {
 z-index: 1;
 position: relative;
 white-space: normal;
}
.sePage .sePageLayout .se-hero-slider-top .slick-slide {
 padding: 0;
}
.sePage .sePageLayout .se-hero-slider-top .slick-next,
.sePage .sePageLayout .se-hero-slider-top .slick-prev {
 display: flex;
 position: absolute;
 top: unset;
 bottom: 15px;
 align-items: center;
 justify-content: center;
 z-index: 2;
 opacity: 0;
}
.sePage .sePageLayout .se-hero-slider-top .slick-next::before,
.sePage .sePageLayout .se-hero-slider-top .slick-prev::before {
 color: #ffffff;
}
.sePage .sePageLayout .se-hero-slider-top .slick-next {
 right: 10px;
}
.sePage .sePageLayout .se-hero-slider-top .slick-prev {
 left: 10px;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev {
 display: flex;
 opacity: 1;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next::before,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev::before {
 opacity: 1;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next:hover::before,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev:hover::before {
 opacity: 0.8;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots {
 bottom: 22px;
 margin: 0;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li {
 margin: 0 1.5px;
 width: 60px;
 height: 3px;
 border-radius: 4px;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li button {
 padding: 0;
 width: auto;
 height: auto;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li button:before {
 opacity: 0.5;
 background-color: #ffffff;
 width: 100%;
 height: 100%;
 content: "";
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li.slick-active button:before {
 opacity: 1;
}

@media (min-width: 768px) {
.sePage .sePageLayout .se-hero-slider-top .content-block-column {
 min-height: 680px;
}
 .sePage .sePageLayout .se-hero-slider-top.text-contained .content-block-content {
 width: 720px;
 margin: auto;
 }
}
@media (min-width: 992px) {
 .sePage .sePageLayout .se-hero-slider-top.text-contained .content-block-content {
 width: 940px;
 margin: auto;
 }
}
@media (min-width: 1200px) {
 .sePage .sePageLayout .se-hero-slider-top.text-contained .content-block-content {
 width: 1140px;
 margin: auto;
 }
}


