#PageMain, #PageFooter { margin-top: 0; }

/* 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: left;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
 margin-bottom: 0;
 text-align: left;
}
.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: #fff;
 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: 1px 1px 10px rgba(0,0,0,0.5);
 color: #fff;
 font-size: 32px;
 font-weight: 900;
text-transform: uppercase;
}
.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: #fff;
 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: #fff;
 font-size: 22px;
 font-weight: 500;
 font-family: inherit;
 text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.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: #f9d9c2;
 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 catalog carousel */
.sePage .sePageLayout .se-feature-catalog-section .slick-slide {
 text-align: center;
 padding: 11px 15px;
 background: #fff;
 margin: 5px;
 height: inherit !important;
 border-radius: 30px;
}

.sePage .sePageLayout .se-feature-catalog-section .img-thumbnail {
 background-color: transparent;
 border: none;
}

.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: #fff;
 border-radius: 50%;
 width: 28px;
 height: 28px;
}
.sePage
 .sePageLayout
 .se-feature-catalog-section
 .slick-dots
 li.slick-active
 button:before {
 color: #213013;
}
.sePage .sePageLayout .se-feature-catalog-section .slick-dots li button:before {
 color: #213013;
}

.sePage .sePageLayout .se-feature-catalog-section .img-thumbnail {
 background-color: #fff;
 border: none;
}

