#PageMain, #PageFooter { margin-top: 0; }

.se-section-fw .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

.sePage .sePageLayout .sePageMain .se-section-img-hero,
.sePage .sePageLayout .sePageMain .se-section-img-hero-top {
 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,
.sePage .sePageLayout .sePageMain .se-section-img-hero-top .container-fluid,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top
 .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,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top
 .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top
 .container
 .content-block-column::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: var(--image-overlay-lt, 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,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.no-overlay
 .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.no-overlay
 .container
 .content-block-column::after {
 background: transparent;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top
 .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 padding: 12% 0;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .editContent,
.sePage .sePageLayout .sePageMain .se-section-img-hero-top .editContent {
 z-index: 1;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .custom3-2
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top
 .custom3-2
 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-lg
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.padding-lg
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 24%;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-sm
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.padding-sm
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-t
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.padding-t
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 45px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-b
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.padding-b
 .content-block-column {
 padding-top: 45px;
 padding-bottom: 24%;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-zero
 .content-block-column,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero-top.padding-zero
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
}

.sePage .sePageLayout .se-section-img-hero p,
.sePage .sePageLayout .se-section-img-hero-top p {
 margin-top: 0;
 margin-bottom: 11px;
 font-size: 18px;
}

.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;
 height: auto;
 aspect-ratio: 3/2;
 overflow: hidden;
 border-radius: 5px;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column::after {
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: inherit;
 background-size: cover;
 -webkit-transform-origin: center;
 transform-origin: center;
 transition: all 0.3s ease-in-out;
 z-index: 1;
 border-radius: var(--border-radius);
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column:hover::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column:active::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card
 .content-block-column:focus::after {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
}
.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) {
 z-index: 2;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: var(--image-overlay-lt, rgba(0, 0, 0, 0.2));
 color: #ffffff;
 text-decoration: none;
 white-space: normal;
 transition: all 0.3s ease-in-out;
 padding: 45px 30px;
 margin: 0;
 border-radius: var(--border-radius);
}
.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):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):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 h2 a:hover,
.sePage .sePageLayout .se-section-img-link-card h3 a,
.sePage .sePageLayout .se-section-img-link-card h3 a:hover {
 color: #ffffff;
 text-decoration: none;
}