/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 14% 10%;
}

.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: 22px auto 7px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin: 0px auto 18px;
 font-size: 20px;
}


/* FEATURE IMAGE LINK */
.sePage .sePageLayout .sePageMain .se-feature-image-link-section {
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .content-block-column {
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 min-height: 210px;
 overflow: hidden;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .sePageMain .se-feature-image-link-section h3 a {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 color: #fff;
 text-decoration: none;
text-shadow: 0 0 5px #484848;
}
.sePage .sePageLayout .sePageMain .se-feature-image-link-section h3 a:hover {
 color: #fff;
 text-decoration: none;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-image-link-section h3 a,
.sePage .sePageLayout .se-feature-image-link-section h3 a:hover {
 color: #fff;
 text-decoration: none;
}

/* SHOP LINKS */
.se-shop-links .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.se-shop-links .editContent, .se-shop-links .content-block-column {
 position: relative;
}

.sePageContent .sePageSection.se-shop-links {
 margin-bottom: 0px;
}

.se-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

.sePage .sePageLayout .se-shop-links h3 {
 margin-top: 22px;
}

.seResponsive .se-shop-links .content-block-column .btn {
 margin-bottom: 22px;
}

.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

/* ALT FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-alt-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-alt-section .editContent {
 background-color: #fff;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 text-align: center;
}

.sePage .sePageLayout .se-feature-card-alt-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-alt-section .content-block-content p {
 margin-top: 11px;
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-alt-section .content-block-content .btn {
 margin-bottom: 11px;
}
.sePage
 .sePageLayout
 .se-feature-card-alt-section
 .content-block-content
 .btn-arrow {
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s ease-in-out;
 width: 100%;
 white-space: normal;
 text-decoration: none;
 padding: 7px 0;
 font-size: 24px;
 text-transform: none;
 font-weight: 700;
 margin-bottom: 0;
 color: #000000;
}
.sePage
 .sePageLayout
 .se-feature-card-alt-section
 .content-block-content
 .btn-arrow::after {
 content: "\f0da";
 word-wrap: normal;
 display: inline-block;
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 font-size: 24px;
 font-style: normal;
 letter-spacing: normal;
 line-height: 1;
 direction: ltr;
 text-transform: none;
 white-space: nowrap;
 margin-left: 5px;
 color: #000000;
}
.sePage .sePageLayout .se-feature-card-alt-section .col-margin-bottom {
 margin-bottom: 30px;
}

@media (max-width: 991px) {
 .sePage
 .sePageLayout
 .se-feature-card-alt-section
 .editContent
 .content-block-image
 img {
 width: 100vw;
 height: 50vh;
 object-fit: cover;
 object-position: center;
 }
}

@media (min-width: 768px) {
 .sePage
 .sePageLayout
 .se-feature-card-alt-section
 .editContent
 .content-block-image.se-image-bottom {
 order: 2;
 }
}

/* 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 {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@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 {
 width: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);


 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;


}
