/**
 * @file
 * Visual styles for AGBU's testimonial content type.
 */
.node--typetestimonial .field--name-fieldtestimonial-image {
  margin: 0 0 20px;
}
.node--typetestimonial .field--name-fieldtestimonial-image img {
  border-radius: 100%;
  max-width: 200px;
}
.node--typetestimonial .field--name-body,
.node--typetestimonial .field--name-fieldsubtitle,
.node--typetestimonial .field--name-fieldtestimonial-image {
  padding: 0 0 0 55px;
}
.node--typetestimonial .field--name-fieldsubtitle {
  padding-bottom: 15px;
}
.node--typetestimonial .field--name-body {
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 10px;
}
.node--typetestimonial .field--name-body p {
  padding: 0 0 10px;
  position: relative;
}
.node--typetestimonial .field--name-body p:first-child:after {
  position: absolute;
  font-family: Georgia, Times New Roman, Serif;
  content: "“";
  left: -60px;
  top: 0px;
  font-size: 96px;
  font-style: normal;
  line-height: 1;
}
