body {
  font-family: "aktiv-grotesk", sans-serif;
}

h1,
h2,
h3,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "bree-serif", serif;
  font-weight: 600;
  line-height: 1.2;
}

.btn {
  font-weight: bold;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.lead {
  font-family: "bree-serif", serif;
  font-weight: 600;
  border-bottom: solid 1px #21252d;
  padding-bottom: 8px;
  /*min-height: 3em;*/
}

.lead .fas.fa-pull-left {
  margin-top: 0.5rem;
}

section:nth-child(odd) {
  background-color: #f8f9fa !important;
}

section + section {
  border-top: 1px solid #dee2e6 !important;
}

.simplyinsured-top-bar {
  background: #3e69b3;
  padding: 0;
}

.hero {
  background: url("modern-landing-hero-bright3.png") top center / cover no-repeat;
  overflow: hidden;
}

.hero input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #317eac;
  padding-left: 0;
}

.hero input::placeholder {
  color: #BBB;
}

.diamond {
  display: inline-block;
  position: relative;
}

.diamond:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.diamond img {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.diamond h1, h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 2;
}

.lead .fa-pull-left {
  margin-top: 0.75rem;
}

.testimonial {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
}

.testimonial img {
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.setup-step {
  border-left: 3px solid #3e69b3;
  padding: 0 0 10px 30px;
  position: relative;
}

.setup-step:last-child {
  border-left: 3px solid transparent;
}

.setup-step-number {
  background: #fff;
  border-radius: 1.5em;
  border: 3px solid #317eac;
  color: #317eac;
  display: inline-block;
  font-family: "bree-serif", serif;
  font-size: larger;
  font-weight: 600;
  height: 1.5em;
  left: calc((-1.5em - 3px) / 2);
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 1.5em;
}

.setup-step-name {
  font-family: "bree-serif", serif;
  font-size: larger;
  font-weight: 600;
  min-height: 3em;
  padding-bottom: 8px;
}

footer li {
  margin-right: 1em !important;
}

footer a {
  color: inherit;
}
