.company .team .person {
    
}

.company .team .person table{
	border: none;
}

.company .team .person table tr td *{
	color:#12284d;
}

.company .team .person table td{
	padding: 4px 0;
	text-align: center;
	border: none;
}

.company .team .person table tr td h4{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}

.company .team .person table tr td h1{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

.company .team .person table tr td p{
	font-size: 14px;
}

.company .person .et_pb_main_blurb_image{
	position: relative;
}

.company .person .linkedin{
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.company .person .linkedin div{
	padding: 8px;
	background-color: #f9f9f9;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
}

.company .person .linkedin div:hover{
	background-color: white;
	border-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.company .request_a_quote {
	display:none;
}

/* ANIMATION */

.person .linkedin div{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}