.contactArticle {
    clear: both;
    overflow: hidden;
    line-height: 1.2;
}

.contactArticle__iconLabel,
.contactArticle__label {
    float: left;
}

.contactArticle__label {
    width: 6em;
    font-size: .8em;
    padding: .2em 1em 0 0;
    text-align: right;
}

.contactArticle__label + .contactArticle__item {
    margin-bottom: .5em;
    margin-left: 6em;
    overflow: hidden;
}

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

.contactArticle__name {
    font-weight: 700;
}

/**
 * icon labels
 */

.contactArticle__iconLabel {
    width: 1em;
    margin-right: .8em;
    overflow: hidden;
    white-space: nowrap;
}

.contactArticle__iconLabel:before {
    speak: none;
    font-family: "icons", sans-serif;
    margin-right: 2em;
}

.contactArticle__iconLabel__labelAddress:before {
    content:"\1f3e0";
}

.contactArticle__iconLabel__labelPhone:before {
    content:"\1f4de";
}

.contactArticle__iconLabel__labelEmail:before {
    content:"\1f4e7";
}