#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}


.sePage .sePageLayout .ws-section-img-hero,
.sePage .sePageLayout .ws-section-img-hero .container-fluid {
 position: relative;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .ws-section-img-hero .container-fluid::after,
.sePage
 .sePageLayout
 .ws-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
 .ws-section-img-hero.no-overlay
 .container-fluid::after,
.sePage
 .sePageLayout
 .ws-section-img-hero.no-overlay
 .container
 .content-block-column::after {
 background: transparent;
}
.sePage .sePageLayout .ws-section-img-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 padding: 20% 0;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .ws-section-img-hero .editContent {
 z-index: 1;
 margin-right: auto;
 margin-left: auto;
 width: 100%;
 max-width: 1080px;
 padding-left: 15px;
 padding-right: 15px;
}
.sePage .sePageLayout .ws-section-img-hero .custom3-2 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}
.sePage .sePageLayout .ws-section-img-hero.text-right .custom3-2 .content-block-column {
 justify-content: flex-end;
}
.sePage .sePageLayout .ws-section-img-hero .custom3-2 .editContent {
 margin: 0;
 width: 100%;
 max-width: 1050px;
}
.sePage .sePageLayout .ws-section-img-hero.padding-lg .content-block-column,
.sePage
 .sePageLayout
 .ws-section-img-hero.padding-lg
 .custom3-2
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 24%;
}
.sePage .sePageLayout .ws-section-img-hero.padding-sm .content-block-column,
.sePage
 .sePageLayout
 .ws-section-img-hero.padding-sm
 .custom3-2
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
}
.sePage .sePageLayout .ws-section-img-hero.padding-t .content-block-column,
.sePage
 .sePageLayout
 .ws-section-img-hero.padding-t
 .custom3-2
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 45px;
}
.sePage .sePageLayout .ws-section-img-hero.padding-b .content-block-column,
.sePage
 .sePageLayout
 .ws-section-img-hero.padding-b
 .custom3-2
 .content-block-column {
 padding-top: 45px;
 padding-bottom: 24%;
}
.sePage .sePageLayout .ws-section-img-hero.padding-zero .content-block-column,
.sePage
 .sePageLayout
 .ws-section-img-hero.padding-zero
 .custom3-2
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
}

@media (min-width: 768px) {
 .sePage .sePageLayout .ws-section-img-hero.parallax {
 background-attachment: fixed;
 }
}

@media (min-width: 992px) {
 .sePage .sePageLayout .ws-section-img-hero .content-block-column {
 padding: 16% 0;
 }
 .sePage .sePageLayout .ws-section-img-hero .custom3-2 .content-block-column {
 padding: 12% 30px;
 }
 .sePage .sePageLayout .ws-section-img-hero.padding-lg .content-block-column,
 .sePage
 .sePageLayout
 .ws-section-img-hero.padding-lg
 .custom3-2
 .content-block-column {
 padding-top: 18%;
 padding-bottom: 18%;
 }
 .sePage .sePageLayout .ws-section-img-hero.padding-t .content-block-column,
 .sePage
 .sePageLayout
 .ws-section-img-hero.padding-t
 .custom3-2
 .content-block-column {
 padding-top: 18%;
 padding-bottom: 45px;
 }
 .sePage .sePageLayout .ws-section-img-hero.padding-b .content-block-column,
 .sePage
 .sePageLayout
 .ws-section-img-hero.padding-b
 .custom3-2
 .content-block-column {
 padding-top: 45px;
 padding-bottom: 18%;
 }
}

.sePage .sePageLayout .se-accordian-section .content-block-column {
 height: 100% !important;
}
.sePage .sePageLayout .se-accordian-section .se-accordion {
 text-align: left;
}
.sePage .sePageLayout .se-accordian-section .se-accordion .card {
 padding: 0;
 border: 1px solid #d2d2d2;
 border-width: 1px 0;
 margin-bottom: -1px;
 -webkit-column-break-inside: avoid;
 break-inside: avoid-column;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 .card-body {
 padding-bottom: 22px;
}

.sePage .sePageLayout .se-accordian-section .se-accordion h3.mb-0 {
 margin: 0;
 font-size: 18px;
}


.sePage .sePageLayout .se-accordian-section .se-accordion button {
 margin: 0;
 font-size: 18px;
 padding: 11px 0;
 text-decoration: none;
 white-space: normal;
 text-align: left;
 width: 100%;
 position: relative;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:focus {
 outline: none;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:after {
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 font-size: 16px;
 content: "\f068";
 position: absolute;
 right: 0;
 top: 50%;
 -webkit-transform: translateY(-50%) rotate(0deg);
 -ms-transform: translateY(-50%) rotate(0deg);
 transform: translateY(-50%) rotate(0deg);
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-animation: fadeIn ease 0.25s;
 animation: fadeIn ease 0.25s;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button.collapsed:after {
 content: "\f067";
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-transform: translateY(-50%) rotate(-90deg);
 -ms-transform: translateY(-50%) rotate(-90deg);
 transform: translateY(-50%) rotate(-90deg);
}


/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 background-color: #d0e0e3;
 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;
}

