/* library quiz css */
.hcf-quiz-header{
  color: #e25914;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 2px solid #ddd;
}
.hcf-quiz-container{
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.hcf-quiz-text-highlight{
  color: #e25914;
}
.hcf-quiz-no-bottom-margin{
  margin-bottom: 0;
}
.hcf-intro-text{
  font-weight: bold;
}
.hcf-quiz-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 11px;
  margin-top: 22px;
}
.hcf-video-quiz-container{
  margin-bottom: 24px;
}
.hcf-quiz-button{
	background-color: #e25914 !important;
    border-color: #e25914 !important;
	color: #ffffff !important;
}
.hide-explanation{
	display: none;
}
.show-explanation{
	display: block;
}
.hcf-callout {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #ededed;
    border-radius: 10px;
    color: #fff;
}
.hcf-callout {
  margin-bottom: 0;
}
.hcf-callout-topics {
  background-color: #aaaaaa;
}
.hcf-callout-link {
    display: block;
    margin: -15px;
    padding: 15px;
    border-radius: 10px;
}
.hcf-callout a.hcf-callout-link {
    text-decoration: none;
}
.hcf-callout a:link, .hcf-callout a:visited {
    color: #fff;
}
.hcf-callout a:hover, .hcf-callout a:focus, .hcf-callout a:active, .hcf-callout a.active {
    color: #fff;
}

/* audio css */
 
.hcf_audio_container {
  background-color: <?=$audioArray['back_color']?>;
  color: <?=$audioArray['text_color']?>; 
  margin-top: 0px; 
  width:100%
}
.hcf_audio_header_container {
  margin: 0 0 5px;
}
.hcf_audio_header_text {
  color: <?=$audioArray['text_color']?>;; 
  text-align:left; 
  margin-top:10px; 
  line-height:28px; 
  margin-bottom:2px; 
  font-size:24px;
}
.hcf_audio_header_text_border{
  border-bottom: 2px solid <?=$audioArray['border_color']?>;
  color: <?=$audioArray['text_color']?>;; 
  text-align:left; 
  padding-bottom:8px; 
  width:260px;
  margin-bottom: 10px !important;
}
.hcf_audio_header_text_image{
  height:55px;
}
.hcf_audio_practitioner_container{
  margin:12px 0 10px 0;
}
.hcf_audio_practitioner_image_container{
  margin-right: 15px;
}
.hcf_audio_practitioner_image{
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.hcf_audio_practitioner_data_container{
  font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
  font-size: 16px;
  line-height: 1.42857143;"
}
.hcf_audio_practitioner_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  text-align:left;
  color: <?=$audioArray['text_color']?>;
  margin-top: 5px;
}
.hcf_audio_song_title_container{
  text-align:left; 
  margin:10px 0 5px 0;
  line-height: 18px;
}
.hcf_audio_song_title_text{
  text-align: left; 
  font-size:16px;
}
.hcf_audio_song_player_bottom_border{
  border-bottom: 6px solid <?=$audioArray['border_color']?>;
}
.su-audio {
  margin-bottom: 0 !important;
}

/* practitioner card css */
.hcf-practitioner-card-container{
  width: 290px;
  max-width: 290px;
  display: inline-block;
}
.hcf-thumb-left-teaser {
    margin-bottom: 10px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.hcf-thumb-left-teaser .hcf-thumb-left-image {
    position: relative;
}
.media-object {
    display: block;
}
.hcf-thumb-left-teaser>.media-body {
    font-size: 14px;
    line-height: 1.2em;
}
.hcf-thumb-left-teaser>.media-body>h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}
address {
    line-height: inherit;
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143;
}
.hcf-practioner-rating-container {
    font-size: 16px;
    margin-top: 5px;
}
.hcf-practioner-rating-container div {
    display: inline-block;
}
.rating-disabled {
    cursor: not-allowed;
}
.rating-disabled {
    cursor: text !important;
} 
.hcf-practioner-rating-container {
    font-size: 16px;
    margin-top: 5px;
}
.hcf-practioner-rating-container div {
    display: inline-block;
}
.hcf-thumb-left-teaser.hcf-practitioner>.hcf-thumb-left-image img, .hcf-thumb-left-teaser.hcf-personnel-profile>.hcf-thumb-left-image img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
.hcf-star-caption{
  font-size: 16px;
  color: @black;
}
.hcf-thumb-left-teaser.hcf-practitioner address, .hcf-thumb-left-teaser.hcf-personnel-profile address {
    margin-bottom: 0;
}
.star-rating .caption {
    font-size: 20px;
}

