@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap");

/* HERO */
.sePage .sePageLayout .sePageMain .wcd-hp-hero .content-block-column,
.sePage .sePageLayout .sePageMain .wcd-lp-hero .content-block-column {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 14% 8%;
}

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

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

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

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

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

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

.sePage .sePageLayout .sePageMain .wcd-shop-links .content-block-column a {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-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;
}

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

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

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

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

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

.wcd-shop-links .col-margin-bottom {
  margin-bottom: 22px;
}

/* IMAGE OVERLAY */
.wcd-image-overlay .content-block-column::before,
.wcd-image-overlay-multi-col .content-block-column::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.wcd-image-overlay .editContent,
.wcd-image-overlay .content-block-column,
.wcd-image-overlay-multi-col .editContent,
.wcd-image-overlay-multi-col .content-block-column {
  position: relative;
}

.wcd-image-overlay-multi-col .block-bg-img {
  padding: 60px 15px;
}

.wcd-image-overlay-multi-col .col-margin-bottom {
  margin-bottom: 22px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .wcd-fw-2col .wcd-fw-2col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 60px;
}

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

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

.wcd-border-bottom {
  border-bottom: 3px solid #991b1e;
}

/* SECTION HEADING */
.sePage .sePageLayout .wcd-section-heading h1,
.sePage .sePageLayout .wcd-section-heading h2,
.sePage .sePageLayout .wcd-section-heading h3 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .wcd-section-heading p {
  margin: 0px auto 11px;
  font-size: 20px;
}

.sePageHeaderWrapper .seHeaderBottom,
.megamenu-toggle-bar {
  background-color: #991b1e;
}

.seSearchResultsWrapper .seIconArrowLeft::before,
.seSearchResultsWrapper .seIconArrowRight::before {
  position: static;
}

.seSiteSearchForm label.sr-only {
  background-color: #ffffff;
  color: #111111;
}

/* FOOTER EDITS */

.seContentBlockFooter address {
  margin-bottom: 11px;
}

.seContentBlockFooter li {
  padding-bottom: 7px;
}

.seContentBlockFooter ul {
  margin-bottom: 4px;
}

.wcd-footer-social .seContentBlockFooter {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wcd-footer-social .seContentBlockFooter .social-icon a {
  display: inline-block;
  margin: 22px 11px;
  text-decoration: none;
}
