@import url("https://www.sefiles.net/files/library/site/ws_partner_page_styles_trek.css");

/* page margins */
#PageMain,
#PageFooter {
 margin-top: 0;
}

/* HERO */
.se-hero .block-bg-img {
padding: 16vw 42px;
}

.se-hero-inner .block-bg-img {
padding: 15vw 35px;
}


/* slider */
.sePage .sePageLayout .ws-hero-slider .ws-hero-slider-wrapper h2 {
 margin: 22px auto;
}
.sePage .sePageLayout .ws-hero-slider .ws-hero-slider-wrapper {
 margin-bottom: 0;
}
.sePage .sePageLayout .ws-hero-slider .customContentBlock {
 padding: 0;
}
.sePage .sePageLayout .ws-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: 50vh;
 padding: 30px;
}
.sePage .sePageLayout .ws-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-hero-slider .content-block-content {
 z-index: 1;
 position: relative;
 white-space: normal;
}
.sePage .sePageLayout .ws-hero-slider .slick-slide {
 padding: 0;
}

/* feature card section */
.sePage .sePageLayout .ws-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .ws-feature-card-section .editContent {
 height: 100%;
 text-align: center;
}
.sePage .sePageLayout .ws-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
}

/* full width 2 column feature */
.ws-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.ws-feature-2col-fw-section .content-block-column:first-child {
 min-height: 50vh;
}

.ws-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

/* video hero */
.ws-video-hero-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}

.ws-video-hero {
 position: relative;
 overflow: hidden;
}

.ws-video-hero .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;
 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 {
 width: 300%;
 left: -100%;
 height: 120%;
 top: 0px;
}

.ws-video-hero.large .fixed-overslider.white {
 color: #fff;
}

.ws-video-hero.large .fixed-overslider {
 position: relative;
 display: flex;
 align-items: center;
 width: 100%;
 height: 100%;
 padding: 90px 0;
 min-height: 50vh;
 z-index: 1;
}

.ws-video-hero.large .fixed-overslider .banner {
 width: 100%;
 max-width: 940px;
 margin: auto;
 padding: 0 15px;
 position: static;
 text-align: center;
}

@media (min-width: 768px) {
 .sePageMain .container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
 }

 /* video hero */
 .video-foreground {
 display: block;
 }
 .ws-video-hero.large .fixed-overslider {
 min-height: calc(90vh - 60px);
 padding: 0;
 }
 .sePage .sePageLayout .ws-2col-slider-section .content-block-column {
 min-height: 680px;
 }
 .sePage
 .sePageLayout
 .ws-2col-slider-section.text-contained
 .content-block-content {
 width: 720px;
 margin: auto;
 }
}

@media (min-width: 992px) {
 .sePage .sePageLayout .ws-hero-slider.large .content-block-column {
 min-height: calc(90vh - 60px);
 }
 /* full width 2 column feature */
 .ws-feature-2col-fw-section.large .content-block-column:first-child {
 min-height: calc(90vh - 60px);
 }
 .ws-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
 /* video hero */
 .ws-video-hero .bg-video {
 display: block;
 }
}
