body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

h1.welcome {
  font-size: 36px;
}

img.intuit-logo {
  height: 60px;
  padding-bottom: 18px;
}

img.quickbooks-logo {
  height: 60px;
  padding-bottom: 12px;
}

.btn {
  font-weight: bold;
  background: #095bc2;
  border-color: #095bc2;
  border-radius: 0;
}

.form-group label {
  display: inline-block;
  vertical-align: top;
  color: #095bc2;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 0 0;
}

/*.feature-title {
  color: #3e69b3;
  border-bottom: 1px solid #3e69b3;
  padding: 0 30px 15px 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  float: left;
}
*/
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.navbar-brand img {
  max-height: 40px;
}

.simplyinsured-dark {
  max-width: 500px;
  padding-bottom: 20px;
}

.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #3e69b3;
  padding-bottom: 8px;
}

.simple-small-business {
  font-family: "freight-text-pro", "Times New Roman", "Georgia", serif;
  font-size: 47px;
}

.save-per-year {
  font-weight: 600;
  text-transform: uppercase;
}

.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.95);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.diamond img {
  margin: 0;
  padding: 0 20px;
  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-size: larger;
  font-weight: 600;
  min-height: 3em;
  padding-bottom: 8px;
}

.security-box {
  border: 2px solid #3e69b3;
  border-radius: 4px;
}

.security-text {
  color: #3e69b3;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 10px;
}

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

footer a {
  color: inherit;
}

@media (max-width: 767.98px) {
  .setup-step {
    margin-left: 10px;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .testimonial img {
    top: -25px;
    left: -12px;
  }

  .hero {
    background-image: url("modern-landing-hero-bright3.png");
    background-repeat: no-repeat;
    background-position: 47% 50%;
    overflow: hidden;
  }

  h1.welcome {
    font-size: 36px;
    line-height: 1.3;
  }

  img.quickbooks-logo {
    height: 48px;
    padding-bottom: 0;
  }
}
