PRESS

JUNE 26TH, 2020

PHOENIX, Ariz. (June 26, 2020) – Cannabis policy experts will discuss the future of lab testing in the Arizona cannabis industry at the next Marijuana Industry Trade Association (MITA-AZ) virtual town hall meeting slated from 4 – 5:30 p.m., Thursday, July 9th. The public is invited to attend. Admission is free. Presented by Smart and … Continue reading “Marijuana Industry Trade Association Discusses the Future of Lab Testing in the Arizona Cannabis Industry on July 9th”

May 7th, 2020

Top cannabis industry leaders from across the state will discuss the future of adult-use in Arizona at the Marijuana Industry Trade Association’s (MITA-AZ) virtual town hall meeting from 4 to 6 p.m. on Thursday, May 14th. The public is invited to attend. Panelists include experts in licensing, business, operations and law. Sara Gullickson and Maxime … Continue reading “Learn What The Future Holds For Cannabis in Arizona”

MAY 7TH, 2020
PHOENIX, Ariz. (May 1, 2020) -- Top cannabis industry leaders from across the state will discuss the future of adult-use in Arizona at the Marijuana Industry Trade Association’s (MITA-AZ) virtual town hall meeting from 4 to 6 p.m. on Thursday, May 14th. The public is invited to attend. Panelists include experts in licensing, business, operations … Continue reading "Top Cannabis Leaders Discuss the Future of Adult-Use in Arizona at Marijuana Industry Trade Association Virtual Meeting"
April 22nd, 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.

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