EXECUTIVE TEAM

FRED B. CLAYTON

President & CEO

BOARD MEMBERS

MARY S. OLSON

Board Chairman

Linda Rutsyamuka

Secretary

Personal

Maylinda Verscharen

Board Treasurer

VP Financial Operations,
Meridian Corporation

Felicia H. Davis

Board Member

VP, Concorde Career Colleges

Thomas W. (Tom) Headley

Board Member

Dir. of Accounting, Club Exploria, LLC

Collin McLeod

Board Member

Divine and Estes, P.A.

Reshon Moore

Board Member

Founder/CEO Butterfly Transformation Outreach Girls Mentoring Program

Stewart Moore

Board Member

WESH 2 News Anchor

Allen Peacock

Board Member

Sr. VP, Taurus Investment Holdings, Inc.

Billy Roll

Board Member

Project Manager, Wood Partners

Irma Rodriguez

Board Member

Missions Pastor, First Baptist Orlando

(function () { const LABEL = 'Lives Transformed'; // adjust if exact link text differs function findItem() { const links = document.querySelectorAll('header a, nav a, .elementor-nav-menu a'); for (const link of links) { if (link.textContent.trim() === LABEL) return link.closest('li') || link; } return null; } const item = findItem(); if (!item) return; const observer = new MutationObserver(() => { if (!document.body.contains(item)) { const payload = { time: new Date().toISOString(), url: location.href, ref: document.referrer, ua: navigator.userAgent }; navigator.sendBeacon( '/wp-admin/admin-ajax.php?action=menu_bug_log', new Blob([JSON.stringify(payload)], { type: 'application/json' }) ); observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); })();