.members{
  padding:20px;
  background:#014924;
  margin-top:20px;
  color:#FFF;
  font-size:1.1em;
  line-height:180%;
}
ol{
  padding-left: 2em;
}
.members p{
  color:#FFF;
  font-size:1.1em;
  margin-bottom:5px;
}
.m-pic,.m-teacher{
  text-align:center;
}
.members img{
  border-radius:50%;
  height:200px;
}
.members p.m-name{
  color:#f4cd64;
  font-size:1.6em;
  font-weight:bold;
}
.members  span{
  color:rgba(255,255,255,.7);
}
.members p.m-deptitle{
  font-weight:bold;
  color:rgba(255,255,255,.8);
}
.block-region-right .field-type-text-with-summary {
  padding-left:20px;
  padding-top:20px;
}
.block-region-right .field-type-text-with-summary h3 {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    color: #b3391d;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px){
.m-info,.m-teacher{
  margin-top:4%;
}
}