#PageMain, #PageFooter { margin-top: 0; }

/* HERO */
.se-lp-hero .block-bg-img {
 padding: 14% 10%;
}

.sePage .sePageLayout .se-lp-hero h1,
.sePage .sePageLayout .se-lp-hero h2 {
 margin: 22px auto;
}

/* DIVIDER */
.sePageLayout .wsp-divider h2 {
 margin: 22px auto;
 font-size: 30px;
}

.sePage .sePageLayout .divider {
 border-color: #ccc;
 margin-top: 0;
margin-bottom: 0;
}

.sePageLayout .no-border-cta-block {
 min-height: auto;
 padding: 0;
}

/* SHOP CARDS */
.sePage .sePageLayout .se-shop-cards h3 {
 margin-top: 0;
}

.se-shop-cards .editContent {
 border: 1px solid #ccc;
}

.se-shop-cards .editContent img {
 border-bottom: 1px solid #ccc;
}

.se-shop-cards .content-block-content {
 padding: 22px;
}

.sePageContent .sePageSection.se-shop-cards {
 margin-bottom: 0px;
}

.se-shop-cards .col-margin-bottom {
 margin-bottom: 30px;
}

/* PROGRESS BAR */

.se-progress-bar-container {
 width: 100%;
 height: 10px;
 max-width: 1140px;
 background: #ccc;
}

.se-progress-bar-container .se-gradient-progress-bar {
 width: 100%;
 height: 100%;
 z-index: 5;
 background: linear-gradient(to right, rgb(6, 138, 204) 1%, rgb(6, 138, 204) 20%, rgb(69, 185, 49) 90%);
 transition: width 1s ease-in-out 0s;
}
