/* STYLES FOR NEW TEMPLATE */

#hero .container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
}

#hero h1 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-shadow: 2px 2px 4px #000;
  font-size: 24px;
}

#hero h2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 20px;
}

.seo-content-block.bottom-banner-content {
  margin: 0 auto;
}

div[style*="background-color:#b99cca;"],
div[style*="background-color:#b99cca;"] p,
div[style*="background-color:#b99cca;"] h3,
div[style*="background-color: #b99cca;"],
div[style*="background-color: #b99cca;"] p,
div[style*="background-color: #b99cca;"] h3 {
  color: #333 !important;
}

div[style*="background-color:#b99cca;"] h3,
div[style*="background-color: #b99cca;"] h3 {
  padding-bottom: 10px;
}

.bottom-banner a:not(.btn),
div[style*="background-color:#b99cca;"] a:not(.btn),
div[style*="background-color: #b99cca;"] a:not(.btn) {
  color: #fff;
  font-weight: bold;
}

div[style*="background-color:#b99cca;"] .btn-success,
div[style*="background-color: #b99cca;"] .btn-success {
  width: 100%;
}

.bottom-banner-content .col-xs-12.col-sm-2 a:not(.btn) {
  margin-left: 0;
}

/* Mobile CTA */

@media (max-width: 767px) {
  .new-seo-row-content {
    padding-bottom: 0;
  }

  .mobile-cta {
    display: block;
    padding: 20px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #b99cc8;
    border-radius: 4px;
    margin-top: 40px;
  }

  a.mobile-cta:visted .mobile-cta--headline:hover,
  a.mobile-cta:focus .mobile-cta--headline:focus,
  a.mobile-cta:hover .mobile-cta--headline:visited,
  a.mobile-cta:visted,
  a.mobile-cta:hover,
  a.mobile-cta:focus,
  a:focus,
  a:hover,
  a:active {
    color: #fff !important;
    text-decoration: none !important;
  }

  .mobile-cta--headline {
    display: block;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
  }

  .cta-down-arrow {
    position: relative;
    top: -3px;
    height: 15px;
    width: auto;
    margin-left: 10px;
  }

  .anchor-link:target::before {
    content: "";
    display: block;
    height: 110px;
    /* fixed header height*/
    margin: -110px 0 0;
    /* negative fixed header height */
  }
}
