.group-profession div,
.group-address div {
  display: inline;
}

.group-contact {
  margin-top: 8px;
}
  .group-contact .field__label {
    font-weight: 500;
  }

/**********************
 * VIEW MODE: SEARCH CARD
 **********************/

.node--type-member.node--view-mode-search-card h3 {
  order: 0;
  margin-bottom: 6px;
  font-family: roboto,sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.node--type-member.node--view-mode-search-card .group-profession {
  margin-bottom: 4px;
}

.node--type-member.node--view-mode-search-card .field--name-field-member-organization:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 24px;
  margin-left: 6px;
  background: transparent url(../../images/arrow-right-blue.svg) right bottom no-repeat;
  background-size: 6px;
}


/**********************
 * VIEW MODE: CARD
 * Usually embedded in "Organizations" Taxonomy Term card.
 **********************/

.node--type-member.node--view-mode-card .field--name-field-member-staff-type {
   margin-bottom: 8px;
 }
  .node--type-member.node--view-mode-card .field--name-field-member-staff-type .field__item {
    display: inline-block;
    padding: 2px 6px;
    border: 1px #060606 solid;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1;
  }
  .node--type-member.node--view-mode-card .field--name-field-member-staff-type .field__item + .field__item {
    margin-left: 4px;
  }
