@charset "UTF-8";
/* Colors */
.hero {
  margin-bottom: 1rem;
}

.hero-pre-headline {
  background: transparent;
  color: #fff;
  text-transform: none;
  font-weight: 300;
}

.hero-headline {
  background: transparent !important;
}

.hero-grad {
  background: linear-gradient(0deg, rgba(0, 102, 51, 0.7) 0%, rgba(0, 102, 51, 0) 100%);
}

.difference {
  padding-top: 0 !important;
}

.difference-item-icon {
  order: 0;
}

.difference-item-number {
  order: 1;
  color: #1d548c !important;
}

.difference-item-headline {
  order: 2;
  color: #05ad52;
}

.difference-item-blurb {
  order: 3;
}

.difference-item .button {
  order: 4;
  margin-top: 1rem;
}

.difference-item-arrow-top {
  fill: #1d548c;
}

.difference-item-arrow-line {
  background: #1d548c;
}

.site-footer {
  padding-bottom: 130px;
}

@media (min-width: 48em) {
  .site-footer {
    padding-bottom: 200px;
  }
}
