.header-branding .logo a{
	display:block;
	width:260px;
	height:100px;
	background-repeat:no-repeat;
	background-position:1px 6px;
	background-image:url("https://careexcellence.org/wp-content/uploads/2016/02/National-Institute-for-Case-Managers-3.jpg")
}
$('.registration-logo').each(function() {
  var link = $(this).html();
  $(this).contents().wrap('<a href="https://careexcellence.org/"></a>');
});