@import url("https://www.sefiles.net/files/library/site/ws_partner_page_styles_trek_v0525.css");

/* page margins */
#PageMain,
#PageFooter {
margin-top: 0;
}
.video-wrapper {
 position: relative;
 overflow: hidden;
}
.video-container {
 position: absolute;
 top: 0;
 overflow: hidden;
}

.ws-section-img-hero .block-bg-img {
padding: 30px 15px;
 min-height: 50vh;
 height: auto;
 display: flex;
 align-items: center;
 justify-content: center;
}

/* 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;
}

@media (min-width: 768px) {
.sePageMain .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}

.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) {
.ws-section-img-hero .block-bg-img {
 min-height: 50vh;
 height: auto;
}
/* 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;
}
}