Cannabis Business Blog

APRIL 10TH, 2020

COVID-19 has taken a toll on nearly all industries and has particularly affected small businesses who are vulnerable to economic downturns. Small businesses support global economies and keep the world turning. It is imperative that during a financial crisis that there is both state & federal programs for economic support to support small and large businesses alike.

April 9th, 2020

The main goal of a medical cannabis cultivator or processor is to ensure safe and quality medicine for patients, especially when dealing with COVID-19. Due to the recent outbreak of COVID-19, cultivators and processors must implement new practices to maximize safety to products and employees. There are multiple best-practices for keeping products and people safe during the time of a pandemic.

APRIL 9TH, 2020

The COVID-19 outbreak has temporarily reshaped daily life and will forever change how we deal with deadly diseases. During this time of high anxiety and uncertainty, it has never been more imperative to take precautionary measures than now. Although many companies are closing their doors to prevent the spread of COVID-19, medical marijuana dispensaries must remain open to provide patients with medicine.

March 11th, 2020

With 2020 being a ballot year and legislative sessions underway, states look to legalize medical and/or recreational cannabis. With cannabis legalization, comes the opportunity to open a cannabis business as most states will establish a legal dispensing system for cannabis access within the state. Learn more about the seventeen (17) states with opportunities to open cannabis businesses to cultivate, manufacture, transport and sell cannabis.

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