#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}

/* HERO */
.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;
 padding: 14% 15px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-hp-hero-top
 .custom3-2
 .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: flex-start;
 z-index: 1;
 padding: 14% 30px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 8% 15px;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-top::after,
.sePage .sePageLayout .sePageMain .se-hero-inner::after,
.sePage .sePageLayout .sePageMain .se-lp-hero-top::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-hp-hero-top,
.sePage .sePageLayout .sePageMain .se-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero-top {
 position: relative;
 overflow: hidden;
}

.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,
.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero-top h1 {
 margin: 22px auto;
}

/* TEXT BLOCK WIDTH */
.se-hp-hero-top .custom3-1 .text-center .editContent,
.se-hero-inner .custom3-1 .text-center .editContent {
 margin: auto;
 width: 100%;
 max-width: 940px;
 padding: 0 15px;
}


/* FULL WIDTH FEATURE IMAGE LINK */
.sePage .sePageLayout .se-feature-fw-image-link-section .content-block-column {
 position: relative;
 transition: all 0.3s ease-in-out;
 min-height: 480px;
 overflow: hidden;
 text-align: center;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
 margin-bottom: 0;
 text-align: center;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-fw-image-link-section
 a:not(.btn) {
 text-decoration: none !important;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a {
 padding: 35px 30px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: flex-end;
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 color: #ffffff;
 text-decoration: none;
 transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a h2,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a h3 {
 
 text-decoration: none;
 text-shadow: none;
 color: #ffffff;
 font-size: 28px;
 font-weight: 700;
 font-family: inherit;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:hover,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:active,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:focus {
 color: #ffffff;
 text-decoration: none;
 transition: all 0.3s ease-in-out;
 background-color: rgba(0, 0, 0, 0.4);
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link {
 
 text-decoration: none;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 text-shadow: none;
 white-space: normal;
 padding: 0;
 color: #ffffff;
 font-size: 20px;
 font-weight: 700;
 font-family: inherit;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:active,
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:focus,
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:hover {
 color: #ffffff;
 text-decoration: none;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link::after {
 content: "\f061";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 font-size: 20px;
 transition: 0.3s ease-in-out;
 margin-left: 7px;
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 border: 1px solid #b2b2b2;
 background-color: #fff;
 height: 100%;
}
.sePage .sePageLayout .se-feature-card-section .editContent img {
 border-bottom: 1px solid #b2b2b2;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 11px;
}
.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;
}

.se-section-2col-hero .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: center;
}

.se-section-2col-video .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: center;
}
.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;
}

.se-section-2col-hero.text-left .content-block-column {
 text-align: left;
}

@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;
 }
}

.se-section-fw .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}


