I see a few JS errors in the browser console.
Blocked loading mixed active content “http://code.jquery.com/jquery-2.1.4.js”[Learn More] tcra-members-locations
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Blocked loading mixed active content “http://code.jquery.com/jquery-2.1.4.js”[Learn More] tcra-members-locations
Loading failed for the <script> with source “http://code.jquery.com/jquery-2.1.4.js”. tcra-members-locations:223:1
TypeError: $ is not a function[Learn More] jquery.adrotate.clicktracker.js:20:2
TypeError: jQuery is not a function[Learn More] editor.js:1:1
TypeError: $ is undefined[Learn More] scripts.js:9:2
TypeError: $ is not a function[Learn More] functions.js:9:16
TypeError: jQuery is not a function[Learn More] wpsl-gmap.min.js:1:1
Your site is HTTPS, and the path to the external jQuery file is HTTP, that’s the first problem. The second is that loading jQuery 2.x will likely also cause issues since WP itself also loads 1.12. So I would try to not load the jQuery 2.x version.
Thank you for the trouble shooting, I will see what I can do about fixing the issues you mentioned