skip to Main Content

Contact us for more information.

We will answer inquiries within the next business day.
Call us, email us, or use the quick and easy form below.

Phone: 1-250-483-5954
Toll Free: 1-855-RED-SEAL (733-7325)
Email: office@redsealrecruiting.com
Book a meeting time that works for you 

We help you find talent… and help talent find you.

// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });