/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* MARGIN */
.sePageContent .sePageSection.se-section-padding-b-22 {
 padding-bottom: 22px;
}

/* 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;
}

/* SHOP CARDS */
.se-shop-cards .editContent {
 border: 1px solid #000;
}

.se-shop-cards .editContent img {
 border-bottom: 1px solid #000;
}

.sePage .sePageLayout .se-shop-cards h3 {
 margin-top: 22px;
}

.seResponsive .se-shop-cards .content-block-column .btn {
 margin-bottom: 22px;
}

.se-shop-cards .content-block-content {
 padding: 0px 22px;
}

.sePageContent .sePageSection.se-shop-cards {
 margin-bottom: 0px;
}

.se-shop-cards .col-margin-bottom {
 margin-bottom: 30px;
}ge .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-hp-hero-top p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 18px;
}
.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 margin-bottom: 15px;
 font-size: 18px;
}
.sePage .sePageLayout .se-lp-hero-top h1 {
 margin-top: 22px;
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 height: 100%;
 text-align: center;
 background-color: #ffffff;
 border: 1px solid #d2d2d2;
}
.sePage .sePageLayout .se-feature-card-section.bordered .editContent img {
 border-bottom: 1px solid #d2d2d2;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
 width: 100%;
 max-width: 940px;
 margin: auto;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-top: 0;
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content ul,
.sePage .sePageLayout .se-feature-card-section .content-block-content ol {
 -webkit-padding-start: 22px;
 padding-inline-start: 22px;
 padding-bottom: 5px;
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content li {
 padding-bottom: 6px;
}

/* full width sections */
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

/* divider padding */
.divider {
 margin-bottom: 15px;
 margin-top: 15px;
}