Hi cjestley
Edit this file /templates/ja_lawfirm/acm/teams/tmpl/style-1.php and change at line 68
FROM :
<li><a aria-label="social-links" href="<?php echo $helper->get('member-link'.$j, $i); ?>" title=""><span class="<?php echo $helper->get('member-link-icon'.$j, $i); ?>"></span></a></li>
TO:
<li><a aria-label="social-links" href="<?php echo $helper->get('member-link'.$j, $i); ?>"target="_blank" title=""><span class="<?php echo $helper->get('member-link-icon'.$j, $i); ?>"></span></a></li>
Regards