.fusion-text h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2d8fd0;
    font-weight: 500;
    margin-top: 10px;
}

.fusion-text h5 {
    font-size: 12px;
    letter-spacing: 1px;
    color: #f57e20;
    font-weight: 400;
}

.fusion-social-networks-wrapper a.social-team {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border: 1px solid #959ba8;
    color: #959ba8;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
}

.fusion-social-networks-wrapper a.social-team i {
    top: -5px;
    position: relative;
}

.fusion-social-networks-wrapper a.social-team.facebook:hover {
    background: none repeat scroll 0 0 #3b5998;
    border: 1px solid #3b5998 !important;
    color: #ffffff;
}

.fusion-social-networks-wrapper a.social-team.twitter:hover {
    background: none repeat scroll 0 0 #00acee;
    border: 1px solid #00acee !important;
    color: #ffffff;
}

.fusion-social-networks-wrapper a.social-team.linkedin:hover {
    background: none repeat scroll 0 0 #366184;
    border: 1px solid #3b5998 !important;
    color: #ffffff;
}

.fusion-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px;
    overflow: hidden;
}

.fusion-title h1 {
    font-size: 25px;
    color: #2d8fd0;
}

.fusion-title .title-sep-container {
    position: relative;
    height: 6px;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #666666;
    margin-left: 20px;
}

.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom-width: 1px;
}

.title-desc {
    font-size: 20px;
}

.team-photo {
    border: 1px solid #f57e20;
    padding: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.team-desciption {
    padding: 30px;
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fusion-column-wrapper {
    background-color: #ffffff;
    padding: 0px 0px 50px 60px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fusion-column-wrapper.member {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 264px;
    height: auto;
}
.fusion-column-wrapper.member.no-image {
    min-height: 64px;
    height: auto;
}
