#meet-the-team-container{
    margin:auto;
    color:#777777;
    padding-top:25px;
    font-size:11pt;
    max-width:960px;
}

.kemployee-dropdown{
	  
      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('//www.kainos.com/wp-content/plugins/kEmployees/img/dropdown_arrow.png') 95% center no-repeat;  /*Adds background-image*/
       /*Position of the background-image*/
      background-color:#E8E8E8;
	  border-radius:10px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
	   
      /*My custom style for fonts*/
	  font-size:13pt;
      color: #777777;
      padding:0px;
      min-height:35px;
      padding-left:5px;
      width:150px;
      margin-left:25px;
}

#kemployee-content{
position:relative;
}

#title-bar{
text-align:right;
}

#filter-title{
display:inline;
font-size:18pt;
}

#select-container{
display:inline;
}

@media all and (max-width: 468px){
	#title-bar{
		text-align:center;
		width:100%;
	}
	#select-container{
	display:block;
	}
	#filter-title{
		display:block;
	}
	.kemployee-dropdown{
		width:40%;
		margin:0px;
	}
}



.mugshot-container{
    padding-top:20px;
}

.team-member{
    width:20%;
    min-width:150px;
    float:left;
    
}

.team-member:hover{
    background-color:#E8E8E8;
    opacity:1 !important;
}

.mugshot-img{
    max-height:140px;
    margin:auto;
    border: 1px #555555 solid;
    height:140px;
    width:140px;
}

.mugshot{
    height:140px;
    margin:auto;
}


.member-name{
    font-size:13pt;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
    font-family: HelveticaNeueLTStd-Bd;
}

.member-job-desc{
    font-size:12pt;
    text-align:center;
}

.member-button{
   text-align:center;
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
}

#member-content{
    width:100%;
    position:relative;
}

.people-row{
	overflow:auto;
}
#member-content-details{
    position:relative;
    width:100%;
    height:auto;
}

.team_member_content{
    display:none;
}

.content-row{
    clear:both;
	border-top: 1px #e8e8e8 solid;
	border-bottom: 1px #e8e8e8 solid;
	display:none;
}