Scroll to top

HUB International Gulf South

Categories

Business Services

About Us

HUB International is an insurance brokerage providing an array of property, casualty, risk management, life and health, employee benefits, investment, and wealth management products and services.

Rep/Contact Info

Doug Adams
Cathi Anderson
Internal Service Representative
Kristy L. Delaune
Benefit Consultant
Mr. Shaun Norris
President

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('table.tablepress').forEach(table => { // Wrap table in responsive div if not already if (!table.parentElement.classList.contains('tablepress-responsive')) { const wrapper = document.createElement('div'); wrapper.classList.add('tablepress-responsive'); table.parentNode.insertBefore(wrapper, table); wrapper.appendChild(table); } // Generate data-th attributes for stacked view const headers = Array.from(table.querySelectorAll('thead th')).map(th => th.textContent.trim()); table.querySelectorAll('tbody tr').forEach(row => { Array.from(row.children).forEach((cell, i) => { cell.setAttribute('data-th', headers[i] || ''); }); }); }); });