PRESS

APRIL 9TH, 2020

If you are a medical marijuana card holder do not fear because dispensaries will remain open during this national pandemic. Dispensaries have posted notices on their websites detailing their actions and response due to COVID-19 emphasizing patient and employee safety and following Centers for Disease Control and Prevention guidelines.

April 9th, 2020

The legal cannabis industry appears poised to enter uncharted waters: an economy engulfed by a full-fledged recession. The coronavirus is inflicting severe damage to the world economy, raising the specter of a major economic contraction, and some economy watchers – including Bank of America – have already asserted the U.S. is in a recession. How would legal cannabis companies hold up in a severe downturn? Fairly well, said several industry experts.

APRIL 9TH, 2020

Across the United States, medical marijuana business owners are reporting firm prices for wholesale flower, although actual price levels vary widely and largely depend on a market’s maturity. New programs such as Pennsylvania and Ohio are seeing top-of-the-market dollar figures for flower, bolstered by a growing number of new patients entering the markets.

March 23rd, 2020

In honor of International Women’s Day, we are releasing our annual “Most Important Women in Weed” list for 2020. This list includes women in the industry that have collectively moved the industry forward with all of their hard work, continuous dedication and effort.

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