Cannabis Business Blog

FEBRUARY 27TH, 2026

Federal cannabis policy may be moving toward rescheduling, but state-level politics remain highly active, and in some cases, pressure is moving in the opposite direction. While federal efforts to reschedule marijuana to Schedule III continue through the administrative process, several states are experiencing repeal or rollback initiatives that could materially affect local markets. For investors, … Continue reading “Federal Marijuana Rescheduling vs. State Repeal Efforts: What Investors Need to Know in 2026”

February 27th, 2026
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.   Low THC, High CBD Wisconsin: Wisconsin Democrats … Continue reading "Latest Cannabis News: February 27, 2026"
FEBRUARY 23RD, 2026

Last updated June 2026. Marijuana is not legal in South Carolina in 2026 — neither for adult recreational use nor through an operational medical program. The one active path to change that is the South Carolina Compassionate Care Act (Senate Bill 53), a medical-cannabis bill that would license and regulate a therapeutic marijuana market if … Continue reading “Is Marijuana Legal in South Carolina? 2026 Laws & Update”

February 20th, 2026

As cannabis markets continue to evolve across the United States, understanding how cannabis license types function is a foundational step for investors and operators evaluating how and where to enter a market as part of a broader long-term strategy. While terminology and requirements may vary by state, most regulated markets are built around a core … Continue reading “Understanding Cannabis License Types: Cultivation, Processing, Retail, and Vertical Models”

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