#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}

.con-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: left !important;
}

/* VIDEO HERO */

.ws-section-video-hero .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}

.ws-video-hero-wrapper {
 position: relative;
 overflow: hidden;
}

.ws-video-hero-wrapper .bg-video {
 position: absolute;
 height: 100%;
 width: 100%;
 overflow: hidden;
 object-fit: cover;
}

.video-background {
 background: #000;
 background-repeat: no-repeat;
 background-position-y: center;
 background-position-x: center;
 background-size: cover;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
}

.video-background::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: '';
 }

.video-background iframe,
.video-foreground {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
}

.video-foreground {
 display: none;
 width: 300%;
 left: -100%;
 height: 120%;
 top: 0px;
}

.ws-video-hero-wrapper.large .fixed-overslider.white {
 color: #fff;
}

.ws-video-hero-wrapper.large .fixed-overslider {
 position: relative;
 display: flex;
 align-items: center;
 width: 100%;
 height: 100%;
 padding: 90px 0;
 min-height: 40vw;
 z-index: 1;
}

.ws-video-hero-wrapper.large .fixed-overslider .banner {
 width: 100%;
 max-width: 940px;
 margin: auto;
 padding: 0 15px;
 position: static;
 text-align: center;
}

/* SLIDER STYLES */
.sePage .sePageLayout .ws-section-hero-slider h1,
.sePage .sePageLayout .ws-section-hero-slider h2 {
 margin-top: 22px;
}
.sePage .sePageLayout .ws-section-hero-slider h2.sub-head {
 font-size: 24px;
 margin-top: 0 !important;
}
.sePage .sePageLayout .ws-section-hero-slider p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}
.sePage .sePageLayout .ws-section-hero-slider .ws-hero-slider-wrapper {
 margin-bottom: 0;
}
.sePage .sePageLayout .ws-section-hero-slider .customContentBlock {
 padding: 0;
}
.sePage .sePageLayout .ws-section-hero-slider .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 .ws-section-hero-slider .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 .ws-section-hero-slider.text-left .content-block-column {
 text-align: left;
 align-items: flex-start;
}
.sePage .sePageLayout .ws-section-hero-slider.text-right .content-block-column {
 text-align: right;
 align-items: flex-end;
}
.sePage .sePageLayout .ws-section-hero-slider .content-block-content {
 z-index: 1;
 position: relative;
 white-space: normal;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-slide {
 padding: 0;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-next,
.sePage .sePageLayout .ws-section-hero-slider .slick-prev {
 display: flex;
 position: absolute;
 top: unset;
 bottom: 15px;
 align-items: center;
 justify-content: center;
 z-index: 2;
 opacity: 0;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-next::before,
.sePage .sePageLayout .ws-section-hero-slider .slick-prev::before {
 color: #ffffff;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-next {
 right: 10px;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-prev {
 left: 10px;
}
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-next,
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-prev {
 display: flex;
 opacity: 1;
}
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-next::before,
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-prev::before {
 opacity: 1;
}
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-next:hover::before,
.sePage .sePageLayout .ws-section-hero-slider:hover .slick-prev:hover::before {
 opacity: 0.8;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-dots {
 bottom: 22px;
 margin: 0;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-dots li {
 margin: 0 1.5px;
 width: 60px;
 height: 3px;
 border-radius: 4px;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-dots li button {
 padding: 0;
 width: auto;
 height: auto;
}
.sePage .sePageLayout .ws-section-hero-slider .slick-dots li button:before {
 opacity: 0.5;
 background-color: #ffffff;
 width: 100%;
 height: 100%;
 content: "";
}
.sePage .sePageLayout .ws-section-hero-slider .slick-dots li.slick-active button:before {
 opacity: 1;
}


@media (min-width: 768px) {
.sePage .sePageLayout .ws-section-hero-slider .content-block-column {
 min-height: 680px;
}
 .sePage .sePageLayout .ws-section-hero-slider.text-contained .content-block-content {
 width: 720px;
 margin: auto;
 }
/* VIDEO HERO */
 .video-foreground {
 display: block;
 }
.ws-video-hero-wrapper.large .fixed-overslider {
 min-height: 739px;
 padding: 0;
}
}
@media (min-width: 992px) {
 .sePage .sePageLayout .ws-section-hero-slider.text-contained .content-block-content {
 width: 940px;
 margin: auto;
 }
/* VIDEO HERO */
 .ws-video-hero-wrapper .bg-video {
 display: block;
 }
}
@media (min-width: 1200px) {
 .sePage .sePageLayout .ws-section-hero-slider.text-contained .content-block-content {
 width: 1140px;
 margin: auto;
 }
}