/* HERO */
.se-hero .block-bg-img,
.se-lp-hero .block-bg-img {
  padding: 14% 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;
}

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

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

/* SHOP LINKS */
.se-shop-links .block-bg-img {
  padding: 60px 15px;
}

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

/* 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,
.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: #d2d2d2;
  text-decoration: underline;
}

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

.se-section-border-bottom {
  border-bottom: 1px solid #b2b2b2;
}

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

/* BANNER */
.sePage .sePageBanner .se-callout-banner .btn {
display: block;
white-space: normal;
}

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

.se-footer-social .fa-2x {
  font-size: 2.25em;
}

.se-footer-email #mc_embed_signup form {
  text-align: center;
  padding: 0;
}

.se-footer-email #mc_embed_signup .button {
  font-size: 16px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: .03em;
  color: #020202;
  background-color: #3ef238;
  border-color: #3ef238;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.se-footer-email #mc_embed_signup .button:hover {
  background-color: #b2b2b2;
  cursor: pointer;
}

.se-footer-email #mc_embed_signup input.email {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #323232;
  background-color: #fff;
  height: 36px;
  padding: 0px 14px;
}

.sePage .sePageLayout .seFooterList {
  border-top: 1px solid #b2b2b2;
}

/* HEADER FIX */
.sePageLayout .seUserActionsList>li>a:hover .seIcon:before {
  color: #fff;
}

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

  /* HEADER */
  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sePageLayout .seNavbar .navbar-nav>li>a:focus,
  .sePageLayout .seNavbar .navbar-nav>li>a:hover {
    border-bottom: 7px solid #fff;
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .sePage .sePageLayout .seNavbar {
    background: #e2e2e2;
    border-color: #b2b2b2;
  }

  .sePageLayout .seNavbar .navbar-nav>.active>a,
  .sePageLayout .seNavbar .navbar-nav>.active>a:focus,
  .sePageLayout .seNavbar .navbar-nav>.active>a:hover,
  .sePageLayout .seNavbar .navbar-nav>li>a:focus,
  .sePageLayout .seNavbar .navbar-nav>li>a:hover,
  .sePageLayout .seNavbar .navbar-nav>.open>a,
  .sePageLayout .seNavbar .navbar-nav>.open>a:hover,
  .sePageLayout .seNavbar .navbar-nav>.open>a:focus {
    background: #e2e2e2;
    border-color: #b2b2b2;
  }

  .sePage .sePageLayout .seNavbar .navbar-nav>li>a {
    color: #020202;
  }

  .sePage .sePageLayout .seNavbar .navbar-nav>li>a:hover {
    color: #020202;
  }
}
