Cannabis Business Blog

JULY 7TH, 2023
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news. Medical  Alabama: A Montgomery judge has postponed a July … Continue reading "Latest Cannabis News: July 7, 2023"
June 29th, 2023
Washington D.C Medical Marijuana Program Overview Washington D.C. legalized medical cannabis in 2010, through the Legalization of Marijuana for Medical Treatment Amendment Act of 2010, which provided a legal way for qualifying patients in the state to obtain, use and possess medical cannabis with a physician’s written certification for the treatment of a state qualifying … Continue reading "Licensing Opportunities for Washington D.C Medical Cannabis Businesses"
JUNE 27TH, 2023
Overview The state of Missouri legalized adult-use cannabis in 2022, through a Ballot measure, Amendment 3, which established a lottery selection process that will award licenses and certificates to be distributed equally to each congressional district. Access to cannabis is through state-licensed businesses that are allowed to grow, manufacture and sell adult-use cannabis. The department shall make license … Continue reading "Licensing Opportunities for Missouri Social Equity (Microbusiness) Cannabis Businesses"
June 26th, 2023
The regulated cannabis market in Minnesota is expected to grow to more than $1.5 billion per year by the end of the decade, according to a projection from Vicente LLP. State agencies have set a target date of May 2024 to begin accepting applications for adult-use cannabis retailers, according to a report from Minnesota Public, … Continue reading "Minnesota Cannabis News"

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 })();