.sePageLayout .seHeaderActions {
  background: #002649;
}

/* BORDER */
.se-section-border-bottom {
  border-bottom: 1px solid #b9b9b9;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-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: 14% 10%;
}

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

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

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

/* SHOP CARDS */
.se-shop-cards .editContent {
  background-color: #002649;
  border-radius: 4px;
}

.se-shop-cards .editContent img {
  border-bottom: 1px solid #b9b9b9;
  border-radius: 4px 4px 0 0;
}

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

.sePage .sePageLayout .se-shop-cards h3,
.sePage .sePageLayout .sePageMain .se-shop-cards h3,
.sePage .sePageLayout .se-shop-cards p,
.sePage .sePageLayout .sePageMain .se-shop-cards p {
  color: #fff;
}

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

.se-shop-cards .content-block-content {
  padding: 0px 22px;
}

.sePageContent .sePageSection.se-shop-cards {
  margin-bottom: 0px;
}

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

.se-shop-cards .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.se-2col-fw-feature .content-block-column {
  width: 100%;
}

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

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

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
  left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
  right: inherit;
}

/* LOCATION PAGES */
.listen-360-widget .public-review {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}

/* FOOTER */
.sePage .sePageLayout .seFooterList {
  border-top: 1px solid #b9b9b9;
}

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

.seBackTop {
  left: 10px;
}

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

/* 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 {
  color: #fff;
}

.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: #d9d9d9;
  text-decoration: underline;
}

/* HEADER */
.sePageLayout .seHeaderTopRow {
  background: #002649;
}

.sePageLayout .seHeaderActions {
  background: #002649;
}

.sePageLayout .seUserAction {
  background: #ca232d;
}

.sePageLayout .sePageHeader .seIcon.seIconSearch {
  color: #002649;
}

.sePageHeaderWrapper .seHeaderBottomRow {
  margin: 0;
  background: #002649;
  border-top: 1px solid #b9b9b9;
}
.sePage .sePageLayout .seHeaderActionsInner {
  background: transparent;
}

.sePageLayout
  .sePageHeader
  .seHeaderActions
  .seHeaderActionsSearch
  .seSiteSearchForm
  .seSearchButton:hover
  .seIcon.seIconSearch {
  color: #002649;
}

.navbar-brand {
  color: #ffffff;
  background: #002649;
}

@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 {
    width: 50%;
  }

  .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
    left: 50%;
  }

  .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
    right: 50%;
  }

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

  /* NAV FIX */
  .is-drilldown-submenu-parent.dropdown > .dropdown-toggle > .arrow,
  .sePage .sePageLayout .seNavbar .navbar-nav > li > a {
    display: flex;
    align-items: center;
  }
  .sePageLayout .seUserAction {
    background: #002649;
  }
}

@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 (max-width: 991px) {
  /* HEADER */
  .sePageHeaderWrapper.seNoStoreName .seHeaderTopRow {
    display: block;
    padding: 10px;
  }
}
