  @charset "UTF-8";
.paragraph--type--pull-quote {
  border-top: 6px solid #007190;
  padding: 1.5rem;
  position: relative;
  margin-top: 1.5rem;
}
.paragraph--type--pull-quote:before {
  background: #fff;
  color: #007190;
  content: "“";
  font-size: 5em;
  height: 4rem;
  left: 50%;
  line-height: 0.85em;
  position: absolute;
  text-align: center;
  top: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8rem;
}
.paragraph--type--pull-quote .field--name-field-quote {
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  font-size: 2rem;
  font-weight: 700;
}
.paragraph--type--pull-quote .field--name-field-citation {
  display: block;
  margin-top: 0.5rem;
}

.bg-gray .paragraph--type--pull-quote:before {
  background-color: #f2f4f7;
}