/**
 * 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
***************************/
.supported-devices {
  color: #5A636D;
}
.supported-devices__device {
  margin-right: 1.875rem;
  display: inline-block;
}
.supported-devices__device:last-of-type {
  margin-right: 0;
}
.supported-devices__icon {
  color: inherit;
  font-size: 1.5rem;
}
.supported-devices__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #979797;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: 1;
  color: inherit;
}
.supported-devices--show-text .supported-devices__device {
  margin-right: 4.6875rem;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.supported-devices--show-text .supported-devices__device:last-of-type {
  margin-right: 0;
}
.supported-devices--show-text .supported-devices__icon {
  margin-right: 0.9375rem;
}
@media print, screen and (max-width: 39.99875em) {
  .supported-devices__device {
    margin-right: 1.5625rem;
  }
  .supported-devices--show-text .supported-devices__device {
    margin-right: 1.5625rem;
  }
}