vgutierrez2012 Kindly check now
Have added this to render the pseudo element to show circle in css custom field:
.nsp.arrow .nspArt a::before{content: '';position: absolute;width: 5px;
height: 5px;top: 15px;left:0;-moz-border-radius: 7.5px; -webkit-border-radius: 7.5px;border-radius: 7.5px;background-color: #000;}
.nsp.arrow .nspArt{position:relative;padding-left:1em !important;}