.profile-organization-tag {
  position: relative;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -2px;
}
[dir=rtl] .profile-organization-tag {
  margin-left: 0;
  margin-right: 2px;
}
.profile-organization-tag:before {
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/checkmark.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
}
.profile-organization-tag span {
  position: absolute;
  min-width: 120px;
  max-width: 150px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  word-break: normal;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  z-index: 10;
}
@media (max-width: 600px) {
  .region--hero .profile-organization-tag span {
    left: auto;
    right: 0;
    transform: translate(0, 0);
  }
}
@media (min-width: 1025px) {
  .profile-organization-tag.open span {
    display: block;
  }
}

/*# sourceMappingURL=social_profile_tag.css.map */
