1 min read

Exciting leadership changes at Action, as noted in Crain’s Detroit Business

Exciting leadership changes at Action, as noted in Crain’s Detroit Business

Lori Lockhart, who has served as acting president for Action Benefits (Southfield, MI) for over two years, has formally been named president. Lori joined Action in 2007 as V.P. chief information officer. During her tenure, she and her team were responsible for the development of Action’s industry-dominant private health insurance exchanges, CoverageForCompanies® and CoverageForOne®. Lori’s experience provides her the business foundation to successfully step into the role as president and help lead the organization into the future. Additionally, Ruth Chaness, CPA, formerly vice president, finance and administration, has been named to executive vice president -  recognizing the broader organizational role she is taking on, as the company expands its operations. Action also welcomed two new executive directors, Krystina Borrocci (customer engagement) and Graham Smith (customer development), to the company’s leadership team. Action Benefits has a 34 year history of industry leading service in the small group, individual under 65 and Medicare markets. As the largest small group health coverage producer in Michigan, Action works with over 2,000 agents across the state.

The “Most-Favored Nation” executive order, explained for health insurance agents

3 min read

The “Most-Favored Nation” executive order, explained for health insurance agents

On May 12, 2025, President Trump issued a much-anticipated executive order that promises to aggressively lower prescription drug costs. It grabs...

Read More
The Inflation Reduction Act of 2022 signed into law; Medicare beneficiaries expected to see the greatest impact

2 min read

The Inflation Reduction Act of 2022 signed into law; Medicare beneficiaries expected to see the greatest impact

President Joe Biden recently signed the Inflation Reduction Act of 2022 into law. The legislation is broad, and not all parts of it have immediate...

Read More
Unveiling three new carriers, get the exclusive on june 14

1 min read

Unveiling three new carriers, get the exclusive on june 14

Earlier this year, Action Benefits announced that after 35 years of an exclusive relationship with Blue Cross® Blue Shield® of Michigan, we would be...

Read More
(function () { const publishedMeta = document.querySelector('meta[property="article:published_time"]'); if (!publishedMeta) return; const headline = document.querySelector('meta[property="og:title"]')?.getAttribute('content') || document.querySelector('h1')?.textContent?.trim(); const description = document.querySelector('meta[name="description"]')?.getAttribute('content') || document.querySelector('meta[property="og:description"]')?.getAttribute('content'); const datePublished = publishedMeta.getAttribute('content'); const dateModified = document.querySelector('meta[property="article:modified_time"]')?.getAttribute('content') || datePublished; const image = document.querySelector('meta[property="og:image"]')?.getAttribute('content'); const url = document.querySelector('link[rel="canonical"]')?.getAttribute('href') || window.location.href; const keywords = Array.from(document.querySelectorAll('.blog-post__tag-link')) .map(el => el.textContent.trim()) .filter(Boolean); const schema = { "@context": "https://schema.org", "@type": "BlogPosting", "headline": headline, "description": description, "datePublished": datePublished, "dateModified": dateModified, "url": url, "author": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com" }, "publisher": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com", "logo": { "@type": "ImageObject", "url": "https://go.actionbenefits.com/hubfs/4-Color%20A-Ball-1.png" } } }; if (image) schema.image = image; if (keywords.length > 0) schema.keywords = keywords.join(', '); const script = document.createElement('script'); script.type = 'application/ld+json'; script.textContent = JSON.stringify(schema, null, 2); document.head.appendChild(script); })();