/* BUTTON EDTIS */
.btn {
  padding: 6px 28px;
}

.seResponsive .content-block-column .btn {
  margin-bottom: 22px;
}

.block-bg-img .h1, .block-bg-img .h2, .block-bg-img .h3, .block-bg-img h1, .block-bg-img h2, .block-bg-img h3 {
  margin-top: 22px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .bgi-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .bgi-lp-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 .bgi-hp-hero::after, .sePage .sePageLayout .sePageMain .bgi-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 .bgi-hp-hero, .sePage .sePageLayout .sePageMain .bgi-lp-hero {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

/* BORDERS */
.bgi-border-bottom {
  border-bottom: 3px solid #333333
}

.bgi-border-top {
  border-top: 3px solid #333333;
}

/* IMAGE OVERLAY */
.bgi-image-overlay .content-block-column::before, .bgi-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;
}

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

.sePageContent .sePageSection.bgi-image-overlay-multi-col {
  padding-bottom: 22px;
  margin-bottom: 0px;
}

.bgi-image-overlay-multi-col .col-margin-bottom {
  margin-bottom: 30px;
}

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

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

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

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

@media (max-width: 767px) {
  .sePage .sePageLayout .sePageMain .bgi-fw-2col .bgi-fw-2col-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* HEADER */
#PageHeader .container {
  width: 100%;
}

.sePageHeader .seHeaderActions .seSiteLogo .seSiteLogoWrapper img:hover {
  opacity: .85;
}

.seIconSearch:before {
  color: #00212e;
}

.sePageHeader .seHeaderActionsSearch:after {
  background-color: #00212e;
}

@media only screen and (min-width: 992px) {
  .sePageHeader .seHeaderActions {
    padding: 15px 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #PageHeader .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sePageHeader .sePageHeaderWrapper>.row:last-child {
    padding: 0;
  }

  #PageHeader .sePageHeaderWrapper .row {
    margin-left: 0;
    margin-right: 0;
  }

  .sePageHeader .seUserActionsList>li:after {
    background-color: #1a1a1a;
  }
}

@media only screen and (max-width: 991px) {
  .sePageHeader .seHeaderActions .seHeaderMobileActions {
    padding: 0 15px 15px;
    border-bottom: none;
  }

  .sePageHeader .seHeaderActions .seSiteLogo .seSiteLogoWrapper {
    padding: 15px 15px 0;
  }
}

.is-drilldown-submenu-parent.dropdown .arrow:before {
  color: #1a1a1a;
}

.sePageLayout .seNavbar .navbar-nav li a {
  padding: 15px 20px;
}

.sePageHeader .seStoreHours p {
  color: #1a1a1a;
}

/* FOOTER */
.sePageFooter {
  margin-top: 44px;
}
