.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

.circle,
.avatar-wrapper .avatar {
    border-radius: 50%
}

.avatar-wrapper {
    position: relative;
    display: inline-block
}

.avatar-wrapper .avatar {
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px
}

.avatar-wrapper .avatar img {
    width: 50px
}

.avatar-wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(148, 148, 148, 1);
    transition: border-color .15s, -webkit-transform .15s;
    transition: transform .15s, border-color .15s;
    transition: transform .15s, border-color .15s, -webkit-transform .15s
}

.avatar-wrapper:hover::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-color: #585858;
    transition: border-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.06, 0.59, 0.24, 1.55);
    transition: transform 0.2s cubic-bezier(0.06, 0.59, 0.24, 1.55), border-color 0.2s;
    transition: transform 0.2s cubic-bezier(0.06, 0.59, 0.24, 1.55), border-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.06, 0.59, 0.24, 1.55)
}

.team .divider {
    margin: 0px 0 40px;
}

.team .avatar-wrapper {
    display: block;
    width: 80%;
    max-width: 150px;
    margin: 0 auto 30px
}

.team .avatar-wrapper:hover::after {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.team .avatar-wrapper::after {
    border-width: 4px
}

.team .avatar-wrapper .avatar {
    width: 100%;
    padding-bottom: 100%
}

.team .avatar-wrapper .avatar img {
    width: 100%
}

.team .avatar-wrapper .avatar::after {
    border-width: 10px
}

.team .avatar-name {
    margin: 20px 0;
    display: block;
    text-align: center
}

.team .avatar-name .name {
    font-weight: 500;
    font-size: 18px
}

.team .avatar-name .title {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #888
}

@media only screen and (max-width: 600px) {
    .team .avatar-wrapper {
        margin: 0 auto
    }
    .team .avatar-name {
        margin-bottom: 40px
    }
}


h1,
h2,
h3,
h4,
h5 .h1,
.h2,
.h3,
.h4,
.h5 {
    font-weight: 200
}

h1 {
    margin-bottom: 50px
}

h5 {
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase
}

p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, 0.8)
}

.header .header-wrapper .read-more:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    color: #63f0d6
}

.header .header-wrapper .read-more i {
    font-size: 24px
}
