Cannabis Business Blog

OCTOBER 5TH, 2020

MISSISSIPPI MEDICAL CANNABIS LEGALIZATION EFFORTS LEARN ABOUT THE COMPETING INITIATIVES TO LEGALIZE MEDICAL CANNABIS IN MISSISSIPPI. There are two competing initiatives that will appear on the Nov 2020 ballot to legalize medical marijuana in Mississippi. If passed, both initiatives, Initiative 65 and Alternative 65A, will allow for the establishment of a medical marijuana program in … Continue reading “Mississippi Medical Cannabis Legalization Efforts – Dueling Initiatives”

October 1st, 2020

Hello and Welcome to CB Advisors where you’ll find INNOVATION AT EVERY TURN!  Whether you’re breaking into the industry for the first time or need skilled guidance to expand your cannabis company, we offer innovative solutions for entrepreneurs at any stage. On November 3rd, Voters across the United States will be voting to increase access … Continue reading “States are Voting on Cannabis Legalization this November 2020”

OCTOBER 1ST, 2020

LEARN ABOUT PROP 207’S SOCIAL EQUITY OWNERSHIP PROGRAM FOR ARIZONA’S ADULT-USE MARIJUANA MARKET The Smart and Safe Arizona Act, which is a ballot initiative to legalize adult-use (recreational) marijuana in Arizona, will appear on the November 2020 ballot as Proposition 207 (Prop 207). Besides allowing marijuana for recreational use for persons 21 years and older, … Continue reading “Arizona Social Equity Marijuana Program”

September 29th, 2020

Stay up to date with the latest legalization and cannabis news with the CB 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.  CBD: Mississippi: A medical marijuana legalization initiative that … Continue reading “Latest Cannabis News: September 29, 2020”

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