/**
 * @file
 * Icon Stats styles.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.icon-stats {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
}
@media screen and (max-width: 73.0625rem) {
  .icon-stats {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .icon-stats {
    margin: 2rem 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.icon-stat {
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 73.0625rem) {
  .icon-stat {
    width: 18.4%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .icon-stat {
    width: 29.3333333333%;
    margin: 0 2% 2rem;
  }
}
@media screen and (max-width: 27.4375rem) {
  .icon-stat {
    width: 46%;
  }
}
.icon-stat:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375rem) {
  .icon-stat:last-child {
    margin: 0 2%;
  }
}
.icon-stat .icon-stat__icon {
  position: relative;
}
.icon-stat .icon-stat__icon svg {
  height: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 87.4375rem) {
  .icon-stat .icon-stat__icon svg {
    height: 4rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .icon-stat .icon-stat__icon svg {
    height: 3.375rem;
  }
}
.icon-stat .icon-stat__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 50%;
  background-color: #EFEFEF;
  top: 0;
  left: 50%;
  transform: translateX(-15%);
}
@media screen and (max-width: 87.4375rem) {
  .icon-stat .icon-stat__icon:after {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.icon-stat .icon-stat__icon:last-child {
  margin-right: 0;
}
.icon-stat .icon-stat__title {
  font-family: "proxima nova", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #003366;
  font-size: 2.875rem;
}
@media screen and (max-width: 87.4375rem) {
  .icon-stat .icon-stat__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .icon-stat .icon-stat__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .icon-stat .icon-stat__title {
    font-size: 1.75rem;
  }
}
.icon-stat .icon-stat__description {
  font-size: 1.375rem;
  margin-top: 0.25rem;
  hyphens: auto;
}
@media screen and (max-width: 87.4375rem) {
  .icon-stat .icon-stat__description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .icon-stat .icon-stat__description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .icon-stat .icon-stat__description {
    font-size: 0.875rem;
  }
}

.page-layout--two-column .icon-stats,
.inner-columns .icon-stats {
  justify-content: center;
}
.page-layout--two-column .icon-stat,
.inner-columns .icon-stat {
  margin-right: 6%;
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .icon-stat,
  .inner-columns .icon-stat {
    width: 29.3333333333%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .page-layout--two-column .icon-stat,
  .inner-columns .icon-stat {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 27.4375rem) {
  .page-layout--two-column .icon-stat,
  .inner-columns .icon-stat {
    width: 46%;
    margin: 0 2% 2rem;
  }
}
.page-layout--two-column .icon-stat:last-child,
.inner-columns .icon-stat:last-child {
  margin-right: 0;
}
.page-layout--two-column .icon-stat .icon-stat__icon svg,
.inner-columns .icon-stat .icon-stat__icon svg {
  height: 4.375rem;
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .icon-stat .icon-stat__icon svg,
  .inner-columns .icon-stat .icon-stat__icon svg {
    height: 3.5rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .icon-stat .icon-stat__icon svg,
  .inner-columns .icon-stat .icon-stat__icon svg {
    height: 3.125rem;
  }
}
.page-layout--two-column .icon-stat .icon-stat__icon:after,
.inner-columns .icon-stat .icon-stat__icon:after {
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .icon-stat .icon-stat__icon:after,
  .inner-columns .icon-stat .icon-stat__icon:after {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.page-layout--two-column .icon-stat .icon-stat__title,
.inner-columns .icon-stat .icon-stat__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .icon-stat .icon-stat__title,
  .inner-columns .icon-stat .icon-stat__title {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .page-layout--two-column .icon-stat .icon-stat__title,
  .inner-columns .icon-stat .icon-stat__title {
    font-size: 1.75rem;
  }
}
.page-layout--two-column .icon-stat .icon-stat__description,
.inner-columns .icon-stat .icon-stat__description {
  font-size: 1.125rem;
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .icon-stat .icon-stat__description,
  .inner-columns .icon-stat .icon-stat__description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .page-layout--two-column .icon-stat .icon-stat__description,
  .inner-columns .icon-stat .icon-stat__description {
    font-size: 0.875rem;
  }
}

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