Laura Piel

Bio
Talent matters to Laura Piel, who built a team of corporate recruiters at Renaissance Personnel Group to bring highly sought professional staff members to its client companies and to help thousands of professionals find their next career opportunity.
Communication and business operations served as the foundation of Laura’s career—working in marketing for the 1980 Winter Olympic Games in Lake Placid, New York, and then in management for luxury resorts after moving west to Arizona—but she found her niche in corporate recruitment and founded Renaissance Personnel Group in 1994 on the principles of integrity, expertise and respect.
Laura’s talent for screening and selecting candidates goes beyond traditional recruitment experience: The on-paper skills are important, but finding the right professional to invest in long term requires an understanding of the individual’s core values that are not routinely found on a resume.
Laura applies the same methodology when recruiting for internal needs, and the Renaissance staff is a reflection of her commitment to discovering great talent.
Overachiever
Biggest Thrill
Favorite Place
Favorite Restaurant
if (!window.fbPopoverInitialized) { window.fbPopoverInitialized = true; document.addEventListener('DOMContentLoaded', function () { var popovers = document.querySelectorAll('[fb-popover]'); popovers.forEach(function (popover) { var toggle = popover.querySelector('[fb-popover-button]'); var accnElement = popover.querySelector('[fb-accn]'); var content = popover.querySelector('[fb-popover-content]'); var lastClosedTime = 0; // Almacenar el tiempo de cierre para cada popover var minTimeBeforeReopen = 500; // 0.5 segundos en milisegundos var openedWithKeyboard = false; toggle.setAttribute('aria-label', accnElement.textContent || accnElement.innerText); toggle.setAttribute('aria-controls', content.id); toggle.addEventListener('keydown', function (event) { if (['Enter', ' ', 'Spacebar'].includes(event.key)) { openedWithKeyboard = true; } }); toggle.addEventListener('click', function () { var currentTime = Date.now(); var elapsedTime = currentTime - lastClosedTime; if (elapsedTime < minTimeBeforeReopen) { return; // No se permite abrir el popover si no ha pasado el tiempo mÃnimo } var expanded = toggle.getAttribute('aria-expanded') === 'true'; toggle.setAttribute('aria-expanded', expanded ? 'false' : 'true'); if (expanded) { content.classList.remove('fb-popover--open'); lastClosedTime = Date.now(); // Almacenar el tiempo de cierre al cerrar el popover } else { content.classList.add('fb-popover--open'); lastClosedTime = 0; // Resetear el tiempo de cierre al abrir el popover setTimeout(function () { if (openedWithKeyboard) { focusFirstElementInContent(); } document.addEventListener('mousedown', clickOutsideHandler); // Cambiado de `click` a `mousedown` document.addEventListener('keydown', escapeKeyHandler); document.addEventListener('focusin', focusInHandler); }, 700); // Espera 0.7 segundos antes de enfocar el primer elemento } }); function focusFirstElementInContent() { var focusableElement = content.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'); if (focusableElement) { focusableElement.focus(); } } function clickOutsideHandler(event) { // Cerrar el popover si se hace clic fuera, independientemente de cómo se abrió if (!popover.contains(event.target)) { toggle.setAttribute('aria-expanded', 'false'); content.classList.remove('fb-popover--open'); lastClosedTime = Date.now(); // Almacenar el tiempo de cierre al hacer clic fuera del popover document.removeEventListener('mousedown', clickOutsideHandler); document.removeEventListener('keydown', escapeKeyHandler); document.removeEventListener('focusin', focusInHandler); } } function escapeKeyHandler(event) { if (event.key === 'Escape' && toggle.getAttribute('aria-expanded') === 'true') { toggle.setAttribute('aria-expanded', 'false'); content.classList.remove('fb-popover--open'); lastClosedTime = Date.now(); // Almacenar el tiempo de cierre al presionar Escape document.removeEventListener('mousedown', clickOutsideHandler); document.removeEventListener('keydown', escapeKeyHandler); document.removeEventListener('focusin', focusInHandler); } } function focusInHandler(event) { if (!popover.contains(event.target)) { // Verifica que el foco no esté dentro del popover toggle.setAttribute('aria-expanded', 'false'); content.classList.remove('fb-popover--open'); lastClosedTime = Date.now(); document.removeEventListener('mousedown', clickOutsideHandler); document.removeEventListener('keydown', escapeKeyHandler); document.removeEventListener('focusin', focusInHandler); } } // Previene el cierre del popover si se hace clic dentro del contenido content.addEventListener('mousedown', function(event) { event.stopPropagation(); }); }); }); } 