<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section[id*='team-members-block_'] img {
    width: 165px;
}
.team-members .fab, .team-members .fas {
    width: 30px;
	height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.team-members .fab, .team-members .fas {
    padding: 5px;
}

.team-members .fa-linkedin-in  {
    border: 1px solid #009ee0;
    color: #fff;
	background-color: #009ee0;
	
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}
.team-members .fa-linkedin-in:hover  {
    border: 1px solid #212866;
    color: #fff;
	background: #212866;
}</pre></body></html>