Cannabis Business Blog

FEBRUARY 4TH, 2026

Maryland Marijuana Program Update: Clarifying Agent Registration and Compliance Guidance Maryland’s cannabis market continues to evolve in 2026, and recent regulatory guidance from the Maryland Cannabis Administration (MCA) reflects ongoing efforts to refine compliance requirements as the industry matures. One of the most significant updates in the last 30 days focuses on how cannabis businesses … Continue reading “Maryland Marijuana Program Update: Clarifying Agent Registration and Compliance Guidance”

January 31st, 2026

Federal cannabis policy remains a focal point for industry stakeholders as regulatory and administrative processes continue to unfold. In December 2025, President Donald Trump signed an executive order directing federal agencies to complete the review process related to marijuana’s classification under the Controlled Substances Act. As of January 2026, that process remains ongoing, with no … Continue reading “Federal Cannabis Update: Where Marijuana Rescheduling Stands in Early 2026”

JANUARY 30TH, 2026

The Cannabis Business Advisors are proud to share that a CBA-supported client has been selected for a conditional cannabis dispensary license in the U.S. Virgin Islands, marking a successful outcome in one of the most selective and tightly controlled cannabis licensing processes currently underway in the U.S. territories. The approval, announced on January 15, 2026 … Continue reading “Cannabis Business Advisors Secure Client Dispensary License Approval in the U.S. Virgin Islands”

January 29th, 2026

Nebraska’s medical cannabis program continues to evolve more than a year after voters overwhelmingly approved legalization with Initiative 437 and Initiative 438 in November 2024. While the ballot measures removed criminal penalties and established a regulatory commission, translating voter approval into a functioning market has involved a series of regulatory steps, stakeholder feedback, and legislative … Continue reading “Nebraska Medical Cannabis Market Update: Implementation, Progress, and What Investors Should Watch”

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();