/* Css for defining sprites */
/* TODO: fix asset problem */
.sprite-expert {
  background: url('http://nb9.stumbleupon.netdna-cdn.com/W4FcXRpmo9b9Qj6IdZD-1g') no-repeat;
  background-size: 90px 60px;
}

.sprite-expert.icn-expert-user-sm {
  width: 20px;
  height: 20px;
  background-position: -60px -30px;
}

.sprite-expert.icn-expert {
  width: 30px;
  height: 30px;
  background-position: -60px 0px;
}

.sprite-expert.icn-expert-user-2x {
  width: 60px;
  height: 60px;
  background-position: 0px 0px;
}


/* Expert icon in user search */
.expert-box {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40px;
  width: 40px;
  background-color: rgba( 255, 255, 255, 0.75 );
}

.centered-expert {
  width: 20px;
  height: 20px;
  bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


/* Expert icon for user in profile */
.profile-expert-icon {
  display: none; /* Hide icon by default */
}

.profile-photo-container {
  height: 166px;
  position: relative;
}

.profile-photo-subtitle {
  display: none;
  color: #fff;
  width: 122px;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-family: "Helvetica", "Arial Bold";
}

/* Expert icon below profile picture */
.is-expert .expert-box {
  display: block;
}

.is-expert .subject-user-thumb {
  border-color: #ea5e33
}

article.is-expert h1.tk-header {
  color: #ea5e33;
}

.is-expert .profile-photo-subtitle {
  display: block;
}

.is-expert .profile-expert-icon {
  display: block;
  position: absolute;
  top: 122px;
  margin-left: 46px;
  top: 106px;
}