@charset "UTF-8";
/**
 * This file is for align styles.
 */
/* stylelint-disable */
/* stylelint-enable */
* + .ck-content blockquote {
  margin-top: 2.2rem;
}

.ck-content blockquote {
  color: #222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1111111111rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 2.2rem;
  border: 0 !important;
  font-style: normal !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ck-content blockquote p {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: normal;
  font-size: inherit;
}
.ck-content blockquote p:before {
  content: "“";
}
.ck-content blockquote p:after {
  content: "”";
}
.ck-content blockquote:last-child {
  margin-bottom: 0;
}

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