skip to Main Content

We recently engaged Red Seal Recruiting to help us find and hire a senior technical sales executive. We selected Red Seal over other recruitment firms we considered because of their industry specialization and the expertise offered by Kael Campbell and Maki Morriss. The technical sales role is incredibly specialized and we knew that finding the right person would be a real challenge. From the outset, we were impressed by the effective search Red Seal conducted. They were inventive, responsive and proactive, communicating with us every step of the way. We are pleased to say that we found a great candidate to join our team! We would recommend Red Seal to any company looking for niche talent.

// 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'; } }); } });