@charset "UTF-8";
.stm_blockquote_style_2 blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 0 26px 0;
  border-left: none;
  padding: 9px 0 9px 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }
  .stm_blockquote_style_2 blockquote:before {
    content: "";
    font-family: stmicons;
    font-size: 34px;
    line-height: 20px;
    margin-top: 15px;
    margin-right: 25px; }
  .stm_blockquote_style_2 blockquote p {
    line-height: 36px; }
