/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-hp-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-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: 16% 15px;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-inner .content-block-column {
  padding: 12% 15px;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-top::after,
.sePage .sePageLayout .sePageMain .se-hp-hero-inner::after,
.sePage .sePageLayout .sePageMain .se-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 .se-hp-hero-top,
.sePage .sePageLayout .sePageMain .se-hp-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero-top h1,
.sePage .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hp-hero-inner h2 {
  margin: 22px auto 7px;
}

.sePage .sePageLayout .se-hp-hero-top p,
.sePage .sePageLayout .se-hp-hero-inner p {
  margin: 0px auto 18px;
  font-size: 18px;
}

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

/* TEXT BLOCK WIDTHS */

.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent {
  margin: auto;
  width: 100%;
  max-width: 820px;
}

/* FEATURE IMAGE */

.sePage .sePageLayout .mrb-feature-image-section {
  margin-bottom: 0;
}

.mrb-feature-image-section .col-margin-bottom {
  margin-bottom: 30px;
}

.sePage .sePageLayout .mrb-feature-image-section .content-block-column {
  min-height: 240px;
}
.sePage
  .sePageLayout
  .mrb-feature-image-section
  .col-margin-bottom
  > a:first-child:hover
  + a.btn.btn-primary {
  border-color: #b30000;
  background-color: #b30000;
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
}
.sePage .sePageLayout .mrb-feature-image-section a.btn.btn-primary {
  margin-top: 3px;
  padding: 15px;
  width: 100%;
  font-size: 18px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.se-2col-fw-feature .content-block-column:first-child {
  min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
  padding: 45px 30px;
}

/* FULL WIDTH SECTIONS */
.se-fw-section .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/* SECTION BORDER BOTTOM */
.se-section-border-bottom {
  border-bottom: 3px solid #000000;
}

.divider {
  border: 0;
  border-top: 3px solid #000;
  margin-bottom: 22px;
  margin-top: 22px;
}

.sePageLayout .bordered-top-bottom-block,
.sePageLayout .bordered-top-bottom-block2 {
  border-width: 3px 0;
}

/* FOOTER */
.se-footer-social .seContentBlockFooter {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* POWER REVIEWS ADA */
.p-w-r .pr-read-review .pr-rd-image-container figcaption,
.p-w-r .pr-review-display .pr-rd-image-container figcaption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* BTN */
.btn {
  padding: 6px 22px;
}

/* LOGO SLIDER */
.se-logo-slider-section .slick-track {
  display: flex;
  align-items: center;
  height: auto;
}

.se-logo-slider-section .slick-slide {
  position: relative;
  padding: 0;
}

.se-logo-slider-section .slick-slide > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  height: 100%;
}

.se-logo-slider-section a img {
  transition: opacity 0.5s ease;
}

.se-logo-slider-section a img:hover {
  opacity: 0.7;
}

/* LOCATION PAGES */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation,
.seStoreInformationWrapper .seSingleStoreMap {
  border: 1px solid #cccccc;
}

.seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA {
  border-bottom: 3px solid #000000;
}

/* BUTTON GROUP */
.se-btn-group {
  display: inline-flex;
  flex-direction: column;
}

.sePage .editContent .se-btn-group .btn:not(:last-child) {
  margin-bottom: 2px !important;
}

.sePage .editContent .se-btn-group .btn {
  margin-top: 0;
}

/* HEADER */
.sePageHeader .sePageHeaderWrapper.container {
  width: 100%;
  padding: 0 15px;
}

.sePageHeader {
  border-bottom: 3px solid #fff;
}

.seUserAction .list-inline {
  margin-left: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* BUTTON GROUP */
  .se-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .sePage .editContent .se-btn-group .btn:not(:last-child) {
    margin-right: 2px !important;
    margin-bottom: 11px !important;
  }
  .sePage .editContent .se-btn-group .btn {
    margin-bottom: 11px !important;
  }
}

@media only screen and (min-width: 992px) {
  /* HEADER */
  .sePageHeader .seHeaderActions,
  .sePageLayout .seNavbar .seSiteNavigatorWrapper {
    width: 970px;
    margin: auto;
  }
  .sePageHeader .sePageHeaderWrapper.container {
    width: 100%;
    padding: 0;
  }
  .sePageHeader .seHeaderActions {
    padding: 22px 15px;
  }

  .sePageHeader .seHeaderActionsSearch:after {
    background-color: #000;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu,
  .seSiteSearchForm span.twitter-typeahead .tt-menu {
    left: -23px !important;
    top: 100% !important;
  }

  .seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu,
  .seSiteSearchForm span.twitter-typeahead .tt-menu {
    min-width: 200px;
    margin: 0;
  }

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

  /* FULL WIDTH 2 COLUMN FEATURE */
  .se-2col-fw-feature .content-block-column:first-child {
    min-height: 480px;
  }

  .se-2col-fw-feature .content-block-column:last-child {
    padding: 45px 60px;
  }
}

@media (min-width: 1200px) {
  /* HEADER */
  .sePageHeader .seHeaderActions,
  .sePageLayout .seNavbar .seSiteNavigatorWrapper {
    width: 1170px;
    margin: auto;
  }

  /* FULL WIDTH 2 COLUMN FEATURE */
  .se-2col-fw-feature .content-block-column:last-child {
    padding: 45px 90px;
  }
}

@media only screen and (max-width: 991px) {
  /* HEADER */
  .sePageHeader .seHeaderActions .seHeaderMobileActions {
    border-bottom: 3px solid #000;
    padding: 0 3px 3px;
  }

  .seSiteSearchForm fieldset {
    background-color: #e2e2e2;
  }

  .sePageHeader .seHeaderActionsSearch:after {
    background-color: transparent;
  }

  .sePageHeader .seHeaderActions .seSiteLogo {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .sePageLayout .wsmobileheader .navbar-toggle {
    width: 60px;
    height: 45px;
  }
  .seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu,
  .seSiteSearchForm span.twitter-typeahead .tt-menu {
    margin: 6px 0 0;
  }
  .seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu,
  .seSiteSearchForm span.twitter-typeahead .tt-menu {
    left: 50% !important;
    margin-left: -webkit-calc(-50vw - 17px);
    margin-left: calc(-50vw - 22px);
    min-width: 260px;
    top: 100% !important;
    width: calc(100vw - 6px);
  }
  .seSiteNavigator .navbar-nav li a:active,
  .seSiteNavigator .navbar-nav li a:focus,
  .seSiteNavigator .navbar-nav li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .seSiteNavigator .navbar-nav li a:active,
  .seSiteNavigator .navbar-nav li a:focus,
  .seSiteNavigator .navbar-nav li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .wsoffcanvasopener .seSiteNavigator {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
  }
}