skip to Main Content

Canada 3rd and the US 30th in World Ranking for Professionals

HSBC just published its world wide ranking of countries to work in for expatriates and…

A Career in the Electrical Field

Being able to maintain power is essential to running most businesses, households, and communities in…

Construction is killing it and Manufacturing is strong

Canada had an unexpectedly strong month of job creation in May adding 14,000 Jobs. Construction…

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