blockquote {
  border: none;
  padding: 0;
  margin: 0;
  q, cite {
    display: block;
  }
  q:before {
    content: "\201C";
    font-family: $domain-font-stack;
    position: absolute;
    transform: translate(-120%,0);
  }
  q:after {
    content: "\201D";
    font-family: $domain-font-stack;
  }
  small, .small {
    &:before {
      content: "";
    }
  }
  footer, cite {
    color: $gray-dark;
    &:before, {
      content: "";
      width: 32px;
      height: 0px;
      margin-right: 8px;
      border-top-width: 0;
      border-top-width: 1px;
      border-top-style: solid;
      display: inline-block;
      vertical-align: middle;
    }
  }
}