/* header */
#PageMain {
 margin-top: 0;
}

/* footer */
#PageFooter {
 margin-top: 0;
}

/* heros */
.sePage .sePageLayout .sePageMain .se-hp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 padding: 18% 15px;
}
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 18% 15px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-hp-hero-top
 .custom3-2
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-lp-hero-top
 .custom3-2
 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top,
.sePage .sePageLayout .sePageMain .se-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero-top {
 position: relative;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-top:not(.no-overlay)::after,
.sePage .sePageLayout .sePageMain .se-hero-inner:not(.no-overlay)::after,
.sePage .sePageLayout .sePageMain .se-lp-hero-top:not(.no-overlay)::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: rgba(0, 0, 0, 0.1);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage .sePageLayout .se-hp-hero-top h1,
.sePage .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-hp-hero-top p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}
.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 margin-bottom: 15px;
 font-size: 18px;
}
.sePage .sePageLayout .se-lp-hero-top h1 {
 margin-top: 22px;
 margin-bottom: 22px;
}

.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.sePage .sePageLayout .se-btn-group .btn:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
}
.sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}

.sePage .sePageLayout .se-btn-group.top .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.top .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group.full-width .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.full-width .btn {
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group,
.sePage .sePageLayout .content-block-column ul.se-btn-group {
 margin-bottom: 0;
 padding-left: 0;
 list-style-type: none;
}
.sePage .sePageLayout ul.se-btn-group li,
.sePage .sePageLayout .content-block-column ul.se-btn-group li {
 flex: 1;
 width: 100%;
}
.sePage .sePageLayout ul.se-btn-group li .btn,
.sePage .sePageLayout .content-block-column ul.se-btn-group li .btn {
 display: list-item;
 margin-bottom: 22px;
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 border-bottom: 1px solid #d2d2d2;
}

/* full width sections */
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

.sePage
 .sePageLayout
 .sePageMain
 .wrc-image-content-section.video-seciton
 .content-block-column:first-child {
 padding-left: 0;
 padding-right: 0;
 height: auto !important;
}

.sePage
 .sePageLayout
 .sePageMain
 .wrc-image-content-section.video-seciton
 .content-block-column:first-child
 .editContent {
 padding: 0;
}

/* 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: 120%;
 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;
}
.wrc-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

@media (min-width: 768px) {
 /* 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;
 }
.sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 justify-content: flex-start;
 }
 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn,
 .sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
 .sePage .sePageLayout .se-btn-group.top .btn,
 .sePage .sePageLayout .se-btn-group.btn.btn-link:not(:last-child),
 .sePage .sePageLayout .content-block-column .se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group.btn.btn-link:not(:last-child) {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout ul.se-btn-group.top .btn,
 .sePage .sePageLayout ul.se-btn-group.top li:not(:last-child) .btn,
 .sePage .sePageLayout .content-block-column ul.se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group.top
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}
@media (min-width: 992px) {
 .se-video-hero .bg-video {
 display: block;
 }
}

@media (min-width: 1200px) {
 .wrc-fw-section .container-fluid {
 padding-left: 60px;
 padding-right: 60px;
 }
}
