#PageFooter,
#PageMain {
 margin-top: 0;
}

.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%);
}

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;
 }
}

.se-brand-bar {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 margin-top: 30px;
}

.se-brand-bar a {
 margin: 0 15px;
 max-width: 120px;
 max-height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s ease-in-out;
}

.se-brand-bar a:hover {
 opacity: 0.8;
}

.se-brand-bar img {
 width: 100%;
}

.se-image-over-content .row>div {
 margin-bottom: 15px;
}

.se-image-over-content .editContent,
.se-image-over-content .content-block-content {
 display: flex;
 flex-direction: column;
 height: 100%;
}

.se-image-over-content .content-block-content {
 justify-content: space-between;
}

.se-image-over-logo img,
.se-image-over-content img {
 width: 100%;
}

.se-image-over-logo .content-block-content {
padding: 30px;
}

.se-image-over-logo .content-block-content>a {
height: 50px;
display: flex;
align-items: center;
}

.se-image-over-logo .content-block-content img {
max-width: 150px;
max-height: 50px;
margin: 0 auto 15px ;
}

/* 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;
}