/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePage .sePageFooter {
 margin-top: 0px;
}

/* SERVIVCE ICONS */
.service-icons .row {
 margin-top: 18px;
 margin-bottom: 18px;
}

/* TOP IMAGE */
.top-image {
 background-attachment: initial;
}

.top-image .editContent {
 margin-left: 30px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-sample-hp-hero .content-block-column,
.sePage .sePageLayout .sePageMain .se-sample-lp-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: 12% 10%;
}

.sePage .sePageLayout .sePageMain .se-sample-hp-hero::after,
.sePage .sePageLayout .sePageMain .se-sample-lp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-sample-hp-hero,
.sePage .sePageLayout .sePageMain .se-sample-lp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-sample-lp-hero h1 {
 margin: 22px auto;
}

.sePage .sePageLayout .se-sample-hp-hero h1,
.sePage .sePageLayout .se-sample-hp-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-sample-hp-hero p {
 margin: 0px auto 11px;
 font-size: 18px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-sample-fw-2col .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-sample-fw-2col .content-block-column {
 width: 100%;
}

.se-sample-fw-2col .content-block-column:first-child {
 min-height: 360px;
}

.se-sample-fw-2col .content-block-column:last-child {
 padding: 45px 30px;
}

.se-sample-fw-2col .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-sample-fw-2col .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

/* SHOP LINKS */
.se-shop-links .block-bg-img {
 padding: 60px 15px;
}

.se-shop-links .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.15);
 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;
}

/* BUTTON GROUP */
.se-btn-group {
 flex-direction: column;
 display: inline-flex;
}

.seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {

 /* BUTTON GROUP */
 .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 22px;
 }

 .se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }

 .seResponsive .content-block-column .se-btn-group .btn {
 margin-bottom: 22px;
 }

 /* TOP IMAGE */
 .top-image {
 background-attachment: fixed;
 }
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-sample-fw-2col .content-block-column:first-child {
 min-height: 480px;
 }

 .se-sample-fw-2col .content-block-column {
 width: 50%;
 }

 .se-sample-fw-2col .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-sample-fw-2col .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-sample-fw-2col .content-block-column:last-child {
 padding: 45px 60px;
 }
}