/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePageFooter {
 margin-top: 0px;
}

#PageMain { 
background-color: #f3e6db;
}


/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 10% 12%;
}
.sePage .sePageLayout .sePageMain .se-hp-hero-center .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 8% 12%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero::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: "";
}

.sePage .sePageLayout .sePageMain .se-hp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}



/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}
.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

/* Image Link Card FW */
.sePage .sePageLayout .sePageMain .ws-section-img-link-card {
 margin-bottom: 0;
}
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column {
 position: relative;
 transition: all 0.3s ease-in-out;
 min-height: 480px;
 overflow: hidden;
}
.sePage .sePageLayout .sePageMain .ws-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;
}
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column:hover::after, .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column:active::after, .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column:focus::after {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
}
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h2 a:not(.btn),
.sePage .sePageLayout .sePageMain .ws-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: flex-end;
 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;
}
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h2 a:not(.btn):hover, .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h2 a:not(.btn):hover, .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h2 a:not(.btn):active, .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h3 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column h3 a:not(.btn):focus {
 color: #ffffff;
 text-decoration: none;
 background: var(--image-overlay-lt, rgba(0, 0, 0, 0.2));
}

.sePage .sePageLayout .ws-section-img-link-card h2 a,
.sePage .sePageLayout .ws-section-img-link-card h2 a:hover,
.sePage .sePageLayout .ws-section-img-link-card h3 a,
.sePage .sePageLayout .ws-section-img-link-card h3 a:hover {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .ws-section-img-link-card .container-fluid {
 padding-left: 15px;
 padding-right: 15px;
}
.sePage .sePageLayout .ws-section-img-link-card .container {
 padding-left: 15px;
 padding-right: 15px;
}

.sePage .sePageLayout .ws-section-img-link-card .col-xs-6,
.sePage .sePageLayout .ws-section-img-link-card .col-margin-bottom,
.sePage .sePageLayout .ws-section-img-link-card .col-xs-12 {
 padding: 0;
 margin-bottom: 0;
}
.sePage .sePageLayout .ws-section-img-link-card.bottom .container-fluid {
 padding-bottom: 45px;
}

/* feature catalog carousel */
.sePage .sePageLayout .se-feature-catalog-section .slick-slide {
 text-align: center;
 padding: 11px 15px;
 background: #fff;
 margin: 5px;
 height: inherit !important;
}

.sePage .sePageLayout .se-feature-catalog-section .img-thumbnail {
 background-color: transparent;
 border: none;
 mix-blend-mode: multiply;
}

.sePage .sePageLayout .sePageMain .se-feature-catalog-section .container-fluid {
 padding: 0 25px !important;
}
.sePage .sePageLayout .se-feature-catalog-section .slick-track {
 display: flex !important;
}
.sePage .sePageLayout .se-feature-catalog-section .slick-next,
.sePage .sePageLayout .se-feature-catalog-section .slick-next:focus,
.sePage .sePageLayout .se-feature-catalog-section .slick-next:hover,
.sePage .sePageLayout .se-feature-catalog-section .slick-prev,
.sePage .sePageLayout .se-feature-catalog-section .slick-prev:focus,
.sePage .sePageLayout .se-feature-catalog-section .slick-prev:hover {
 background: #e6cdb2;
 width: 28px;
 height: 28px;
}
.sePage
 .sePageLayout
 .se-feature-catalog-section
 .slick-dots
 li.slick-active
 button:before {
 color: #2b5e45;
}
.sePage .sePageLayout .se-feature-catalog-section .slick-dots li button:before {
 color: #2b5e45;
}

.sePage .sePageLayout .se-feature-catalog-section .img-thumbnail {
 background-color: #fff;
 border: none;
}

@media (min-width: 768px) {
 .sePage .sePageLayout .ws-section-img-link-card .container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
 }
 .ws-section-2col-feature.text-left .content-block-column,
 .ws-section-2col-hero.text-left .content-block-column {
 text-align: left;
 }
 .ws-section-2col-hero .content-block-column:first-child {
 min-height: 480px;
 }
 .ws-section-2col-hero .content-block-column:last-child {
 padding: 45px 30px;
 }
 .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column {
 min-height: 500px;
 }
}

@media only screen and (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 .sePage .sePageLayout .sePageMain .ws-section-img-link-card .content-block-column {
 min-height: 540px;
 }
}