
#team_feed {
  min-height: 400px;
}

.team_section {
  border-bottom: #CCC 1px solid;
  margin-bottom: 40px;
}

.team_card {
  width: 18%;
  height: auto;
  background: #999;
  display: inline-block;
  margin-right: -5%;
  margin-left: 2.15%;
  position: relative;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  text-align: center;
  
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* .pet_card:nth-child(2) {
  margin-right: -5%;
  margin-left: -5%;
} */

.profile_image_wrapper {
  border: #555 2px solid;
  width: 100%;
  padding-top: 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.team_section_wrapper {
  text-align: center;
}

.team_cat_heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  margin-bottom: 40px;
}

.tax_nav {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.tax_nav li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.tax_nav li a {
  padding: 0.25em 1.5em;
  background: #e17129;
  color: #FFF;
  display: block;
}

.tax_nav li a:hover {
  background: #444;
  color: #FFF;
}


.team_list_short .team_info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; 
  padding: 20px;
  transform: translateY(-50%); 
  z-index: 1;
}

.team_info {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  z-index: 1;
  text-align: center!important;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  line-height: 1.2em;
  color: #444;
}

.team_email a {
  text-decoration: none!important;
  font-size: 0.9em;
}

.team_name {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.team_title {
  font-size: 0.9em;
  text-transform: uppercase;
}

.team_card .team_info {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.team_image {
  display: block;
  width: 100%;
  height: auto;
}

/* .team_card:hover {
  z-index: 10!important;
  cursor: pointer;
} */

/* .team_card::before, .profile_image_wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
} */

/* .team_card:hover::before, .team_wrapper:hover .profile_image_wrapper::before {
  opacity: 0.4;
  z-index: 1;
  cursor: pointer;
}

.team_card:hover .team_info {
  opacity: 1;
} */




.team_wrapper {
  width: 17%;
  margin: 0 1%;
  vertical-align: top; 
  display: inline-block;
}



.staff_section {
  border-bottom: #DDD 1px solid;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center;
}

.staff_directory {
  background: #EEE;
  padding: 14px;
}

ul.staff_list {
  list-style: none;
  margin: 0;
  padding: 0px;
}

ul.staff_list li {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0;
}

ul.staff_list li::before {
  display: none;
}


.team-profile {
  display: inline-block;
  width: 45%;
  margin: 0 2% 46px;
  vertical-align: top;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  box-sizing: border-box;
}


.profile_list .team-profile {
    display: block;
    width: 45%;
    margin: 0 5% 30px 0;
    vertical-align: top;
    text-align: left;
    float: left;
}

.profile_list .team-profile:nth-child(odd) {
  clear: both; 
}


#profile_wrapper {
  padding-top: 50px;
}

.profile_img {
  margin: -36px auto 10px;
  max-width: 80px;
}

.profile_img img {
  border: #FFF 1px solid; 
  box-shadow: 0 1px 4px rgba(0,0,0,0.4); 
}

.employee_img {
  margin-bottom: 15px;
}

.employee_img a:hover > img {
  opacity: 0.75;
  
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;

}

.employee_img img {
  max-width: 225px;
  border: #FFF 3px solid;

  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.employee_name {
  margin-bottom: 5px;
  text-shadow: none;
}

.employee_name a {
  color: #000;
}


.profile_title {
  border-bottom: #DDD 1px solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}


.position {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}


#right_half .position {
  font-size: 25px;
  color: #444;
}


.team_member_details {
  width: 25%;
  float: left;
}

.team_member_single .team_member_img {
  float: left;
}

.single-profile-wrap {
  float: left;
  margin: 0px 15px 10px 0px;
  height: auto;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
  border: #FFF 4px solid;
}

.team_member_title {
  margin-bottom: 0.25em;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
}

.team_member_title a {
  color: #444;
}

.team_member.view_more {
    display: block;
    padding: 15px;
    text-align: center;
}

.team_member.view_more img {
  opacity: 1;
  border: #DDD 1px solid;
      
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.team_member.view_more:hover > img {
  opacity: 0.5;
}

.team_position {
  font-size: 13px;
  text-align: center;
}

.team_content {
  text-align: center;
}


.team_member_single .team_content {
  float: left;
  width: 70%;
  margin: 0 0 25px 4%;
  text-align: left;
}	




.round {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.round img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}



@media (max-width: 1100px) {
  
  .team_wrapper {
    width: 22%;
  }
  
}


@media (max-width: 650px) {
  
  .team_wrapper {
    width: 46%;
  }
  
}



