/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

#PageMain { margin-top: 0; }

main { padding-top: 0px !important; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; }
#PageFooter { margin-top: 0; }

/*NOTICE*/
.homepage_store_status {margin-bottom: 0px !important;}
.top-message-margins {padding-top: 0.6em;}

/* HERO */
.sePage .sePageLayout .sePageMain .se-section-img-hero {
 position: relative;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .container
 .content-block-column {
 position: relative;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .container
 .content-block-column::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: var(--image-overlay-lt, rgba(0, 0, 0, 0.2));
 padding: 0;
 width: 100%;
 content: "";
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.no-overlay
 .container-fluid::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.no-overlay
 .container
 .content-block-column::after {
 background: transparent;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 padding: 18% 0;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .editContent {
 z-index: 1;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .custom3-2
 .content-block-column {
 justify-content: flex-start;
 padding: 18% 30px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-lg
 .content-block-column {
 padding-top: 24%;
 padding-bottom: 24%;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-sm
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-zero
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
}

/*IMG LINK CARDS*/
.sePage .sePageLayout .sePageMain .se-section-img-link-card.full-bleed {
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column {
 position: relative;
 transition: all 0.3s ease-in-out;
 min-height: 480px;
 overflow: hidden;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: inherit;
 background-size: cover;
 -webkit-transform-origin: center;
 transform-origin: center;
 transition: all 0.3s ease-in-out;
 z-index: 1;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column:hover::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column:active::after,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column:focus::after {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h2
 a:not(.btn),
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h3
 a:not(.btn) {
 z-index: 2;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: flex-end;
 background: rgba(0, 0, 0, 0.2);
 color: #ffffff;
 text-decoration: none;
 white-space: normal;
 transition: all 0.3s ease-in-out;
 padding: 45px 30px;
 margin: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h2
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h2
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h2
 a:not(.btn):active,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h2
 a:not(.btn):focus,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h3
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h3
 a:not(.btn):hover,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h3
 a:not(.btn):active,
.sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column
 h3
 a:not(.btn):focus {
 color: #ffffff;
 text-decoration: none;
 background: rgba(0, 0, 0, 0.2);
}

.sePage .sePageLayout .se-section-img-link-card.full-bleed h2 a,
.sePage .sePageLayout .se-section-img-link-card.full-bleed h2 a:hover,
.sePage .sePageLayout .se-section-img-link-card.full-bleed h3 a,
.sePage .sePageLayout .se-section-img-link-card.full-bleed h3 a:hover {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-section-img-link-card.full-bleed .container-fluid {
 padding-left: 15px;
 padding-right: 15px;
}

.sePage .sePageLayout .se-section-img-link-card.full-bleed .container {
 padding-left: 15px;
 padding-right: 15px;
}
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-xs-6,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-margin-bottom,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-xs-12 {
 padding: 0;
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .se-section-img-link-card.full-bleed.bottom
 .container-fluid {
 padding-bottom: 45px;
}

.se-section-fw .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent,
.custom5-4 .text-center .editContent {
 margin: auto;
 width: 100%;
 max-width: 970px;
 padding-left: 15px;
 padding-right: 15px;
}

.sePageContent .sePageSection.no-button .editContent {
 padding-bottom: 11px;
}

@media (min-width: 768px) {
 .sePage .sePageLayout .se-section-img-link-card.full-bleed .container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column {
 min-height: 500px;
 }
}
@media (min-width: 992px) {
 .sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
 padding: 12% 0;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero
 .custom3-2
 .content-block-colum {
 padding: 12% 30px;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-lg
 .content-block-column {
 padding-top: 18%;
 padding-bottom: 18%;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-sm
 .content-block-column {
 padding-top: 60px;
 padding-bottom: 60px;
 }
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-hero.padding-zero
 .content-block-column {
 padding-top: 0;
 padding-bottom: 0;
 }
}
@media (min-width: 1200px) {
 .sePage
 .sePageLayout
 .sePageMain
 .se-section-img-link-card.full-bleed
 .content-block-column {
 min-height: 540px;
 }
}
