/* HEADER EDITS */
.sePageHeaderWrapper .seHeaderTop {
  background-color: #0d2d4f;
}

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

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg,
.seSiteSearchForm .input-group.input-group-lg .form-control {
  font-size: 18px !important;
}

/* BANNER */
.sePage .sePageLayout .sePageBanner .se-callout-banner {
  background: #58585a;
  padding: 11px;
}

.sePage .sePageLayout .sePageBanner .se-callout-banner p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

/* LINKS */
.sePageLayout .sePageSectionResponsive a:not(.btn) {
  text-decoration: underline;
}

.sePageLayout .sePageSectionResponsive .seCatalogWidget a,
.sePage .sePageLayout .sePageMain h1 a:not(.btn),
.sePage .sePageLayout .sePageHeader h1 a:not(.btn),
.sePage .sePageLayout .sePageMain h2 a:not(.btn),
.sePage .sePageLayout .sePageHeader h2 a:not(.btn),
.sePage .sePageLayout .sePageMain h3 a:not(.btn),
.sePage .sePageLayout .sePageHeader h3 a:not(.btn),
.sePage .sePageLayout .sePageMain h4 a:not(.btn),
.sePage .sePageLayout .sePageHeader h4 a:not(.btn),
.sePage .sePageLayout .sePageMain h5 a:not(.btn),
.sePage .sePageLayout .sePageHeader h5 a:not(.btn),
.sePage .sePageLayout .sePageMain h6 a:not(.btn),
.sePage .sePageLayout .sePageHeader h6 a:not(.btn) {
  text-decoration: none;
}

.sePageLayout .sePageSectionResponsive .seCatalogWidget a:hover,
.sePage .sePageLayout .sePageMain h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h6 a:not(.btn):hover {
  text-decoration: underline;
}

/* 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 {
  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 {
  color: #ddd;
  text-decoration: underline;
}

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

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

/* HERO */
.se-hero .block-bg-img {
  padding: 12% 10%;
}

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

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

/* 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;
  text-align: center;
}

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

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

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

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

.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;
}

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

.sePage .sePageLayout .seFooterList .se-footer-social a:not(.btn) {
  color: #fff;
}

.sePage .sePageLayout .seFooterList .se-footer-social a:not(.btn):hover {
  color: #4caf50;
}

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

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

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

@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;
  }
}
