#PageMain {
 margin-top: 0px;
}

/* HEADER */
.sePage .sePageMain { margin-top: 45px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* HERO */
.se-sample-hero .block-bg-img {
 padding: 10% 6%;
}

.sePage .sePageLayout .se-sample-hero h1, .sePage .sePageLayout .se-sample-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-sample-hero p {
 margin: 0px auto 11px;
 font-size: 20px;
}

/* SHOP BUTTONS */
.se-sample-shop-btns .block-bg-img {
 padding: 90px 15px;
}

hr {
border: 0;
height: 2px;
background: #5179B6;
}

/* 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;
}

/* 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;
 }
}