@import url("https://www.sefiles.net/files/library/site/ws_partner_page_styles_specialized.css");

#PageMain,
#PageFooter {
 margin-top: 0;
}

.desktop-padding {
	padding: 0;
}

a.no-underline {
 text-decoration: none !important;
}

.sePage .sePageLayout .sePageMain .container-fluid {
 padding: 0 15px;
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section
 {
 margin-bottom: 0;
 }
 .sePage .sePageLayout .se-feature-card-section .editContent {
 height: 100%;

 }

 .sePage .sePageLayout .se-feature-card-section .content-block-content{
 padding: 15px 30px;
 }
 .sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 10px;
 color: #252525;
 font-size: 22px;
 }
 .sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 10px;
 }
 .sePage .sePageLayout .se-feature-card-section .content-block-content .btn {
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
 }

.sePage .sePageLayout .se-feature-card-section .card-link {
 display: block;
 height: 100%;
 text-decoration: none;
 color: inherit;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 background-color: #fff;
 border-radius: 12px; 
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
 overflow: hidden; 
}

.sePage .sePageLayout .se-feature-card-section .editContent .card-link:hover {
 transform: translateY(-4px);
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: left;
 z-index: 1;
 padding: 18% 15px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 18% 15px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.15);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-hero-inner {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column p {
 text-align: left;
}

/* SLIDERS */
.sePage .sePageLayout .se-single-slider-section .slick-next {
 right: 16px;
}
.sePage .sePageLayout .se-single-slider-section .slick-prev {
 left: 16px;
}

.se-single-slider-section .slick-dots {
 bottom: 22px;
}
.se-single-slider-section .slick-track {
 display: flex;
 align-items: center;
 height: auto;
}
.se-single-slider-section .slick-slide {
 position: relative;
 padding: 0;
 text-align: left;
}
.se-single-slider-section .slick-slide > div {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 text-align: center;
}
.se-single-slider-section .slick-slider {
 padding: 0;
 margin: 0;
}
.se-single-slider-section .customContentBlock {
 padding: 0;
}
.sePage .sePageLayout .sePageMain .se-single-slider-section h2 {
 margin-top: 22px;
 margin-bottom: 0;
 text-shadow: none;
 color: #fff;
}
.sePage .sePageLayout .sePageMain .se-single-slider-section p {
 margin: 22px 0;
 text-shadow: none;
 color: #fff;
}
.se-single-slider-section .content-block-column {
 height: 100%;
}
.se-single-slider-section .content-block-content {
 background-color: #000;
 padding: 30px;
}

.se-single-slider-section .col-xs-12 {
 padding: 0;
}

/* 2 COLUMN FEATURE */
.se-feature-2col-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

/* VIDEO HERO */
.se-video-hero-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}
.se-video-hero {
 position: relative;
 overflow: hidden;
}
.se-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;
 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: 150%;
 top: 0;
}
.se-video-hero-section.bottom .video-foreground {
 top: unset;
 bottom: 0;
}
.se-video-hero.large .fixed-overslider.white h2,
.se-video-hero.large .fixed-overslider.white p {
 color: #fff;
 text-shadow: none;
}
.se-video-hero.large .fixed-overslider {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 100%;
 height: 100%;
 padding: 90px 30px;
 min-height: 40vw;
 z-index: 1;
}
.se-video-hero.large .fixed-overslider .banner {
 width: 100%;
 max-width: 420px;
 margin: 0;
 padding: 0;
 position: static;
 text-align: left;
}

/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: left;
 }
 
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 360px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: left;
 }
 
@media (min-width: 768px) {
.desktop-padding {
		padding: 0 20%;
	}
 .sePageMain .se-single-slider-section .content-block-content.right {
 right: 60px;
 left: unset;
 }
 .sePageMain .se-single-slider-section .customContentBlock {
 position: relative;
 }
 .sePage .sePageLayout .sePageMain .se-single-slider-section h2 {
 color: #fff;
 }
 .sePage .sePageLayout .sePageMain .se-single-slider-section p {
 color: #fff;
 }
 .sePageMain .se-single-slider-section .content-block-content {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 left: 60px;
 background-color: transparent;
 }
 .sePageMain .se-single-slider-section.right .content-block-content {
 right: 60px;
 left: unset;
 }
 .sePageMain .se-single-slider-section .content-block-content div {
 min-width: 50%;
 }
 .sePageMain .se-single-slider-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 height: 100%;
 }
 .se-single-slider-section .slick-slide > div {
 text-align: left;
 }
 .se-hero-2col .content-block-column:last-child,
 .se-hero-2col.header .content-block-column:first-child {
 background-color: transparent !important;
 }

 .text-sm-center {
 text-align: center;
 }

 .col-xs-12.hidden-sm.content-block-column {
 display: none;
 }

 .se-hero-2col .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 height: 100%;
 min-height: 840px;
 }
 .se-hero-2col .content-block-column:last-child,
 .se-hero-2col.compliance .content-block-column:last-child,
 .se-hero-2col.everywhere .content-block-column:last-child {
 background-color: transparent !important;
 }
 .se-hero-2col .editContent:first-child {
 margin: 0;
 width: 100%;
 max-width: 420px;
 }
 .se-hero-2col .block-bg-img {
 padding: 160px 60px;
 }
 /* VIDEO HERO */
 .video-foreground {
 display: block;
 }
 .se-video-hero.large .fixed-overslider {
 min-height: 50vw;
 padding: 120px 60px;
 }
 .se-video-hero.large .fixed-overslider.right {
 justify-content: flex-end;
 }
}

@media (min-width: 992px) {
 .se-single-slider-section .content-block-content > div,
 .se-hero-2col .editContent:first-child,
 .se-video-hero.large .fixed-overslider .banner {
 max-width: 520px;
 }
 .se-video-hero .bg-video {
 display: block;
 }
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
 .se-section-5col .col-md-2 {
	width: 20%;
}
}

 @media (min-width: 1200px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 520px;
 }
 .se-section-5col .col-lg-2 {
	width: 20%;
}
 }



