.fsFullName {
font-size: 20px;
line-height: 25px;
  text-align:center
}
div.fsTitles{
font-size: 17px;
line-height: 18px;
  text-align:center
  }
div.fsEmail {
font-size: 15px;
line-height: 16px;
  text-align:center
  }
div.fsPhoto {display:inline-block;margin:auto}
.custom-callout.grey > .fsElementTitle h2 {
  color: #2F2F2F;
}
.custom-callout.grey h2 {
  color: #2F2F2F;
}
article .fsTitle {
    color: #1B4677;
    font-weight: bold;
}
.custom-callout-grad {
    position: relative;
    padding: 5px 20px 25px;
    overflow: hidden;
    background-color: #0092C9;
    margin-bottom: 30px;
}
.custom-callout-grad2 {
    position: relative;
    padding: 5px 20px 25px;
    overflow: hidden;
    background-color: #64B6CE;
    margin-bottom: 30px;
}
.content-callout-purple {
position: relative;
    padding: 5px 20px 25px;
    overflow: hidden;
    background-color: #bfa8cd;
    margin-bottom: 30px;
}