﻿.department-member-title {
  margin: 0 0 30px 0;
}
.department-member-title h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.team-member-box {
  border: 1px solid #eee;
  height: 100%;
}
.team-member-description h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 15px 0 15px 0;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.team-member-description p {
  /*font-size: 12px;*/
  font-size: 17px;
  text-align: center;
}
.team-member-contact {
  text-align: center;
}
.team-member-contact ul {
  display: inline-block;
  padding: 0 0 20px 0;
}
.team-member-contact li {
  text-align: left;
}
.team-member-contact span {
  display: inline-block;
  width: 18px;
  font-size: 13px;
}
.team-member-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
.team-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 50px;*/
}
.team-member {
     /*width: 300px;*/
    /* width: 30%; */
    /*margin: 0 14px 30px;*/
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team-member {
   /* width: 30%; 
    margin: 0 1% 30px;*/
}
}
.team-member-description {
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .team-member-description p {
    font-size: 15px;
  }
}

.team-member-image img{
	width: 100%;
}

@media only screen and (max-width: 767px) {
  	.department-member-title h1{
  		margin-top: 0;
  	}
}


