/*
---------------------------------------------------------
HERO
--------------------------------------------------------- */

.lp-hero {
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 5rem;
  margin-top: -1.5rem;
  min-height: 42rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
  position: relative;
}


.lp-hero::after {
  /* removed on client request
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.55)),to(rgba(0, 0, 0, 0.55)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.55),rgba(0, 0, 0, 0.55));
  content: ' ';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  */
}


.lp-hero > div {
  position: relative;
  z-index: 2;
}

.lp-hero h1 {
  color: #fff;
}


.lp-hero p.preamble {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  max-width: 80rem;
}


.lp-hero p.normal {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  max-width: 80rem;
}


.lp-hero p.preamble a,
.lp-hero p.normal a {
  color: #fff;
}

.lp-hero p.normal a:hover {
  color: #000;
}

.lp-hero p.preamble a {
  background: #fff;
  border-radius: 3rem;
  color: #000;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.7rem;
  margin-top: 4.6rem;
  padding: 1.3rem 3rem;
  text-decoration: none;
}

.lp-hero .sv-text-portlet p.preamble a:hover,
.lp-hero .sv-text-portlet p.preamble a:focus {
  background: #0f418c;
  color: #fff;
}
