/**
 * Lists
 */

.relation-list {
    margin: 0 0 80px;
    padding: 32px 0 0;
    list-style: none;
}

.relation-list h3 {
    padding: 0;
    font-size: 1.111em;
    line-height: 1.2;
    color: inherit;
    margin: 0;
}

.rList__location {
    margin-bottom: .5em;
}


/**
 * Staff members
 */

.relationList--persons {
    margin: 0 auto 80px;
}

.rList-cl {
    margin-bottom: 32px;
    padding: 8px;
}

.rList-cl__img {
    margin: 0 auto 16px;
    background: #ddd;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px;
}

.rList-cl__name {
    display: block;
    font-size: 1.111em;
    font-weight: 500;
}

.rList-cl__function {
    color: #888;
    font-weight: 500;
    hyphens: auto;
}

.rList-cl__contact {
    padding: .5em 0;
}

.rList-cl__contact a {
    display: block;
    text-decoration: none;
    line-height: 1;
    font-size: .9em;
    color: inherit;
    word-break: break-all;
}

@media screen and (max-width: 459px) {
    .relationList--persons li {
        position: relative;
        padding-left: 6em;
    }

    .rList-cl__img {
        position: absolute;
        top: 0;
        left: 0;
        height: 5em;
        width: 5em;
    }
}

@media screen and (min-width: 460px) {
    .relationList--persons {
        display: flex;
        flex-wrap: wrap;
    }

    .relationList--persons li {
        flex: 0 50%;
        max-width: 33.33333%;
    }

    .rList-cl__img {
        height: 110px;
        width: 110px;
    }

    .rList-cl {
        margin-bottom: 64px;
        text-align: center;
    }
}
