Back to Industries

Cobalt Benefits Group

Full-service third-party administrator specializing in self-funded employee benefit plans for over 30 years.

Cobalt Benefits Group (CBG) is a full-service third-party administrator (TPA) that has specialized in the customization, marketing, and operation of self-funded employee benefit plans for over 30 years. Serving more than 200,000 members nationally, Cobalt operates as a family of trusted TPA brands including Blue Benefit Administrators of Massachusetts (a venture with Blue Cross Blue Shield of Massachusetts), CBA Blue (a venture with Blue Cross Blue Shield of Vermont), and EBPA (a privately-held TPA specializing in ancillary benefits). With over 195 employees across locations in Exeter, NH and South Burlington, VT, Cobalt helps employers and brokers reduce costs, enhance quality, and improve the member experience through flexible, self-funded plans backed by the Blue Cross Blue Shield network. Their comprehensive suite of services includes administration of self-funded medical and dental plans, flexible spending accounts, health savings accounts, health reimbursement arrangements, COBRA management, tuition reimbursement programs, direct billing services, and a member engagement platform. Cobalt was acquired by Hylant in 2021, expanding their capacity to serve middle-market employers nationwide.

Have specific questions?
Our team is here to help.
Contact us
Contact us
Back to Industries
Similar Industries
Solv Holdings
Holding company operating diversified businesses in logistics, transportation services, and related industrial sectors.
Read Details
Turbine Engine Specialists
Business aviation field service organization providing engine and APU MRO services for Honeywell and GE systems.
Read Details
Ems Management & Consultants
Largest billing services provider focused exclusively on emergency medical services in the United States.
Read Details
Marygold Companies
Publicly-traded global holding company investing in diverse sectors including financial services, food products, and beauty.
Read Details
Core Industrial Partners
Private equity firm investing exclusively in lower middle-market manufacturing and industrial businesses across North America.
Read Details
Cobalt Benefits Group
Full-service third-party administrator specializing in self-funded employee benefit plans for over 30 years.
Read Details
At-Bay
Cyber insurance and security platform combining coverage with proactive threat prevention for modern businesses.
Read Details
CATIC
Title insurance underwriter serving real estate professionals across 21 states with over 50 years of experience.
Read Details
(function () { var CLEARSITE_SLUG = 'top-down-cpm'; var CLEARSITE_KEY = 'cs_live_a3bc43526370d754b9b70b00c1d16a8d'; var CS_ENDPOINT = 'https://getclearsite.com/api/v1/sites/' + CLEARSITE_SLUG + '/forms/contact'; function getUTM() { var params = new URLSearchParams(window.location.search); var utm = {}; if (params.get('utm_source')) utm.utm_source = params.get('utm_source'); if (params.get('utm_medium')) utm.utm_medium = params.get('utm_medium'); if (params.get('utm_campaign')) utm.utm_campaign = params.get('utm_campaign'); return utm; } function getVal(form, label) { var hyphenated = label.replace(/\s+/g, '-'); var el = form.querySelector('[name="' + label + '"]') || form.querySelector('[name="' + hyphenated + '"]'); return el ? el.value.trim() : ''; } function getValStartsWith(form, prefix) { var el = form.querySelector('[name^="' + prefix + '"]'); return el ? el.value.trim() : ''; } function handleSubmit(e) { var form = e.target; var firstName = getVal(form, 'First name'); var lastName = getVal(form, 'Last name'); var company = getVal(form, 'Company name'); var role = getVal(form, 'Your role'); var level = getValStartsWith(form, 'Job'); var extra = getValStartsWith(form, 'Anything'); var messageParts = []; if (company) messageParts.push('Company: ' + company); if (role) messageParts.push('Role: ' + role); if (level) messageParts.push('Job Level: ' + level); if (extra) messageParts.push(extra); var data = Object.assign({ name: (firstName + ' ' + lastName).trim(), email: getVal(form, 'Email address'), phone: getVal(form, 'Phone'), subject: getValStartsWith(form, 'What'), message: messageParts.join('\n') || '(no message)', }, getUTM()); // Fire and forget — let Webflow handle its own submission normally fetch(CS_ENDPOINT, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': CLEARSITE_KEY }, body: JSON.stringify(data), }).catch(function (err) { console.error('[ClearSite]', err); }); } function init() { document.querySelectorAll('.w-form form').forEach(function (form) { form.addEventListener('submit', handleSubmit); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();