/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 7px tall for main H1 titles */
/* Center aligned */
/* Left aligned */
/**
 * $icon: icon name, that has been defined in the $icons map
 * $element: pseudo element (before, after)
 * $verticalAlign: if this is set, the value of this will be applied to vertical-align
 * Usage example: @include icon_pseudo('angle-right', after) / @include icon_pseudo('angle-right', before, middle);
 */
.paragraph--type--simple-text:not(.section-width-full) {
  text-align: center;
}
.paragraph--type--simple-text:not(.section-width-full) ul,
.paragraph--type--simple-text:not(.section-width-full) li {
  text-align: left;
}
.paragraph--type--simple-text:not(.section-width-full) a.cta-ext {
  margin-top: 25px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .paragraph--type--simple-text:not(.section-width-full) a.cta-ext {
    margin-top: 60px;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--simple-text:not(.section-width-full) a.cta-ext {
    margin-top: 120px;
  }
}