.gmPerson {
  margin: 1rem 0;
  padding: 0;
  background: #0091ac;
}
.gmPerson h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.gmPerson .gmSecondary {
  background: #f7a600;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
  color: #353534;
  text-transform: uppercase;
  font-weight: bold;
}
.gmPerson .gmPosition {
  background: #f7a600;
  padding: 1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: block;
  line-height: 1rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  left: 0;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.gmPerson p {
  color: #ffffff;
  line-height: 125%;
}
.gmPerson .btn {
  background: #ffffff;
  color: #0091ac;
}

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