img.health-maker-photo {
                -webkit-box-shadow: 0 0 10px 5px #e8f0f8;
                box-shadow: 0 0 10px 5px #e8f0f8;
                border: solid 3px @c-primary-bg;
                -webkit-border-radius: 4px;
                                -moz-border-radius: 4px;
                                border-radius: 4px;

        float: left;
        margin-bottom: 2em;
        margin-right: 2em;
        max-width: 45%;
}

#featured-health-maker div.featured-health-maker-summary {
  overflow: hidden;
}
#featured-health-maker h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
#featured-health-maker a.featured-health-maker-name {
  font-size: 1.2em;
}
#featured-health-maker .featured-health-maker-title {
  font-size: 1.2em;
  line-height: 1em;
  margin-top: .5em;
  margin-bottom: 1em;
}


div.health-makers-row {
        margin-bottom: 1em;
        float: left;
        width: 100%;
}
div.health-makers-row .health-maker {
        float: left;
        width: 28%;
        margin: 0 2.5%;
}

div.health-makers-row .health-maker h4 {
	font-size: 1.2em;
}


div.health-makers-row  .first-health-maker {
        margin-left: 0;
}

.health-maker img.health-maker-thumb {

        width: 100%;
        -webkit-box-shadow: 0 0 10px 5px #e8f0f8;
                box-shadow: 0 0 10px 5px #e8f0f8;
                border: solid 3px @c-primary-bg;
                -webkit-border-radius: 4px;
                                -moz-border-radius: 4px;
                                border-radius: 4px;
        margin-bottom: 1em;
}

.health-maker-xs {
  margin-top: 1.4em;
}

.health-maker-xs img.health-maker-thumb {

        width: 100%;
        -webkit-box-shadow: 0 0 10px 5px #e8f0f8;
                box-shadow: 0 0 10px 5px #e8f0f8;
                border: solid 3px @c-primary-bg;
                -webkit-border-radius: 4px;
                                -moz-border-radius: 4px;
                                border-radius: 4px;
        margin-bottom: 1em;
}

a.healthmaker-social-icon {
  display: inline-block;
  margin: .4em;
}

a.healthmaker-social-icon:first-of-type {
  margin-left: 0;
}

a.healthmaker-social-icon img{
  width: 50px;
  max-width: 50px;
}
