/*CUSTOM SHOW/HIDE CSS FOR SPECIALISTS IS THERE ARE NO RESULTS
This class needs to be added to the CSS option for the block with the message.*/
.no-specialist-results-message {
    display: none;
}
.hide-on-no-results {
	display:block;
}