/**
 * This file is for the stats component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-stats__items {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .c-stats__items:after {
    clear: both;
  }
  .c-stats__items > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .c-stats__items {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .c-stats__items:after {
    clear: both;
  }
  .c-stats__items > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 33.3333333333%;
  }
}

.c-stats__item {
  margin-bottom: 30px;
}

.c-stats__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.c-stats__title h2.h3-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
@media (min-width: 57.5em) {
  .c-stats__title h2.h3-heading {
    font-size: 1.9444444444rem;
    line-height: 1.4444444444rem;
  }
}
.c-stats__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: 2px solid #518325;
  width: 40px;
  height: 10px;
  bottom: 0;
  left: 0;
}

.c-stats__content {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 30px 34px;
  border-left: 6px solid #f1c418;
}

.c-stats__text p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=stats.css.map */
