/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

.sePage .sePageLayout .sePageMain .se-hero {
 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-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 background-color: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-hero.se-footer {
 padding: 10%;
}

hr {
 border: 0;
 height: 2px;
 background: #1F1F1F;
}


button.video-btn,
button.video-btn::before {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
}

/*
.sePage .sePageLayout a.btn.btn-primary {
 background-color: #DBD931;
 border-color: #DBD931;
}
*/

button.video-btn {
 background: transparent;
 border: 0;
}

button.video-btn::before {
 background-color: #ffffff;
 width: 20px;
 height: 20px;
 display: block;
 content: '';
}

button.video-btn i {
 color: #E7131A;
 position: relative;
}


/* 2 Column Full Width Image and Content */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
}

@media only screen and (min-width: 768px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 45px;
 }
}

@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 460px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 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;

}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seSpecialPrice {
 color: #e12826;
 font-size: 16px;
 font-weight: 700;
}