/* 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;
}

/* SHOP LINKS */

.se-shop-links .content-block-column::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.se-shop-links .editContent,
.se-shop-links .content-block-column {
  position: relative;
}

.se-shop-links .block-bg-img {
  padding: 75px 15px;
}

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

.sePage .sePageLayout .se-shop-links h3 {
  margin-top: 22px;
}

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

/* 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: 1px solid #67bf4e;
}

/* 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);
}

/* TYPOGRAPHY */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-weight: 700;
}

.sePageLayout .btn-cart,
.sePageLayout .btn-checkout,
.sePageLayout .btn-primary {
  font-family: "Source Sans Pro", sans-serif;
}

.sePageLayout .btn-default,
.sePageLayout .seMiniCartActions .btn-cart {
  color: #333;
  background-color: #fff;
  border-color: #013065;
  font-family: "Source Sans Pro", sans-serif;
}

.sePageLayout .btn-default:active,
.sePageLayout .btn-default:focus,
.sePageLayout .btn-default:hover,
.sePageLayout .seMiniCartActions .btn-cart:active,
.sePageLayout .seMiniCartActions .btn-cart:focus,
.sePageLayout .seMiniCartActions .btn-cart:hover {
  color: #333;
  background-color: #ddd;
  border-color: #013065;
}

/* RETURN TO TOP */
.sePage .seBackTop,
.sePage .sePageLayout .seBackTop:hover {
  border: 1px solid #67bf4e;
}

/* TEXT WHITE */
.sePage .sePageLayout .sePageMain .se-text-white .h1,
.sePage .sePageLayout .sePageMain .se-text-white .h2,
.sePage .sePageLayout .sePageMain .se-text-white .h3,
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white ol,
.sePage .sePageLayout .sePageMain .se-text-white ul,
.sePage .sePageLayout .se-text-white h1,
.sePage .sePageLayout .se-text-white h2,
.sePage .sePageLayout .se-text-white h3,
.sePage .sePageLayout .se-text-white h4,
.sePage .sePageLayout .se-text-white h5,
.sePage .sePageLayout .se-text-white h6,
.sePage .sePageLayout .se-text-white p,
.sePage .sePageLayout .se-text-white ol,
.sePage .sePageLayout .se-text-white ul {
  color: #fff;
}

.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn) {
  text-shadow: 0 0 5px #484848;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):visited {
  color: #fff;
  text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):active,
.sePage .sePageLayout .sePageMain .se-text-white h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h5 a:not(.btn):hover {
  color: #f2f2f2;
  text-decoration: underline;
}

/* HEADER EDITS */
.sePageHeaderWrapper .seHeaderBottom,
.megamenu-toggle-bar {
  background-color: #013065;
}

.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreDataBottom
  .seStoreHours
  p
  a:hover,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreDataBottom a:hover {
  color: #67bf4e !important;
}

.sePageLayout .seNavbar .seNavbarNav > li > a:after,
.sePage
  .sePageLayout
  .sePageHeaderWrapper
  .seHeaderActions
  .list-inline
  > li.open
  > a::after,
.sePage
  .sePageLayout
  .sePageHeaderWrapper
  .seHeaderActions
  .list-inline
  > li
  > a:hover::after,
.sePage
  .sePageLayout
  .sePageHeaderWrapper
  .seHeaderActions
  .list-inline
  > li
  > a::after {
  background-color: #67bf4e;
}

.seSiteSearchForm label.sr-only {
  color: #fff;
}

.sePage .sePageLayout .seNavbar .navbar-nav > li > a {
  font-weight: 700;
}

/* MINI CART */
.seMiniCart .seMiniCartList {
  border-top: 1px solid #67bf4e;
}

.seMiniCart .seMiniCartList .seMiniCartItem {
  border-bottom: 1px solid #67bf4e;
}

/* MAP PIN */
.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
  color: #b30000;
}

/* SERVICE MENU */
.sePage .sePageLayout .price-block .price-header h3 {
  color: #fff;
}

.seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA,
.price-block .price-header {
  background-color: #013065;
}

.price-block .features:after,
.price-block .features:before {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  content: "";
  display: block;
  background-color: #67bf4e;
  height: 1px;
  position: absolute;
  left: 15px;
}

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

.seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  /* BUTTON GROUP */
  .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
    margin-right: 4px;
    margin-bottom: 11px;
  }

  .se-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .seResponsive .content-block-column .se-btn-group .btn {
    margin-bottom: 11px;
  }
}

@media only screen and (min-width: 992px) {
  /* 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;
  }

  /* CLICK TO CALL FIX */
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    .seClickCall:active,
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    .seClickCall:focus,
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    .seClickCall:hover {
    text-decoration: none;
    color: #333;
  }

  .seSiteNavigator .navbar-nav li.dropdown-submenu.open > .dropdown-menu,
  .seSiteNavigator .navbar-nav li.dropdown.open > .dropdown-menu {
    border-top: 1px solid #67bf4e;
  }

  .seSiteNavigator
    .navbar-nav
    li.dropdown-submenu.open
    > .dropdown-menu.megamenu,
  .seSiteNavigator .navbar-nav li.dropdown.open > .dropdown-menu.megamenu {
    border-top: none;
  }

  .seSiteNavigator .navbar-nav a.title {
    font-weight: 700;
  }
}
