New Here - how to get email address?

First day working with this tool... I've gotten as far as to find the "click here" button and then it reveals a contact to email. I've been able to select that click element... but then have no idea what new selector I put under that one to grab the revealed email address.

here's my site map
{"_id":"JobListings","startUrl":["https://www.rca.org/jobs/"],"selectors":[{"id":"Linkselector","parentSelectors":["_root"],"type":"SelectorLink","selector":".job_listing a","multiple":true,"linkType":"linkFromHref"},{"id":"ChurchName","parentSelectors":["Linkselector"],"type":"SelectorText","selector":".name strong","multiple":false,"regex":""},{"id":"Position","parentSelectors":["Linkselector"],"type":"SelectorText","selector":"h3","multiple":false,"regex":""},{"id":"applyforjob","parentSelectors":["Linkselector"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"input.application_button","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"input.application_button"}]}

Hi, here is your renewed sitemap:

{"_id":"JobListings","startUrl":["https://www.rca.org/jobs/"],"selectors":[{"id":"Linkselector","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".job_listing a","type":"SelectorLink"},{"id":"ChurchName","multiple":false,"parentSelectors":["Linkselector"],"regex":"","selector":".name strong","type":"SelectorText"},{"id":"Position","multiple":false,"parentSelectors":["Linkselector"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"city","multiple":false,"parentSelectors":["Linkselector"],"regex":"","selector":".job-listing-meta a.google_map_link","type":"SelectorText"},{"id":"email","multiple":false,"parentSelectors":["Linkselector"],"regex":"","selector":".application_details a","type":"SelectorText"}]}