@font-face {
 font-family: 'Avenir Next';
 src: url('https://www.sefiles.net/files/library/site/AvenirNext-Medium.woff2') format('woff2'),
 url('https://www.sefiles.net/files/library/site/AvenirNext-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Avenir Next';
 src: url('https://www.sefiles.net/files/library/site/AvenirNext-Regular.woff2') format('woff2'),
 url(https://www.sefiles.net/files/library/site/AvenirNext-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}

.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 color: #252525;
 font-family: 'Avenir Next', sans-serif;
 font-style: normal;
 font-weight: 500;
 text-transform: none;
}
.sePage .sePageLayout .sePageMain h1 {
 font-size: 36px;
 text-transform: uppercase;
 line-height: 1.5em;
 margin: 0;
 text-shadow: none;
 color: #fff;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 3rem;
 letter-spacing: 0.0625em;
 line-height: 1.25;
 text-shadow: none;
 text-transform: uppercase;
 color: #fff;
}
.sePage .sePageLayout .sePageMain h3 {
 font-size: 2.2rem;
 letter-spacing: 0.0625em;
 color: #fff;
}
.sePage .sePageLayout .sePageMain h4,
.sePage .sePageLayout .sePageMain .h4 {
 margin-top: 22px;
 margin-bottom: 11px;
 color: #252525;
 font-family: 'Avenir Next', sans-serif;
 font-size: 26px;
 font-style: normal;
 font-weight: 700;
 text-transform: none;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 color: #fff;
 font-family: 'Avenir Next', sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 1.7;
 text-shadow: none;
}

/* 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%;
 margin: 0;
 padding: 0;
 position: static;
 text-align: center;
}

.se-feature-2col-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 }

/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
 
 .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: center;
 }

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 margin-bottom: 0;
 padding: 8px 22px;
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
}


.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #da2128;
 background: #da2128;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #a4151e;
 background: #a4151e;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 border-color: #fff;
 border-width: 1px;
 background: transparent;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain .btn-default:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-default:focus {
 border-color: #fff;
 background: #fff;
 color: #252525;
 text-decoration: none;
}


@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;
}
}

@media (min-width: 992px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 .se-video-hero .bg-video {
 display: block;
 }
}
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 200px 60px;
 }
 .se-feature-2col-section .content-block-column:last-child {
 padding: 45px 60px;
 }
 }
 
 @media (min-width: 1200px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 520px;
 }
 }

