@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
body {
  border-top: 3px solid #b01127;
  font-family: "Open Sans", sans-serif;
}

.footer {
  margin-top: 3em;
  background-color: #b01127;
  color: white;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1em;
}

.header {
  width: 90%;
  margin: 0 auto;
}

.rfp {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0.5em auto;
}

.success {
  width: 95%;
  background-color: lightgreen;
  text-align: center;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em;
  margin: 0.5em auto;
  border-radius: 5px;
}

.required {
  color: #e3e3e3;
}

.nav-brand {
  max-width: 11em;
  width: 100%;
  margin: 0.5em 0;
  display: inline-block;
}

.divider {
  width: 100%;
  display: block;
  height: 4px;
  clear: both;
  margin-bottom: 2em;
  background-color: #ee3233;
}

h1 {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1em;
}

p {
  text-align: center;
  font-size: 1.6em;
}

.benefits {
  margin: 2em auto 3em;
  width: fit-content;
  display: block;
}
.benefits .benefit {
  font-size: 20px;
  margin-bottom: 5px;
}
.benefits .benefit:before {
  background-image: url("/media/checkmark.png");
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  vertical-align: middle;
  font-size: 14px;
  margin-right: 15px;
}

.btn-primary {
  margin: 0.5em auto 1em;
  width: 80%;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  border: 0;
  background-color: #b01127;
}
.btn-primary:hover {
  background-color: #ee3233;
  border: 0;
}

h2 {
  text-align: center;
}

.phone {
  margin-top: 0.5em;
  font-size: 1.8em;
  color: #3a3a3a;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}

.testimonial {
  font-style: italic;
  font-weight: 400;
  font-size: 1.3em;
  margin: 1em;
  text-align: center;
}

form {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin-top: 1em;
  background-color: #3a3a3a;
  border-radius: 5px;
  color: white;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
form p {
  font-size: 1.4em;
  font-weight: bold;
}
form .white-triangle {
  position: absolute;
  left: 0;
  top: 8em;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
}

.sprites {
  display: inline-block;
  text-align: center;
  margin-top: 1em;
}
.sprites .sprite {
  zoom: 0.8;
  margin: 0 0.5em;
  vertical-align: middle;
}
.sprites img {
  display: inline-block;
  height: 95px;
}

.trusted-by {
  margin: 1.5em 0;
  padding: 1em;
  border-top: 8px solid #e3e3e3;
  border-bottom: 8px solid #e3e3e3;
}
.trusted-by .trusted-by-content {
  display: inline-block;
  margin: 0 auto;
}
.trusted-by .trusted-by-content h3 {
  display: inline-block;
  margin: 0.5em 1em 1em;
}

@media (min-width: 768px) {
  .phone {
    font-size: 2em;
    float: right;
  }

  .benefits .benefit {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .sprites {
    float: right;
    width: fit-content;
    margin: 0;
  }
  .sprites .sprite {
    zoom: 0.6;
  }
}
