/* Default North Star Marketing Footer White Logo */
.nsm-developer {
	height: 31px!important;
	width: 37px!important;
}
.nsm-developer a {
	background: url('nsm-logo-white.png') no-repeat!important;
	text-indent: -9999px;
	opacity: .5;
	display: block;
	width: 37px!important;
	height:31px!important;
	transition: all 0.2s linear 0s;
}
/* Disable current sites with logo change on hover */
.nsm-developer a:hover::after {
	opacity: 0!important;
}
.nsm-developer a:hover{
	background: url('nsm-logo-white.png') no-repeat!important;
	transition: all 0.2s linear 0s;
	opacity: 1;
}
/* North Star Marketing Footer Red Logo */
.nsm-developer.red a {
	background: url('nsm-logo-red.png') no-repeat!important;
}
.nsm-developer.red a:hover{
	background: url('nsm-logo-red.png') no-repeat!important;
}
/* North Star Marketing Footer Black Logo */
.nsm-developer.black a{
	background: url('nsm-logo-black.png') no-repeat!important;
}
.nsm-developer.black a:hover{
	background: url('nsm-logo-black.png') no-repeat!important;
}