@import url("https://www.sefiles.net/files/library/site/text-white.css");

#PageMain {
 margin-top: 0;
}
#PageFooter {
 margin-top: 0;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-section-img-hero {
 position: relative;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .container
 .content-block-column {
 position: relative;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .container
 .content-block-column::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.no-overlay
 .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.no-overlay
 .container
 .content-block-column::after {
 background: transparent;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 padding: 18% 0;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .editContent {
 z-index: 1;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .custom3-2
 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-lg
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 24%;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-sm
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-zero
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
}

/* 2 COL HERO */
.se-section-2col-hero .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: center;
}
.se-section-2col-hero.text-left .content-block-column {
 text-align: left;
}
.se-section-2col-hero .content-block-column:first-child {
 min-height: 360px;
 background-repeat: no-repeat;
}
.se-section-2col-hero .content-block-column:last-child {
 padding: 22px 30px;
}

/* SECTION CARD */

.sePage .sePageLayout .se-section-card {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-section-card .editContent {
 height: 100%;
 text-align: center;
 background-color: #f0f0f0;
 border-radius: 10px;
}
.sePage
 .sePageLayout
 .se-section-card
 .editContent
 div:not(.content-block-content)
 img {
 width: 100%;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content {
 padding: 22px 30px;
 width: 100%;
 max-width: 940px;
 margin: auto;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content h2,
.sePage .sePageLayout .se-section-card .editContent .content-block-content h3 {
 margin-top: 11px;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content p {
 margin-top: 0;
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content ul,
.sePage .sePageLayout .se-section-card .editContent .content-block-content ol {
 -webkit-padding-start: 22px;
 padding-inline-start: 22px;
 padding-bottom: 5px;
 margin-bottom: 0;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content li {
 padding-bottom: 6px;
}
.sePage
 .sePageLayout
 .se-section-card
 .editContent
 .content-block-content
 .btn {
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-section-card.text-left .editContent {
 text-align: left;
}
.sePage
 .sePageLayout
 .se-section-card.text-left
 .editContent
 .content-block-content {
 max-width: unset;
}
.sePage .sePageLayout .se-section-card.white .editContent {
 background: #ffffff;;
}

.sePage
 .sePageLayout
 .se-section-card.img-only
 .editContent
 div:not(.content-block-content)
 img {
 border-radius: 10px;
 border: none;
}

.sePage .sePageLayout .sePageMain .se-section-img-link-card {
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column {
 position: relative;
 transition: all 0.3s ease-in-out;
 min-height: 300px;
 overflow: hidden;
 border-radius: 10px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 transition: all 0.3s ease-in-out;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h2
 a:not(.btn),
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h3
 a:not(.btn) {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.2);
 width: 100%;
 color: #ffffff;
 text-decoration: none;
 border-radius: 10px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h2
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h2
 a:not(.btn):active,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h2
 a:not(.btn):focus,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h3
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h3
 a:not(.btn):active,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column
 h3
 a:not(.btn):focus {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-section-img-link-card h2 a,
.sePage .sePageLayout .se-section-img-link-card h3 a {
 color: #ffffff;
 text-decoration: none;
}
.sePage .sePageLayout .se-section-img-link-card h2 a:hover,
.sePage .sePageLayout .se-section-img-link-card h3 a:hover {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-section-card .container-fluid,
.sePage .sePageLayout .se-section-img-link-card .container-fluid {
 padding-left: 30px;
 padding-right: 30px;
}
.sePage .sePageLayout .se-section-card .container,
.sePage .sePageLayout .se-section-img-link-card .container {
 padding-left: 30px;
 padding-right: 30px;
}
.sePage .sePageLayout .se-section-card .col-xs-6,
.sePage .sePageLayout .se-section-card .col-margin-bottom,
.sePage
 .sePageLayout
 .se-section-card
 .col-xs-12
 .sePage
 .sePageLayout
 .se-section-img-link-card
 .col-xs-6,
.sePage .sePageLayout .se-section-img-link-card .col-margin-bottom,
.sePage .sePageLayout .se-section-img-link-card .col-xs-12 {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-section-card.bottom .container-fluid,
.sePage .sePageLayout .se-section-img-link-card.bottom .container-fluid {
 padding-bottom: 15px;
}

.se-section-fw .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent,
.custom5-4 .text-center .editContent {
 margin: auto;
 width: 100%;
 max-width: 970px;
 padding-left: 15px;
 padding-right: 15px;
}

.sePageContent .sePageSection.no-button .editContent {
 padding-bottom: 11px;
}

@media (min-width: 768px) {
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 480px;
 }
 .se-section-2col-hero .content-block-column:last-child {
 padding: 45px 30px;
 }
}
@media (min-width: 992px) {
 .sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
 padding: 12% 0;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .custom3-2
 .content-block-colum {
 padding: 12% 30px;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-lg
 .content-block-column {
 padding-top: 18%;
 padding-bottom: 18%;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-sm
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-zero
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
 }
 .se-section-2col-hero.img-lg .content-block-column:first-child {
 width: 55%;
 }
 .se-section-2col-hero.img-lg .content-block-column:last-child {
 width: 45%;
 }
 .se-section-2col-hero.img-lg .custom1-6 .col-sm-pull-6 {
 right: 55%;
 }
 .se-section-2col-hero.img-lg .custom1-6 .col-sm-push-6 {
 left: 45%;
 }
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 540px;
 }
 .se-section-2col-hero .content-block-column:last-child {
 padding: 45px 60px;
 }
}
@media (min-width: 1200px) {
 .se-section-2col-hero .content-block-column:first-child {
 min-height: 580px;
 }
 .se-section-2col-hero .content-block-column:last-child {
 padding: 45px 90px;
 }
 .se-section-2col-hero.img-lg .content-block-column:first-child {
 width: 60%;
 }
 .se-section-2col-hero.img-lg .content-block-column:last-child {
 width: 40%;
 }
 .se-section-2col-hero.img-lg .custom1-6 .col-sm-pull-6 {
 right: 60%;
 }
 .se-section-2col-hero.img-lg .custom1-6 .col-sm-push-6 {
 left: 40%;
 }
}
