<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================================
   Team profiles
   ================================================== */
.profiles {
}
.profile {
    float: left;
    width: 31.33333333333333%;
    margin: 10px 1%;
    position: relative;
}
.profile .title {
	margin: 0;
	display: block;
	position: relative;
	top: -20px;
	text-align: center;
	margin-bottom: -10px;
}
.profile-header {
	width: 100%;
	height: 277px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #005ab8;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 50%;
}
.profile-header img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-content {
    line-height: 1.4em;
}
.profile-content h3 {
    margin: 0;
}
.profile-content .lead {
    font-size: 1.3em;
    line-height: 100%;
    margin: 0;
	padding: 10px 0;
	font-weight: bold;
	background-color: #2886e6;
	color: #fff;
	text-align: center;
	border-radius: 0 0 50px 50px;
	position: relative;
	top: -10px;
	
}
.profile-content p {
    margin: 0 0 10px;
}
.profile-footer {
    /*position: absolute;
    top: -10px;
    right: -10px;
    width: 50%;
    text-align: right;*/
}
.profile-footer .tel {
    white-space: nowrap;
}
.profile-footer .email {
	word-wrap: break-word;
}
.profile-footer a {
    /*line-height: 18px;
    margin: 0 3px;
    display: inline-block;*/
	text-decoration: none;
}
.profile-footer a:hover i {
    color: #333;
}
.profile-footer a:active i {
    color: #000;
}
.profile-footer i {
    font-size: 18px;
    position: relative;
}
.profile-footer i.icon-envelope {
    font-size: 16px;
    top: -1px;
}
.profile-footer i.icon-linkedin {
    font-size: 16px;
    top: -1px;
}

@media only screen and (max-width: 960px) {
	.profile {
		width: 31.33333333333333%!important;
    	margin: 10px 1%!important;
	}
}

@media only screen and (max-width: 768px) {
	.profile-content {
		font-size: 14px;
	}
	.profile {
		width: 48%!important;
	}
}

@media only screen and (max-width: 480px) {
	.profile {
		width: 100%!important;
		margin: 10px 0;
		float: none;
	}
}
</pre></body></html>