Cannabis Business Blog

NOVEMBER 6TH, 2020

The state of Virginia legalized Medical Cannabis for any persons with a condition diagnosed by a licensed practitioner. Registered Patients may purchase cannabis extract containing at least 5 milligrams of CBD or THC-A and no more than 10 Milligrams of THC per dose, in products such as oils, capsules, lozenges, patches, lollipops, sprays, creams, gels, … Continue reading “Virginia: Opportunities to Apply for a Cannabis Business License”

November 4th, 2020

Montana Initiative 190 and CI-118 Passed – Now What? On November 3rd, 2020, Montana voters had the opportunity to vote on Initiative 190, to legalize, regulate, and tax adult-use marijuana; and Constitutional Initiative 118 (CI-118), to give the state the authority to set the minimum age of marijuana consumption at 21, in Montana. Montana Initiative … Continue reading “Montana Initiative 190 and CI-118 Passed – Now What?”

NOVEMBER 4TH, 2020

South Dakota Initiated Measure 26 and Constitutional Amendment Passed – Now What? On November 3rd, 2020, South Dakota voters had the opportunity to vote on Initiated Measure 26 to legalize and establish a medical marijuana program in South Dakota; and Constitutional Amendment A to legalize and establish a recreational marijuana program in South Dakota. Initiated … Continue reading “South Dakota Initiated Measure 26 and Constitutional Amendment Passed – Now What?”

November 4th, 2020

Mississippi Initiative 65 Passed – Now What? On November 3rd, 2020, Mississippi voters had the opportunity to vote on Initiative 65, also known as the “Mississippians for Compassionate Care” to legalize and established a medical marijuana program in the state. Initiative 65 to legalize medical marijuana passed with a 67% for and 33% against. What … Continue reading “Mississippi Initiative 65 Passed – Now What?”

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