  
		
			  
			  .teamPlugin {
			      width:100%;margin-top:10px;
			  }
			  
			  
			  
			  .catItem {
			      position:relative;float:left;
			  }
		
			.catListFour .catItem {margin-right:6.6%;width:20%;margin-bottom:2%;margin-bottom:30px;overflow:hidden;}
			.catListFour .catItem:nth-child(4n+4) {margin-right:0%;width:20%;}
			.catListFour .catItem:nth-child(4n+1) {clear:both;}
			
			.catListThree .catItem {margin-right:3%;width:31%;margin-bottom:3%;margin-bottom:30px;overflow:hidden;}
			.catListThree .catItem:nth-child(3n+3) {margin-right:0%;width:31%;}
			.catListThree .catItem:nth-child(3n+1) {clear:both;}
			
			/*
			.catList800 .catItem {background-color:white;margin-right:3%;width:31%;margin-bottom:10px;overflow:hidden;}
			.catList800 .catItem:nth-child(3n+3) {margin-right:0%;width:31%;}
			*/
			
        	.catListTwo .catItem {margin-right:8%;width:46%;margin-bottom:30px;overflow:hidden;}
			.catListTwo .catItem:nth-child(2n+2) {margin-right:0%;width:46%;}
			.catListTwo .catItem:nth-child(2n+1) {clear:both;}	
	
	/*
	        .catList400 .catItem {background-color:white;margin-right:8%;width:46%;margin-bottom:15px;overflow:hidden;>}
			.catList400 .catItem:nth-child(2n+2) {margin-right:0%;width:46%;}
	*/
	
	        .catListOne .catItem {margin-right:0%;width:100%;margin-bottom:30px;overflow:hidden;clear:both;}
	
	
		

			   
			  .catItem figure {width:100%;max-width:200px;height:200px;margin:0 auto;overflow: hidden;
border-radius: 100px;position: relative;}
			  .catItem figure img {width:100%;padding:0;padding-bottom:0;margin-bottom:0;border:none} 
			  
			  
			  .catItem figure img {
			      -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
			  }
			  
            
            .catItem figure img {
              position: absolute;
              top: 50%;
              left: 50%;
              min-width: 100%;
              transform: translate(-50%, -50%) scale(1);
              -webkit-transform: translate(-50%, -50%) scale(1);
            }
            			  
			  
            .catItem a:hover figure img {
              transform: translate(-50%, -50%) scale(1.1);
              -webkit-transform: translate(-50%, -50%) scale(1.1);
            }
            
            .teamCaption{
				text-align:center;
				margin:0;
				padding:10px;
				
				text-decoration:none !important;
				clear:left;
				text-align:center;

				
				padding-top:20px;
				padding-bottom:10px;
				color:#565A5C;    
				font-size:16px;
				line-height:22px;
				
				    
				}
            
            .catItem a{
                text-decoration:none !important;
            }
            
			 
			 .TeamTitle {
			     font-size:20px;
			     font-weight:700;
			     padding-bottom: 10px;
			     line-height: 130%;
			 }
			 
			 .TeamJobTitle {
			     padding:0 !important;
			     margin:0  !important;
			     padding-bottom:10px  !important;
			     font-weight:700;
			 }