/* HERO */
.sePage .sePageLayout .sePageMain .nsc-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .nsc-lp-hero .content-block-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 10%;
}

.sePage .sePageLayout .sePageMain .nsc-hp-hero::after, .sePage .sePageLayout .sePageMain .nsc-lp-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.30);
  padding: 0;
  width: 100%;
  content: '';
}

.sePage .sePageLayout .sePageMain .nsc-hp-hero, .sePage .sePageLayout .sePageMain .nsc-lp-hero {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .nsc-hp-hero h1, .sePage .sePageLayout .nsc-hp-hero h2 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .nsc-hp-hero p {
  margin: 0px auto 11px;
  font-size: 22px;
}

.sePage .sePageLayout .nsc-lp-hero h1 {
  margin: 22px auto;
}

/* SE SERIES */
.nsc-se-series .editContent {
  background-color: #000000;
}

.nsc-se-series .content-block-content {
  padding: 8px 30px;
}

.sePage .sePageLayout .nsc-se-series h3, .sePage .sePageLayout .nsc-se-series p {
  color: #ffffff;
}

.nsc-se-series {
  text-align: center;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .nsc-fw-2col .nsc-fw-2col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .nsc-fw-2col .seContentEmpty {
  min-height: 300px;
}

@media (max-width: 991px) {
  .sePage .sePageLayout .sePageMain .nsc-fw-2col .nsc-fw-2col-content {
    padding: 45px 30px;
  }
}

/* BUTTON EDIT */
.btn {
  padding: 6px 32px;
}

.seBackTop i {
  color: #000000;
}

/* SHOPPING LINKS */
.sePageContent .sePageSection.nsc-shop-links {
  margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column h3 {
  color: #FFFFFF;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column h3:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  position: relative;
  transition: 0.2s ease-in-out;
  min-height: 200px;
  overflow: hidden;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column {
  min-height: 200px;
}

.sePage .sePageLayout .sePageMain .nsc-shop-links .content-block-column:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transform: translateY(-2px);
  transition: 0.2s ease-in-out;
}

.nsc-shop-links .col-margin-bottom {
  margin-bottom: 30px;
}

/* BORDER */
.nsc-border-bottom {
  border-bottom: 2px solid #63b1e7;
}

.sePageContent .sePageSection.nsc-border-bottom {
  padding-bottom: 45px;
}

.sePageContent .sePageSection.se-section-margin-b-two {
  margin-bottom: 2px;
}

/* IMAGE OVERLAY */
.nsc-image-overlay .content-block-column::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.30);
  width: 100%;
  content: '';
}

.nsc-image-overlay .editContent, .nsc-image-overlay .content-block-column {
  position: relative;
}

/* HEADER EDITS */
.sePageHeaderWrapper>.row {
  padding: 15px 0 22px;
}

.sePageLayout .sePageHeader .seStoreHours {
  font-size: 14px;
}

.seStoreName a h1 {
    transition: 0.3s ease-in-out;
}

.seStoreName a:focus,
.seStoreName a:hover {
    text-decoration: none;
}

.sePageHeaderWrapper .row .seStoreData .seStoreName a:hover h1 {
    color: #63b1e7 !important;
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
    color: #e60000;
}
