/**************************************
    - Related Physicians v1
	- Author: Jeremiah Weeden-Wright
	- Bulit for: Framework 2.0
***************************************/
/*****************************************************
GRID
******************************************************/
/*******************************************
Semantic.gs // for LESS: http://lesscss.org/
********************************************/
/*@gridsystem-width;*/
/***************
GRID LOGIC
****************/
/*******************************************
LESS HELPERS
*******************************************/
/* very dark */
.word-break {
  word-break: break-word;
  word-break: break-all;
  -ms-word-break: break-all;
}
/*======= LESS --> LESS MIXINS =======*/
#ehc-related-content-physicians {
  display: block;
  text-align: left;
  float: none;
  padding: 10px;
}
#ehc-related-content-physicians h2 {
  line-height: 22px;
}
#ehc-related-content-physicians ul {
  margin: 0 !important;
  padding-left: 5px !important;
}
#ehc-related-content-physicians ul li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #DDDDDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  padding: 0 0 5px;
}
#ehc-related-content-physicians .ehc-related-content-image {
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
#ehc-related-content-physicians .ehc-related-content-body {
  padding: 0;
}
#ehc-related-content-physicians .ehc-related-content-body h4 {
  text-align: left;
}
#ehc-related-content-physicians .ehc-related-content-body p.specialties,
#ehc-related-content-physicians .ehc-related-content-body p.subspecialties,
#ehc-related-content-physicians .ehc-related-content-body p.phone,
#ehc-related-content-physicians .ehc-related-content-body p.appointment {
  font-size: 16px;
  padding-left: 5px;
}
#ehc-related-content-physicians .ehc-related-content-body p.phone {
  font-size: 16px;
  clear: both;
}
#ehc-related-content-physicians .ehc-related-content-body p.phone .icon-phone {
  padding-top: 4px;
  padding-right: 5px;
}
#ehc-related-content-physicians .ehc-related-content-body p.appointment {
  text-align: center;
}
#ehc-related-content-physicians .ehc-related-content-image figure {
  width: 65px;
  padding: 10px 0px;
  margin: 0px 5px;
}
#ehc-related-content-physicians .ehc-related-content-image figure img {
  background: #C6C6C6;
}
#ehc-related-content-physicians #ehc-related-content-physicians-show-all {
  cursor: pointer;
}
