.team-title {
    font-weight: 600;
    margin-top: 10px;
    line-height: 14px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: large;
    margin-top: 0;
}
.team-position {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #8f99a2;
    line-height: normal;
    padding-bottom: 8px;
}
.team-email {
    border-top: 1px solid #eceef0;
    padding: 2px 0 6px;
    font-weight: 300;
    color: #666;
}
.team-email a {
    color: #666;
}
.team-email::before {
    font-family: FontAwesome;
    content: "\f003";
    padding-right: 2px;
}
.team-address {
    color: #666;
    border-top: 1px solid #eceef0;
    padding: 2px 0 6px;
    font-weight: 300;
}
.team-address::before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: 2px;
    color: #666;
}
.team-phone {
    color: #666;
    border-top: 1px solid #eceef0;
    padding: 2px 0 6px;
    font-weight: 300;
}
.team-phone::before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 2px;
    color: #666;
}
.team-office {
    color: #666;
    border-top: 1px solid #eceef0;
    padding: 2px 0 6px;
    font-weight: 300;
}
.team-office::before {
    content: "Office";
    padding-right: 2px;
    color: #666;
}