/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.feature-card__icon {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 3rem;
  padding: 0;
  color: #045AB6;
}
.feature-card__title {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.feature-card--light .feature-card__icon, .feature-card--light .feature-card__title, .feature-card--light .feature-card__description {
  color: white !important;
}
.feature-card--large .feature-card__title {
  margin: 0 0 1.5625rem 0;
  font-weight: 500;
  font-size: 2.1875rem;
  letter-spacing: 0;
  line-height: 3.4375rem;
  font-weight: 500;
}
.feature-card--large .feature-card__description {
  color: #5A636D;
  font-size: 1rem;
  line-height: 1.875rem;
}
.feature-card .ribbon {
  top: -1.375rem;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-card--large .feature-card__title {
    margin: 0 0 1.5625rem 0;
    font-weight: 500;
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 2.8125rem;
  }
  .feature-card--large .feature-card__description {
    margin: 0 0 0.625rem 0;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #5A636D;
  }
}