@media only screen and (min-width: 768px) {
  .sePage .sePageLayout .seNavbar .seNavigationMain {
    border-top: none;
    border-bottom: none;
  }

  .sePage .sePageLayout .seNavbar {
    background: #fff;
    border-top: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
  }
}

.btn {
  padding: 6px 32px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .sci-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% 8%;
}

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

.sePage .sePageLayout .sePageMain .sci-hero {
  position: relative;
  overflow: hidden;
}

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

.sePage .sePageLayout .sci-hero p {
  margin: 0px auto 11px;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

/* LOCATIONS PAGE */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
  border: 2px solid #b9b9b9;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
  border-bottom: 2px solid #b9b9b9;
}

.sePage .sePageLayout .divider {
  border-color: #b9b9b9;
  border: 0;
  border-top: 2px solid #b9b9b9;
  margin-bottom: 22px;
  margin-top: 22px;
}

/* FOOTER */
.sePage .sePageLayout .seFooterList li {
  padding-bottom: 11px;
}

.sePage .sePageLayout .sci-footer-social .seContentBlockFooter {
  margin-top: 0;
  margin-bottom: 0;
}
